ox

Blackixq

Ben artık biraz çöktüm albayım.
Mesajlar
258
En iyi cevaplar
1
Beğeniler
29
Puanları
180
Ruh hali
Skript
 


Son düzenleme:

CraxyTR

mc.silencenw.com
Mesajlar
449
En iyi cevaplar
0
Beğeniler
106
Puanları
440
Ruh hali
Selamlar Arkadaşlar,
Ufak bir skript isteğim var:
mesela /oxkaldir yazdığımız da herkesden warp ox permini alacak
Yetkiler: SkyBlockVip , SkyBlockVip+ , GlobalVIP , YouTuber , Oyuncu

Teşekkürler!
Öyle bir permissionmu var dostum ?
 

Ataberkia

Mesajlar
226
En iyi cevaplar
0
Beğeniler
412
Puanları
360
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
Mesajlar
201
En iyi cevaplar
0
Beğeniler
123
Puanları
280
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.
Mesajlar
258
En iyi cevaplar
1
Beğeniler
29
Puanları
180
Ruh hali
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