shad
the temple of the king
- Katılım
- 25 Ekim 2014
- Mesajlar
- 1.537
- Elmaslar
- 1.442
- Puan
- 17.290
- Minecraft
- emrearik
Eğer bunları kendin yaptı isen (bunlardan internette kaynıyor) şu bölümü;
Şu şekilde kullanman daha sağlıklı olur;
Kod:
Command /chat <text>:
permission: chat.kilit
trigger:
if arg 1 is "kapat":
set {kilitli} to true
broadcast "&8&l» &aSohbet Kapatildi!"
else:
if arg 1 is "ac":
set {kilitli} to false
broadcast "&8&l» &aSohbet Aktif!"
Kod:
command /chat [<text>]:
permission: chat.kilit
trigger:
if arg-1 is not set:
send "&8&l» &aKomutun kullanımı &c/chat kapat/ac" to player
if arg 1 is "kapat":
set {kilitli} to true
broadcast "&8&l» &aSohbet Kapatildi!"
if arg 1 is "ac":
set {kilitli} to false
broadcast "&8&l» &aSohbet Aktif!"