mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Merge remote-tracking branch 'origin/paperstuff' into paperstuff
# Conflicts: # Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Help.java
This commit is contained in:
commit
f06903f1b8
@ -83,9 +83,10 @@ public class Help extends Command {
|
|||||||
.replaceAll(Captions.HELP_INFO_ITEM.s(), "%category%", c.toString().toLowerCase(),
|
.replaceAll(Captions.HELP_INFO_ITEM.s(), "%category%", c.toString().toLowerCase(),
|
||||||
"%category_desc%", c.toString()));
|
"%category_desc%", c.toString()));
|
||||||
}
|
}
|
||||||
builder.append("\n").append(Captions.HELP_INFO_ITEM.s().replaceAll("%category%", "all")
|
builder.append("\n")
|
||||||
.replaceAll("%category_desc%", Captions.HELP_DISPLAY_ALL_COMMANDS.s()));
|
.append(Captions.HELP_INFO_ITEM.s().replaceAll("%category%", "all")
|
||||||
builder.append("\n" + Captions.HELP_FOOTER.s());
|
.replaceAll("%category_desc%", "Display all commands"));
|
||||||
|
builder.append("\n").append(Captions.HELP_FOOTER.s());
|
||||||
MainUtil.sendMessage(player, builder.toString(), false);
|
MainUtil.sendMessage(player, builder.toString(), false);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user