This plugin is meant to be a plugin for managing mobs and their events.
With this plugin you can disable mobs from spawning and prevent actions such as breeding two animals together.
This plugin requires my library plugin
AuraAPI.
Commands:
- Aliases: /mobmanager, /amm
/auramobmanager - Tells you the plugin's commands.
/auramobmanager reload
- Reloads the plugin.
/auramobmanager settings - Opens the plugin's settings menu to edit the config in-game.
Permissions:
/auramobmanager - auramobmanager.admin
This plugin uses bstats, if you don't want to contribute to bstats disable bstats in the bstats folder.
config.yml
Code (YAML):
#-----------------------------------------#
# #
# AuraMobManager #
# by SpokenWig620933 #
# version: 1.0.6-dev #
# #
#-----------------------------------------#
# Full server settings.
global
:
# If a mob can target an entity.
prevent-targeting
: false
# If breeding will occur.
prevent-breeding:
enabled
: true
# If the food used to breed with is given back(Due to lacking events, this doesn't work under bukkit v1.8 and v1.9).
giveback-food
: true
# If curing a Zombie Villager is allowed.
prevent-curing:
enabled
: true
# If to give the Zombie Villager the instant-heal effect to harm it for the attempt of curing(Healing) it.
instant-heal-damage
: true
instant-heal-level
: 1
# If infecting a Villager is allowed.
prevent-infection
: false
# If mounts and jockeys can spawn(Spider Jockey, Chicken Jockey, ect)
prevent-stacks
: false
# Mobs to do with lightning.
lightning
:
# If lightning can charge a Creeper.
prevent-charged
: true
# If lightning can convert a Pig to a Pigman.
prevent-pigman
: true
# If an Iron Golem can be built.
prevent-building-irongolem
: true
# If a Wither can be built.
prevent-building-wither
: true
# If a Snow Golem can be built.
prevent-building-snowgolem
: false
# Mobs that are denied spawning naturally.
# Use natural-mob-spawning: [] to disable this feature.
# A list of valid entities: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
prevent-natural-mob-spawning
:
- 'ZOMBIE'
# Mobs that are denied spawning from spawners.
# Use spawner-mob-spawning: [] to disable this feature.
# A list of valid entities: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
prevent-spawner-mob-spawning
:
- 'WOLF'
# Mobs that are denied spawning by spawn eggs.
# Use egg-mob-spawning: [] to disable this feature.
# A list of valid entities: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
prevent-egg-mob-spawning
:
- 'CREEPER'
#worlds:
# world: # World name.
# # The rest.
# prevent-targeting: false
# prevent-breeding:
# enabled: true
# giveback-food: true
# prevent-curing:
# enabled: true
# instant-heal-damage: true
# instant-heal-level: 1
# prevent-infection: false
# prevent-stacks: false
# lightning:
# prevent-charged: true
# prevent-pigman: true
# prevent-building-irongolem: true
# prevent-building-wither: true
# prevent-building-snowgolem: false
# prevent-natural-mob-spawning:
# - 'ZOMBIE'
# prevent-spawner-mob-spawning:
# - 'WOLF'
# prevent-egg-mob-spawning:
# - 'CREEPER'
worlds:
world:
prevent-targeting
: false
prevent-breeding:
enabled
: true
giveback-food
: true
prevent-curing:
enabled
: true
instant-heal-damage
: true
instant-heal-level
: 1
prevent-infection
: false
prevent-stacks
: false
lightning:
prevent-charged
: true
prevent-pigman
: true
prevent-building-irongolem
: true
prevent-building-wither
: true
prevent-building-snowgolem
: false
prevent-natural-mob-spawning
:
- 'ZOMBIE'
prevent-spawner-mob-spawning
:
- 'WOLF'
prevent-egg-mob-spawning
:
- 'CREEPER'