Advertisement
Guest User

command.yml fixed

a guest
Jun 28th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 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
  12.  
  13. command-block-overrides: []
  14. aliases:
  15. icanhasbukkit:
  16. - version $1-
  17. ac:
  18. - tellraw @a ["",{"text":"[","color":"yellow"},{"text":"Announcement","color":"aqua"},{"text":"] ","color":"yellow"},{"text":"ยป ","color":"dark_gray"},{"text":"$$1-","color":"none"}]
  19. pban:
  20. - ban $1
  21. - /tellraw @p ["",{"text":"\n","color":"yellow"},{"text":"@p ","color":"aqua"},{"text":"has banned","color":"yellow"},{"text":" $1","color":"dark_gray"}]
  22. schat:
  23. - tellraw @a[team=Staff] ["",{"text":"[StaffChat] ","color":"red"},{"selector":"@p[c=1]","color":"gray"},{"text":" | $$1-","color":"white"}]
  24. freeze:
  25. - tellraw $1 ["",{"text":"You have been frozen! Please join lounge 1 on our discord discord.gg/75M2tz2 | You have 5 minutes to join! If you don't join or leave the game you will be banned.","color":"red"}]
  26. - tellraw @p ["",{"text":"Join the discord discord.gg/75M2tz2 and talk to $1 and ask them questions like Can u send a screenshot of your minecraft esc menu and your minecraft screen? But first ask why are you hacking?","color":"green"}]
  27. - effect $1 minecraft:slowness 100000 255 true
  28. - effect $1 minecraft:jump_boost 100000 255 true
  29. unfreeze:
  30. - effect $1 clear
  31. shelp:
  32. - tellraw @p ["",{"text":"-------------------\n","color":"yellow","strikethrough":true},{"text":"Razviti's command.yml help! \n ","color":"gray","strikethrough":false},{"text":"/pban ","color":"yellow"},{"text":"(player) ","color":"gold"},{"text":"Permanently ban a player. \n","color":"gray"},{"text":"/ac ","color":"yellow"},{"text":"(message) ","color":"gold"},{"text":"Broadcast a message to the whole server. \n","color":"gray"},{"text":"/freeze ","color":"yellow"},{"text":"(player) ","color":"gold"},{"text":"Make it so a player can't move. \n","color":"gray"},{"text":"/unfreeze ","color":"yellow"},{"text":"(player) ","color":"gold"},{"text":"Make the player able to move. \n","color":"gray"},{"text":"/schat ","color":"yellow"},{"text":"(message) ","color":"gold"},{"text":"Send a message to the other staff members. \n","color":"gray"},{"text":"-------------------","color":"yellow","strikethrough":true}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement