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() { public void setup() {
this.setPermission("greenhouses.player"); this.setPermission("greenhouses.player");
this.setOnlyPlayer(true); this.setOnlyPlayer(true);
this.setParametersHelp("greenhouses.command.parameters"); this.setDescription("greenhouses.commands.user.description");
this.setDescription("greenhouses.command.description");
//new InfoCommand(this); //new InfoCommand(this);
//new ListCommand(this); //new ListCommand(this);

View File

@ -38,9 +38,10 @@ greenhouses:
minimumblockstitle: "[Minimum blocks required]" minimumblockstitle: "[Minimum blocks required]"
nootherblocks: "No other blocks required." nootherblocks: "No other blocks required."
missing: "Greenhouse is missing" missing: "Greenhouse is missing"
commands: commands:
user: user:
description: "Opens the Greenhouse selection GUI"
remove: remove:
description: "Removes a greenhouse that you are standing in if you are the owner" description: "Removes a greenhouse that you are standing in if you are the owner"
make: make: