Advertisement
lauren6143

Untitled

Mar 31st, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. command-block-overrides: []
  2. aliases:
  3. icanhasbukkit:
  4. - version $1-
  5. all:
  6. - tellraw @a [{"text":"[","color":"gray"},{"text":"Server","color":"red"},{"text":"]","color":"gray"},{"text":" »","color":"dark_gray","bold":"true"},{"text":" $1-","color":"green"}]
  7. pban:
  8. - ban $1 $2-
  9. - tellraw @p {"text":"Player Has Been Perm Banned!","color":"aqua"}
  10. pmute:
  11. - mute $1
  12. - tellraw @p {"text":"Player Has Been Perm Muted!","color":"aqua"}
  13. tban:
  14. - tempban $1 3d $3-
  15. - tellraw @p {"text":"Player Has Been Temp Banned For 3 Days!","color":"aqua"}
  16. tmute:
  17. - mute $1 15min
  18. - tellraw @p {"text":"Player Has Been Temp Muted For 15 Minutes!","color":"aqua"}
  19. warn:
  20. - tellraw $1 {"text":"You Have Been Warned","color":"red"}
  21. - tellraw @p {"text":"Player Has Been Warned!","color":"aqua"}
  22. spec:
  23. - vanish @p
  24. - tp @p $1
  25. - tellraw @p {"text":"Now Spectating Player!","color":"red"}
  26. - gmsp @p
  27. unspec:
  28. - vanish @p
  29. - spawn @p
  30. - gmc @p
  31. - tellraw @p {"text":"Now UnSpectating!","color":"red"}
  32. freeze:
  33. - effect $1 minecraft:slowness 10000000 255 true
  34. - speed walking 1 $1
  35. - tellraw @p {"text":"Player Has Been FROZEN","color":"aqua"}
  36. unfreeze:
  37. - heal @p
  38. - speed walking 1 $1
  39. - tellraw @p {"text":"Player Has Been UNFROZEN","color":"aqua"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement