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

Błędy przy włączaniu Skripta, w czym tkwi problem?


tomasino9

Rekomendowane odpowiedzi

Opublikowano

Witam po wlaczeniu serwera wyskakuje bład:

[22:21:36] [Server thread/ERROR]: Error occurred while enabling Skript v2.1.1 (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/entity/FishHook
	at ch.njol.skript.entity.SimpleEntityData.<clinit>(SimpleEntityData.java:98) ~[?:?]
	at ch.njol.skript.entity.EntityData.<clinit>(EntityData.java:150) ~[?:?]
	at java.lang.Class.forName0(Native Method) ~[?:1.7.0_07]
	at java.lang.Class.forName(Class.java:264) ~[?:1.7.0_07]
	at ch.njol.skript.SkriptAddon.loadClasses(SkriptAddon.java:110) ~[?:?]
	at ch.njol.skript.Skript.onEnable(Skript.java:264) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~[spigot.jar:git-Spigot-1387]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [spigot.jar:git-Spigot-1387]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-1387]
	at org.bukkit.craftbukkit.v1_7_R2.CraftServer.loadPlugin(CraftServer.java:462) [spigot.jar:git-Spigot-1387]
	at org.bukkit.craftbukkit.v1_7_R2.CraftServer.enablePlugins(CraftServer.java:380) [spigot.jar:git-Spigot-1387]
	at net.minecraft.server.v1_7_R2.MinecraftServer.n(MinecraftServer.java:353) [spigot.jar:git-Spigot-1387]
	at net.minecraft.server.v1_7_R2.MinecraftServer.g(MinecraftServer.java:328) [spigot.jar:git-Spigot-1387]
	at net.minecraft.server.v1_7_R2.MinecraftServer.a(MinecraftServer.java:284) [spigot.jar:git-Spigot-1387]
	at net.minecraft.server.v1_7_R2.DedicatedServer.init(DedicatedServer.java:186) [spigot.jar:git-Spigot-1387]
	at net.minecraft.server.v1_7_R2.MinecraftServer.run(MinecraftServer.java:442) [spigot.jar:git-Spigot-1387]
	at net.minecraft.server.v1_7_R2.ThreadServerApplication.run(SourceFile:618) [spigot.jar:git-Spigot-1387]
Caused by: java.lang.ClassNotFoundException: org.bukkit.entity.FishHook
	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[spigot.jar:git-Spigot-1387]
	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[spigot.jar:git-Spigot-1387]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:423) ~[?:1.7.0_07]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ~[?:1.7.0_07]
	... 17 more

plus nie dzialaja zadne skrypty po przeladowaniu skryptu wyskakuje:

[22:24:17] [Server thread/ERROR]: #!#! 
[22:24:17] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[22:24:17] [Server thread/ERROR]: #!#! Could not load homes.sk
[22:24:17] [Server thread/ERROR]: #!#! 
[22:24:17] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[22:24:17] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[22:24:17] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[22:24:17] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[22:24:17] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[22:24:17] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[22:24:17] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[22:24:17] [Server thread/ERROR]: #!#! 
[22:24:17] [Server thread/ERROR]: #!#! Stack trace:
[22:24:17] [Server thread/ERROR]: #!#! java.lang.IllegalStateException: Cannot use classinfos until registration is over
[22:24:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.checkAllowClassInfoInteraction(Classes.java:220)
[22:24:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfos(Classes.java:225)
[22:24:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.parseSimple(Classes.java:393)
[22:24:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.parse(Classes.java:427)
[22:24:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:531)
[22:24:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:294)
[22:24:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:390)
[22:24:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[22:24:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:978)
[22:24:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[22:24:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[22:24:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[22:24:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:42)
[22:24:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:615)
[22:24:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:460)
[22:24:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:462)
[22:24:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:262)
[22:24:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:155)
[22:24:17] [Server thread/ERROR]: #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[22:24:17] [Server thread/ERROR]: #!#!     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180)
[22:24:17] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_7_R2.CraftServer.dispatchCommand(CraftServer.java:719)
[22:24:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R2.PlayerConnection.handleCommand(PlayerConnection.java:984)
[22:24:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R2.PlayerConnection.a(PlayerConnection.java:829)
[22:24:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R2.PacketPlayInChat.a(PacketPlayInChat.java:28)
[22:24:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R2.PacketPlayInChat.handle(PacketPlayInChat.java:65)
[22:24:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R2.NetworkManager.a(NetworkManager.java:148)
[22:24:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R2.ServerConnection.c(ServerConnection.java:77)
[22:24:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R2.MinecraftServer.v(MinecraftServer.java:705)
[22:24:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R2.DedicatedServer.v(DedicatedServer.java:273)
[22:24:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R2.MinecraftServer.u(MinecraftServer.java:568)
[22:24:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R2.MinecraftServer.run(MinecraftServer.java:474)
[22:24:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R2.ThreadServerApplication.run(SourceFile:618)
[22:24:17] [Server thread/ERROR]: #!#! 
[22:24:17] [Server thread/ERROR]: #!#! Version Information:
[22:24:17] [Server thread/ERROR]: #!#!   Skript: 2.1.1
[22:24:17] [Server thread/ERROR]: #!#!   Bukkit: 1.7.5-R0.1-SNAPSHOT
[22:24:17] [Server thread/ERROR]: #!#!   Minecraft: 1.7.5
[22:24:17] [Server thread/ERROR]: #!#!   Java: 1.7.0_07
[22:24:17] [Server thread/ERROR]: #!#! 
[22:24:17] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[22:24:17] [Server thread/ERROR]: #!#! 
[22:24:17] [Server thread/ERROR]: #!#! Current node: set {homes.%player%.location} to location of player (homes.sk, line 11)
[22:24:17] [Server thread/ERROR]: #!#! Current item: null
[22:24:17] [Server thread/ERROR]: #!#! 
[22:24:17] [Server thread/ERROR]: #!#! Thread: Server thread
[22:24:17] [Server thread/ERROR]: #!#! 
[22:24:17] [Server thread/ERROR]: #!#! End of Error.
[22:24:17] [Server thread/ERROR]: #!#! 

Prosze o pomoc, za kazda odp, daje naj+++

Opublikowano
Caused by: java.lang.ClassNotFoundException: org.bukkit.entity.FishHook

FishHook jak się nie mylę w wersji spigota został zmieniony. Dlatego wgraj najlepiej paperspigota ;d

[22:21:36] [Server thread/ERROR]: Error occurred while enabling Skript v2.1.1 (Is it up to date?)

Dlatego skript nie działa :v

784091427630431250239.png

Regulamin sygnatur

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...