mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 11:44:19 +01:00
Player.setPlayerListName no longer ignores colour length in size limit. This relates to BUKKIT-571
By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
84372f7cd5
commit
ef6edf9ee2
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ public interface Player extends HumanEntity, CommandSender, OfflinePlayer, Plugi
|
|||
* Sets the name that is shown on the in-game player list.
|
||||
* <p>
|
||||
* The name cannot be longer than 16 characters, but {@link ChatColor} is supported.
|
||||
* Colors do not count towards the length limitation.
|
||||
* <p>
|
||||
* If the value is null, the name will be identical to {@link #getName()}.
|
||||
* <p>
|
||||
|
|
Loading…
Reference in a new issue