Player.setPlayerListName no longer ignores colour length in size limit. This relates to BUKKIT-571

This commit is contained in:
Nathan Adams 2012-01-19 15:07:46 +00:00
parent 257e35d51c
commit c29a93a8c1

View File

@ -49,7 +49,6 @@ public interface Player extends HumanEntity, CommandSender, OfflinePlayer, Plugi
* Sets the name that is shown on the in-game player list. * Sets the name that is shown on the in-game player list.
* <p> * <p>
* The name cannot be longer than 16 characters, but {@link ChatColor} is supported. * The name cannot be longer than 16 characters, but {@link ChatColor} is supported.
* Colors do not count towards the length limitation.
* <p> * <p>
* If the value is null, the name will be identical to {@link #getName()}. * If the value is null, the name will be identical to {@link #getName()}.
* <p> * <p>