aboutsummaryrefslogtreecommitdiff
path: root/src/net/brysonsteck/Resurrection/commands/CommandAbout.java
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-08-25 00:34:27 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-08-25 00:34:27 -0600
commit412247a118989697333d729a2630105a23760e2e (patch)
treed668d13cffef664d2a7823365820d0fc71bb79a1 /src/net/brysonsteck/Resurrection/commands/CommandAbout.java
parent90bf30acfe869e17cf4209465f67cd70919c63b0 (diff)
downloadresurrection-412247a118989697333d729a2630105a23760e2e.tar
resurrection-412247a118989697333d729a2630105a23760e2e.tar.gz
resurrection-412247a118989697333d729a2630105a23760e2e.tar.bz2
made command colors consistant
Diffstat (limited to 'src/net/brysonsteck/Resurrection/commands/CommandAbout.java')
-rw-r--r--src/net/brysonsteck/Resurrection/commands/CommandAbout.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/brysonsteck/Resurrection/commands/CommandAbout.java b/src/net/brysonsteck/Resurrection/commands/CommandAbout.java
index 47d45c8..284d0f5 100644
--- a/src/net/brysonsteck/Resurrection/commands/CommandAbout.java
+++ b/src/net/brysonsteck/Resurrection/commands/CommandAbout.java
@@ -29,7 +29,7 @@ public class CommandAbout implements CommandExecutor {
}
p.sendMessage("---");
p.sendMessage(ChatColor.YELLOW + "This plugin is licensed under the GNU Affero General Public License v3.0. For more info, run " + ChatColor.AQUA + "/source");
- p.sendMessage(ChatColor.YELLOW + "For more info on this plugin or to download it, visit the GitHub repository at https://github.com/brysonsteck/resurrection");
+ p.sendMessage(ChatColor.YELLOW + "For more info on this plugin or to download it, visit the GitHub repository at " + ChatColor.AQUA + "https://github.com/brysonsteck/resurrection");
p.sendMessage(ChatColor.YELLOW + "\u00a9 2021 Bryson Steck");
} else {
System.out.println("[Resurrection] --- Resurrection ---");