diff --git a/src/main/java/world/bentobox/greenhouses/ui/user/UserCommand.java b/src/main/java/world/bentobox/greenhouses/ui/user/UserCommand.java index 2ce4a12..f03583a 100644 --- a/src/main/java/world/bentobox/greenhouses/ui/user/UserCommand.java +++ b/src/main/java/world/bentobox/greenhouses/ui/user/UserCommand.java @@ -30,8 +30,7 @@ public class UserCommand extends CompositeCommand { public void setup() { this.setPermission("greenhouses.player"); this.setOnlyPlayer(true); - this.setParametersHelp("greenhouses.command.parameters"); - this.setDescription("greenhouses.command.description"); + this.setDescription("greenhouses.commands.user.description"); //new InfoCommand(this); //new ListCommand(this); diff --git a/src/main/resources/locales/en-US.yml b/src/main/resources/locales/en-US.yml index 8d1ecc6..894ab48 100644 --- a/src/main/resources/locales/en-US.yml +++ b/src/main/resources/locales/en-US.yml @@ -38,9 +38,10 @@ greenhouses: minimumblockstitle: "[Minimum blocks required]" nootherblocks: "No other blocks required." missing: "Greenhouse is missing" - + commands: user: + description: "Opens the Greenhouse selection GUI" remove: description: "Removes a greenhouse that you are standing in if you are the owner" make: