Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. command-block-overrides: []
  2. aliases:
  3. icanhasbukkit:
  4. - version $1-
  5. sc-join:
  6. - scoreboard players tag @p add sc
  7. - tellraw @a[tag=sc] [{"text":"\u00A72[\u00A7aSC\u00A72]"},{"selector":"@p","color":"gray"},{"text":" has join the Staff Chat","color":"gray"}]
  8. sc:
  9. - tellraw @a[tag=sc] [{"text":"\u00A72[\u00A7aSC\u00A72]"},{"selector":"@p","color":"gray"},{"text":" $$1-","color":"green"}]
  10. sc-leave:
  11. - tellraw @a[tag=sc] [{"text":"\u00A72[\u00A7aSC\u00A72]"},{"selector":"@p","color":"gray"},{"text":" has left the Staff Chat","color":"gray"}]
  12. - scoreboard players tag @p remove sc
  13. sc-list:
  14. - tellraw @p [{"text":"\u00A7aStaff Chat List:\n\n"},{"selector":"@a[tag=sc]","color":"green"}]
  15. freeze:
  16. - effect $$1 slowness 100000 255 true
  17. - effect $$1 mining_fatigue 100000 255 true
  18. - effect $$1 levitation 100000 255 true
  19. - speed w 0 $$1
  20. - speed f 0 $$1
  21. - tellraw $$1 [{"text":"\u00A77You have been \u00A7bfrozen \u00A77by ","color":"gray"},{"selector":"@p","color":"aqua"},{"text":" \u00A77for"},{"text":" $$2-","color":"aqua"}]
  22. - tellraw @p {"text":"\u00A77You froze \u00A7b$$1"}
  23. unfreeze:
  24. - effect $$1 clear
  25. - speed w 1 $$1
  26. - speed f 1 $$1
  27. - tellraw $$1 {"text":"\u00A77You have been \u00A7bunfrozen\u00A77!"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement