Çözüldü Fly İle İlgili

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

mamixcix12

Koydum Çalışma Masasını
Katılım
10 Eylül 2016
Mesajlar
63
Elmaslar
8
Puan
13.260
Yaş
27
Merhaba Sunucumda Mv ile Nether Kurdum Orda Fly Yetkisi Olabilen rehber,viplerin hepsi gibi yani kısacası uçabilen herkesin -/warp nether e gittikden sonra uçmalarını istemiyorum otomatik kapanıcak -/fly yazdığında orda uçamicak yoksa oyunculara haksızlık aşırı oluyor tüm sp leri vipler alıyor
 
/mv modify set fly deny
 
Kod:
on player world change:
    if player has not the permission "nether.ucus":
        if player is in "Nether":
            if player's flight mode is true:
                set player's flight mode to false
                send "&cNetherda Fly kapalidır" to player
   
on command "/fly":
    if player has not the permission "nether.ucus":
        if player is in "Nether":
            cancel event
            send "&cNetherde Uçamazsın" to player

Eğer skript kullanmak isterseniz bunu deneyebilirsiniz
 
Kod:
on player world change:
    if player has not the permission "nether.ucus":
        if player is in "Nether":
            if player's flight mode is true:
                set player's flight mode to false
                send "&cNetherda Fly kapalidır" to player
  
on command "/fly":
    if player has not the permission "nether.ucus":
        if player is in "Nether":
            cancel event
            send "&cNetherde Uçamazsın" to player

Eğer skript kullanmak isterseniz bunu deneyebilirsiniz
2 adet hata veriyor
 
Kod:
on player world change:
    if player has not the permission "nether.ucus":
        if player is in "Nether":
            if player's flight mode is true:
                set player's flight mode to false
                send "&cNetherda Fly kapalidır" to player
  
on command "/fly":
    if player has not the permission "nether.ucus":
        if player is in "Nether":
            cancel event
            send "&cNetherde Uçamazsın" to player

Eğer skript kullanmak isterseniz bunu deneyebilirsiniz
ve söyle birşey var fly açık gidiyorsan oraya gittiğinde fly yazdığında açabiliyor
 
Hatayı buraya atarmisım ayrica opsan veya nether.ucus yetkisine sahipsen fly kapanmaz ve /fly yazabilirsin birde bunu deneyin:

Kod:
on player world change:
    if player has not the permission "nether.ucus":
        if player is in "Nether":
            if player's fly mode is true:
                set player's fly mode to false
                send "&cNetherda Fly kapalidır" to player

on command "/fly":
    if player has not the permission "nether.ucus":
        if player is in "Nether":
            cancel event
            send "&cNetherde Uçamazsın" to player
 
Son düzenleme:
Hatayı buraya atarmisım ayrica opsan veya nether.ucus yetkisine sahipsen fly kapanmaz ve /fly yazabilirsin birde bunu deneyin:

Kod:
on player world change:
    if player has not the permission "nether.ucus":
        if player is in "Nether":
            if player's fly mode is true:
                set player's fly mode to false
                send "&cNetherda Fly kapalidır" to player

on command "/fly":
    if player has not the permission "nether.ucus":
        if player is in "Nether":
            cancel event
            send "&cNetherde Uçamazsın" to player
hatayı attım
 
dünyada iken -> /rg flag __global__ blocked-cmds fly
 
Kod:
on teleport:
    if player doesn't have the permission "nether.ucus":
        if player is in "Nether":
            if player's fly mode is true:
                set player's fly mode to false
                send "&cNetherda Fly kapalidır" to player

on command "/fly":
    if player doesn't have the permission "nether.ucus":
        if player is in "Nether":
            cancel event
            send "&cNetherde Uçamazsın" to player
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst