Skip to content

Commit

Permalink
Fixes help text for user command.
Browse files Browse the repository at this point in the history
Fixes #105
  • Loading branch information
tastybento committed Mar 10, 2023
1 parent e4bbb70 commit d2801dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ public UserCommand(Greenhouses gh, CompositeCommand parent) {
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);
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/locales/en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d2801dc

Please sign in to comment.