Advertisement
Guest User

Untitled

a guest
Aug 11th, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. [13:15:52] [Server thread/INFO]: [CustomServer] Disabling CustomServer v0.1
  2. [13:15:52] [Server thread/INFO]: [CustomServer] Job paid all players in 0,735ms
  3. [13:15:52] [Server thread/ERROR]: Error occurred while disabling CustomServer v0.1 (Is it up to date?)
  4. org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled
  5. at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.validate(CraftScheduler.java:396) ~[spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1554]
  6. at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:120) ~[spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1554]
  7. at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.runTaskLater(CraftScheduler.java:104) ~[spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1554]
  8. at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.runTask(CraftScheduler.java:88) ~[spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1554]
  9. at org.bukkit.scheduler.BukkitRunnable.runTask(BukkitRunnable.java:32) ~[spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1554]
  10. at com.jabyftw.customserver.util.mysql.MySQL.saveStats(MySQL.java:134) ~[?:?]
  11. at com.jabyftw.customserver.util.mysql.Stats.saveStats(Stats.java:109) ~[?:?]
  12. at com.jabyftw.customserver.CustomServer.lambda$onDisable$1(CustomServer.java:151) ~[?:?]
  13. at com.jabyftw.customserver.CustomServer$$Lambda$5/1438938833.accept(Unknown Source) ~[?:?]
  14. at java.util.HashMap$Values.forEach(Unknown Source) ~[?:1.8.0_11]
  15. at com.jabyftw.customserver.CustomServer.onDisable(CustomServer.java:151) ~[?:?]
  16. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:318) ~[spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1554]
  17. at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:353) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1554]
  18. at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1554]
  19. at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1554]
  20. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.disablePlugins(CraftServer.java:412) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1554]
  21. at net.minecraft.server.v1_7_R4.MinecraftServer.stop(MinecraftServer.java:393) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1554]
  22. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1554]
  23. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1554]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement