Skip to content

Commit

Permalink
Fix Fill&Material Command Usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kisame3957 committed Apr 16, 2024
1 parent f210240 commit 08c38a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public boolean neededClockExistenceValue() {

@Override
public String reactBadArgsSize(String usedCmd) {
return ChatColor.DARK_RED + DigitalClock.getMessagePrefix() + ChatColor.RED + " Correct usage: '/"+ usedCmd + " fill <name> <material id:data>'";
return ChatColor.DARK_RED + DigitalClock.getMessagePrefix() + ChatColor.RED + " Correct usage: '/"+ usedCmd + " fill <name> <material>'";
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public boolean neededClockExistenceValue() {

@Override
public String reactBadArgsSize(String usedCmd) {
return ChatColor.DARK_RED + DigitalClock.getMessagePrefix() + ChatColor.RED + " Correct usage: '/"+ usedCmd + " material <name> <material id:data>'";
return ChatColor.DARK_RED + DigitalClock.getMessagePrefix() + ChatColor.RED + " Correct usage: '/"+ usedCmd + " material <name> <material>'";
}

@Override
Expand Down

0 comments on commit 08c38a5

Please sign in to comment.