Entities

Untitled

Jun 9th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. command-block-overrides: []
  2. aliases:
  3. cb:
  4. - tellraw @a ["",{"text":"\u00a78[\u00a74Hunt\u00a78] ","color":"none"},{"text":"$$1-","color":"gray"}]
  5. calert:
  6. - tellraw @a ["",{"text":"\u00a78[\u00a74Alert\u00a78] ","color":"none"},{"text":"$$1-","color":"gray"}]
  7. Warn:
  8. - tellraw @a ["",{"text":"\u00a78[\u00a74Warning\u00a78] ","color":"none"},{"text":"$$1-","color":"gray"}]
  9. cc:
  10. - tellraw @a ["",{"text":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"},{"text":"\u00a76ClearChat \u00a77» "},{"selector":"@a[c=1]","color":"green"},{"text":" \u00a77Cleared the servers chat!"}]
  11. cfreeze:
  12. - scoreboard players set $$1 freeze 1
  13. - tellraw @a ["",{"text":"\nFreeze » ","color":"gold"},{"text":"$$1","color":"green"},{"text":" was frozen by ","color":"yellow"},{"selector":"@a[c=1]","color":"green"},{"text":"\n","color":"none"}]
  14. cwarn:
  15. - scoreboard players add $$1 Warn 1
  16. - tellraw @a ["",{"text":"\nWarning » ","color":"gold"},{"text":"$$1","color":"green"},{"text":" was warned by ","color":"yellow"},{"selector":"@a[c=1]","color":"green"},{"text":" for ","color":"yellow"},{"text":"$$2- ","color":"gray"},{"text":"\n","color":"none"}]
  17. cmute:
  18. - scoreboard players add $$1 cMute 1
  19. - mute $$1 15m
  20. - tellraw @a ["",{"text":"\nMute » ","color":"gold"},{"text":"$$1","color":"green"},{"text":" was muted by ","color":"yellow"},{"selector":"@a[c=1]","color":"green"},{"text":" for ","color":"yellow"},{"text":"$$2- ","color":"gray"},{"text":"\n","color":"none"}]
  21. staff-chat:
  22. - scoreboard players tag @p[c=1] add StaffChat
  23. - tellraw @a[tag=StaffChat] ["",{"text":"StaffChat » ","color":"gold"},{"selector":"@a[c=1]","color":"yellow"},{"text":" Joined the staff chat! type /schat <text> to speak!","color":"green"}]
  24. schat:
  25. - tellraw @a[tag=StaffChat] ["",{"text":"StaffChat » ","color":"gold"},{"selector":"@a[c=1]","color":"gray"},{"text":" » ","color":"dark_gray"},{"text":"$$1-","color":"yellow"}]
  26. - execute @p[tag=StaffChat] ~ ~ ~ /playsound minecraft:block.note.snare master @a[tag=StaffChat] ~ ~ ~ 100000000 2
  27. staffchat-leave:
  28. - tellraw @a[tag=StaffChat] ["",{"text":"StaffChat » ","color":"agold"},{"selector":"@a[c=1]","color":"yellow"},{"text":" Has left the staff chat! ;(","color":"red"}]
  29. - scoreboard players tag @p remove StaffChat
  30. help:
  31. - ping &8&m----&8=+=&8----&cHunt&8&m----&8=+=&8&m----
  32. - ping &6/staff &8Tells you all the staff
  33. - ping &6/join &8Joins Queue for you
  34. - ping &6/leave &8Leaves Queue for you
  35. - ping &6/discord &8Gives Link to server discord
  36. - ping &6/help &8Gives you commands you can run
  37. - ping &8&m----&8=+=&8----&cHunt&8&m----&8=+=&8&m----
  38. staff:
  39. - ping &cOwner &bXXXCanadian
  40. - ping &2Co&7-&3Owner &bCyberryan
  41. - ping &aBuilder &bOpen
  42. join:
  43. - scoreboard players add @p JoinQueue 1
  44. leave:
  45. - scoreboard players set @p JoinQueue 0
  46. - ping &cHunt &4You have left queue!
  47. discord:
  48. - tellraw @p ["",{"text":"https://discord.gg/3Jzmq79","color":"blue","clickEvent":{"action":"open_url","value":"https://discord.gg/3Jzmq79"}}]
Add Comment
Please, Sign In to add comment