From 814fca3832f1a7ce4b7b54fd201b78a373ea29c2 Mon Sep 17 00:00:00 2001 From: N0tMyFaultOG Date: Thu, 16 Apr 2020 19:15:40 +0200 Subject: [PATCH] Update flag description --- Core/src/main/java/com/plotsquared/core/command/Caps.java | 3 +-- .../main/java/com/plotsquared/core/configuration/Captions.java | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Core/src/main/java/com/plotsquared/core/command/Caps.java b/Core/src/main/java/com/plotsquared/core/command/Caps.java index 05ab6fb1b..372e415b8 100644 --- a/Core/src/main/java/com/plotsquared/core/command/Caps.java +++ b/Core/src/main/java/com/plotsquared/core/command/Caps.java @@ -46,7 +46,7 @@ import static com.plotsquared.core.util.entity.EntityCategories.CAP_VEHICLE; @CommandDeclaration(command = "caps", category = CommandCategory.INFO, - description = "Show plot mob caps", + description = "Show plot entity caps", usage = "/plot caps") public class Caps extends SubCommand { @@ -80,5 +80,4 @@ public class Caps extends SubCommand { .replace("%current%", Integer.toString(current)) .replace("%limit%", Integer.toString(max)).replace("%percentage%", percentage)); } - } diff --git a/Core/src/main/java/com/plotsquared/core/configuration/Captions.java b/Core/src/main/java/com/plotsquared/core/configuration/Captions.java index aa06e7095..8dcebcb43 100644 --- a/Core/src/main/java/com/plotsquared/core/configuration/Captions.java +++ b/Core/src/main/java/com/plotsquared/core/configuration/Captions.java @@ -604,7 +604,7 @@ public enum Captions implements Caption { + " set to `default` to use the gamemode default, and `false` to disable flight entirely.", "Flags"), FLAG_DESCRIPTION_UNTRUSTED("Set to `false` to disallow untrusted players from visiting the plot.", "Flags"), FLAG_DESCRIPTION_DENY_EXIT("Set to `true` to disallow players from exiting the plot.", "Flags"), - FLAG_DESCRIPTION_CHAT("Set to `false` to prevent plot chat on the plot .", "Flags"), + FLAG_DESCRIPTION_CHAT("Set to `false` to prevent plot chat on the plot.", "Flags"), FLAG_DESCRIPTION_DESCRIPTION("Plot description. Supports '&' color codes.", "Flags"), FLAG_DESCRIPTION_GREETING("Message sent to players on plot entry. Supports '&' color codes.", "Flags"), FLAG_DESCRIPTION_FAREWELL("Message sent to players when leaving the plot. Supports '&' color codes.", "Flags"),