Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Problem Essentials


Monetru766

Rekomendowane odpowiedzi

Opublikowano

Witam,

Mam problem z pluginem essentials. Próbowałem instalować najnowszą wersje essentialsa, lecz to też nie pomogło. Chce zrobić kity wszystko działa dopóki nie dodam enchantów. Po dodaniu od razu robi się config broken.

Byłbym wdzięczny za pomoc.

Pozdrawiam

Opis servera:

Wersja: 1.8.8

Silnik: Spigot

Opublikowano

  Oto konfig kitów

 

YouTuber:
    delay: 259200
    items:
      - 276 1 sharpness:5 fireaspect:2 
      - 276 1 knockback:2 
      - 310 1 protection:4 unbreaking:3 
      - 311 1 protection:4 unbreaking:3 
      - 312 1 protection:4 unbreaking:3 
      - 313 1 protection:4 unbreaking:3 
      - golden_apple 8 
      - 322:1 2 
      - 368 3 
    
  Vip:
    delay: 345600
    items:
      - 276 1 sharpness:5 fireaspect:2 
      - 276 1 knockback:2 
      - 310 1 protection:4 unbreaking:3 
      - 311 1 protection:4 unbreaking:3 
      - 312 1 protection:4 unbreaking:3 
      - 313 1 protection:4 unbreaking:3 
      - 310 1 protection:4 unbreaking:3 
      - 311 1 protection:4 unbreaking:3 
      - 312 1 protection:4 unbreaking:3 
      - 313 1 protection:4 unbreaking:3 
      - 368 6 
      - golden_apple 10
      - 322:1 4
  Admin:
    delay: 1
    items:    
      - stick 1 knockback:4

Opublikowano

Pobrałem vaulta, próbowałem inne wersje essentialsa i instalowałem na nowo. Nic nie pomogło.

Ma ktoś rozwiązanie problemu?

Oto logi z konsoli

 

Monetru issued server command: /kit gracz
[ERROR]: Komenda kit zawiodla.
java.lang.NoClassDefFoundError: Could not initialize class com.earth2me.essentials.Enchantments
        at com.earth2me.essentials.MetaItemStack.parseEnchantmentStrings(MetaItemStack.java:465) ~[Essentials-2.x-SNAPSHOT%20(6).jar:?]
        at com.earth2me.essentials.MetaItemStack.addStringMeta(MetaItemStack.java:280) ~[Essentials-2.x-SNAPSHOT%20(6).jar:?]
        at com.earth2me.essentials.MetaItemStack.parseStringMeta(MetaItemStack.java:157) ~[Essentials-2.x-SNAPSHOT%20(6).jar:?]
        at com.earth2me.essentials.Kit.expandItems(Kit.java:252) ~[Essentials-2.x-SNAPSHOT%20(6).jar:?]
        at com.earth2me.essentials.Kit.expandItems(Kit.java:217) ~[Essentials-2.x-SNAPSHOT%20(6).jar:?]
        at com.earth2me.essentials.commands.Commandkit.giveKits(Commandkit.java:101) ~[Essentials-2.x-SNAPSHOT%20(6).jar:?]
        at com.earth2me.essentials.commands.Commandkit.run(Commandkit.java:40) ~[Essentials-2.x-SNAPSHOT%20(6).jar:?]
        at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:180) ~[Essentials-2.x-SNAPSHOT%20(6).jar:?]
        at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:526) [Essentials-2.x-SNAPSHOT%20(6).jar:?]
        at com.earth2me.essentials.Essentials.onCommand(Essentials.java:401) [Essentials-2.x-SNAPSHOT%20(6).jar:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
        at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_201]
        at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_201]
        at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...