Allow Disabling Zombie Villager Aggression
Ability to configure if Zombies will be aggressive towards Villagers. By: Dylan Xaldin <Puremin0rez515@gmail.com>
This commit is contained in:
@@ -255,4 +255,11 @@ public class SpigotWorldConfig
|
||||
this.tridentDespawnRate = this.getInt( "trident-despawn-rate", this.arrowDespawnRate );
|
||||
this.log( "Arrow Despawn Rate: " + this.arrowDespawnRate + " Trident Respawn Rate:" + this.tridentDespawnRate );
|
||||
}
|
||||
|
||||
public boolean zombieAggressiveTowardsVillager;
|
||||
private void zombieAggressiveTowardsVillager()
|
||||
{
|
||||
this.zombieAggressiveTowardsVillager = this.getBoolean( "zombie-aggressive-towards-villager", true );
|
||||
this.log( "Zombie Aggressive Towards Villager: " + this.zombieAggressiveTowardsVillager );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user