OreoEssentials 3.9-SNAPSHOT Update
A new snapshot build is available with major fixes, improvements, and brand-new migration tools.
✅ Fixes & Improvements
- Fixed an issue where /msg was not working cross-server
- Fixed MobHealthbars issues
- Fixed /sit not working correctly on half blocks
- Fixed Furnace command issues
- Fixed HealthBarListener
➜ Added support for Placeholders
➜ Added support for Nexo Symbols
- Added Hologram icon support
➜ You can now insert icons/symbols into any hologram text line
- Added separate permissions:
- oreo.tpa
- oreo.tphere
- oreo.tpdeny
Discord Command Support (Preparation for 4.0)
This version introduces support for the
new Discord commands system.
⚠ Important:
- The commands are implemented and ready.
- The official OreoEssentials Discord Bot will release in 4.0.
- You will be able to use these commands without the bot once 4.0 is out.
Migration & Compatibility System (NEW)
OreoEssentials now supports migration from:
Works with all OreoEssentials storage backends:
EssentialsX Migration
Configuration (config.yml)
Code (YAML):
essentialsx-migration:
enabled
: false
data-path
:
"plugins/Essentials"
import:
homes
: true
warps
: true
economy
: true
on-conflict
:
"skip"
How To Use
- Set enabled: true
- Make sure data-path points to your EssentialsX folder
- Run:
/migrateessentials
or
/migrateessentials homes
/migrateessentials warps
/migrateessentials economy
- Set enabled: false after migration (one-time operation)
zEssentials Migration
Configuration (config.yml)
Code (YAML):
zessentials-migration:
enabled
: true
jdbc-url
:
"jdbc:sqlite:plugins/zEssentials/data.db"
economy-name
:
"money"
on-conflict
:
"skip"
warp-json-path
:
"plugins/zEssentials/config_storage.json"
Usage
/zimport all
/zimport homes
/zimport warps
/zimport economy
Imports:
Conflict handling:
- skip → Keeps existing OreoEssentials data
- overwrite → Replaces existing data