Advertisement
Randall123459

g

Sep 15th, 2015
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. command /gameban <player> <text> <text>:
  2. permission: skript.op
  3. trigger:
  4. if arg 1 is not set:
  5. message "{@P} You need to use full arguments /gameban <player> <how many games> <reason>"
  6. if arg 2 is not set:
  7. message "{@P} You need to use full arguments /gameban <player> <how many games> <reason>"
  8. if arg 3 is not set:
  9. message "{@P} You need to use full arguments /gameban <player> <how many games> <reason>"
  10. else:
  11. set {banned::%arg-1%} to true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement