Skip to content

Commit

Permalink
Show world name in the settings command
Browse files Browse the repository at this point in the history
  • Loading branch information
hraponssi committed Jul 2, 2023
1 parent 4827ef8 commit f30462a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/hraponssi/dragondmg/main/Commands.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public boolean onCommand(CommandSender sender, Command cmd, String command, Stri
sender.sendMessage(ChatColor.GREEN + "Currently loaded settings:");
sender.sendMessage(ChatColor.GRAY + "announceKiller = " + plugin.announceKiller);
sender.sendMessage(ChatColor.GRAY + "worldOnlyMsg = " + plugin.worldOnlyMsg);
sender.sendMessage(ChatColor.GRAY + "world = " + plugin.worldName);
sender.sendMessage(ChatColor.GRAY + "killReward = " + plugin.killReward);
sender.sendMessage(ChatColor.GRAY + "dmgReward = " + plugin.dmgReward);
sender.sendMessage(ChatColor.GRAY + "killRewards = " + plugin.killRewards.toString());
Expand Down

0 comments on commit f30462a

Please sign in to comment.