Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. command-block-overrides: []
  2. aliases:
  3. icanhasbukkit:
  4. - version $1-
  5. announce:
  6. - tellraw @a ["",{"text":"Server ","color":"gold"},{"text":"ยป","color":"dark_gray"},{"text":" $1-","color":"yellow"}]
  7. - playsound minecraft:entity.player.levelup master @a ~ ~ ~ 1000000 1
  8. sidebar:
  9. - minecraft:give @p minecraft:sign 1 0 {BlockEntityTag:{Text1:"{\"text\":\"------\",\"clickEvent\":{\"action\":\"run_command\",\"value\":\"scoreboard objectives remove $1\"},\"strikethrough\":true,\"color\":\"dark_gray\"}",Text2:"{\"text\":\"Right Click\",\"clickEvent\":{\"action\":\"run_command\",\"value\":\"scoreboard objectives add $1 $2 $3-\"},\"color\":\"gold\"}",Text3:"{\"text\":\"Me!\",\"clickEvent\":{\"action\":\"run_command\",\"value\":\"scoreboard objectives setdisplay sidebar $1\"},\"color\":\"yellow\"}",Text4:"{\"text\":\"-----\",\"clickEvent\":{\"action\":\"run_command\",\"value\":\"scoreboard players set @a[c=1] $1 0\"},\"strikethrough\":true,\"color\":\"dark_gray\"}"},display:{Name:"Place Me Down"}}
  10. blacklist:
  11. - tellraw @a[c=1] ["",{"text":"Blacklisted players:","color":"dark_red"},{"text":"\n"},{"selector":"@a[score_blacklist_min=1]","color":"red"}]
  12. freeze:
  13. - scoreboard players set @a[c=1] freezer 1
  14. - scoreboard players set $$1 freeze 1
  15. unfreeze:
  16. - scoreboard players set @a[c=1] unfreezer 1
  17. - scoreboard players set $$1 unfreeze 1
  18. warn:
  19. - scoreboard players set $$1 warned 1
  20. - scoreboard players set @a[c=1] warn 1
  21. blacklist-remove:
  22. - scoreboard players set $$1 blacklist 0
  23. - tellraw @a[c=1] ["",{"text":"Removed","color":"red"},{"text":" ","color":"dark_red"},{"text":"$$1","color":"green"},{"text":" ","color":"dark_red"},{"text":"from the blacklist!","color":"gray"}]
  24. punish-help:
  25. - tellraw @a[c=1] ["",{"text":"-------------------------------------------","color":"blue"},{"text":"\n"},{"text":"Punishment","color":"red"},{"text":" ","color":"blue"},{"text":"Index:","color":"gray"},{"text":"\n\n"},{"text":"/blacklist","color":"gold"},{"text":" - ","color":"gray"},{"text":"Shows players that are suggested to be ","color":"white"},{"text":"banned.","color":"red"},{"text":"\n"},{"text":"/blacklist-remove","color":"gold"},{"text":" - ","color":"gray"},{"text":"Removes a blacklisted player.","color":"white"},{"text":"\n"},{"text":"/warn","color":"gold"},{"text":" - ","color":"gray"},{"text":"Warns","color":"dark_red"},{"text":" ","color":"gray"},{"text":"a player.","color":"white"},{"text":"\n"},{"text":"/freeze","color":"gold"},{"text":" - ","color":"gray"},{"text":"Freezes","color":"aqua"},{"text":" ","color":"gray"},{"text":"a player in place.","color":"white"},{"text":"\n"},{"text":"/unfreeze ","color":"gold"},{"text":"-","color":"gray"},{"text":" ","color":"gold"},{"text":"Unfreezes","color":"red"},{"text":" a player.","color":"white"},{"text":"\n"},{"text":"/punish-help ","color":"gold"},{"text":"-","color":"gray"},{"text":" Brings this Index","color":"white"},{"text":"\n"},{"text":"/install-punish","color":"gold"},{"text":" - ","color":"gray"},{"text":"Installs the Command Component ","color":"white"},{"text":"(Only use this command once)","underlined":true,"color":"white"},{"text":"\n"},{"text":"-------------------------------------------","color":"blue"}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement