
- Katılım
- 9 Mart 2015
- Mesajlar
- 3.045
- Elmaslar
- 1.855
- Puanlar
- 19.975
- Yer
- Adıyaman
- Minecraft
- TheGaMeLiFe_HD
Discord:
BloodyX#4069
Elimde böyle bir skript var ama çalışmadı hata ney ben çözemedim.
JavaScript:
// Çete Skripti
command /ceteoluştur <çeteadı>:
permission: cete.command.create
trigger:
if arg-1 is not set:
send "Kullanım: /ceteoluştur <çeteadı>"
else:
create a new faction named arg-1
send "Çete oluşturuldu: %arg-1%"
command /çeteyeekle <oyuncu> to <çeteadı>:
permission: cete.command.addmember
trigger:
if arg-1 is not set:
send "Kullanım: /çeteyeekle <oyuncu> to <çeteadı>"
else if arg-2 is not set:
send "Kullanım: /çeteyeekle <oyuncu> to <çeteadı>"
else if player named arg-1 is online:
add player named arg-1 to faction named arg-2
send "%arg-1% oyuncusu %arg-2% çetesine eklendi."
else:
send "Oyuncu bulunamadı."
command /çetesil <çeteadı>:
permission: cete.command.delete
trigger:
if arg-1 is not set:
send "Kullanım: /çetesil <çeteadı>"
else:
delete faction named arg-1
send "%arg-1% çetesi silindi."
command /çetesavaşbaşlat <çeteadı1> against <çeteadı2>:
permission: cete.command.startwar
trigger:
if arg-1 is not set:
send "Kullanım: /çetesavaşbaşlat <çeteadı1> against <çeteadı2>"
else if arg-2 is not set:
send "Kullanım: /çetesavaşbaşlat <çeteadı1> against <çeteadı2>"
else:
send "Çete savaşı başlatıldı: %arg-1% vs %arg-2%"
command /çetesavaşdurdur:
permission: cete.command.stopwar
trigger:
send "Çete savaşı durduruldu."