Not sure if this really fits in Spigot Plugin Development but it certainly doesn't fit in Programming either. When I print my uuid using Bukkit.getPlayer("7rory768").getUniqueId(), this is printed However, on websites like NameMC it says my uuid is 30f8109e-7ea7-4ae7-90f4-178bb39cfe31. Why isn't it the same?
Your server is in offline mode for this to happen, if you are using bungee cord ensure that bungeecord is set to true within your spigot.yml file and everything is configured bungeeside too
The problem persists... I have IP-forwarding enabled in the bungee config and both spigot servers have bungeecord set to true. i just updated BungeeCord aswell. EDIT: I somehow managed to accidently remove the entire bungeecord: true line from my spigot.yml