Skip to content

Commit

Permalink
edited help messages
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Jun 14, 2020
1 parent afc9c48 commit fb873df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/factionsystem/Commands/HelpCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public static boolean sendHelpMessage(CommandSender sender, String[] args) {
if (args[1].equalsIgnoreCase("5")) {
sender.sendMessage(ChatColor.BOLD + "" + ChatColor.AQUA + "\n----------\n" + "Medieval Factions Commands - Page 5/5" + "\n----------\n");
sender.sendMessage(ChatColor.AQUA + "/mf version - Check plugin version.");
sender.sendMessage(ChatColor.AQUA + "/mf who - View the faction info a specific player.");
sender.sendMessage(ChatColor.AQUA + "/mf ally - Attempt to ally with a faction.");
sender.sendMessage(ChatColor.AQUA + "/mf breakalliance - Break an alliance with a faction.");
}
Expand Down

0 comments on commit fb873df

Please sign in to comment.