The visual-settings section controls how mobs appear and display information to players.
Structure
Complete visual settings
visual-settings: # Glowing outline effectglow:enabled:truecolor:'RED' # Boss bar displayed when targeting mobboss-bar:enabled:truedisplay:'&cMy Mob &4❤&c%health%'color:'RED'overlay:'PROGRESS'flags:create-fog:falsedarken-sky:falseplay-boss-music:false # Damage numbers that appear when hitting mobdamage-indicator:enabled:truedisplay:'&c-%damage% &4❤'style:'modern'
Glow Effect
Add a glowing outline around the mob visible through walls.
In-Game Example
Boss Bar
Display a health bar at the top of the screen when players target the mob.
Basic Configuration
enabled
Enable or disable the boss bar.
display
The text shown on the boss bar.
Supports:
Color codes
Placeholders (%health%, %max_health%)
PlaceholderAPI placeholders
color
The boss bar color.
Available colors:
Color
Visual
BLUE
Blue bar
GREEN
Green bar
PINK
Pink bar
PURPLE
Purple bar
RED
Red bar
WHITE
White bar
YELLOW
Yellow bar
overlay
The boss bar style/segmentation.
Available overlays:
Overlay
Description
PROGRESS
Smooth bar (no segments)
NOTCHED_6
Bar divided into 6 segments
NOTCHED_10
Bar divided into 10 segments
NOTCHED_12
Bar divided into 12 segments
NOTCHED_20
Bar divided into 20 segments
flags
Optional effects that apply when the boss bar is visible.
Use cases:
Performance Note: Fog effects can potentially have a slight FPS impact on the client (tests will be released soon)
In-Game Fog Example
Darken Sky Example
Damage Indicator
Display damage numbers when the mob is hit.
Configuration
enabled
Enable or disable damage indicators.
display
The format for damage numbers.
Available Placeholder:
%damage% - The damage dealt (rounded)
Troubleshooting
Boss Bar Not Showing
Problem: Boss bar doesn't appear when targeting mob