erikzimmermann / TradeSystem

A highly customizable, free and open-source Minecraft plugin for trading between players.
https://www.spigotmc.org/resources/trade-system-custom-layouts.58434/
MIT License
80 stars 48 forks source link

TradeSystem 2.5.1 Issue [Not related to poor configuration but generates on startup] #494

Closed DebuffPvP closed 1 year ago

DebuffPvP commented 1 year ago

Describe the bug Issue in console

Version: 1.8.8

Log: https://pastebin.com/tuKJTVrU

erikzimmermann commented 1 year ago

Hi, please run /version and send me your result.

DebuffPvP commented 1 year ago

This server is running ReliableSpigot version 2.4.4 (MC: 1.8.8) (Implementing API version 1.8.8-R0.3)

erikzimmermann commented 1 year ago

Any possibility to switch to paper 1.8.8?

DebuffPvP commented 1 year ago

it wasn't having any issues before and no unfortunately because i've spent money on this spigot jar and certain spigots are optimized for certain gamemodes like taco spigot and some for factions and stuff.

erikzimmermann commented 1 year ago

Well... The SQLite library cannot be included in the plugin jar as it would destroy compatibility for all other version.

As an workaround, you could try to use MySQL to avoid having SQLite being initialized. Another solution would be to contact the ReliableSpigot devs and tell them they should include the SQLite dependency in their build if it's still maintained.