mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 08:30:59 +00:00
add mob limits
This commit is contained in:
14
ansible/files/paper-config/plugins/MobLimit/config.yml
Normal file
14
ansible/files/paper-config/plugins/MobLimit/config.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
chunk: -1
|
||||
global: -1
|
||||
reasons:
|
||||
breeding:
|
||||
pig:
|
||||
dumb: true
|
||||
cow:
|
||||
dumb: true
|
||||
mooshroom:
|
||||
dumb: true
|
||||
sheep:
|
||||
dumb: true
|
||||
chicken:
|
||||
dumb: true
|
||||
@@ -0,0 +1,2 @@
|
||||
aborted-breeding: '&cPaarung abgebrochen! Zuviele Tiere in der Umgebung.'
|
||||
aborted-place: '&cDu kannst das nicht platzieren! Zuviele in der Umgebung.'
|
||||
@@ -0,0 +1,2 @@
|
||||
aborted-breeding: '&cAborted Breeding! Too many animals (%amount%) in the area!'
|
||||
aborted-place: '&cAborted Placing! Too many (%amount%) in the area!'
|
||||
BIN
ansible/src/paper-plugins/MobLimit.jar
Normal file
BIN
ansible/src/paper-plugins/MobLimit.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user