public Voidsflag() {
   super.initiate(this, name, fullName, creators, modes);
   setTDMTime(20);
   disableDrops(
       new Material[] {Material.LEATHER_HELMET, Material.STONE_AXE, Material.STONE_PICKAXE});
   setAutoSpawnProtection(5);
 }
 public Apollo() {
   super.initiate(this, name, fullName, creators, modes);
   setAllowBuild(false);
 }