Add a language file and system.

This commit is contained in:
graywolf336
2013-12-23 14:31:27 -06:00
parent 845e219d5d
commit ab0c236711
6 changed files with 91 additions and 24 deletions

View File

@@ -22,6 +22,7 @@ public class JailMain extends JavaPlugin {
jm = new JailManager(this);
io = new JailIO(this);
io.loadLanguage();
io.prepareStorage();
io.loadJails();