Entities

Untitled

Jun 7th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. command-block-overrides: []
  2. aliases:
  3. cb:
  4. - tellraw @a ["",{"text":"\u00a78[\u00a77Hunt\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. ufreeze:
  15. - scoreboard players set $$1 unfreeze 1
  16. - tellraw @a ["",{"text":"\nFreeze » ","color":"gold"},{"text":"$$1","color":"green"},{"text":" was unfrozen by ","color":"yellow"},{"selector":"@a[c=1]","color":"yellow"},{"text":"\n","color":"none"}]
  17. chelp:
  18. - tellraw @p ["\n\u00a76List of the custom commands! (By UnLuckyL)\n\u00a7e/hackban \u00a78» \u00a77Ban's a player for 30 days!\n\u00a7e/cmute \u00a78» \u00a77Mutes a player!\n\u00a7e/cwarn \u00a78» \u00a77Warns a player!\n\u00a7e/cfeeze \u00a78» \u00a77Freeze's a player!\n\u00a7e/ufreeze \u00a78» \u00a77Unfreeze's a player!\n\u00a7e/revert-warn \u00a78» \u00a77Revert's a warning!\n\u00a7e/revert-mute \u00a78» \u00a77Revert's a player's mute!\n\u00a7e/revert-ban \u00a78» \u00a77Revert's a player's ban!\n\u00a7e/sidebar \u00a78» \u00a77/sidebar <name> <criteria> <color text>\n\u00a7e/colors \u00a78» \u00a77Show's the specific color id's!\n\u00a7e/bc \u00a78» \u00a77Custom broadcast /bc <text>\n\u00a7e/staff-chat \u00a78» \u00a77Join in on the staff chat!\n\u00a7e/staffchat-leave \u00a78» \u00a77Leave the staff chat!\n\u00a7e/permban \u00a78» \u00a77Permanently bans a player!\n\u00a7e/schat \u00a78» \u00a77Speak in the staff chat! /schat <text>\n\u00a7e/cc \u00a78» \u00a77Clears the servers chat!\n\u00a7e/ckick \u00a78» \u00a77Kick's a player from the server!\n\u00a7e/report \u00a78» \u00a77Report a player!\n\u00a7e/rules \u00a78» \u00a77Displays the server rules!\n\u00a7e/discord \u00a78» \u00a77Check out the server's discord!\n\u00a7e/chelp \u00a78» \u00a77List's all the above!\n\u00a7e/install-system \u00a78» \u00a77Install's the system! \u00a7c(Only use Once!)\n\u00a7e/welcome-machine \u00a78» \u00a77Intall an extra welcome msg machine! (with \u00a77c\u00a77ounter)\u00a7c(Only use Once!)\n"]
  19. cwarn:
  20. - scoreboard players add $$1 Warn 1
  21. - 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"}]
  22. - playsound minecraft:block.anvil.use master @a ~ ~ ~ 10000000 2
  23. cmute:
  24. - scoreboard players add $$1 cMute 1
  25. - mute $$1 15m
  26. - 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"}]
  27. - playsound minecraft:block.anvil.use master @a ~ ~ ~ 10000000 2
  28. staff-chat:
  29. - scoreboard players tag @p[c=1] add StaffChat
  30. - 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"}]
  31. schat:
  32. - tellraw @a[tag=StaffChat] ["",{"text":"StaffChat » ","color":"gold"},{"selector":"@a[c=1]","color":"gray"},{"text":" » ","color":"dark_gray"},{"text":"$$1-","color":"yellow"}]
  33. - execute @p[tag=StaffChat] ~ ~ ~ /playsound minecraft:block.note.snare master @a[tag=StaffChat] ~ ~ ~ 100000000 2
  34. staffchat-leave:
  35. - tellraw @a[tag=StaffChat] ["",{"text":"StaffChat » ","color":"agold"},{"selector":"@a[c=1]","color":"yellow"},{"text":" Has left the staff chat! ;(","color":"red"}]
  36. - scoreboard players tag @p remove StaffChat
Add Comment
Please, Sign In to add comment