KTFaZZA1
Język: Skript
|
Autor: _MicX_
options: brakpozwolenia: &cNie masz pozwolenia Expgivetoplayeradmin: &6Pasek poziomu gracza &c%arg 1% &6zostal zmieniony. Expgivetoplayer: &6Twój pasek poziomu został zmodyfikowany brakgracza: &cNie ma takiego gracz online command /dajlvl [<offline player>] [<integer>]: trigger: if sender has permission "xp": if arg 1 is set: if arg 1 is online: if arg 2 is set: send "{@Expgivetoplayeradmin}" to player add arg 2 to level of arg 1 send "{@Expgivetoplayer}" to arg 1 stop if arg 2 is not set: send "&cBłąd &6>> &f/dajlvl [player] [number]" to player stop if arg 1 is offline: send "{@brakgracza}" to player stop else: send "&cBłąd &6>> &f/dajlvl [player] [number]" to player stop if sender doesn't have permission "xp": send "{@brakpozwolenia}" to player stop