command /komutac:
trigger:
set {komut.acik} to true
message "&4Komut Acildi"
command /komutkapa:
trigger:
set {komut.acik} to false
message "&4Komut Kapatildi"
on command /komut:
{komut.acik} is true:
stop
else:
{komut.acik} is false:
cancel event
message "&4Bu Komut Acilmamis"
else:
stop