kevinn

Untitled

May 1st, 2020
1,463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.89 KB | None | 0 0
  1. [23:23:18] [Server thread/ERROR]: Error occurred while enabling SkinsRestorer v13.7.7-SNAPSHOT (Is it up to date?)
  2. java.lang.ExceptionInInitializerError: null
  3.     at skinsrestorer.bukkit.skinfactory.LegacySkinRefresher.<clinit>(LegacySkinRefresher.java:77) ~[?:?]
  4.     at skinsrestorer.bukkit.skinfactory.UniversalSkinFactory.detectRefresh(UniversalSkinFactory.java:33) ~[?:?]
  5.     at skinsrestorer.bukkit.skinfactory.UniversalSkinFactory.<init>(UniversalSkinFactory.java:14) ~[?:?]
  6.     at skinsrestorer.bukkit.SkinsRestorer.onEnable(SkinsRestorer.java:76) ~[?:?]
  7.     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot-1.15.2.jar:git-Spigot-800b93f-8160e29]
  8.     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot-1.15.2.jar:git-Spigot-800b93f-8160e29]
  9.     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot-1.15.2.jar:git-Spigot-800b93f-8160e29]
  10.     at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:462) [spigot-1.15.2.jar:git-Spigot-800b93f-8160e29]
  11.     at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:376) [spigot-1.15.2.jar:git-Spigot-800b93f-8160e29]
  12.     at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:457) [spigot-1.15.2.jar:git-Spigot-800b93f-8160e29]
  13.     at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:267) [spigot-1.15.2.jar:git-Spigot-800b93f-8160e29]
  14.     at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:784) [spigot-1.15.2.jar:git-Spigot-800b93f-8160e29]
  15.     at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
  16. Caused by: java.lang.NoSuchMethodException: no such method: org.bukkit.craftbukkit.v1_15_R1.entity.CraftPlayer.reregisterPlayer(EntityPlayer)void/invokeVirtual
  17.     at java.lang.invoke.MemberName.makeAccessException(Unknown Source) ~[?:1.8.0_241]
  18.     at java.lang.invoke.MemberName$Factory.resolveOrFail(Unknown Source) ~[?:1.8.0_241]
  19.     at java.lang.invoke.MethodHandles$Lookup.resolveOrFail(Unknown Source) ~[?:1.8.0_241]
  20.     at java.lang.invoke.MethodHandles$Lookup.findVirtual(Unknown Source) ~[?:1.8.0_241]
  21.     at skinsrestorer.bukkit.skinfactory.LegacySkinRefresher.<clinit>(LegacySkinRefresher.java:47) ~[?:?]
  22.     ... 12 more
  23. Caused by: java.lang.NoSuchMethodError: org.bukkit.craftbukkit.v1_15_R1.entity.CraftPlayer.reregisterPlayer(Lnet/minecraft/server/v1_15_R1/EntityPlayer;)V
  24.     at java.lang.invoke.MethodHandleNatives.resolve(Native Method) ~[?:1.8.0_241]
  25.     at java.lang.invoke.MemberName$Factory.resolve(Unknown Source) ~[?:1.8.0_241]
  26.     at java.lang.invoke.MemberName$Factory.resolveOrFail(Unknown Source) ~[?:1.8.0_241]
  27.     at java.lang.invoke.MethodHandles$Lookup.resolveOrFail(Unknown Source) ~[?:1.8.0_241]
  28.     at java.lang.invoke.MethodHandles$Lookup.findVirtual(Unknown Source) ~[?:1.8.0_241]
  29.     at skinsrestorer.bukkit.skinfactory.LegacySkinRefresher.<clinit>(LegacySkinRefresher.java:47) ~[?:?]
  30.     ... 12 more
Advertisement
Add Comment
Please, Sign In to add comment