ox

Ataberkia

En iyi cevaplar
0
Kod:
command /oxkaldir:
    triggeR:
        execute console command "/mangdelp oyuncu essentials.warp.ox"
        execute console command "/mangdelp skyblockvip essentials.warp.ox"
        execute console command "/mangdelp skyblockvip+ essentials.warp.ox"
        execute console command "/mangdelp youtuber essentials.warp.ox"
 

ColKaplani

Zombi Katili
En iyi cevaplar
0
komutlar;
/setox -> Ox Yerini Belirler
/oxgit -> Ox Yerine Gider Eğer Ox Gitme Pasif İse Gitmez Fakat Oplar Gidebilir
/oxdurum -> Ox Durumunu Belirler İlk Defa Yazdığınızda Pasif Yapar Eğer Pasif İse Aktif, Atkif İse Pasif Yapar
yetkiler;
asd.asd -> ana yetkidir
Kod:
command /setox:
    permission: asd.asd
    trigger:
        set {ox} to location of player
        send "Ox Yeri Belirlendi."
      
command /oxgit:
    trigger:
        if player is op:
            teleport player to {ox}
        else:
            if {_ox} is true:
                teleport player to {ox}
            else:
                send "&3SkyBlock &8> &eOx şu an Devre Dışı" to player
            
command /oxdurum:
    permission: asd.asd
    trigger:
        if {_ox} is not set:
            send "&3SkyBlock &8> &eDurum: &c&lOX PASIF" to player
            set {_ox} to false
        else:
            if {_ox} is false:
                send "&3SkyBlock &8> &eDurum: &a&lOX AKTIF" to player
                set {_ox} to true
            else:
                send "&3SkyBlock &8> &eDurum: &c&lOX PASIF" to player
                set {_ox} to false
 

Blackixq

Ben artık biraz çöktüm albayım.
En iyi cevaplar
1
komutlar;
/setox -> Ox Yerini Belirler
/oxgit -> Ox Yerine Gider Eğer Ox Gitme Pasif İse Gitmez Fakat Oplar Gidebilir
/oxdurum -> Ox Durumunu Belirler İlk Defa Yazdığınızda Pasif Yapar Eğer Pasif İse Aktif, Atkif İse Pasif Yapar
yetkiler;
asd.asd -> ana yetkidir
Kod:
command /setox:
    permission: asd.asd
    trigger:
        set {ox} to location of player
        send "Ox Yeri Belirlendi."
     
command /oxgit:
    trigger:
        if player is op:
            teleport player to {ox}
        else:
            if {_ox} is true:
                teleport player to {ox}
            else:
                send "&3SkyBlock &8> &eOx şu an Devre Dışı" to player
           
command /oxdurum:
    permission: asd.asd
    trigger:
        if {_ox} is not set:
            send "&3SkyBlock &8> &eDurum: &c&lOX PASIF" to player
            set {_ox} to false
        else:
            if {_ox} is false:
                send "&3SkyBlock &8> &eDurum: &a&lOX AKTIF" to player
                set {_ox} to true
            else:
                send "&3SkyBlock &8> &eDurum: &c&lOX PASIF" to player
                set {_ox} to false

Teşekkür ederim ama yukarıdaki skript daha uygun bana göre tekrar teşekkürler.
 
Üst