Advertisement
_ItsToby25

Private Custom Cmds For Minecra

Apr 24th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. command-block-overrides: []
  2. aliases:
  3. icanhasbukkit:
  4. - version $1-
  5. help:
  6. - trigger Help set 1
  7. stats:
  8. - trigger Stats set 1
  9. rules:
  10. - trigger Rules set 1
  11. kits:
  12. - trigger Kits set 1
  13. warps:
  14. - trigger Warps set 1
  15. announce:
  16. - tellraw @a [{"bold":false,"color":"yellow","text":"BeatificMC"},{"bold":false,"color":"dark_gray","text":" » "},{"bold":false,"color":"yellow","text":"$$1-"}]
  17. apps:
  18. - menu open apps
  19. starter:
  20. - kit starter
  21. ssun:
  22. - sun
  23. - tellraw @a ["",{"text":"BeatificMC","color":"yellow"},{"text":" » ","color":"dark_gray"},{"selector":"@p[c=1]","color":"yellow"},{"text":" has turned the weather to SUN! ","color":"gray"}]
  24. dday:
  25. - day
  26. - tellraw @a ["",{"text":"BeatificMC","color":"yellow"},{"text":" » ","color":"dark_gray"},{"selector":"@p[c=1]","color":"yellow"},{"text":" has turned the time to DAY! ","color":"gray"}]
  27. whiteliston:
  28. - whitelist on
  29. - tellraw @a ["",{"text":"BeatificMC","color":"yellow"},{"text":" » ","color":"dark_gray"},{"selector":"@p[c=1]","color":"yellow"},{"text":" has turned the whitelist on! ","color":"gray"}]
  30. whitelistoff:
  31. - whitelist off
  32. - tellraw @a ["",{"text":"BeatificMC","color":"yellow"},{"text":" » ","color":"dark_gray"},{"selector":"@p[c=1]","color":"yellow"},{"text":" has turned the whitelist off! ","color":"gray"}]
  33. promote:
  34. - manuadd $1 $2
  35. - tellraw @a ["",{"text":"BeatificMC","color":"yellow"},{"text":" » ","color":"dark_gray"},{"selector":"@p[c=1]","color":"yellow"},{"text":" has promoted ","color":"gray"},{"text":" $1 ","color":"yellow"},{"text":"To :","color":"gray"},{"text":" $$2-","color":"yellow"}]
  36. demote:
  37. - manuadd $1 $2
  38. - tellraw @a ["",{"text":"BeatificMC","color":"yellow"},{"text":" » ","color":"dark_gray"},{"selector":"@p[c=1]","color":"yellow"},{"text":" has demoted ","color":"gray"},{"text":" $1 ","color":"yellow"},{"text":"To :","color":"gray"},{"text":" $$2-","color":"yellow"}]
  39. pmute:
  40. - mute $1 $2m
  41. - tellraw @a ["",{"text":"BeatificMC","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"}]
  42. pban:
  43. - ban $1
  44. - tellraw @a ["",{"text":"BeatificMC","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":" $$2-","color":"yellow"}]
  45. pkick:
  46. - kick $1
  47. - tellraw @a ["",{"text":"BeatificMC","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":" $$2-","color":"yellow"}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement