The Default / Default Rule
Condition Checks
#
# --------------- - ------------------------------
# Section 03 - A | Default Rule / Conditions
# --------------- - ------------------------------
#
conditions:
worlds: ['*']
#biomes: ['*']
entities: ['*']
mob-customname-status: EITHER
mob-tamed-status: EITHERThe Applied Settings
#
# --------------- - ------------------------------
# Section 03 - B | Default Rule / Settings
# --------------- - ------------------------------
#
settings:
# Core LevelledMobs Settings
minLevel: 1
maxLevel: 50
construct-level: '%distance-from-origin% + %weighted-random% + %player-variable-mod% + %custom_special% + %rand_-5_5%'
# CustomDrop Settings
use-custom-item-drops-for-mobs: true
# Additional Nametag Settings
nametag-placeholder-levelled: ''
nametag-placeholder-unlevelled: ''
nametag-visible-time: 5s
nametag-visibility-method: [ 'TARGETED', 'ATTACKED', 'TRACKING' ]
# Adjusts the `%tiered%` and `%health-indicator-color%` placeholders
tiered-coloring:
1-09: 'E76B' #Green
10-19: 'ȐCFF' #Blue
20-29: '&#FFCD56' #Yellow
30-39: '&#F2003D' #Red
40-49: '&#B447FF' #Purple
50-50: '&#FFD700' #Gold
default: '&#FFFFFF' #White
health-indicator:
colored-tiers:
tier-1: 'E76B' #Green
tier-2: 'ȐCFF' #Blue
tier-3: '&#FFCD56' #Yellow
tier-4: '&#FE803C' #Orange
tier-5: '&#F2003D' #Red
tier-6: '&#B447FF' #Purple
default: '&#B447FF' #White
scale: 5
max: 5
# LevelledMobs Spawner Cube Settings
# Use Command: /lm spawner
spawner-particles: 'SOUL'
spawner-particles-count: 10
baby-mobs-inherit-adult-setting: true
transforming-mobs-inherit-level: true
riding-passengers-match-vehicle-level: false
# Miscellaneous Settings
multipliers:
vanilla-bonus:
excluded-list: ['LEADER_ZOMBIE_BONUS', 'RANDOM_SPAWN_BONUS']
sunlight-intensity: 5
creeper-max-damage-radius: 3In the next section, we will explain each of the Custom Rules as part of the default configuration.
Last updated