Advertisement
Guest User

Command

a guest
Feb 9th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 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: false
  16. commands:
  17. /tags:
  18. - command:/titles
  19. /leave:
  20. - command:/mg quit
  21. /checkpoint:
  22. - command:/mgm r
  23. /join Kitpvp:
  24. - command:/mg join Kitpvp
  25. /join Tdm:
  26. - command:/mg join Tdm
  27. /join Tdm1:
  28. - command:/mg join Tdm1
  29. /join Spleef1:
  30. - command:/mg join Spleef1
  31. /join Spleef2:
  32. - command:/mg join Spleef2
  33. /join Gunner:
  34. - command:/mg join Gunner
  35. /join Gunner2:
  36. - command:/mg join Gunner2
  37. /join Skywars:
  38. - command:/mg join Skywars
  39. /join Parkour:
  40. - command:/mg join Parkour
  41. /join Golden:
  42. - command:/mg join Golden
  43. /join creative:
  44. - command:/warp creative
  45. /join Sg:
  46. - command:/mg join sg
  47. aliases:
  48. /whatstheversion: /version
  49. restricted:
  50. /plugins: permission.plugins
  51. message: '&4You do not have permission for this Command'
  52. cooldown:
  53. /plugins: 1
  54. message: '&4You have to wait &c%time% &4seconds before you can do that command again!'
  55. money-cost:
  56. /plugins: 0.0
  57. message: '&4You need &c$%money% &4to perform this command'
  58. gem-cost:
  59. /plugins: 0
  60. message: '&4You need &c%gems% Gems &4to perform this command'
  61. xp-cost:
  62. /plugins: 0
  63. message: '&4You need &c%levels% XP Levels &4to perform this command'
  64. arguments:
  65. /tell:
  66. min: 2
  67. message: '&4Usage: &c /tell <player> <message>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement