Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. command-block-overrides: []
  2. aliases:
  3. icanhasbukkit:
  4. - version $1-
  5. bc:
  6. - tellraw @a ["",{"text":"\n"},{"text":"Announcement ","color":"red"},{"text":"» ","color":"dark_gray"},{"text":"$$1-","color":"blue"},{"text":"\n "}]
  7. broadcast:
  8. - tellraw @a ["",{"text":"\n"},{"text":"Announcement ","color":"red"},{"text":"» ","color":"dark_gray"},{"text":"$$1-","color":"blue"},{"text":"\n "}]
  9. kick:
  10. - kick $$1
  11. - tellraw @a ["",{"text":"\n"},{"text":"Kick ","color":"red"},{"text":"» ","color":"dark_gray"},{"text":"$$1","color":"blue"},{"text":" "},{"text":"was kicked by ","color":"gold"},{"selector":"@a[c=1]","color":"blue"},{"text":" ","color":"blue"},{"text":"for ","color":"gold"},{"text":"$$2-","color":"red"},{"text":"\n "}]
  12. - playsound minecraft:block.note.pling master @a ~ ~ ~ 2000000
  13. ewarn:
  14. - scoreboard players add $$1 Warn 1
  15. - tellraw @a ["",{"text":"\n"},{"text":"Warn ","color":"red"},{"text":"» ","color":"dark_gray"},{"text":"$$1","color":"blue"},{"text":" "},{"text":"was warned by ","color":"gold"},{"selector":"@a[c=1]","color":"blue"},{"text":" ","color":"blue"},{"text":"for ","color":"gold"},{"text":"$$2-","color":"red"},{"text":"\n "}]
  16. - playsound minecraft:block.note.pling master @a ~ ~ ~ 2000000
  17. hack:
  18. - tempban $$1 5d Modding/Hacking
  19. - tellraw @a ["",{"text":"\n"},{"text":"HackBAN ","color":"red"},{"text":"» ","color":"dark_gray"},{"text":"$$1","color":"blue"},{"text":" "},{"text":"was banned by ","color":"gold"},{"selector":"@a[c=1]","color":"blue"},{"text":" ","color":"blue"},{"text":"for ","color":"gold"},{"text":"Modding/Hacking","color":"red"},{"text":"\n "}]
  20. - playsound minecraft:block.note.pling master @a ~ ~ ~ 2000000
  21. mWarn:
  22. - scoreboard players add $$1 mWarn 1
  23. - tellraw @a ["",{"text":"\n"},{"text":"MuteWarn ","color":"red"},{"text":"» ","color":"dark_gray"},{"text":"$$1","color":"blue"},{"text":" "},{"text":"was warned by ","color":"gold"},{"selector":"@a[c=1]","color":"blue"},{"text":" ","color":"blue"},{"text":"for ","color":"gold"},{"text":"$$2-","color":"red"},{"text":"\n "}]
  24. - playsound minecraft:block.note.pling master @a ~ ~ ~ 2000000
  25. forcechat:
  26. - esudo $$1 c:$$2-
  27. forceseen:
  28. - sudo @a[c=1] eseen $$1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement