ChestShop Notifier

ChestShop Notifier

10k Downloads

Not work with latest 1.14.2 server file

andris155 opened this issue ยท 0 comments

commented
[18:10:34] [Server thread/INFO]: skrisz01 issued server command: /csn history
[18:10:34] [Craft Scheduler Thread - 393/WARN]: [ChestShopNotifier] Plugin ChestShopNotifier v1.3.0-SNAPSHOT (build #36) generated an exception while executing task 401949
java.lang.IllegalStateException: CurrencyFormatEvent may only be triggered synchronously.
	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:524) ~[patched_1.14.2.jar:git-Paper-67]
	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.2.jar:git-Paper-67]
	at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.14.2.jar:git-Paper-67]
	at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.14.2.jar:git-Paper-67]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
	at java.lang.Thread.run(Thread.java:834) [?:?]