Advertisement
Dreyer11

Untitled

Jul 11th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. command /ban [<offline player>] [<text>]:
  2.  
  3.  
  4.  
  5. permission: Ban.admin
  6.  
  7. trigger:
  8.  
  9. wait 3 ticks
  10.  
  11.  
  12.  
  13. open chest with 3 rows named "&d&lPrimow &c&lBanMenu" to player
  14.  
  15.  
  16.  
  17. format slot 0 of player with gray glass named "&7" to be unstealable
  18.  
  19.  
  20.  
  21. format slot 1 of player with gray glass named "&7" to be unstealable
  22.  
  23.  
  24.  
  25. format slot 2 of player with gray glass named "&7" to be unstealable
  26.  
  27.  
  28.  
  29. format slot 3 of player with gray glass named "&7" to be unstealable
  30.  
  31.  
  32.  
  33. format slot 4 of player with gray glass named "&7" to be unstealable
  34.  
  35.  
  36.  
  37. format slot 5 of player with gray glass named "&7" to be unstealable
  38.  
  39.  
  40.  
  41. format slot 6 of player with gray glass named "&7" to be unstealable
  42.  
  43.  
  44.  
  45. format slot 7 of player with gray glass named "&7" to be unstealable
  46.  
  47.  
  48.  
  49. format slot 8 of player with gray glass named "&7" to be unstealable
  50.  
  51.  
  52.  
  53. format slot 9 of player with gray glass named "&7" to be unstealable
  54.  
  55.  
  56.  
  57. format slot 10 of player with gray glass named "&7" to be unstealable
  58.  
  59.  
  60.  
  61. format slot 11 of player with iron sword named "&4&lHack" to close then run [execute player command "/Kaban"]
  62.  
  63.  
  64.  
  65. format slot 12 of player with gray glass named "&7" to be unstealable
  66.  
  67.  
  68.  
  69. format slot 13 of player with diamond sword named "&d&lIP-BAN" to close then run [execute player command "/HaIpban"]
  70.  
  71.  
  72.  
  73. format slot 14 of player with gray glass named "&7" to be unstealable
  74.  
  75.  
  76.  
  77. format slot 15 of player with stone sword named "&4&lBug" to close then run [execute player command "/fixBug"]
  78.  
  79.  
  80.  
  81. format slot 16 of player with gray glass named "&7" to be unstealable
  82.  
  83.  
  84.  
  85. format slot 17 of player with gray glass named "&7" to be unstealable
  86.  
  87.  
  88.  
  89. format slot 18 of player with gray glass named "&7" to be unstealable
  90.  
  91.  
  92.  
  93. format slot 19 of player with gray glass named "&7" to be unstealable
  94.  
  95.  
  96.  
  97. format slot 20 of player with gray glass named "&7" to be unstealable
  98.  
  99.  
  100.  
  101. format slot 21 of player with gray glass named "&7" to be unstealable
  102.  
  103.  
  104.  
  105. format slot 22 of player with gray glass named "&7" to be unstealable
  106.  
  107.  
  108.  
  109. format slot 23 of player with gray glass named "&7" to be unstealable
  110.  
  111.  
  112.  
  113. format slot 24 of player with gray glass named "&7" to be unstealable
  114.  
  115.  
  116.  
  117. format slot 25 of player with gray glass named "&7" to be unstealable
  118.  
  119.  
  120.  
  121. format slot 26 of player with gray glass named "&7" to be unstealable
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. command /Kaban:
  130.  
  131. trigger:
  132.  
  133. make console execute command "/Tempban %player% 7d"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement