Description
English:
Русский:
Commands:
/anc reload - reloads config
Permissions:
animalscontrol.reload - permission to reload config
English:
Animals control is a little spigot plugin that allows you to set specific chance for animals breeding and limit quantity of animals per selected area. Also you can edit messages (with colors) which player sees when he tried to spawn animal over limit or he failed to breed animals (because of chance).
Tested on 1.12.2 and 1.15.2, should work with any other version too.
Entities list in config is dynamic, you can add any animal that player can breed.
Tested on 1.12.2 and 1.15.2, should work with any other version too.
Entities list in config is dynamic, you can add any animal that player can breed.
Русский:
Animals control - простой плагин для установки шансов размножения животных и максимального количества животных на определённой территории. Сообщения игроку (о неудачном размножении животных/превышении лимита) настраиваются в конфиге, можно использовать свои цвета текста.
Протестировано на 1.12.2 и 1.15.2, должно работать и на других версиях. Список живых существ в конфиге динамический, т.е. туда можно добавить любое другое животное, которое может разводить игрок.
Features
Протестировано на 1.12.2 и 1.15.2, должно работать и на других версиях. Список живых существ в конфиге динамический, т.е. туда можно добавить любое другое животное, которое может разводить игрок.
- Set specific breeding chance for any animal
- Add any breedable entity (dynamic list)
- Limit maximum quantity of animals per area
- Configurable area size
- Configurable messages with colors
Commands and permsCommands:
/anc reload - reloads config
Permissions:
animalscontrol.reload - permission to reload config
Config
Spoiler: Config
Code (Text):
# Animals Control configuration file
# Chance of successful breeding for each animal
# (in percents, 100 = basic behaviour, 0 = player can't breed this animal at all)
breeding-chance:
bee: 100
fox: 100
llama: 100
traderlama: 100
panda: 100
turtle: 100[/FONT]
cow: 100
mushroom_cow: 100
pig: 100
chicken: 100
sheep: 100
wolf: 100
cat: 100
horse: 100
donkey: 100
rabbit: 100
villager: 100
# Limit of animals per given area (0 = not limited)
population-limits:
bee: 5
fox: 5
llama: 10
traderlama: 5
panda: 5
turtle: 5
cow: 10
mushroom_cow: 10
pig: 10
chicken: 10
sheep: 10
wolf: 0
cat: 0
horse: 0
donkey: 5
rabbit: 10
villager: 10
# Area (rectangle with animal at the center)
area:
x: 16.0
y: 16.0
z: 256.0
# Messages sent to the player when he can't breed an animal.
# Leave it empty if you don't want to send anything. (Like msg: '')
# For colors, use § instead of &
# Use '' (double single quotes) instead of ' (single quote). E.g. msg: 'You can''t do it here!'
messages:
too-many-animals: '§bToo many animals of this type around, you can''t spawn more!'
failed-to-breed: '§bUnfortunately, animals didn''t breed'
# Chance of successful breeding for each animal
# (in percents, 100 = basic behaviour, 0 = player can't breed this animal at all)
breeding-chance:
bee: 100
fox: 100
llama: 100
traderlama: 100
panda: 100
turtle: 100[/FONT]
cow: 100
mushroom_cow: 100
pig: 100
chicken: 100
sheep: 100
wolf: 100
cat: 100
horse: 100
donkey: 100
rabbit: 100
villager: 100
# Limit of animals per given area (0 = not limited)
population-limits:
bee: 5
fox: 5
llama: 10
traderlama: 5
panda: 5
turtle: 5
cow: 10
mushroom_cow: 10
pig: 10
chicken: 10
sheep: 10
wolf: 0
cat: 0
horse: 0
donkey: 5
rabbit: 10
villager: 10
# Area (rectangle with animal at the center)
area:
x: 16.0
y: 16.0
z: 256.0
# Messages sent to the player when he can't breed an animal.
# Leave it empty if you don't want to send anything. (Like msg: '')
# For colors, use § instead of &
# Use '' (double single quotes) instead of ' (single quote). E.g. msg: 'You can''t do it here!'
messages:
too-many-animals: '§bToo many animals of this type around, you can''t spawn more!'
failed-to-breed: '§bUnfortunately, animals didn''t breed'
Spoiler: Config - Русский
Code (Text):
# Animals Control конфигурация
# Шанс успешного разведения животного
# (в процентах, 100 = обычное размножение, 0 = игрок не сможет размножать это животное)
breeding-chance:
bee: 100
fox: 100
llama: 100
traderlama: 100
panda: 100
turtle: 100[/FONT]
cow: 100
mushroom_cow: 100
pig: 100
chicken: 100
sheep: 100
wolf: 100
cat: 100
horse: 100
donkey: 100
rabbit: 100
villager: 100
# Лимит животных на определённой территории (0 = не ограничено)
population-limits:
bee: 5
fox: 5
llama: 10
traderlama: 5
panda: 5
turtle: 5
cow: 10
mushroom_cow: 10
pig: 10
chicken: 10
sheep: 10
wolf: 0
cat: 0
horse: 0
donkey: 5
rabbit: 10
villager: 10
# Территория (прямоугольник с животным в центре)
area:
x: 16.0
y: 16.0
z: 256.0
# Сообщения игроку, когда он не может размножить животное.
# Оставьте пустым, если ничего не нужно писать. (Как msg: '')
# Для цветов, используйте § вместо &
# Используйте '' (две одинарные кавычки) вместо ' (одинарной кавычки). Например msg: 'You can''t do it here!'
messages:
too-many-animals: '§bРядом слишком много животных данного типа, Вы не можете размножить больше!'
failed-to-breed: '§bК сожалению, животные не дали потомства'
# Шанс успешного разведения животного
# (в процентах, 100 = обычное размножение, 0 = игрок не сможет размножать это животное)
breeding-chance:
bee: 100
fox: 100
llama: 100
traderlama: 100
panda: 100
turtle: 100[/FONT]
cow: 100
mushroom_cow: 100
pig: 100
chicken: 100
sheep: 100
wolf: 100
cat: 100
horse: 100
donkey: 100
rabbit: 100
villager: 100
# Лимит животных на определённой территории (0 = не ограничено)
population-limits:
bee: 5
fox: 5
llama: 10
traderlama: 5
panda: 5
turtle: 5
cow: 10
mushroom_cow: 10
pig: 10
chicken: 10
sheep: 10
wolf: 0
cat: 0
horse: 0
donkey: 5
rabbit: 10
villager: 10
# Территория (прямоугольник с животным в центре)
area:
x: 16.0
y: 16.0
z: 256.0
# Сообщения игроку, когда он не может размножить животное.
# Оставьте пустым, если ничего не нужно писать. (Как msg: '')
# Для цветов, используйте § вместо &
# Используйте '' (две одинарные кавычки) вместо ' (одинарной кавычки). Например msg: 'You can''t do it here!'
messages:
too-many-animals: '§bРядом слишком много животных данного типа, Вы не можете размножить больше!'
failed-to-breed: '§bК сожалению, животные не дали потомства'
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.12, 1.13, 1.14
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Animals Control is a free Minecraft Java mod. Compatible with Minecraft 1.12, 1.13, 1.14, 1.15. Downloaded 273 times (via Spigot). Download it and open it directly in the game.