diff --git a/hypixel-api-core/src/main/java/net/hypixel/api/reply/GuildReply.java b/hypixel-api-core/src/main/java/net/hypixel/api/reply/GuildReply.java index 718dea6d..05d554e1 100644 --- a/hypixel-api-core/src/main/java/net/hypixel/api/reply/GuildReply.java +++ b/hypixel-api-core/src/main/java/net/hypixel/api/reply/GuildReply.java @@ -129,7 +129,7 @@ public String getTag() { * * @return the name of a Minecraft color code (all uppercase), or {@code null} if the guild * has never changed its tag's color. - * @see Color codes + * @see Color codes * table (uses lowercase names) */ public String getTagColor() { diff --git a/hypixel-api-core/src/main/java/net/hypixel/api/reply/PlayerReply.java b/hypixel-api-core/src/main/java/net/hypixel/api/reply/PlayerReply.java index 611f692c..5a2d2b5f 100644 --- a/hypixel-api-core/src/main/java/net/hypixel/api/reply/PlayerReply.java +++ b/hypixel-api-core/src/main/java/net/hypixel/api/reply/PlayerReply.java @@ -151,7 +151,7 @@ public String getSelectedPlusColor() { } /** - * Note, returned colors use the names seen in this + * Note, returned colors use the names seen in this * table, in all uppercase. For example, {@code DARK_BLUE} and {@code GRAY}. * * @return The color of the player's name tag if they have MVP++. Defaults to {@code GOLD}. diff --git a/hypixel-api-core/src/main/java/net/hypixel/api/util/Banner.java b/hypixel-api-core/src/main/java/net/hypixel/api/util/Banner.java index 11b2cbae..f2c44324 100644 --- a/hypixel-api-core/src/main/java/net/hypixel/api/util/Banner.java +++ b/hypixel-api-core/src/main/java/net/hypixel/api/util/Banner.java @@ -34,7 +34,7 @@ *
  • {@link Pattern#getColor()}
  • * * - * @see Banner (Minecraft Wiki) + * @see Banner (Minecraft Wiki) */ public class Banner { @@ -116,7 +116,7 @@ public static class Pattern { * each type's identifier. * * @return the pattern's type identifier. - * @see Pattern identifiers + * @see Pattern identifiers */ public String getType() { return type;