Merge pull request #392 from TfT-02/master

Various fixed for issues in the issue tracker
This commit is contained in:
TfT_02
2012-12-30 15:03:12 -08:00
26 changed files with 1176 additions and 119 deletions

View File

@ -28,6 +28,7 @@ public class McmmoCommand implements CommandExecutor {
sender.sendMessage(ChatColor.DARK_AQUA + "Donation Info:");
sender.sendMessage(ChatColor.GOLD + " - " + ChatColor.GREEN + "mcmmodev@gmail.com" + ChatColor.GOLD + " Paypal");
}
sender.sendMessage(ChatColor.YELLOW + "Running version: " + ChatColor.DARK_AQUA + mcMMO.p.getDescription().getVersion());
return true;
}