@red51 am I understanding correctly that the Server.getPlayer(int Playerid) and Server.getPlayer(String Playername) only work for currently online players but the Server.getPlayer(int PlayerUID) method will return the player object even for currently offline players?
just asking because the Server.getPlayer(int PlayerUID) has no comment on the player online/offline state in the javadoc while the player object is defined as only for online players