aboutsummaryrefslogtreecommitdiff
path: root/src/net/brysonsteck/Resurrection/commands
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-07-04 21:23:50 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-07-04 21:23:50 -0600
commit6c39053bdf64ac130daee2bf3b44ce1c025b4dbd (patch)
treeb97f2291591e053490ee7c3470406d4581344ade /src/net/brysonsteck/Resurrection/commands
parenta83fcc7f5206c6c2b07e7340b97d738f86f3f8c1 (diff)
downloadresurrection-6c39053bdf64ac130daee2bf3b44ce1c025b4dbd.tar
resurrection-6c39053bdf64ac130daee2bf3b44ce1c025b4dbd.tar.gz
resurrection-6c39053bdf64ac130daee2bf3b44ce1c025b4dbd.tar.bz2
fixed time formatting
Diffstat (limited to 'src/net/brysonsteck/Resurrection/commands')
-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 aedf0be..1bf27fb 100644
--- a/src/net/brysonsteck/Resurrection/commands/CommandAbout.java
+++ b/src/net/brysonsteck/Resurrection/commands/CommandAbout.java
@@ -37,7 +37,7 @@ public class CommandAbout implements CommandExecutor {
p.sendMessage("");
}
p.sendMessage(ChatColor.YELLOW + "\u00a9 2021 Bryson Steck");
- p.sendMessage(ChatColor.YELLOW + "This plugin is licensed under the GNU Affero General Public License v3.0. Read more here: ");
+ p.sendMessage(ChatColor.YELLOW + "This plugin is licensed under the GNU Affero General Public License v3.0. Read more here: https://www.gnu.org/licenses/agpl-3.0.en.html");
p.sendMessage(ChatColor.YELLOW + "For more information on this plugin or to download it for yourself, visit the GitHub repository at https://github.com/brysonsteck/resurrection");
} else {
System.out.println(aboutMessage);