Guest User

Untitled

a guest
Jan 14th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. ### RoboticStaff configuration ###
  2. config-version: '1.9' # Don't edit this!
  3. update-checker: 'true' # Change to "false" if you don't want to check updates
  4.  
  5. ## General command ##
  6.  
  7. roboticstaff-prefix: '&6[RoboticStaff]&e '
  8. roboticstaff-join: ''
  9. roboticstaff-basic: 'Type "/roboticstaff reload" to reload config, "/roboticstaff tag" to get a tag list, "/roboticstaff words" to get a banned words list, "/roboticstaff blocked" to get a list of the blocked commands'
  10. roboticstaff-reload: 'Config reloaded!'
  11. roboticstaff-tag: 'List of the tag'
  12. roboticstaff-words: 'List of banned words'
  13. roboticstaff-blocked: 'List of blocked commands'
  14. roboticstaff-blocked-perworld: 'To get a list of blocked commands of a specific world, type "/roboticstaff blocked <WorldName>"'
  15. roboticstaff-error-1: 'Command not found!'
  16. roboticstaff-error-2: 'World not found in configuration!'
  17.  
  18. ## Helpme ##
  19.  
  20. helpme-enabled: true
  21. helpme-help: 'Need help? Type "/helpme [id]"!'
  22. helpme-disabled-message: '&rUnknown command. Type "/help" for help.'
  23.  
  24. helpme-ask:
  25. - 'What is that plugin?'
  26. - 'Can I translate the plugin?'
  27. - 'What are the future features?'
  28.  
  29. helpme-answer:
  30. - 'Is a simple plugin which will be able in the future to replace partly your staff'
  31. - 'Yes, you can! ALL the messages is configurable in config.yml!'
  32. - 'Check the TODO list of BukkitDev page for a list of the future feature!'
  33.  
  34. helpme-error-1: 'Invalid ask id!'
  35. helpme-error-2: 'Id must be a number!'
  36. helpme-error-3: 'Right use: "/helpme id"'
  37.  
  38. ## AutoAnswer ##
  39.  
  40. autoanswer-enabled: true
  41.  
  42. autoanswer-tag:
  43. - 'Who is the owner %or% Whos the owner'
  44. - 'I, need, help'
  45. - 'Can, I, be, an, admin %or% can, I, be, a, admin'
  46. - 'Give, me, %or% can, can, I, have
  47. - 'This server is stupid'
  48. - 'What is the rules'
  49.  
  50. autoanswer-tag-answer:
  51. - 'The owner is johnnoob'
  52. - 'Type /helpme!'
  53. - '/ban %player% Yes! and today only with every free OP you get a free ban!'
  54. - 'No'
  55. - 'Well you can leave anytime'
  56. - 'All you have to do is type /rules!'
  57.  
  58. ## AntiSwearing ##
  59.  
  60. antiswearing-enabled: true
  61.  
  62. antiswearing-words:
  63. - 'Fuck'
  64. - 'Shit'
  65. - 'Bitch'
  66. - 'Dick'
  67. - 'Pussy'
  68. - 'Budder'
  69. - 'Fucktard'
  70. - 'dildo'
  71. - 'cum'
  72. - 'jack off'
  73. - 'jizz'
  74. - 'gay'
  75. - 'wank'
  76. - 'wanker'
  77. - 'retard'
  78. - 'bastard'
  79. - 'twat'
  80.  
  81. antiswearing-beep: '[BIP]'
  82.  
  83. ## BlockedCommands ##
  84.  
  85. blockedcommands-enabled: true
  86. blockedcommands-message: '&4This command is blocked in this world'
  87.  
  88. blockedcommands-general:
  89. - q
  90. - logout
  91. - plugins
  92.  
  93. blockedcommands-perworld:
  94. world:
  95. - pl
  96. world_nether:
  97. - pl
  98. world_the_end:
  99. - pl
  100.  
  101. ## AntiSpam ##
  102. antispam-delay:
  103. enabled: true
  104. message: 'You have to wait %time% to send a message'
  105. delay-between-messages: 3
  106.  
  107. antispam-ipspam:
  108. enabled: true
  109. replace-with: "----"
  110. command-on-ipspam: '/kick %player% Dont spam ips!'
  111.  
  112. antispam-websitespam:
  113. enabled: true
  114. replace-with: "----"
  115. command-on-websitespam: '/kick %player% Dont spam websites!'
  116.  
  117. ## OnActions ##
  118. # Only two events at the moment, I'll add more events in the next version! #
  119.  
  120. playerjoin:
  121. enabled: false
  122. commands:
  123. - '/gamemode 0 %player%'
  124.  
  125. playerdeath:
  126. enabled: false
  127. commands:
  128. - '/tell %player% You died'
Add Comment
Please, Sign In to add comment