Pretty much just need a uuid spoofer fix for 1.13. Doesn't matter if it's already made on spigot or something. Or custom but cheap.
I’ve only ever seen this used on bungeecord servers because their in offline mode. Maybe because I don’t play the newer versions I wouldn’t knowBecause that's not what is he saying/requesting.
There are some clients that allow setting a custom UUID and joining, u sure if it’s fully related to Bungee or not.
Plugin itself wouldn’t be hard, when a player joins check their UUID and Name against Mojang (with a caching system).
I can make this for you if you want, but are you sure there aren't other precautions you can take to make sure the players are on a valid account? I don't know much about Bungee so I wouldn't know.
Preventing UUID spoofing is exactly what "online-mode" is for in the settings.yml file. If you are running an offline server, I suggest installing an auth plugin that binds a password to the uuid of the account. If you are running offline servers behind a bungee server, then you need to either use a ip-whitelist plugin or turn on a firewall for the actual servers. The whole reason why you need to turn servers into offline-mode when using them behind bungee is because the protocol does not allow for proper verification that can not be spoofed of player accounts.
You can read more about how to setup your bungee network here:
https://www.spigotmc.org/wiki/bungeecord-installation/#post-installation
There is never any reason for any player to connect directly to a server without going through the bungee server. If you want specific (sub)domains to point to a specific server, (example main/hub server: server.com, survival: survival.server.com, parkour: parkour.server.com etc), then I recommend looking into ip-forwarding in the bungee settings.
Is your server bungeecord?MORE INFO
My server is getting griefed by uuid spoofers. They are getting on when they aren't even whitelisted and for some reason have all permissions.
Is your server bungeecord?
Then it’s just you haven’t protected your bungee well lol
Yes or a firewall like I said earlierIP-Whitelist or something?
