MagmaGuy / EliteMobs

This is a spigot plugin that aims to extend Minecraft's survival endgame by making mobs more interesting.
http://www.magmaguy.com
GNU General Public License v3.0
162 stars 61 forks source link

[EliteMobs] Failed to get double value from database! #55

Closed yuankun1 closed 3 years ago

yuankun1 commented 3 years ago

[20:45:48] [pool-37-thread-1/WARN]: [EliteMobs] Failed to get double value from database! [20:45:48] [pool-37-thread-1/WARN]: java.sql.SQLException: ResultSet closed

[20:45:48] [pool-37-thread-1/WARN]: at com.magmaguy.elitemobs.playerdata.PlayerData.getCurrency(PlayerData.java:51) [20:45:48] [pool-37-thread-1/WARN]: at com.magmaguy.elitemobs.economy.EconomyHandler.checkCurrency(EconomyHandler.java:45) [20:45:48] [pool-37-thread-1/WARN]: at com.magmaguy.elitemobs.thirdparty.placeholderapi.Placeholders.onPlaceholderRequest(Placeholders.java:115) [20:45:48] [pool-37-thread-1/WARN]: at me.clip.placeholderapi.PlaceholderHook.onRequest(PlaceholderHook.java:31) [20:45:48] [pool-37-thread-1/WARN]: at me.clip.placeholderapi.replacer.CharsReplacer.apply(CharsReplacer.java:156) [20:45:48] [pool-37-thread-1/WARN]: at me.clip.placeholderapi.PlaceholderAPI.setPlaceholders(PlaceholderAPI.java:69) [20:45:48] [pool-37-thread-1/WARN]: at me.clip.placeholderapi.PlaceholderAPI.setPlaceholders(PlaceholderAPI.java:97) [20:45:48] [pool-37-thread-1/WARN]: at io.puharesource.mc.titlemanager.internal.placeholder.PlaceholderAPIHook.replacePlaceholders(Hooks.kt:18) [20:45:48] [pool-37-thread-1/WARN]: at io.puharesource.mc.titlemanager.internal.services.placeholder.PlaceholderServiceText.replaceTextFromHooks(PlaceholderServiceText.kt:171) [20:45:48] [pool-37-thread-1/WARN]: at io.puharesource.mc.titlemanager.internal.services.placeholder.PlaceholderServiceText.replaceText(PlaceholderServiceText.kt:158) [20:45:48] [pool-37-thread-1/WARN]: at io.puharesource.mc.titlemanager.internal.services.features.ScoreboardServiceSpigot.setScoreboardValue(ScoreboardServiceSpigot.kt:137) [20:45:48] [pool-37-thread-1/WARN]: at io.puharesource.mc.titlemanager.internal.services.features.ScoreboardServiceSpigot$createScoreboardValueSendableAnimation$4.invoke(ScoreboardServiceSpigot.kt:222) [20:45:48] [pool-37-thread-1/WARN]: at io.puharesource.mc.titlemanager.internal.services.features.ScoreboardServiceSpigot$createScoreboardValueSendableAnimation$4.invoke(ScoreboardServiceSpigot.kt:33) [20:45:48] [pool-37-thread-1/WARN]: at io.puharesource.mc.titlemanager.internal.model.animation.PartBasedSendableAnimation.update(PartBasedSendableAnimation.kt:90) [20:45:48] [pool-37-thread-1/WARN]: at io.puharesource.mc.titlemanager.internal.model.animation.PartBasedSendableAnimation$update$2.invoke(PartBasedSendableAnimation.kt:97) [20:45:48] [pool-37-thread-1/WARN]: at io.puharesource.mc.titlemanager.internal.model.animation.PartBasedSendableAnimation$update$2.invoke(PartBasedSendableAnimation.kt:10) [20:45:48] [pool-37-thread-1/WARN]: at io.puharesource.mc.titlemanager.internal.services.task.SchedulerServiceAsync$scheduleRaw$1.run(SchedulerServiceAsync.kt:44) [20:45:48] [pool-37-thread-1/WARN]: at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [20:45:48] [pool-37-thread-1/WARN]: at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [20:45:48] [pool-37-thread-1/WARN]: at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [20:45:48] [pool-37-thread-1/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [20:45:48] [pool-37-thread-1/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [20:45:48] [pool-37-thread-1/WARN]: at java.base/java.lang.Thread.run(Thread.java:834)