Ejemplo n.º 1
0
 @Override
 public void load() throws ConfigurationException {
   super.load();
   super.save();
 }
Ejemplo n.º 2
0
 @Override
 public void load() throws ConfigurationException {
   this.setConfiguration(
       new MapConfiguration(this.getParent().getNode("worlds", this.getWorldName()).getValues()));
   super.load();
 }