13
0
geforkt von Mirrors/Paper

SPIGOT-4040: Further increase team related limits

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2018-07-18 17:11:34 +10:00
Ursprung 7834e8bf08
Commit 54b52798e6

Datei anzeigen

@ -33,7 +33,7 @@ public interface Team {
* Sets the name displayed to entries for this team * Sets the name displayed to entries for this team
* *
* @param displayName New display name * @param displayName New display name
* @throws IllegalArgumentException if displayName is longer than 64 * @throws IllegalArgumentException if displayName is longer than 128
* characters. * characters.
* @throws IllegalStateException if this team has been unregistered * @throws IllegalStateException if this team has been unregistered
*/ */
@ -52,7 +52,7 @@ public interface Team {
* *
* @param prefix New prefix * @param prefix New prefix
* @throws IllegalArgumentException if prefix is null * @throws IllegalArgumentException if prefix is null
* @throws IllegalArgumentException if prefix is longer than 32 * @throws IllegalArgumentException if prefix is longer than 64
* characters * characters
* @throws IllegalStateException if this team has been unregistered * @throws IllegalStateException if this team has been unregistered
*/ */
@ -71,7 +71,7 @@ public interface Team {
* *
* @param suffix the new suffix for this team. * @param suffix the new suffix for this team.
* @throws IllegalArgumentException if suffix is null * @throws IllegalArgumentException if suffix is null
* @throws IllegalArgumentException if suffix is longer than 32 * @throws IllegalArgumentException if suffix is longer than 64
* characters * characters
* @throws IllegalStateException if this team has been unregistered * @throws IllegalStateException if this team has been unregistered
*/ */