TechnicallyCoded / Inventory-Rollback-Plus

Spigot/Bukkit plugin that allows server moderators to restore player items and data from backups.
https://www.spigotmc.org/resources/85811/
Other
78 stars 44 forks source link

Bug report: Database issue #97

Closed eBaySupport closed 1 year ago

eBaySupport commented 2 years ago

Bug description:

I have added my database to the config file correctly and i can see that the plugin is writing to the database effectively when players die and what not, but when i go into the menu to rollback their inventory there are no chests displayed. I made sure it was the database causing this because i tried it without the database and it works fine.

Server details:

How to reproduce:

Enable the use of database in the config.

What was expected:

I was expecting the plugin read the data in the database and allow me to restore from a backup.

Screenshots, logs & other:

n/a - doesn't produce any logs or anything.



#### **Additional info:**
N/A
eBaySupport commented 2 years ago

I have ssl off and no errors in the console

TechnicallyCoded commented 2 years ago

MySQL server version pls? MariaDB, MySQL, or other type of SQL DB?

eBaySupport commented 2 years ago

MySQL

Server version: 5.7.35-38-log - Percona Server (GPL), Release 38, Revision 3692a61

TechnicallyCoded commented 1 year ago

Unable to reproduce