kazuken0814

Untitled

Jul 6th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.56 KB | None | 0 0
  1. command /banok [<player>]:
  2.     permission: skript.admin
  3.     trigger:
  4.         if {banok-player} is set:
  5.             massage "%player% is ban Authorization"
  6.         else:
  7.             massage "oh this player is ban oked"
  8. command /ban [<player>]:
  9.     parmission: skript.admin
  10.     trigger:
  11.         if {banok-player} is true:
  12.             ban the player
  13.         if {banok-player} is false:
  14.             cancel event
  15.             kill the event player
  16. command /banoff [<player>]:
  17.     permission: skript.admin
  18.     trigger:
  19.         if {banok-player} is set:
  20.             delete {banok-player}
  21.             massage "%player% is ban remove"
  22.         else:
  23.             massage "ban no no no"
Advertisement
Add Comment
Please, Sign In to add comment