diff --git a/paper-api/src/main/java/org/bukkit/entity/Player.java b/paper-api/src/main/java/org/bukkit/entity/Player.java index 54e82a37f6..9dfe70a071 100644 --- a/paper-api/src/main/java/org/bukkit/entity/Player.java +++ b/paper-api/src/main/java/org/bukkit/entity/Player.java @@ -818,7 +818,7 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM * Gets the players total experience points. *
* This refers to the total amount of experience the player has collected - * over time and is only displayed as the player's "score" upon dying. + * over time and is not currently displayed to the client. * * @return Current total experience points */ @@ -828,7 +828,7 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM * Sets the players current experience points. *
* This refers to the total amount of experience the player has collected - * over time and is only displayed as the player's "score" upon dying. + * over time and is not currently displayed to the client. * * @param exp New total experience points */