Advertisement
Savanis

Untitled

Nov 9th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. Command /Ban [<Player>]:
  2. trigger:
  3. if player has permission "Ban.Perms":
  4. If arg-1 is not set:
  5. Send "&6[&cBans&6] &aYou have not specified a player &6example: &4/Ban [Player]"
  6. Else:
  7. open chest with 3 rows named "&cBanning &4%arg-1%" to player
  8. format slot 0 of player with bow named "&4Pvp hacks." to run [make console execute "Essentials:ban %arg-1% &4Pvp hacks in pvp &6Expires: &aNever &9Banned by &a%player%"]
  9. format slot 1 of player with feather named "&4Movement hacks." to run [make console execute "Essentials:ban %arg-1% &4Movement hacks &6Expires: &aNever &9Banned by &a%player%"]
  10. format slot 2 of player with Diamond named "&4Xray" to run [make console execute "Essentials:ban %arg-1% &4Loot finding hacks &6Expires: &aNever &9Banned by &a%player%"]
  11. format slot 8 of player with Diamond named "&4Other" to run [make console execute "Essentials:ban %arg-1% &4Other &6Expires: &aNever &9Banned by &a%player%"]
  12. Else:
  13. send "&6[&cPermissions&6] &aYou dont have acsess to this command."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement