itay0105

Untitled

Sep 21st, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. command-block-overrides: []
  2. aliases:
  3. icanhasbukkit:
  4. - version $1-
  5. hackban:
  6. - tempban $$1 30d Client Modification - Unfairly Banned? Message the server owner in game.
  7. - tellraw @a [{"text":"\n[PUN] ","color":"dark_red","bold":false},{"text":"$$1","color":"aqua","bold":false},{"text":" has been banned by ","color":"red","bold":false},{"selector":"@a[c=1]","color":"aqua","bold":false},{"text":" for ","color":"red","bold":false},{"text":" Client Modification! ","color":"aqua"},{"text":"\n","color":"none"}]
  8. - playsound minecraft:block.anvil.use master @a ~ ~ ~ 10000000 2
  9. smute:
  10. - tellraw @a [{"text":"\n[PUN] ","color":"dark_red","bold":false},{"text":"$$1","color":"aqua","bold":false},{"text":" has been muted by ","color":"red","bold":false},{"selector":"@a[c=1]","color":"aqua","bold":false},{"text":" for ","color":"red","bold":false},{"text":"$$2","color":"aqua"},{"text":"\n","color":"none"}]
  11. - playsound minecraft:block.anvil.use master @a ~ ~ ~ 10000000 2
  12. staff-chat:
  13. - scoreboard players tag @p add StaffChat
  14. - tellraw @a[tag=StaffChat] ["",{"text":"[StaffChat] ","color":"aqua"},{"selector":"@p[c=1]","color":"red"},{"text":" joined the staff chat! ","color":"green"}]
  15. schat:
  16. - tellraw @a[tag=StaffChat] ["",{"text":"[StaffChat] ","color":"aqua"},{"selector":"@p[c=1]","color":"red"},{"text":" » ","color":"dark_gray"},{"text":"$$1-","color":"gray"}]
  17. staffchat-leave:
  18. - scoreboard players tag @p remove StaffChat
  19. - tellraw @a[tag=StaffChat] ["",{"text":"[StaffChat] ","color":"aqua"},{"selector":"@p[c=1]","color":"red"},{"text":" left the staff chat! ","color":"blue"}]
  20. cwarn:
  21. - tellraw @a [{"text":"\n[PUN] ","color":"dark_red","bold":false},{"text":"$$1","color":"aqua","bold":false},{"text":" has been warned by ","color":"red","bold":false},{"selector":"@a[c=1]","color":"aqua","bold":false},{"text":" for ","color":"red","bold":false},{"text":"$$2-.","color":"aqua","bold":false},{"text":"\n","color":"green","bold":false}]
  22. - playsound minecraft:block.anvil.use master @a ~ ~ ~ 10000000 2
  23. revert-ban:
  24. - unban $$1
  25. - tellraw @a [{"text":"\n[PUN] ","color":"dark_red","bold":false},{"text":"$$1's","color":"aqua","bold":false},{"text":" ban has been reverted by ","color":"red","bold":false},{"selector":"@a[c=1]","color":"aqua","bold":false"},{"text":"\n","color":"green","bold":false}]
  26. - playsound minecraft:block.anvil.use master @a ~ ~ ~ 10000000 2
  27. revert-mute:
  28. - tellraw @a [{"text":"\n[PUN] ","color":"dark_red","bold":false},{"text":"$$1's","color":"aqua","bold":false},{"text":" mute has been reverted by ","color":"red","bold":false},{"selector":"@a[c=1]","color":"aqua","bold":false},{"text":"\n","color":"green","bold":false}]
  29. - playsound minecraft:block.anvil.use master @a ~ ~ ~ 10000000 2
  30. revert-warn:
  31. - tellraw @a [{"text":"\n[PUN] ","color":"dark_red","bold":false},{"text":"$$1's","color":"aqua","bold":false},{"text":" warn has been reverted by ","color":"red","bold":false},{"selector":"@a[c=1]","color":"aqua","bold":false},{"text":"\n","color":"green","bold":false}]
  32. - playsound minecraft:block.anvil.use master @a ~ ~ ~ 10000000 2
  33. sfreeze:
  34. - tellraw @a ["",{"text":"\n[PUN] ","color":"dark_red"},{"text":"$$1","color":"aqua"},{"text":" has been frozen! ","color":"red"},{"text":"\n","color":"none"}]
  35. - playsound minecraft:block.anvil.use master @a ~ ~ ~ 10000000 2
  36. un-freeze:
  37. - tellraw @a ["",{"text":"\n[PUN] ","color":"dark_red"},{"text":"$$1","color":"aqua"},{"text":" has been un-frozen! ","color":"red"},{"text":"\n","color":"none"}]
  38. - playsound minecraft:block.anvil.use master @a ~ ~ ~ 10000000 2
Add Comment
Please, Sign In to add comment