Advertisement
70sOn7

Ban GUI

Nov 7th, 2017
1,076
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. command /ban [<offline player>]:
  2. aliases: /tempban
  3. permission: server.ban
  4. permission message: &cNo Permission.
  5. trigger:
  6. if arg-1 is not set:
  7. send "&c/ban (Player)"
  8. if arg-1 is set:
  9. open chest with 3 rows named "&cBan %arg-1%" to player
  10. wait 1 tick
  11. format slot 0 of player with iron sword named "&aKill Aura" with lore "&7Perm" to close then run [make player execute command "/minecraft:ban %arg-1% Kill Aura"]
  12. format slot 1 of player with lead named "&aAnti-Knockback" with lore "&7Perm" to close then run [make player execute command "/minecraft:ban %arg-1% Anti-Knockback"]
  13. format slot 2 of player with feather named "&aFlying" with lore "&730 Days" to close then run [make player execute command "/essentials:tempban %arg-1% 30d Flying"]
  14. format slot 3 of player with speed potion named "&aSpeed" with lore "&710 Days" to close then run [make player execute command "/essentials:ban %arg-1% 10d Speed"]
  15. format slot 4 of player with steak named "&aFast Eat" with lore "&73 Days" to close then run [make player execute command "/essentials:tempban %arg-1% 3d Fast Eat "]
  16. format slot 5 of player with compass named "&aBan Evasion" with lore "&7Perm" to close then run [make player execute command "/minecraft:ban %arg-1% Ban Evasion"]
  17. format slot 6 of player with daylight sensor named "&aBug Abuse" with lore "&72 Days" to close then run [make player execute command "/essentials:tempban %arg-1% 2d Bug Abuse"]
  18. format slot 7 of player with melon slice named "&aNo Slowdown" with lore "&7Perm" to close then run [make player execute command "/minecraft:ban %arg-1% No Slowdown"]
  19. format slot 8 of player with boat named "&aOther" with lore "&7Perm" to close then run [make player execute command "/minecraft:ban %arg-1% Other"]
  20. format slot 26 of player with red wool named "&aCancel" with lore "&7Exit" to close
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement