
OreoEssentials
The ONLY fully cross-server, all-in-one Essentials plugin ! Nexo/ ItemsAdder FULL support !
OreoEssentials 4.0-SNAPSHOT
release12 марта 2026 г.Small Fixes + Added Support for FakePlayers ( REQUIRES OREOVELOCITY)
OreoEssentials 4.0-SNAPSHOT
release7 марта 2026 г.🚀 OreoEssentials 4.0 — New Update Released!
We’re excited to announce a new update for OreoEssentials 4.0 with powerful new systems and improvements!
🛒 New Orders System (DonutSMP-style) A brand new Orders Market system has been added! Players can request items and other players can fill those orders by selling items to them. ✔ Fully configurable ✔ Supports custom currencies + Vault ✔ Cross-server compatible ✔ Live updates across servers using the network system
🔄 Rotating Shops You can now create rotating shops! Configure a shop with many items and the plugin will automatically rotate which items are displayed (for example daily or at a custom interval).
⏱ New Playtime Placeholders New placeholders have been added to make tracking playtime easier: • Playtime Hours • Playtime Minutes • Playtime Days
🏃 Walk Speed Support Added support for player walk speed management.
💡 This update brings more flexibility for economy systems, dynamic shops, and server networks.
If you encounter any issues or have suggestions, feel free to report them in the support channels!
OreoEssentials 3.9-SNAPSHOT
release2 марта 2026 г.Bug 1 — Wrong world key (homes & warps)
EssentialsX's LocationTypeSerializer writes two separate keys: world: "550e8400-e29b-41d4-a716-446655440000" # world UUID AND NOT the name world-name: "world"
Original code read cfg.getString(path + ".world") and passed the UUID string directly to Bukkit.getWorld(String), which looks up by name — so it would silently return null for every home and warp, and everything would be skipped.
Bug 2 — Warp name from file vs. from key
EssentialsX sanitises warp filenames ("My Home" → my-home.yml). The canonical name is stored in a name: key inside the file. The old code derived the warp name from the filename, which would produce wrong names for warps with spaces or special characters.
OreoEssentials 3.9-SNAPSHOT
release2 марта 2026 г.🔥 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: EssentialsX zEssentials Works with all OreoEssentials storage backends: YAML JSON MongoDB 🔄 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"[/code] 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"[/code]
Usage /zimport all /zimport homes /zimport warps /zimport economy
Imports: Homes Warps Economy Conflict handling: skip → Keeps existing OreoEssentials data overwrite → Replaces existing data
OreoEssentials 3.7-SNAPSHOT
release20 февраля 2026 г.Full rewrite of hologram system added all 1.21+ versions compatibility Fixed an issue with Join / Leave messages Added new placeholders for tempfly