variables: {warn.%player%} = 0 command /warn [] []: permission : skript.warn permission message : &8[&cWarn&8] &4Nie masz dostepu do tej komendy! trigger: if arg 1 is not set: send "&8[&cWarn&8] &6Poprawne uzycie tej komendy to /warn [player] [powod]" if arg 1 is set: if arg 2 is set: add 1 to {warn.%arg 1%} send "&8[&cWarn&8] &6Dostales warna! Powod: &c%arg 2%" to arg 1 send "&8[&cWarn&8] &6Warn %arg 1% - %arg 2%" if {warn.%arg 1%} is bigger than 5: execute console command "tempban %arg 1% Przekroczenie 5 warnow 5d" set {warn.%arg 1%} to 0 if arg 2 is not set: send "&8[&cWarn&8] &6Musisz podac powod warna!"