Updating strings relating to the project.

This commit is contained in:
nossr50
2018-12-24 17:52:39 -08:00
parent 7be5b4ecbd
commit 8a02230fd2
7 changed files with 11 additions and 22 deletions

View File

@ -27,7 +27,7 @@ public class McmmoCommand implements CommandExecutor {
if (Config.getInstance().getDonateMessageEnabled()) {
sender.sendMessage(LocaleLoader.getString("MOTD.Donate"));
sender.sendMessage(ChatColor.GOLD + " - " + ChatColor.GREEN + "paypal@t00thpick1.net" + ChatColor.GOLD + " Paypal");
sender.sendMessage(ChatColor.GOLD + " - " + ChatColor.GREEN + "nossr50@gmail.com" + ChatColor.GOLD + " Paypal");
}
if (Permissions.showversion(sender)) {