ChestShop-authors / ChestShopNotifier

Bukkit plugin that allows your players to see who bought or sold what while they were offline.
https://www.spigotmc.org/resources/chestshopnotifier.30313/
10 stars 8 forks source link

Error/warn, it doesn't show any history for any of the players. #34

Closed Getblock closed 4 years ago

Getblock commented 4 years ago

[12:22:04] [Craft Scheduler Thread - 20/WARN]: [ChestShopNotifier] Plugin ChestShopNotifier v1.3.0-SNAPSHOT (build #37) generated an exception while executing task 24064 java.lang.IllegalStateException: CurrencyFormatEvent may only be triggered synchronously. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:533) ~[patched_1.14.4.jar:git-Paper-237] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:442) ~[?:?] at com.Acrobot.ChestShop.Economy.Economy.formatBalance(Economy.java:71) ~[?:?] at com.Acrobot.ChestShop.Economy.Economy.formatBalance(Economy.java:81) ~[?:?] at com.wfector.command.History.showResults(History.java:121) ~[?:?] at com.wfector.command.History.run(History.java:46) ~[?:?] at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.14.4.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.14.4.jar:git-Paper-237] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.14.4.jar:git-Paper-237] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_202] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_202] at java.lang.Thread.run(Thread.java:813) [?:1.8.0_202]

Phoenix616 commented 4 years ago

You are not running the latest build (39), that one should have this issue fixed.

Phoenix616 commented 4 years ago

Duplicate of #30