Implement the usage of Scoreboards, make the language configurable.

Closes #15
This commit is contained in:
graywolf336
2014-03-13 12:59:47 -05:00
parent 6ce05dbe7d
commit ec1e91cda2
9 changed files with 178 additions and 0 deletions

View File

@ -20,6 +20,7 @@ public class JailReloadCommand implements Command {
jm.getPlugin().reloadConfig();
jm.getPlugin().getJailIO().loadLanguage();
jm.getPlugin().getJailIO().loadJails();
jm.getPlugin().reloadScoreBoardManager();
sender.sendMessage(jm.getPlugin().getJailIO().getLanguageString(LangString.PLUGINRELOADED));
return true;