Entities

Untitled

Jun 11th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. command-block-overrides: []
  2. aliases:
  3. cb:
  4. - tellraw @a ["",{"text":"\u00a78[\u00a76CHAMPS\u00a78] ","color":"none"},{"text":"$$1-","color":"gray"}]
  5. calert:
  6. - tellraw @a ["",{"text":"\u00a78[\u00a74Alert\u00a78] ","color":"none"},{"text":"$$1-","color":"gray"}]
  7. cc:
  8. - 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!"}]
  9. warn:
  10. - scoreboard players add $$1 Warn 1
  11. - 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"}]
  12. - playsound minecraft:block.anvil.use master @a ~ ~ ~ 10000000 2
  13. cmute:
  14. - scoreboard players add $$1 cMute 1
  15. - mute $$1 15m
  16. - 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"}]
  17. - playsound minecraft:block.anvil.use master @a ~ ~ ~ 10000000 2
  18. staff-chat:
  19. - scoreboard players tag @p[c=1] add StaffChat
  20. - 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"}]
  21. schat:
  22. - tellraw @a[tag=StaffChat] ["",{"text":"StaffChat » ","color":"gold"},{"selector":"@a[c=1]","color":"gray"},{"text":" » ","color":"dark_gray"},{"text":"$$1-","color":"yellow"}]
  23. - execute @p[tag=StaffChat] ~ ~ ~ /playsound minecraft:block.note.snare master @a[tag=StaffChat] ~ ~ ~ 100000000 2
  24. staffchat-leave:
  25. - tellraw @a[tag=StaffChat] ["",{"text":"StaffChat » ","color":"agold"},{"selector":"@a[c=1]","color":"yellow"},{"text":" Has left the staff chat! ;(","color":"red"}]
  26. - scoreboard players tag @p remove StaffChat
  27. colorID:
  28. - tellraw @p ["\n\u00a70u00a70 \u00a78» \u00a77Black\n\u00a7fu00a7f \u00a78» \u00a77White\n\u00a7au00a7a \u00a78» \u00a77Green\n\u00a72u00a72 \u00a78» \u00a77Dark Green\n\u00a7cu00a7c \u00a78» \u00a77Red\n\u00a74u00a74 \u00a78» \u00a74Dark Red\n\u00a7bu00a7b \u00a78» \u00a77Aqua\n\u00a73u00a73 \u00a78» \u00a77Dark Aqua\n\u00a79u00a79 \u00a78» \u00a77Blue\n\u00a71u00a71 \u00a78» \u00a77Dark Blue\n\u00a76u00a76 \u00a78» \u00a77Gold\n\u00a7eu00a7e \u00a78» \u00a77Yellow\n\u00a77u00a77 \u00a78» \u00a77Gray\n\u00a78u00a78 \u00a77» \u00a77Dark Gray\n\u00a75u00a7d \u00a78» \u00a77Purple\n\u00a75u00a75 \u00a78» \u00a77Dark Purple\n\u00a77u00a7m \u00a78» \u00a77\u00a7mStrike\n\u00a77u00a7n \u00a78» \u00a77\u00a7nUnderline\n\u00a77u00a7o \u00a78» \u00a77\u00a7oItalic\n\u00a77u00a7l \u00a78» \u00a77\u00a7lBold\n\u00a77u00a7k \u00a78» \u00a77\u00a7kWierd\n"]
Add Comment
Please, Sign In to add comment