ozeppo

IBan Assist

Jul 18th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. ###################
  2.  
  3.  
  4.  
  5. command /iban [<text>] [<text>]:
  6. trigger:
  7. if player has permission "iban.ban"
  8. if arg 1 is set:
  9. excute console command "ban %arg 1% %arg 2% &l&6Możesz się odbanować na &l&awww.xxx.pl"
  10. broadcast "&6&lGracz &2%arg 1% &6został zbanowany. &aPowód:%arg 2%"
  11. if arg 1 is not set:
  12. send "&4Błąd:&6Podaj nick gracza którego chcesz zbanować!"
  13.  
  14. command /iunban [<text>]:
  15. trigger:
  16. if player has permission "iban.unban"
  17. if arg 1 is set:
  18. excute console command "pardon %arg 1%"
  19. if arg 1 is not set:
  20. send "&4Błąd:&6Podaj nick gracza do UnBanowania!"
Advertisement
Add Comment
Please, Sign In to add comment