Skip to content

Commit

Permalink
Slight color change
Browse files Browse the repository at this point in the history
  • Loading branch information
LOOHP committed May 1, 2022
1 parent effcbab commit f421da8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void execute(CommandSender sender, String[] args) {

if (args[0].equalsIgnoreCase("version")) {
if (sender.hasPermission("limboserver.version")) {
sender.sendMessage(ChatColor.DARK_GRAY + "This server is running Limbo version " + Limbo.getInstance().LIMBO_IMPLEMENTATION_VERSION + " (MC: " + Limbo.getInstance().SERVER_IMPLEMENTATION_VERSION + ")");
sender.sendMessage(ChatColor.GRAY + "This server is running Limbo version " + Limbo.getInstance().LIMBO_IMPLEMENTATION_VERSION + " (MC: " + Limbo.getInstance().SERVER_IMPLEMENTATION_VERSION + ")");
} else {
sender.sendMessage(ChatColor.RED + "You do not have permission to use that command!");
}
Expand Down

0 comments on commit f421da8

Please sign in to comment.