Advertisement
Guest User

CommandOverride

a guest
Feb 28th, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. #
  2. # Name: CommandOverride
  3. # Author: mrCookieSlime
  4. #
  5. # Do not modify the Config while the Server is running
  6. # otherwise bad things might happen!
  7. #
  8. # This Plugin also requires CS-CoreLib to run!
  9. # If you don't have it installed already, its going to be
  10. # automatically installed for you
  11. #
  12. # This Plugin utilises an Auto-Updater. If you want to turn that off,
  13. # simply set options -> auto-update to false
  14. options:
  15. auto-update: true
  16. commands:
  17. /example:
  18. - '&aThis is an Example Message'
  19. - '&6Feel free to ignore me ;)'
  20. - '&eYou propably want to change something in the config here. Just set /example:
  21. []'
  22. - '&cIf you do that this message will no longer show up.'
  23. - command:/say You can also make players execute commands now
  24. /spawntest1:
  25. - - permission: permission.spawntest1
  26. - RANDOM 1 8
  27. - '[chance: 10]command:/say 1'
  28. - '[chance: 20]command:/say 2'
  29. - '[chance: 30]command:/say 3'
  30. - '[chance: 40]command:/say 4'
  31. - '[chance: 50]command:/say 5'
  32. - '[chance: 60]command:/say 6'
  33. - '[chance: 70]command:/say 7'
  34. - '[chance: 80]command:/say 8'
  35. aliases:
  36. /whatstheversion: /test1
  37. restricted:
  38. /plugins: permission.plugins
  39. message: '&4You do not have permission for this Command'
  40. cooldown:
  41. /plugins: 1
  42. message: '&4You have to wait &c%time% &4seconds before you can do that command again!'
  43. money-cost:
  44. /plugins: 0.0
  45. message: '&4You need &c$%money% &4to perform this command'
  46. gem-cost:
  47. /plugins: 0
  48. message: '&4You need &c%gems% Gems &4to perform this command'
  49. xp-cost:
  50. /plugins: 0
  51. message: '&4You need &c%levels% XP Levels &4to perform this command'
  52. arguments:
  53. /tell:
  54. min: 2
  55. message: '&4Usage: &c /tell <player> <message>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement