mcMMO's motd now links to the new website rather than the wiki

This commit is contained in:
nossr50
2012-05-13 19:00:49 -07:00
parent 0121228d88
commit 3bb29c8308
18 changed files with 18 additions and 17 deletions

View File

@ -166,7 +166,7 @@ public class PlayerListener implements Listener {
if (Permissions.getInstance().motd(player) && Config.getInstance().getMOTDEnabled()) {
player.sendMessage(LocaleLoader.getString("mcMMO.MOTD", new Object[] {plugin.getDescription().getVersion()}));
player.sendMessage(LocaleLoader.getString("mcMMO.Wiki"));
player.sendMessage(LocaleLoader.getString("mcMMO.Website"));
}
//THIS IS VERY BAD WAY TO DO THINGS, NEED BETTER WAY