Let's try and load the jails from flatfile.

This commit is contained in:
graywolf336
2013-12-07 14:16:16 -06:00
parent 7d18cf9a96
commit 11f9e94f40
5 changed files with 517 additions and 450 deletions

View File

@@ -19,11 +19,11 @@ public class JailMain extends JavaPlugin {
public void onEnable() {
loadConfig();
jm = new JailManager(this);
io = new JailIO(this);
io.prepareStorage();
io.loadJails();
jm = new JailManager(this);
cmdHand = new CommandHandler(this);
PluginManager pm = this.getServer().getPluginManager();