Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. # This is the commands configuration file for Bukkit.
  2. # For documentation on how to make use of this file, check out the Bukkit Wiki at
  3. # http://wiki.bukkit.org/Commands.yml
  4. #
  5. # If you need help on this file, feel free to join us on irc or leave a message
  6. # on the forums asking for advice.
  7. #
  8. # IRC: #spigot @ irc.spi.gt
  9. # (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ )
  10. # Forums: http://www.spigotmc.org/
  11. # Bug tracker: http://www.spigotmc.org/go/bugs# This is the commands configuration file for Bukkit.
  12. # For documentation on how to make use of this file, check out the Bukkit Wiki at
  13. # http://wiki.bukkit.org/Commands.yml
  14. #
  15. # If you need help on this file, feel free to join us on irc or leave a message
  16. # on the forums asking for advice.
  17. #
  18. # IRC: #spigot @ irc.spi.gt
  19. # (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ )
  20. # Forums: http://www.spigotmc.org/
  21. # Bug tracker: http://www.spigotmc.org/go/bugs
  22.  
  23. command-block-overrides: []
  24. aliases:
  25. icanhasbukkit:
  26. - version $1-
  27. kit:
  28. - m open kits
  29. kits:
  30. - tellraw @p ["",{"text":"-----------: Kits :-----------","color":"gold","bold":true}]
  31. - tellraw @p ["",{"text":"* Fighter","color":"red","bold":true}]
  32. - tellraw @p ["",{"text":"* Warrior","color":"red","bold":true}]
  33. - tellraw @p ["",{"text":"* Tank","color":"red","bold":true}]
  34. - tellraw @p ["",{"text":"* More Coming Soon *","color":"gold","bold":true}]
  35. - tellraw @p ["",{"text":"-----------: Kits :-----------","color":"gold","bold":true}]
  36. cc:
  37. - trigger cc set 1
  38. clearlag:
  39. - trigger clearlag set 1
  40. stats:
  41. - trigger stats set 1
  42. shop:
  43. - m open shop
  44. help:
  45. - tellraw @p ["",{"text":"--------------: Help :--------------","color":"gold","bold":true}]
  46. - tellraw @p ["",{"text":"* /Help","color":"red","bold":true},{"text":" //","color":"gray","bold":false},{"text":" Shows All Player Commands!","color":"gray"}]
  47. - tellraw @p ["",{"text":"* /Kit","color":"red","bold":true},{"text":" //","color":"gray","bold":false},{"text":" Opens kit gui!","color":"gray"}]
  48. - tellraw @p ["",{"text":"* /Kits","color":"red","bold":true},{"text":" //","color":"gray","bold":false},{"text":" Shows a list of all kits!","color":"gray"}]
  49. - tellraw @p ["",{"text":"* /Stats","color":"red","bold":true},{"text":" //","color":"gray","bold":false},{"text":" Shows your playerstats!","color":"gray"}]
  50. - tellraw @p ["",{"text":"* /Shop","color":"red","bold":true},{"text":" //","color":"gray","bold":false},{"text":" Opens the servers shop!","color":"gray"}]
  51. - tellraw @p ["",{"text":"* More Coming Soon *","color":"gold","bold":true}]
  52. - tellraw @p ["",{"text":"--------------: Herotic :--------------","color":"gold","bold":true}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement