Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 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":"\u00A7b[\u00A79SC\u00A7b]"},{"selector":"@p","color":"blue"},{"text":" has joined \u00A7bStaff \u00A7bChat\u00A79!","color":"blue"}]
  8. sc:
  9. - tellraw @a[tag=sc] [{"text":"\u00A7b[\u00A79SC\u00A7b]"},{"selector":"@p","color":"blue"},{"text":" $$1-","color":"aqua"}]
  10. sc.leave:
  11. - tellraw @a[tag=sc] [{"text":"\u00A7b[\u00A79SC\u00A7b]"},{"selector":"@p","color":"blue"},{"text":" has left \u00A7bStaff \u00A7bChat\u00A79!","color":"blue"}]
  12. sc.see:
  13. - scoreboard players tag $$1 add sc
  14. - tellraw @a[c=1] [{"text":"\u00A7b[\u00A79SC\u00A7b]"},{"text":"\u00A79$$1 "},{"text":"has been forced to see \u00A7bStaff \u00A7bChat\u00A79!"}]
  15. sc.blind:
  16. - tellraw @a[c=1] [{"text":"\u00A7b[\u00A79SC\u00A7b]"},{"text":"\u00A79$$1 "},{"text":"has been blinded from seeing \u00A7bStaff
  17. \u00A7bChat\u00A79!"}]
  18. - scoreboard players tag $$1 remove sc
  19. sc.ban:
  20. - scoreboard players set $$1 scban 1
  21. - tellraw @a[tag=sc] [{"text":"\u00A7b[\u00A79SC\u00A7b]"},{"text":"\u00A79$$1 "},{"text":" has been banned by ","color":"blue"},{"selector":"@p","color":"aqua"}]
  22. queue.leave:
  23. - scoreboard players set @p Q 0
  24. - scoreboard teams leave
  25. - tellraw @p {"text":"\u00A7bBuild\u00A79Spleef \u00A78ยป \u00A79You have \u00A7bleft \u00A79the queue!
  26. queue.join:
  27. - scoreboard players set @p Q 1
  28. commands.info:
  29. - tellraw @p {"text":"\u00Abcommands.info\n\n\u00A79queue.join\n\u00A78queue.leave\n\u00A79sc.join\n\u00A79sc.leave\n\u00A79sc.see\n\u00A79sc.blind\n\u00A79sc.ban"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement