Çözüldü server kaynak paketi sorun

  • Konuyu Başlatan Konuyu Başlatan Erenslslsl
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 535
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Erenslslsl

Zombi Geldi, Beni Yedi
Katılım
28 Ocak 2025
Mesajlar
252
Elmaslar
28
Puan
805
Yaş
16
Konum
muğla
arkadaşlar benim rütbe ve logo için tasarımlarım var çalışması için kaynak paketi gerekiyor işte itemsadder üzerinden değil ben bu kaynak pakete başka bişi daha eklemek istediğimde mesala yapıyorum onu sunucuya yüklüyorum oyuna girdiğimde mojang yazısı yüklenip geri gidip geri yükleniyor bole bir buga giriyor bunun olmaması için o kaynak paketindeki şeyleri mesala kurucu tagını silip bşka bişi koyarsan çalışıyor ama mesala hem kurucu hem de başka bişi yapınca sölediğim bug oluyor size kaynak paketi default.json daki kodu paylaşıcağım

Kod:
{
    "providers": [
        {
            "type": "bitmap",
            "file": "minecraft:ranks/oyuncu.png",
            "ascent": 8,
            "height": 8,
            "chars": ["✩"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/rehber.png",
            "ascent": 8,
            "height": 8,
            "chars": ["☂"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/mvip.png",
            "ascent": 8,
            "height": 8,
            "chars": ["□"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/mvip+.png",
            "ascent": 8,
            "height": 8,
            "chars": ["▢"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/modaretorrr.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚀"]
        },
        {
         "type": "bitmap",
            "file": "minecraft:ranks/kurucu.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚁"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/admin.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚂"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/yayinci.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚃"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/asistan.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚄"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/esereren.png",
            "ascent": 15,
            "height": 60,
            "chars": ["◯"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/vip.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚅"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/vip+.png",
            "ascent": 8,
            "height": 8,
            "chars": ["¤"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/turnuva.png",
            "ascent": 15,
            "height": 60,
            "chars": ["☒"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/epicnwlobi.png",
            "ascent": 15,
            "height": 60,
            "chars": ["∏"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/minecraftepic.png",
            "ascent": 10,
            "height": 55,
            "chars": ["⊺"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/cratio.png",
            "ascent": 15,
            "height": 60,
            "chars": ["∑"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/youtube.png",
            "ascent": 8,
            "height": 8,
            "chars": ["♢"]
        }
    ]
}

bu kodda chars yazan yerin içinde olan şeyi alıp chate koyunca yaptığım tasarım cıkıyor işte ama ben mesala buna + olarak bişi daha eklicem örnek komurmaden.png diye bir tasarımım var bunu buraya eklemek için araya şu kodu koyuyorum

Kod:
            "type": "bitmap",
            "file": "minecraft:ranks/komurmaden.png",
            "ascent": 15,
            "height": 60,
            "chars": ["⑁"]

ben bunu yapınca yukarda belirttiğim bug oluyor bunu nasıl çözüceğiz bilen varsa ACİLLLL söyleyebilirmi TEŞEKKÜRLER
 
kodun bug olduğundaki halini atar misiniz
 
"mojang yazısı yüklenip geri gidip geri yükleniyor" derken; paket yüklenirken iptal oluyor ve oyun default paketi yeniden yükleyip size "kaynak paketi yüklenirken sorun yaşadı" gibi bir bildirimi mi gönderiyor?

eğer üst ve altta ki yapıyı birleştirirken başarısız oluyorsanız bu doğrusu:

Kod:
{
    "providers": [
        {
            "type": "bitmap",
            "file": "minecraft:ranks/oyuncu.png",
            "ascent": 8,
            "height": 8,
            "chars": ["✩"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/rehber.png",
            "ascent": 8,
            "height": 8,
            "chars": ["☂"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/mvip.png",
            "ascent": 8,
            "height": 8,
            "chars": ["□"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/mvip+.png",
            "ascent": 8,
            "height": 8,
            "chars": ["▢"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/modaretorrr.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚀"]
        },
        {
         "type": "bitmap",
            "file": "minecraft:ranks/kurucu.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚁"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/admin.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚂"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/yayinci.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚃"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/asistan.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚄"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/esereren.png",
            "ascent": 15,
            "height": 60,
            "chars": ["◯"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/vip.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚅"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/vip+.png",
            "ascent": 8,
            "height": 8,
            "chars": ["¤"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/turnuva.png",
            "ascent": 15,
            "height": 60,
            "chars": ["☒"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/epicnwlobi.png",
            "ascent": 15,
            "height": 60,
            "chars": ["∏"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/minecraftepic.png",
            "ascent": 10,
            "height": 55,
            "chars": ["⊺"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/cratio.png",
            "ascent": 15,
            "height": 60,
            "chars": ["∑"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/youtube.png",
            "ascent": 8,
            "height": 8,
            "chars": ["♢"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/komurmaden.png",
            "ascent": 15,
            "height": 60,
            "chars": ["⑁"]
        }
    ]
}
 
onu bir resimle gösteremem ki bakın şu şekilde hani kaynak paketi yüklediğinde mojang yazısı yüklenir ya bug olduğun mojang yazısı sadece çok az ilerliyip geri yüklenmeyi durduyor oyuna döndürüyor sonra hemen gene mojang yazısı cıkıyor ve cok az yüklenip geri oyuna döndürüyor bunu resim ile anlatamam

ve bu bug durmuyor oyundan bile cıkamıyorsun esc tuşuna basınca oyundan çık tuşuna basılmıyor ona tam basıcakken yeniden mojang yazısı yüklenip geri oyuna döndürüyor
 
"mojang yazısı yüklenip geri gidip geri yükleniyor" derken; paket yüklenirken iptal oluyor ve oyun default paketi yeniden yükleyip size "kaynak paketi yüklenirken sorun yaşadı" gibi bir bildirimi mi gönderiyor?

eğer üst ve altta ki yapıyı birleştirirken başarısız oluyorsanız bu doğrusu:

Kod:
{
    "providers": [
        {
            "type": "bitmap",
            "file": "minecraft:ranks/oyuncu.png",
            "ascent": 8,
            "height": 8,
            "chars": ["✩"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/rehber.png",
            "ascent": 8,
            "height": 8,
            "chars": ["☂"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/mvip.png",
            "ascent": 8,
            "height": 8,
            "chars": ["□"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/mvip+.png",
            "ascent": 8,
            "height": 8,
            "chars": ["▢"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/modaretorrr.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚀"]
        },
        {
         "type": "bitmap",
            "file": "minecraft:ranks/kurucu.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚁"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/admin.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚂"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/yayinci.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚃"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/asistan.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚄"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/esereren.png",
            "ascent": 15,
            "height": 60,
            "chars": ["◯"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/vip.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚅"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/vip+.png",
            "ascent": 8,
            "height": 8,
            "chars": ["¤"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/turnuva.png",
            "ascent": 15,
            "height": 60,
            "chars": ["☒"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/epicnwlobi.png",
            "ascent": 15,
            "height": 60,
            "chars": ["∏"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/minecraftepic.png",
            "ascent": 10,
            "height": 55,
            "chars": ["⊺"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/cratio.png",
            "ascent": 15,
            "height": 60,
            "chars": ["∑"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/youtube.png",
            "ascent": 8,
            "height": 8,
            "chars": ["♢"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/komurmaden.png",
            "ascent": 15,
            "height": 60,
            "chars": ["⑁"]
        }
    ]
}
bildirim göndermiyor sadece yüklenip oyuna geri atiyor sonra geri yükleniyor bu oyundan çıkana kadar sürüyor

kodu bende böle yapıyorum ve bug oluyor tekrar denicem ama teşekküler
 
onu bir resimle gösteremem ki bakın şu şekilde hani kaynak paketi yüklediğinde mojang yazısı yüklenir ya bug olduğun mojang yazısı sadece çok az ilerliyip geri yüklenmeyi durduyor oyuna döndürüyor sonra hemen gene mojang yazısı cıkıyor ve cok az yüklenip geri oyuna döndürüyor bunu resim ile anlatamam

ve bu bug durmuyor oyundan bile cıkamıyorsun esc tuşuna basınca oyundan çık tuşuna basılmıyor ona tam basıcakken yeniden mojang yazısı yüklenip geri oyuna döndürüyor
bu bug değil, kaynak paketi yüklenirken log dosyasına hata fırlatır. json formatını doğru yapmazsanız da bu hata ile karşılaşabilirsiniz eğer bu sorunu çözmezseniz paketi kullanamazsınız. bize hata verirken kullandığınız default.json kodunu atın yardımcı olalım <3 ya da bize log dosyasında ki ilgili bölümü atın, inceleyelim.

bildirim göndermiyor sadece yüklenip oyuna geri atiyor sonra geri yükleniyor bu oyundan çıkana kadar sürüyor

kodu bende böle yapıyorum ve bug oluyor tekrar denicem ama teşekküler

peki bu sürekli döngü halinde mi oluyor yoksa yalnızca bir kere mi ? ayrıca bu olay yaşandıktan sonra paket, kullanımdan kaldırılıyor mu ? biraz daha detay verirseniz iyi olur. ek olarak sürümünüzü de söylerseniz sevinirim.
 
bu bug değil, kaynak paketi yüklenirken log dosyasına hata fırlatır. json formatını doğru yapmazsanız da bu hata ile karşılaşabilirsiniz eğer bu sorunu çözmezseniz paketi kullanamazsınız. bize hata verirken kullandığınız default.json kodunu atın yardımcı olalım <3 ya da bize log dosyasında ki ilgili bölümü atın, inceleyelim.
default.json koduna başka bişi ekleyince bug oluyor işte mesala şu kod da bug oluyor

Kod:
{
    "providers": [
        {
            "type": "bitmap",
            "file": "minecraft:ranks/oyuncu.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
    },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/rehber.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/warpslar.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/epic.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/zümrüt.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/elmas.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/altın.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/demir.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/mvip.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/mvip+.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/mod.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/kurucu.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/admin.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/yayinci.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/asistan.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/esereren.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/vip.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/vip+.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/epicepic.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/arena.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/turnuva.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/epicnwboxpvp2.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/epicnwlobi.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/crat.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/epicnwboxpvp.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/cratio.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/youtube.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/yonet.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/twitchbyrg.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/youtubebyrg.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/memberbyrg.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        }
    ]
}

bu kod da dediğim bug oluyor işte ama bu kodda eklediklerimi çıkartınca eskisi gibi yapınca yani şu şekilde yapınca hata olmuyor

Kod:
{
    "providers": [
        {
            "type": "bitmap",
            "file": "minecraft:ranks/oyuncu.png",
            "ascent": 8,
            "height": 8,
            "chars": ["✩"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/rehber.png",
            "ascent": 8,
            "height": 8,
            "chars": ["☂"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/mvip.png",
            "ascent": 8,
            "height": 8,
            "chars": ["□"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/mvip+.png",
            "ascent": 8,
            "height": 8,
            "chars": ["▢"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/modaretorrr.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚀"]
        },
        {
         "type": "bitmap",
            "file": "minecraft:ranks/kurucu.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚁"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/admin.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚂"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/yayinci.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚃"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/asistan.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚄"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/esereren.png",
            "ascent": 15,
            "height": 60,
            "chars": ["◯"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/vip.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚅"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/vip+.png",
            "ascent": 8,
            "height": 8,
            "chars": ["¤"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/turnuva.png",
            "ascent": 15,
            "height": 60,
            "chars": ["☒"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/epicnwlobi.png",
            "ascent": 15,
            "height": 60,
            "chars": ["∏"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/minecraftepic.png",
            "ascent": 10,
            "height": 55,
            "chars": ["⊺"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/cratio.png",
            "ascent": 15,
            "height": 60,
            "chars": ["∑"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/youtube.png",
            "ascent": 8,
            "height": 8,
            "chars": ["♢"]
         }
    ]
}

bunda dediğim bug olmuyor ama ona kendim bişiler ekliyince bug oluyor
 
default.json koduna başka bişi ekleyince bug oluyor işte mesala şu kod da bug oluyor

Kod:
{
    "providers": [
        {
            "type": "bitmap",
            "file": "minecraft:ranks/oyuncu.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
    },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/rehber.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/warpslar.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/epic.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/zümrüt.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/elmas.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/altın.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/demir.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/mvip.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/mvip+.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/mod.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/kurucu.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/admin.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/yayinci.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/asistan.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/esereren.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/vip.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/vip+.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/epicepic.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/arena.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/turnuva.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/epicnwboxpvp2.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/epicnwlobi.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/crat.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/epicnwboxpvp.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/cratio.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/youtube.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/yonet.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/twitchbyrg.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/youtubebyrg.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/memberbyrg.png",
            "ascent": 8,
            "height": 8,
            "chars": [""]
        }
    ]
}

bu kod da dediğim bug oluyor işte ama bu kodda eklediklerimi çıkartınca eskisi gibi yapınca yani şu şekilde yapınca hata olmuyor

Kod:
{
    "providers": [
        {
            "type": "bitmap",
            "file": "minecraft:ranks/oyuncu.png",
            "ascent": 8,
            "height": 8,
            "chars": ["✩"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/rehber.png",
            "ascent": 8,
            "height": 8,
            "chars": ["☂"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/mvip.png",
            "ascent": 8,
            "height": 8,
            "chars": ["□"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/mvip+.png",
            "ascent": 8,
            "height": 8,
            "chars": ["▢"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/modaretorrr.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚀"]
        },
        {
         "type": "bitmap",
            "file": "minecraft:ranks/kurucu.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚁"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/admin.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚂"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/yayinci.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚃"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/asistan.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚄"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/esereren.png",
            "ascent": 15,
            "height": 60,
            "chars": ["◯"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/vip.png",
            "ascent": 8,
            "height": 8,
            "chars": ["⚅"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/vip+.png",
            "ascent": 8,
            "height": 8,
            "chars": ["¤"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/turnuva.png",
            "ascent": 15,
            "height": 60,
            "chars": ["☒"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/epicnwlobi.png",
            "ascent": 15,
            "height": 60,
            "chars": ["∏"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/minecraftepic.png",
            "ascent": 10,
            "height": 55,
            "chars": ["⊺"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/cratio.png",
            "ascent": 15,
            "height": 60,
            "chars": ["∑"]
        },
        {
            "type": "bitmap",
            "file": "minecraft:ranks/youtube.png",
            "ascent": 8,
            "height": 8,
            "chars": ["♢"]

bunda dediğim bug olmuyor ama ona kendim bişiler ekliyince bug oluyor
emin olmak için soruyorum, en altta verdiğiniz kod'un devamı var mı yok mu ?


Kod:
        {

            "type": "bitmap",

            "file": "minecraft:ranks/youtube.png",

            "ascent": 8,

            "height": 8,

            "chars": ["♢"]

kod yarıda kesiliyor.
 
emin olmak için soruyorum, en altta verdiğiniz kod'un devamı var mı yok mu ?


Kod:
        {

            "type": "bitmap",

            "file": "minecraft:ranks/youtube.png",

            "ascent": 8,

            "height": 8,

            "chars": ["♢"]

kod yarıda kesiliyor.
var yanlış yapmışım düzeltim hemen
 
bu bug değil, kaynak paketi yüklenirken log dosyasına hata fırlatır. json formatını doğru yapmazsanız da bu hata ile karşılaşabilirsiniz eğer bu sorunu çözmezseniz paketi kullanamazsınız. bize hata verirken kullandığınız default.json kodunu atın yardımcı olalım <3 ya da bize log dosyasında ki ilgili bölümü atın, inceleyelim.



peki bu sürekli döngü halinde mi oluyor yoksa yalnızca bir kere mi ? ayrıca bu olay yaşandıktan sonra paket, kullanımdan kaldırılıyor mu ? biraz daha detay verirseniz iyi olur. ek olarak sürümünüzü de söylerseniz sevinirim.
sürekli döngü halinde oluyor sunucu sürümüm 1.16.5
 
var yanlış yapmışım düzeltim hemen
tamam, hatalı olan paketi yükleyin ve .minecraft/logs/latest.log dosyasının içeriğini bizimle paylaşın.

şu şekilde atarsanız daha iyi olur:

Kod:
[22:26:33] [main/INFO]: OpenAL initialized. // ------------  PAKET BURADA YÜKLENDİ

[22:26:33] [main/INFO]: Sound engine started
[22:26:33] [main/INFO]: Created: 1024x512x0 minecraft:textures/atlas/blocks.png-atlas
[22:26:33] [main/INFO]: [OptiFine] Animated sprites: 43
[22:26:33] [main/INFO]: Created: 256x128x0 minecraft:textures/atlas/signs.png-atlas
[22:26:33] [main/INFO]: [OptiFine] Animated sprites: 0
[22:26:33] [main/INFO]: Created: 512x512x0 minecraft:textures/atlas/banner_patterns.png-atlas
[22:26:33] [main/INFO]: [OptiFine] Animated sprites: 0
[22:26:33] [main/INFO]: Created: 512x512x0 minecraft:textures/atlas/shield_patterns.png-atlas
[22:26:33] [main/INFO]: [OptiFine] Animated sprites: 0
[22:26:33] [main/INFO]: Created: 256x256x0 minecraft:textures/atlas/chest.png-atlas
[22:26:33] [main/INFO]: [OptiFine] Animated sprites: 0
[22:26:33] [main/INFO]: Created: 512x256x0 minecraft:textures/atlas/beds.png-atlas
[22:26:33] [main/INFO]: [OptiFine] Animated sprites: 0
[22:26:33] [main/INFO]: Created: 512x256x0 minecraft:textures/atlas/shulker_boxes.png-atlas
[22:26:33] [main/INFO]: [OptiFine] Animated sprites: 0
[22:26:34] [main/INFO]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[22:26:34] [main/INFO]: [OptiFine] Animated sprites: 0
[22:26:34] [main/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[22:26:34] [main/INFO]: [OptiFine] Animated sprites: 0
[22:26:34] [main/INFO]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[22:26:34] [main/INFO]: [OptiFine] Animated sprites: 0
[22:26:34] [main/INFO]: [OptiFine] *** Reloading custom textures ***
[22:26:37] [main/INFO]: [OptiFine] Disable Forge light pipeline

[22:30:29] [main/INFO]: Stopping! . // ------------  EN SONUNCU SATIR

bu iki aralığı atın yeterli.
 
tamam, hatalı olan paketi yükleyin ve .minecraft/logs/latest.log dosyasının içeriğini bizimle paylaşın.

şu şekilde atarsanız daha iyi olur:

Kod:
[22:26:33] [main/INFO]: OpenAL initialized. // ------------  PAKET BURADA YÜKLENDİ

[22:26:33] [main/INFO]: Sound engine started
[22:26:33] [main/INFO]: Created: 1024x512x0 minecraft:textures/atlas/blocks.png-atlas
[22:26:33] [main/INFO]: [OptiFine] Animated sprites: 43
[22:26:33] [main/INFO]: Created: 256x128x0 minecraft:textures/atlas/signs.png-atlas
[22:26:33] [main/INFO]: [OptiFine] Animated sprites: 0
[22:26:33] [main/INFO]: Created: 512x512x0 minecraft:textures/atlas/banner_patterns.png-atlas
[22:26:33] [main/INFO]: [OptiFine] Animated sprites: 0
[22:26:33] [main/INFO]: Created: 512x512x0 minecraft:textures/atlas/shield_patterns.png-atlas
[22:26:33] [main/INFO]: [OptiFine] Animated sprites: 0
[22:26:33] [main/INFO]: Created: 256x256x0 minecraft:textures/atlas/chest.png-atlas
[22:26:33] [main/INFO]: [OptiFine] Animated sprites: 0
[22:26:33] [main/INFO]: Created: 512x256x0 minecraft:textures/atlas/beds.png-atlas
[22:26:33] [main/INFO]: [OptiFine] Animated sprites: 0
[22:26:33] [main/INFO]: Created: 512x256x0 minecraft:textures/atlas/shulker_boxes.png-atlas
[22:26:33] [main/INFO]: [OptiFine] Animated sprites: 0
[22:26:34] [main/INFO]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[22:26:34] [main/INFO]: [OptiFine] Animated sprites: 0
[22:26:34] [main/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[22:26:34] [main/INFO]: [OptiFine] Animated sprites: 0
[22:26:34] [main/INFO]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[22:26:34] [main/INFO]: [OptiFine] Animated sprites: 0
[22:26:34] [main/INFO]: [OptiFine] *** Reloading custom textures ***
[22:26:37] [main/INFO]: [OptiFine] Disable Forge light pipeline

[22:30:29] [main/INFO]: Stopping! . // ------------  EN SONUNCU SATIR

bu iki aralığı atın yeterli.
böle bir dosya yok sadece astets/minecraft/textures veya ranks/default.json var
 
böle bir dosya yok sadece astets/minecraft/textures veya ranks/default.json var
hayır hocam...

windows kullanıyorsanız: WIN+R kısa yolunu kullanın, karşınıza çıkan kutucuğa "%appdata%/.minecraft/logs/" yazın sizi oraya yönlendirecektir.
 
kaynak paketini burdan
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
indirdim ve içindeki texture deki resimleri ve default.json daki kodu değiştirdim okadar
 
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