Advertisement
draexo68

Untitled

Oct 14th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. java.lang.IllegalAccessError: tried to access class de.codingair.codingapi.API$1 from class de.codingair.codingapi.API
  2. at de.codingair.codingapi.API.initPlugin(API.java:145)
  3. at de.codingair.codingapi.API.onEnable(API.java:46)
  4. at de.codingair.warpsystem.spigot.base.WarpSystem.onEnable(WarpSystem.java:133)
  5. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
  6. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
  7. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
  8. at de.codingair.codingapi.API.enablePlugin(API.java:123)
  9. at de.codingair.codingapi.API.reload(API.java:84)
  10. at de.codingair.warpsystem.spigot.base.WarpSystem.reload(WarpSystem.java:337)
  11. at de.codingair.warpsystem.spigot.base.commands.CWarpSystem$18.runCommand(CWarpSystem.java:379)
  12. at de.codingair.codingapi.server.commands.builder.MultiCommandComponent.runCommand(MultiCommandComponent.java:27)
  13. at de.codingair.codingapi.server.commands.builder.CommandBuilder.onCommand(CommandBuilder.java:210)
  14. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
  15. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:139)
  16. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchCommand(CraftServer.java:702)
  17. at net.minecraft.server.v1_13_R2.PlayerConnection.handleCommand(PlayerConnection.java:1641)
  18. at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1476)
  19. at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:45)
  20. at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:1)
  21. at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10)
  22. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  23. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  24. at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199)
  25. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:895)
  26. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417)
  27. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:830)
  28. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:728)
  29. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement