diff --git a/build.gradle b/build.gradle index 24e872a..1c77a4e 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { } group = "dev.plex" -version = "0.9-SNAPSHOT" +version = "0.9" description = "Plex" shadowJar { diff --git a/src/main/java/dev/plex/rank/enums/Rank.java b/src/main/java/dev/plex/rank/enums/Rank.java index e8161c9..177b9a0 100644 --- a/src/main/java/dev/plex/rank/enums/Rank.java +++ b/src/main/java/dev/plex/rank/enums/Rank.java @@ -10,12 +10,12 @@ import org.json.JSONObject; @Getter public enum Rank { - IMPOSTOR(-1, "an Impostor", "Impostor", "[Imp]", NamedTextColor.YELLOW), - NONOP(0, "a Non-Op", "Non-Op", "", NamedTextColor.WHITE), - OP(1, "an Op", "Operator", "[OP]", NamedTextColor.GREEN), - ADMIN(2, "an Admin", "Admin", "[Admin]", NamedTextColor.DARK_GREEN), - SENIOR_ADMIN(3, "a Senior Admin", "Senior Admin", "[SrA]", NamedTextColor.GOLD), - EXECUTIVE(4, "an Executive", "Executive", "[Exec]", NamedTextColor.RED); + IMPOSTOR(-1, "an Impostor", "Impostor", "[Imp]", NamedTextColor.YELLOW), + NONOP(0, "a Non-Op", "Non-Op", "", NamedTextColor.WHITE), + OP(1, "an Op", "Operator", "[OP]", NamedTextColor.GREEN), + ADMIN(2, "an Admin", "Admin", "[Admin]", NamedTextColor.DARK_GREEN), + SENIOR_ADMIN(3, "a Senior Admin", "Senior Admin", "[SrA]", NamedTextColor.GOLD), + EXECUTIVE(4, "an Executive", "Executive", "[Exec]", NamedTextColor.RED); private final int level; diff --git a/src/main/java/dev/plex/rank/enums/Title.java b/src/main/java/dev/plex/rank/enums/Title.java index c73f981..ac52169 100644 --- a/src/main/java/dev/plex/rank/enums/Title.java +++ b/src/main/java/dev/plex/rank/enums/Title.java @@ -10,9 +10,9 @@ import org.json.JSONObject; @Getter public enum Title { - MASTER_BUILDER(0, "a Master Builder", "Master Builder", "[Master Builder]", NamedTextColor.DARK_AQUA), - DEV(1, "a Developer", "Developer", "[Developer]", NamedTextColor.DARK_PURPLE), - OWNER(2, "an Owner", "Owner", "[Owner]", NamedTextColor.BLUE); + MASTER_BUILDER(0, "a Master Builder", "Master Builder", "[Master Builder]", NamedTextColor.DARK_AQUA), + DEV(1, "a Developer", "Developer", "[Developer]", NamedTextColor.DARK_PURPLE), + OWNER(2, "an Owner", "Owner", "[Owner]", NamedTextColor.BLUE); private final int level; diff --git a/src/main/resources/messages.yml b/src/main/resources/messages.yml index b0752f8..9a074ef 100644 --- a/src/main/resources/messages.yml +++ b/src/main/resources/messages.yml @@ -51,9 +51,9 @@ lockedUpPlayer: " - Locking up " # 2. The person who has been unlocked unlockedPlayer: " - Unlocking " # 1. The rank required to use the command -noPermissionRank: "You must be at least to use this command!" +noPermissionRank: "You must be at least to use this command!" # 1. The permission node required to use the command -noPermissionNode: "You must have the permission: to use this command!" +noPermissionNode: "You must have the permission: to use this command!" noPermissionInGame: "You must be in console to use this command!" noPermissionConsole: "You must be in-game to use this command!" # 1. The username of the name history