✨ New Features
- Offline /invsee and /ecsee support — You can now open, view, and edit players’ inventories and enderchests even when they’re offline. Perfect for staff moderation and cross-server management.
- Mob Healthbar System (MythicMobs-compatible) — Added a brand new, fully configurable hologram-based healthbar above mobs’ names.
- Adjustable update interval, distance, and style.
- Supports passive mobs, MythicMobs entities, and can be toggled on/off.
- Customizable symbols, colors, and thresholds.
Config changes
New section added in config.yml:
Code (YAML):
mobs:
show-healthmobs
: true
healthbar:
update-interval-ticks
: 5
view-distance
: 32.0
require-line-of-sight
: true
spawn-per-tick-cap
: 40
# NEW: max holograms per tick
format
:
-
"&f<name>"
-
"&c❤ <bar> &7(<current>/<max>)"
show-numbers
: true
segments
: 10
full
:
"█"
empty
:
"░"
rounded
: true
left-edge
:
"❮"
right-edge
:
"❯"
color-full
:
"&a"
color-mid
:
"&e"
color-low
:
"&c"
mid-threshold
: 0.5
low-threshold
: 0.2
include-passive
: true
include-players
: false
only-when-damaged
: false
line-offset
: 0.35
y-offset
: 0.5
use-mythicmobs
: true
Update instructions
- Drop the new OreoEssentials-1.2-SNAPSHOT.jar in your /plugins folder.
- Restart the server.
- Regenerate or merge your config.yml to include the new mobs: section.
⭐ Summary
This update makes OreoEssentials even more powerful for server admins — full offline inventory access, MythicMobs healthbar integration, and the same ultra-stable sync system you already love.