Ejemplo n.º 1
0
 @Override
 public void setActive(boolean active) {
   super.setActive(active);
   if (!active) return;
   this.get(MassiveCore.INSTANCE, true);
 }
  @Override
  public void init() {
    super.init();

    this.createSpecialFactions();
  }