_ItsToby25

AnimalMC

May 1st, 2017
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. aliases:
  2. announce:
  3. - tellraw @a [{"bold":false,"color":"yellow","text":"AnimalMC "},{"bold":false,"color":"dark_gray","text":"» "},{"bold":false,"color":"gray","text":"$$1-"}]
  4. join-staff-chat:
  5. - scoreboard teams join StaffChat @p[c=1]
  6. - tellraw @a[team=StaffChat] [{"text":"[StaffChat] ","color":"red"},{"selector":"@p[c=1]","color":"yellow"},{"text":" has been joined in ","color":"gray"},{"text":"Staff Chat","color":"red"}]
  7. leave-staff-chat:
  8. - scoreboard teams leave @p[c=1]
  9. - tellraw @a[team=StaffChat] [{"text":"[StaffChat] ","color":"red"},{"selector":"@p[c=1]","color":"yellow"},{"text":" has been leaved from ","color":"gray"},{"text":"Staff Chat","color":"red"}]
  10. schat:
  11. - tellraw @a[team=StaffChat] [{"text":"[StaffChat] ","color":"red"},{"selector":"@p[c=1]","color":"gray"},{"text":" | $$1-","color":"white"}]
  12. pmute:
  13. - mute $1 $2m
  14. - tellraw @a ["",{"text":"AnimalMC","color":"yellow"},{"text":" » ","color":"dark_gray"},{"selector":"@p[c=1]","color":"yellow"},{"text":" has muted ","color":"gray"},{"text":" $1 ","color":"yellow"},{"text":"For $2m. Reason:","color":"gray"},{"text":" $$3-","color":"yellow"}]
  15. pkick:
  16. - kick $1
  17. - tellraw @a ["",{"text":"AnimalMC","color":"yellow"},{"text":" » ","color":"dark_gray"},{"selector":"@p[c=1]","color":"yellow"},{"text":" has kicked ","color":"gray"},{"text":" $1 ","color":"yellow"},{"text":"Reason:","color":"gray"},{"text":" $$3-","color":"yellow"}]
  18. pban:
  19. - ban $1
  20. - tellraw @a ["",{"text":"AnimalMC","color":"yellow"},{"text":" » ","color":"dark_gray"},{"selector":"@p[c=1]","color":"yellow"},{"text":" has banned ","color":"gray"},{"text":" $1 ","color":"yellow"},{"text":"Reason:","color":"gray"},{"text":" $$3-","color":"yellow"}]
Advertisement
Add Comment
Please, Sign In to add comment