Open liqsides opened 4 years ago
Please actually provide the information requested in the issue template namely your exact server version, your full server log, your config as well as a description of what your issue is and how exactly it looks like when it occurs (chat messages, ingame behaviour). Without that it's impossible to debug your issue.
Also the plugin does not use MySQL, it uses SQLite to store the data of the users that have created shops to support long names and namechanges. The choice of economy plugin has nothing to do with that.
Plugin Version
3.11
Plugin Config
Config
```yaml [Put the config here] ```Server Version
1.15.2
Server Log
Log
``` [Your log here] ```What other plugins are you running?
EssentialsX, worldguard, worldedit, multiverse core, chat sentinel, screaming bedwars, vault
What is happening?
I have been working on this issue for well over a day now and the only progress I've made is that the issue seems to reside in the users database. When i delete this file then restart the server the shop works perfectly fine for 5-20 seconds but once that database gets generated again it stops working. I'm not sure if this actually is the root cause but as I've said its the only progress I made. That being said, is there anyway to disable MySQL from creating and updating this database when users join? Using essentials economy so there isn't a need for the users database to my knowledge. #### What did you expect to happen?Ive tried every fix I could find on the internet, I thought the issue was compatability with worldguard but the messing with users.db makes me think otherwise.
Additional context
I have no way to share the .db file unfortunately as I can't open it. I've tried deleting it and restarting it numerous times to no avail. Anyway I can remove the users feature from the jar?