Çözüldü Arkadaşlar sunucumun konsolunda hatalar var. Yardımcı olabilir misiniz ?

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

Thomas Shelby

Tabanları Yağlama Vakti
Katılım
14 Aralık 2018
Mesajlar
1.446
Elmaslar
336
Puan
15.770
Yaş
26
Konum
Rusya
Minecraft
dragondemon68

Discord:

Sherlock#5773

Bende bilemiyorum neden çıkıyor ama crazycrates olan bölümü her kasa açılışında çıkıyor bıkmış durumdayım yardım edecek birisi varsa teşekkür ederim

Kod:
[22:53:11] [Server thread/WARN]: java.util.zip.ZipException: Not in GZIP format
[22:53:11] [Server thread/WARN]:     at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
[22:53:11] [Server thread/WARN]:     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
[22:53:11] [Server thread/WARN]:     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:18)
[22:53:11] [Server thread/WARN]:     at me.badbones69.crazycrates.multisupport.nms.v1_8_R3.NMS_v1_8_R3.getLocations(NMS_v1_8_R3.java:78)
[22:53:11] [Server thread/WARN]:     at me.badbones69.crazycrates.api.objects.QuadCrateSession.startCrate(QuadCrateSession.java:118)
[22:53:11] [Server thread/WARN]:     at me.badbones69.crazycrates.api.CrazyCrates.openCrate(CrazyCrates.java:403)
[22:53:11] [Server thread/WARN]:     at me.badbones69.crazycrates.controllers.CrateControl.onCrateOpen(CrateControl.java:164)
[22:53:11] [Server thread/WARN]:     at sun.reflect.GeneratedMethodAccessor128.invoke(Unknown Source)
[22:53:11] [Server thread/WARN]:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[22:53:11] [Server thread/WARN]:     at java.lang.reflect.Method.invoke(Unknown Source)
[22:53:11] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[22:53:11] [Server thread/WARN]:     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[22:53:11] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[22:53:11] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[22:53:11] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:228)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerInteractManager.interact(PlayerInteractManager.java:463)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:759)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[22:53:11] [Server thread/WARN]:     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
[22:53:11] [Server thread/WARN]:     at java.util.concurrent.FutureTask.run(Unknown Source)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[22:53:11] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[22:53:11] [Server thread/INFO]: true
[22:53:11] [Server thread/WARN]: java.util.zip.ZipException: Not in GZIP format
[22:53:11] [Server thread/WARN]:     at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
[22:53:11] [Server thread/WARN]:     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
[22:53:11] [Server thread/WARN]:     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:18)
[22:53:11] [Server thread/WARN]:     at me.badbones69.crazycrates.multisupport.nms.v1_8_R3.NMS_v1_8_R3.pasteSchematic(NMS_v1_8_R3.java:46)
[22:53:11] [Server thread/WARN]:     at me.badbones69.crazycrates.api.objects.QuadCrateSession.startCrate(QuadCrateSession.java:168)
[22:53:11] [Server thread/WARN]:     at me.badbones69.crazycrates.api.CrazyCrates.openCrate(CrazyCrates.java:403)
[22:53:11] [Server thread/WARN]:     at me.badbones69.crazycrates.controllers.CrateControl.onCrateOpen(CrateControl.java:164)
[22:53:11] [Server thread/WARN]:     at sun.reflect.GeneratedMethodAccessor128.invoke(Unknown Source)
[22:53:11] [Server thread/WARN]:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[22:53:11] [Server thread/WARN]:     at java.lang.reflect.Method.invoke(Unknown Source)
[22:53:11] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[22:53:11] [Server thread/WARN]:     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[22:53:11] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[22:53:11] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[22:53:11] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:228)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerInteractManager.interact(PlayerInteractManager.java:463)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:759)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[22:53:11] [Server thread/WARN]:     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
[22:53:11] [Server thread/WARN]:     at java.util.concurrent.FutureTask.run(Unknown Source)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[22:53:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[22:53:11] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
 
Console Spam Fix adlı eklentiyi indir ve config yml dosyasına - 'java.util.zip.ZipException: Not in GZIP format' ekle. Olması lazım.
 
Crazycrates configinde ziplenmis dosya var unzip yap onu yukarıdaki eklenti sadece mesajı engeller consoleda oluşan lagı engellemez.
 
Crazycrates configinde ziplenmis dosya var unzip yap onu yukarıdaki eklenti sadece mesajı engeller consoleda oluşan lagı engellemez.
Yukarıdaki hata laga sebep olmaz. Zipli bir dosya var ise zaten çalışmadığı için lagıda olmaz. O zip dosyası işe yarıyor mu bilmiyorum.
 
Yukarıdaki hata laga sebep olmaz. Zipli bir dosya var ise zaten çalışmadığı için lagıda olmaz. O zip dosyası işe yarıyor mu bilmiyorum.
Ziplenen dosyayı çözmeyip hatayı yok sayarsa crazycrateste çoğu komut çalışmıyor diye konu açar. Ek olarak console spam fix sadece mesajları yok sayıyor sunucu açılırken olan açılış hızını değiştirmiyor hatta arttırıyor.
 
Kod:
[00:28:09] [Server thread/INFO]: babacihan issued server command: /sell all
[00:28:09] [Server thread/ERROR]: [Essentials] Invalid Translation key for 'itemSoldConsole': can't parse argument number: c
[00:28:09] [Server thread/INFO]: §a§f[§b§lVIP§f] §ebabacihan§r §asattin iron_ingot , §a$288 §a(72 , [c]).
[00:28:09] [Server thread/INFO]: notWrighty lost connection: Disconnected
[00:28:09] [Server thread/INFO]: 
[00:28:10] [Server thread/INFO]: By_YigiT issued server command: /WArp 4x
[00:28:13] [Server thread/WARN]:     at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
[00:28:13] [Server thread/WARN]:     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
[00:28:13] [Server thread/WARN]:     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:18)
[00:28:13] [Server thread/WARN]:     at me.badbones69.crazycrates.multisupport.nms.v1_8_R3.NMS_v1_8_R3.getLocations(NMS_v1_8_R3.java:78)
[00:28:13] [Server thread/WARN]:     at me.badbones69.crazycrates.api.objects.QuadCrateSession.startCrate(QuadCrateSession.java:118)
[00:28:13] [Server thread/WARN]:     at me.badbones69.crazycrates.api.CrazyCrates.openCrate(CrazyCrates.java:403)
[00:28:13] [Server thread/WARN]:     at me.badbones69.crazycrates.controllers.CrateControl.onCrateOpen(CrateControl.java:164)
[00:28:13] [Server thread/WARN]:     at sun.reflect.GeneratedMethodAccessor128.invoke(Unknown Source)
[00:28:13] [Server thread/WARN]:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:28:13] [Server thread/WARN]:     at java.lang.reflect.Method.invoke(Unknown Source)
[00:28:13] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[00:28:13] [Server thread/WARN]:     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[00:28:13] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[00:28:13] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[00:28:13] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:228)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerInteractManager.interact(PlayerInteractManager.java:463)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:759)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[00:28:13] [Server thread/WARN]:     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
[00:28:13] [Server thread/WARN]:     at java.util.concurrent.FutureTask.run(Unknown Source)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[00:28:13] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[00:28:13] [Server thread/INFO]: true
[00:28:13] [Server thread/WARN]:     at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
[00:28:13] [Server thread/WARN]:     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
[00:28:13] [Server thread/WARN]:     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:18)
[00:28:13] [Server thread/WARN]:     at me.badbones69.crazycrates.multisupport.nms.v1_8_R3.NMS_v1_8_R3.pasteSchematic(NMS_v1_8_R3.java:46)
[00:28:13] [Server thread/WARN]:     at me.badbones69.crazycrates.api.objects.QuadCrateSession.startCrate(QuadCrateSession.java:168)
[00:28:13] [Server thread/WARN]:     at me.badbones69.crazycrates.api.CrazyCrates.openCrate(CrazyCrates.java:403)
[00:28:13] [Server thread/WARN]:     at me.badbones69.crazycrates.controllers.CrateControl.onCrateOpen(CrateControl.java:164)
[00:28:13] [Server thread/WARN]:     at sun.reflect.GeneratedMethodAccessor128.invoke(Unknown Source)
[00:28:13] [Server thread/WARN]:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:28:13] [Server thread/WARN]:     at java.lang.reflect.Method.invoke(Unknown Source)
[00:28:13] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[00:28:13] [Server thread/WARN]:     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[00:28:13] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[00:28:13] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[00:28:13] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:228)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerInteractManager.interact(PlayerInteractManager.java:463)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:759)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[00:28:13] [Server thread/WARN]:     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
[00:28:13] [Server thread/WARN]:     at java.util.concurrent.FutureTask.run(Unknown Source)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[00:28:13] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[00:28:13] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)

14 tps aliyorum
 
Bence kasadan dolayı çünki kasa açınca 14 e düşüyor 1-2 dakika sonra 19.8 oluyor
 
Crazycrates configinde ziplenmis dosya var unzip yap onu yukarıdaki eklenti sadece mesajı engeller consoleda oluşan lagı engellemez.
nerede hocam

Kod:
#List of all the enchantments: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/enchantments/Enchantment.html
Settings:
  Prefix: '&3Skyblock &8» '
  InventoryName: '&b&lCrazy &4&lCrates'
  InventorySize: 45
  KnockBack: true
  Update-Checker: true
  Show-Preview: true #Toggle this on and off if you want to show the preview for the crates when left clicked.
  Physical-Accepts-Virtual-Keys: true #If physical crates can accept virtual keys.
  Virtual-Accepts-Physical-Keys: true #If virtual crates can accept physical keys.
  QuadCrate:
    Timer: 300
  DisabledWorlds:
    - 'world_nether'
  Filler: #This allows you to quickly fill the GUI with one item.
    Toggle: false #If it fills the GUI with an item.
    Item: '160:15' #The item you wish to use.
    Name: ' ' #The name of the item.
    Lore: {} #The lore of the item.
  GUI-Customizer: #Place extra items in the GUI. If you wish to not use this, remove all items and set it to GUI-Customizer: {}
    - 'Slot:1, Item:160:15, Name: '
    - 'Slot:2, Item:160:15, Name: '
    - 'Slot:3, Item:160:15, Name: '
    - 'Slot:4, Item:160:15, Name: '
    - 'Slot:5, Item:160:15, Name: '
    - 'Slot:6, Item:160:15, Name: '
    - 'Slot:7, Item:160:15, Name: '
    - 'Slot:8, Item:160:15, Name: '
    - 'Slot:9, Item:160:15, Name: '
    - 'Slot:10, Item:160:15, Name: '
    - 'Slot:18, Item:160:15, Name: '
    - 'Slot:19, Item:160:15, Name: '
    - 'Slot:27, Item:160:15, Name: '
    - 'Slot:28, Item:160:15, Name: '
    - 'Slot:36, Item:160:15, Name: '
    - 'Slot:37, Item:160:15, Name: '
    - 'Slot:45, Item:160:15, Name: '
    - 'Slot:11, Item:160:1, Name: '
    - 'Slot:12, Item:160:1, Name: '
    - 'Slot:13, Item:160:1, Name: '
    - 'Slot:14, Item:160:1, Name: '
    - 'Slot:15, Item:160:1, Name: '
    - 'Slot:16, Item:160:1, Name: '
    - 'Slot:17, Item:160:1, Name: '
    - 'Slot:20, Item:160:1, Name: '
    - 'Slot:22, Item:160:1, Name: '
    - 'Slot:24, Item:160:1, Name: '
    - 'Slot:26, Item:160:1, Name: '
    - 'Slot:29, Item:160:1, Name: '
    - 'Slot:30, Item:160:1, Name: '
    - 'Slot:31, Item:160:1, Name: '
    - 'Slot:32, Item:160:1, Name: '
    - 'Slot:33, Item:160:1, Name: '
    - 'Slot:34, Item:160:1, Name: '
    - 'Slot:35, Item:160:1, Name: '
    - 'Slot:38, Item:160:15, Name: '
    - 'Slot:39, Item:160:15, Name: '
    - 'Slot:40, Item:160:15, Name: '
    - 'Slot:41, Item:160:15, Name: '
    - 'Slot:42, Item:160:15, Name: '
    - 'Slot:43, Item:160:15, Name: '
    - 'Slot:44, Item:160:15, Name: '
 
Sorunum çözülmedi gençler
 
timings raporu atar mısın tek etken bu olmayabilir.
 
nerede hocam

Kod:
#List of all the enchantments: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/enchantments/Enchantment.html
Settings:
  Prefix: '&3Skyblock &8» '
  InventoryName: '&b&lCrazy &4&lCrates'
  InventorySize: 45
  KnockBack: true
  Update-Checker: true
  Show-Preview: true #Toggle this on and off if you want to show the preview for the crates when left clicked.
  Physical-Accepts-Virtual-Keys: true #If physical crates can accept virtual keys.
  Virtual-Accepts-Physical-Keys: true #If virtual crates can accept physical keys.
  QuadCrate:
    Timer: 300
  DisabledWorlds:
    - 'world_nether'
  Filler: #This allows you to quickly fill the GUI with one item.
    Toggle: false #If it fills the GUI with an item.
    Item: '160:15' #The item you wish to use.
    Name: ' ' #The name of the item.
    Lore: {} #The lore of the item.
  GUI-Customizer: #Place extra items in the GUI. If you wish to not use this, remove all items and set it to GUI-Customizer: {}
    - 'Slot:1, Item:160:15, Name: '
    - 'Slot:2, Item:160:15, Name: '
    - 'Slot:3, Item:160:15, Name: '
    - 'Slot:4, Item:160:15, Name: '
    - 'Slot:5, Item:160:15, Name: '
    - 'Slot:6, Item:160:15, Name: '
    - 'Slot:7, Item:160:15, Name: '
    - 'Slot:8, Item:160:15, Name: '
    - 'Slot:9, Item:160:15, Name: '
    - 'Slot:10, Item:160:15, Name: '
    - 'Slot:18, Item:160:15, Name: '
    - 'Slot:19, Item:160:15, Name: '
    - 'Slot:27, Item:160:15, Name: '
    - 'Slot:28, Item:160:15, Name: '
    - 'Slot:36, Item:160:15, Name: '
    - 'Slot:37, Item:160:15, Name: '
    - 'Slot:45, Item:160:15, Name: '
    - 'Slot:11, Item:160:1, Name: '
    - 'Slot:12, Item:160:1, Name: '
    - 'Slot:13, Item:160:1, Name: '
    - 'Slot:14, Item:160:1, Name: '
    - 'Slot:15, Item:160:1, Name: '
    - 'Slot:16, Item:160:1, Name: '
    - 'Slot:17, Item:160:1, Name: '
    - 'Slot:20, Item:160:1, Name: '
    - 'Slot:22, Item:160:1, Name: '
    - 'Slot:24, Item:160:1, Name: '
    - 'Slot:26, Item:160:1, Name: '
    - 'Slot:29, Item:160:1, Name: '
    - 'Slot:30, Item:160:1, Name: '
    - 'Slot:31, Item:160:1, Name: '
    - 'Slot:32, Item:160:1, Name: '
    - 'Slot:33, Item:160:1, Name: '
    - 'Slot:34, Item:160:1, Name: '
    - 'Slot:35, Item:160:1, Name: '
    - 'Slot:38, Item:160:15, Name: '
    - 'Slot:39, Item:160:15, Name: '
    - 'Slot:40, Item:160:15, Name: '
    - 'Slot:41, Item:160:15, Name: '
    - 'Slot:42, Item:160:15, Name: '
    - 'Slot:43, Item:160:15, Name: '
    - 'Slot:44, Item:160:15, Name: '
Crazycrates klasöründe tek bu dosyamı var.
 
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