Player.setPlayerProfile API
This can be useful for changing name or skins after a player has logged in.
This commit is contained in:
@@ -59,7 +59,7 @@ public interface OfflinePlayer extends ServerOperator, AnimalTamer, Configuratio
|
||||
* @return the player's profile
|
||||
*/
|
||||
@NotNull
|
||||
PlayerProfile getPlayerProfile();
|
||||
com.destroystokyo.paper.profile.PlayerProfile getPlayerProfile(); // Paper
|
||||
|
||||
/**
|
||||
* Checks if this player has had their profile banned.
|
||||
|
||||
Reference in New Issue
Block a user