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
65 stars 44 forks source link

Bug report: Problem with showing offline player data #154

Open pjindras opened 1 month ago

pjindras commented 1 month ago

Bug description:

When I want to see offline player data, which are in DB with correct UUID, it shows, that the player never played on this server.

Server details:

How to reproduce:

Try to view offline player data.

What was expected:

Data, from DB, they are there, with correct uuid (compared with luckperms) but I cannot see it in game

I can provide any other information.

TechnicallyCoded commented 1 month ago

You need to setup your server configuration files correctly. Given what you are telling me, I will assume that you are running an offline server under a proxy such as velocity or bungeecord. However, I would be able to check this if you had provided me with logs as requested...

Make sure that each sub-server is listed as proxy-online mode + bukkit offline mode for these lookups to work correctly.

pjindras commented 1 month ago

I am using offline server under Velocity, but I am using the plugin only on the one offline server, not on the proxy or other servers. This is my config, what is wrong there or how it should be installed: https://mclo.gs/GTVJJzt

You mean, that I should have in paper global:

  velocity:
    enabled: true
    online-mode: true

And than in bukkit and velocity.toml online mode = false?

Will the server work for offline mode players? Thank you!

TechnicallyCoded commented 1 month ago

Are you a fully offline server? Or simply a premium network with offline backends?

pjindras commented 1 month ago

We are fully offline server.

pjindras commented 2 weeks ago

Is it bug or is it config issue on my side? @TechnicallyCoded

pjindras commented 2 weeks ago

I save all the data into mysql and all plugins (luckperms etc. ) work fine with the offline data

TechnicallyCoded commented 2 weeks ago

Online mode should be false (off) everywhere

pjindras commented 2 weeks ago

I have online mode false everywhere