Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. # This is the commands configuration file for Bukkit.
  2. # For documentation on how to make use of this file, check out the Bukkit Wiki at
  3. # http://wiki.bukkit.org/Commands.yml
  4. #
  5. # If you need help on this file, feel free to join us on irc or leave a message
  6. # on the forums asking for advice.
  7. #
  8. # IRC: #spigot @ irc.spi.gt
  9. # (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ )
  10. # Forums: http://www.spigotmc.org/
  11. # Bug tracker: http://www.spigotmc.org/go/bugs
  12.  
  13. command-block-overrides: []
  14. aliases:
  15. icanhasbukkit:
  16. - version $1-
  17. auto-jump:
  18. - scoreboard players add @p Auto 1
  19. pspam:
  20. - scoreboard players set $1 spam 1
  21. rspam:
  22. - scoreboard players set $1 spam 0
  23. pdisplay:
  24. - tellraw @p ["",{"text":"Punishment","color":"red"},{"text":" »","color":"dark_gray"},{"text":" $1 ","color":"yellow"},{"text":"has been displayed.","color":"gray"}]
  25. - execute $1 ~ ~ ~ /setblock ~ ~2 ~ glass
  26. - execute $1 ~ ~ ~ /setblock ~ ~-1 ~ glass
  27. - execute $1 ~ ~ ~ /setblock ~1 ~ ~ glass
  28. - execute $1 ~ ~ ~ /setblock ~1 ~1 ~ glass
  29. - execute $1 ~ ~ ~ /setblock ~ ~1 ~1 glass
  30. - execute $1 ~ ~ ~ /setblock ~ ~ ~1 glass
  31. - execute $1 ~ ~ ~ /setblock ~-1 ~ ~ glass
  32. - execute $1 ~ ~ ~ /setblock ~-1 ~1 ~ glass
  33. - execute $1 ~ ~ ~ /setblock ~ ~1 ~-1 glass
  34. - execute $1 ~ ~ ~ /setblock ~ ~ ~-1 glass
  35. - gamemode 2 $1
  36. pwarn:
  37. - tellraw @a ["",{"text":"Punishment","color":"red"},{"text":" »","color":"dark_gray"},{"text":" $1 ","color":"yellow"},{"text":"has been warned for ","color":"gray"},{"text":" $$2-","color":"red"}]
  38. pmute:
  39. - mute $1 $2m
  40. - tellraw @a ["",{"text":"Punishment","color":"red"},{"text":" »","color":"dark_gray"},{"text":" $1 ","color":"yellow"},{"text":"has been muted $2m. Reason:","color":"gray"},{"text":" $$3-","color":"red"}]
  41. pban:
  42. - ban $1
  43. - tellraw @a ["",{"text":"Punishment","color":"red"},{"text":" »","color":"dark_gray"},{"text":" $1 ","color":"yellow"},{"text":"has been banned. Reason:","color":"gray"},{"text":" $$2-","color":"red"}]
  44. pkick:
  45. - kick $1
  46. - tellraw @a ["",{"text":"Punishment","color":"red"},{"text":" »","color":"dark_gray"},{"text":" $1 ","color":"yellow"},{"text":"has been kicked. Reason:","color":"gray"},{"text":" $$2-","color":"red"}]
  47. freeze:
  48. - effect $1 minecraft:slowness 255 255 true
  49. - tellraw $1 ["",{"text":"Punishment","color":"red"},{"text":" » ","color":"dark_gray"},{"text":"You are freezed by ","color":"gray"},{"selector":"@p[c=1]","color":"red"}]
  50. - tellraw @p[c=1] ["",{"text":"Punishment","color":"red"},{"text":" » ","color":"dark_gray"},{"text":"You freezed $1","color":"gray"}]
  51. unfreeze:
  52. - effect $1 clear
  53. - tellraw $1 ["",{"text":"Punishment","color":"red"},{"text":" » ","color":"dark_gray"},{"text":"You are not longer freeze.","color":"gray"}]
  54. - tellraw @p[c=1] ["",{"text":"Punishment","color":"red"},{"text":" » ","color":"dark_gray"},{"text":"You unfreeze $1","color":"gray"}]
  55. report:
  56. - tellraw @a[team=Staff] [{"text":"[] Report Message [] \n","color":"red"},{"text":"- Player Reporter | ","color":"gray"},{"selector":"@p","color":"gold"},{"text":"\n- Player Reported | ","color":"gray"},{"text":"$1","color":"gold"},{"text":"\n- Reason | ","color":"gray"},{"text":"$$2-","color":"gold"}]
  57. psetup:
  58. - execute @p ~ ~ ~ /setblock ~ ~2 ~ command_block
  59. - execute @p ~ ~ ~ /blockdata ~ ~2 ~ {conditionMet:1b,auto:1b,CustomName:"@",powered:0b,Command:"/tellraw @a[score_spam_min=1] [\"\",{\"selector\":\"@r\",\"color\":\"green\"},{\"text\":\": \",\"color\":\"white\"},{\"text\":\"...................... I found a glitch!\",\"color\":\"none\"}]",x:-14,y:127,z:-3,id:"minecraft:command_block",SuccessCount:0,TrackOutput:1b}
  60. - scoreboard objectives add spam dummy
  61. - scoreboard teams add Staff
  62. - scoreboard teams join Staff @p
  63. - scoreboard objectives add Auto dummy
  64. setbox:
  65. - scoreboard players tag @p $1
  66. - tellraw @p ["",{"text":"Mailbox Plugin","color":"aqua"},{"text":" »","color":"dark_gray"},{"text":" You have set $1 as your mailbox number","color":"gold"}]
  67. mailbox:
  68. - tellraw @a[tag=$1] ["",{"text":"Mailbox Plugin","color":"aqua"},{"text":" »","color":"dark_gray"},{"text":"$3 has mailed you "$2"","color":"gold"}]
  69. - /tellraw @p ["",{"text":"Mailbox Plugin","color":"aqua"},{"text":" »","color":"dark_gray"},{"text":" You have you have mailed $1 "$2"","color":"gold"}]
  70. genmail:
  71. - setblock ~ ~ ~ fence
  72. - setblock ~ ~1 ~ iron_block
  73. - summon armor_stand ~ ~ ~ {Invisible:1b,CustomName:"$1",CustomNameVisible:1b}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement