GamePL7

gKick

Sep 13th, 2016
1,219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. #Od GamePL7
  2. #Dla KrainaPikseli.pl
  3. options:
  4. perm: gKick.kick
  5. logo: &7[&agKick&7]
  6. command /kick [<player>] [<text>]:
  7. trigger:
  8. if player have permission "{@perm}":
  9. if arg 1 is set:
  10. if arg 2 is set:
  11. kick argument-1 due to "{@logo} &cZostales wyrzucony przez &7%player%&c za: &7%coloured arg 2%"
  12. send "{@logo}&cWyrzuciles &7%arg-1% &cza &7%coloured arg-2%"
  13. else:
  14. kick argument-1 due to "{@logo} &cZostales wyrzucony przez &7%player%&c za: &7brak powodu"
  15. send "{@logo}&cWyrzuciles &7%arg-1% &cza &7brak powodu"
  16. else:
  17. send "{@logo}&cWpisz, kogo chcesz wyrzucic!"
  18. else:
  19. send "{@logo}&cTa komenda nie jest dla ciebie!"
Advertisement
Add Comment
Please, Sign In to add comment