Fixes help text for user command.

Fixes #105
This commit is contained in:
tastybento 2023-03-10 08:50:18 -08:00
parent e4bbb70acb
commit d2801dcd75
2 changed files with 3 additions and 3 deletions

View File

@ -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);

View File

@ -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: