MrTigreroux / TigerReports

Spigot plugin to manage player reports.
16 stars 17 forks source link

Issue with floodgate (and geyser) players #52

Open LeonardoPantani opened 3 years ago

LeonardoPantani commented 3 years ago

I'm using geyser+floodgate to allow players from bedrock editions to play on my java server. Users from bedrock (with * before their names) have a different uuid and tigerreports gives this warning every time a new geyser player joins

[09:51:40 WARN]: [TigerReports] The name of the UUID <00000000-0000-0000-0009-01f8c77036f6> was not found. [09:55:47 INFO]: [floodgate-bukkit] Added Cilepepo01 00000000-0000-0000-0009-01f8c77036f6 [09:55:47 INFO]: UUID of player Cilepepo01 is 00000000-0000-0000-0009-01f8c77036f6

MrTigreroux commented 3 years ago

I'm sorry but TigerReports is a Spigot plugin. It is meant to work with BungeeCord network but installed on Spigot servers. If you get this message, it is because the Bukkit API doesn't allow TigerReports to access to the pseudo of the player. I don't know how to fix it because I don't have any experience with "geyser & floodgate" and don't have the time to invest in this support. I'm sorry but unless you check the code by yourself and find the problem and how to fix it, the problem will not be fixed.