QuickShop-Community / QuickShop-Hikari

QuickShop is a shop plugin that allows players to easily sell/buy any items from a chest without any commands. In fact, none of the commands that QuickShop provides are ever needed by a player.
https://modrinth.com/plugin/quickshop-hikari
GNU General Public License v3.0
85 stars 52 forks source link

[BUG] TNE support is broken #1698

Closed Soarinskyy closed 1 month ago

Soarinskyy commented 1 month ago

Description

I tried to do /quickshop create this happened

Steps to reproduce

/quickshop create 5

Expected Behaviour

please help me or fix this bug

Screenshots

image

/quickshop paste URL

https://ghost-chu.github.io/quickshop-hikari-paste-viewer/?remote=https%3A%2F%2Fbytebin.lucko.me%2FCdNJQM06mR

Additional Context

Server Logs latest.log

No response

Checklist

YuanYuanOwO commented 1 month ago

please also upload your server full logs

creatorfromhell commented 1 month ago

Seems like the economy system didn't load.

Soarinskyy commented 1 month ago

Seems like the economy system didn't load.

How do i load it

YuanYuanOwO commented 1 month ago

If I remember correctly, here are his log entries

[09:15:29] [pool-16-thread-10/INFO]: [QuickShop-Hikari] [DEBUG] [Server thread/INFO] (QuickShop$EconomyLoader#load:1175) The task [Loading Economy Bridge] has finished in 1ms.
[09:15:29] [Server thread/WARN]: [QuickShop-Hikari] Task #34 for QuickShop-Hikari v6.2.0.6 generated an exception
java.lang.NoClassDefFoundError: com/ghostchu/quickshop/shade/tne/core/utils/exceptions/InvalidTransactionException
    at QuickShop-Hikari-6.2.0.6.jar/com.ghostchu.quickshop.QuickShop$EconomyLoader.loadTNE(QuickShop.java:1264) ~[QuickShop-Hikari-6.2.0.6.jar:?]
    at QuickShop-Hikari-6.2.0.6.jar/com.ghostchu.quickshop.QuickShop$EconomyLoader.setupEconomy(QuickShop.java:1194) ~[QuickShop-Hikari-6.2.0.6.jar:?]
    at QuickShop-Hikari-6.2.0.6.jar/com.ghostchu.quickshop.QuickShop$EconomyLoader.load(QuickShop.java:1176) ~[QuickShop-Hikari-6.2.0.6.jar:?]
    at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.21.jar:1.21-21-0a1b133]
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:482) ~[paper-1.21.jar:1.21-21-0a1b133]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1168) ~[paper-1.21.jar:1.21-21-0a1b133]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[paper-1.21.jar:1.21-21-0a1b133]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.ClassNotFoundException: com.ghostchu.quickshop.shade.tne.core.utils.exceptions.InvalidTransactionException
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:197) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
    ... 8 more
creatorfromhell commented 1 month ago

This should be fixed in the dev build.

creatorfromhell commented 1 month ago

@Soarinskyy Try this one inside the zip. QuickShop-Hikari-6.2.0.7 (1).zip

creatorfromhell commented 1 month ago

Closing as can't reproduce with the new dev build.