Skip to content

Instantly share code, notes, and snippets.

@maxlehot1234
Created December 13, 2019 00:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxlehot1234/6fa0a4bd432fdea88318c098b0863703 to your computer and use it in GitHub Desktop.
Save maxlehot1234/6fa0a4bd432fdea88318c098b0863703 to your computer and use it in GitHub Desktop.
>.... [00:35:42 ERROR]: Could not pass event InventoryClickEvent to BossShopPro v2.0.8
org.bukkit.command.CommandException: Unhandled exception executing command 'shop' in plugin BossShopPro v2.0.8
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[patched_1.14.4.jar:git-Paper-226]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.14.4.jar:git-Paper-226]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:739) ~[patched_1.14.4.jar:git-Paper-226]
at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:660) ~[patched_1.14.4.jar:git-Paper-226]
at org.black_ixx.bossshop.core.rewards.BSRewardTypeCommand.giveReward(BSRewardTypeCommand.java:43) ~[?:?]
at org.black_ixx.bossshop.core.BSBuy.purchase(BSBuy.java:507) ~[?:?]
at org.black_ixx.bossshop.core.BSBuy.purchaseTask(BSBuy.java:449) ~[?:?]
at org.black_ixx.bossshop.core.BSBuy.purchaseTry(BSBuy.java:423) ~[?:?]
at org.black_ixx.bossshop.core.BSBuy.click(BSBuy.java:392) ~[?:?]
at org.black_ixx.bossshop.listeners.InventoryListener.purchase(InventoryListener.java:189) ~[?:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor819.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.14.4.jar:git-Paper-226]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.14.4.jar:git-Paper-226]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.14.4.jar:git-Paper-226]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2310) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:33) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:10) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1006) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:929) ~[patched_1.14.4.jar:git-Paper-226]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
Caused by: java.lang.NoSuchMethodError: com.vk2gpz.tokenenchant.TokenEnchant.getCost(Lorg/bukkit/entity/Player;Ljava/lang/String;)D
at com.vk2gpz.papi.tokenenchant.TokenEnchantExpansion.onPlaceholderRequest(TokenEnchantExpansion.java:127) ~[?:?]
at me.clip.placeholderapi.PlaceholderHook.onRequest(PlaceholderHook.java:38) ~[?:?]
at me.clip.placeholderapi.PlaceholderAPI.setPlaceholders(PlaceholderAPI.java:234) ~[?:?]
at me.clip.placeholderapi.PlaceholderAPI.setPlaceholders(PlaceholderAPI.java:374) ~[?:?]
at org.black_ixx.bossshop.managers.external.PlaceholderAPIHandler.transformString(PlaceholderAPIHandler.java:15) ~[?:?]
at org.black_ixx.bossshop.managers.misc.StringManager.transform(StringManager.java:136) ~[?:?]
at org.black_ixx.bossshop.managers.misc.StringManager.transform(StringManager.java:99) ~[?:?]
at org.black_ixx.bossshop.managers.item.ItemStackTranslator.translateItemStack(ItemStackTranslator.java:40) ~[?:?]
at org.black_ixx.bossshop.managers.ShopCustomizer.addItem(ShopCustomizer.java:186) ~[?:?]
at org.black_ixx.bossshop.managers.ShopCustomizer.createInventory(ShopCustomizer.java:136) ~[?:?]
at org.black_ixx.bossshop.managers.ShopCustomizer.createInventory(ShopCustomizer.java:41) ~[?:?]
at org.black_ixx.bossshop.core.BSShop.createInventory(BSShop.java:198) ~[?:?]
at org.black_ixx.bossshop.core.BSShop.openInventory(BSShop.java:293) ~[?:?]
at org.black_ixx.bossshop.core.BSShops.openShop(BSShops.java:129) ~[?:?]
at org.black_ixx.bossshop.core.BSShops.openShop(BSShops.java:101) ~[?:?]
at org.black_ixx.bossshop.managers.CommandManager.playerCommandOpenShop(CommandManager.java:201) ~[?:?]
at org.black_ixx.bossshop.managers.CommandManager.onCommand(CommandManager.java:151) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.14.4.jar:git-Paper-226]
... 28 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment