Witajcie czy ktoś wie czemu moge uzyc tylko jeden raz komendy?
variables:
{onoff.%player%.tk} = true
command /edycja [<text>]:
trigger:
send "&6Aby wylaczyc lub wlaczyc kity wpisz: &7/eskit"
command /eskit [<text>]:
permission: tromba.core
permission message: &6Nie masz uprawnien do tej komendy!
trigger:
if {onoff.%player%.tk} is true:
set {onoff.%player%.tk} to false
send "&6Wylaczyles Kity"
else:
if {onoff.%player%.tk} is false:
set {onoff.%player%.tk} to true
send "&6Wlaczyles Kity"
command /kit [<text>]:
trigger:
if {onoff.%player%.tk} is false:
send "&6Kity sa aktualnie &7Wylaczone!"
if {onoff.%player%.tk} is true:
execute player command "/test"