Advertisement
mr_coffee1026

hs startup error

May 15th, 2020
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. [11:35:42] [Server thread/ERROR]: Error occurred while enabling HackedServer v2.54.1 (Is it up to date?)
  2. java.lang.ExceptionInInitializerError: null
  3. at io.th0rgal.hackedserver.events.EventsManager.registerEvents(EventsManager.java:32) ~[?:?]
  4. at io.th0rgal.hackedserver.Core.onEnable(Core.java:89) ~[?:?]
  5. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-284]
  6. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:364) ~[patched_1.15.2.jar:git-Paper-284]
  7. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.15.2.jar:git-Paper-284]
  8. at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) ~[patched_1.15.2.jar:git-Paper-284]
  9. at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) ~[patched_1.15.2.jar:git-Paper-284]
  10. at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) ~[patched_1.15.2.jar:git-Paper-284]
  11. at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-284]
  12. at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:897) ~[patched_1.15.2.jar:git-Paper-284]
  13. at java.lang.Thread.run(Unknown Source) [?:1.8.0_251]
  14. Caused by: java.lang.IllegalStateException: Unable to find method null ([class net.minecraft.server.v1_15_R1.ServerConnection]).
  15. at io.th0rgal.hackedserver.utils.tinyprotocol.Reflection.getTypedMethod(Reflection.java:242) ~[?:?]
  16. at io.th0rgal.hackedserver.utils.tinyprotocol.Reflection.getMethod(Reflection.java:203) ~[?:?]
  17. at io.th0rgal.hackedserver.utils.tinyprotocol.Reflection.getTypedMethod(Reflection.java:240) ~[?:?]
  18. at io.th0rgal.hackedserver.utils.tinyprotocol.TinyProtocol.<clinit>(TinyProtocol.java:56) ~[?:?]
  19. ... 11 more
  20. [11:35:42] [Server thread/INFO]: [HackedServer] Disabling HackedServer v2.54.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement