GamePL7

gSetRank

Sep 13th, 2016
1,208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. #Od GamePL7
  2. #Dla KrainaPikseli.pl
  3. options:
  4. perm: gSetRank.setrank
  5. logo: &7[&agSetRank&7]&c
  6. command /setrank [<player>] [<text>]:
  7. trigger:
  8. if arg 1 is set:
  9. if arg 2 is set:
  10. if player has permission "{@perm}":
  11. execute console command "pex user %argument 1% group set %argument 2%"
  12. send "{@logo}&cNadales graczowi &6%argument 1% &crange &6%argument 2%!"
  13. else:
  14. send "{@logo}Niestety nie mozesz tego wykonac!"
  15. else:
  16. send "{@logo}Wpisz, jaka range chcesz nadac &6%arg 1%&c!"
  17. else:
  18. send "{@logo}Wpisz, komu chcesz nadac range!"
Advertisement
Add Comment
Please, Sign In to add comment