🛠️Configuration files
Config.yml file content
# EnchantedMobs by @PQguanfang
#
# Read the Wiki here: https://enchantedmobs.superiormc.cn
debug: false
debug-categories:
spawn: true
projectile: true
ability: true
# Require player has enchantedmobs.nodify permission to display.
display-spawn-message: false
optimize:
enabled-projectile-tick: true
enabled-entity-scanner-cache: true
config-files:
language: 'en_US'
# Premium version only.
per-player-language: true
force-parse-mini-message: true
debuild-item-method: 'LEGACY'
math:
enabled: true
mob-power-generator:
enabled: true
ignore-custom-spawn: true
default-level: '15~60'
max-level: 400
spawn-chance: '5~25'
player-scan-range: 48
disabled-worlds: []
# Ghost, Slime and Ender Dragon are disabled by default and can not being changed.
# All peaceful mobs are disabled by default and can not being changed.
disabled-entity:
entity-types:
- WARDEN
- WITHER
mob-display:
name:
format: '&6[{powers}] &f{mob}'
separator: ', '
max-show: 4
more: '...(+{count})'
bossbar:
min-powers: 2
keep-ticks: 20
radius: 16
color: 'RED'
style: 'SOLID'
title: '&c{entity} &7[{health}/{max-health}] &f{powers_full}'
mob-combat:
# If true, damage between monsters will be cancelled.
disable-powered-mob-friendly-fire: false
# If true, dropped item by disarm ability will auto return back to player inventory if they are going to removed.
disarm-auto-return-item: trueLast updated