⚙️ OreoEssentials
#1 Modern Essentials Plugin — Better Than CMI & ZEssentials
The ONLY fully cross-server, all-in-one Essentials plugin — and completely FREE!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Overview
OreoEssentials is the next generation of Essentials.
Built for modern networks with true cross-server synchronisation — fast, clean, and simple to configure.
Everything syncs across servers: Homes, Warps, Economy, Chat, Inventories, Enderchests, Health, and Food.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚡ Core Features
✅
Full Cross-Server Synchronisation
Homes, warps, inventories, economy, chat, health, food, and enderchests sync via MongoDB + Redis + RabbitMQ.
✅
Fully Configurable CrossServer PlayerVaults
✅
All-in-One Essentials Core
Replace 10+ plugins (EssentialsX, CMI, MyWarp/MyHome, DiscordSRV pieces, etc.).
✅
Economy (Vault Compatible)
Backends: PostgreSQL or MongoDB, with Redis caching.
✅
Supports ItemsAdder
✅ Support Mythicmobs
✅
Chat & Tab Manager
Global chat, per-rank formats, Discord webhooks, beautiful tab headers/footers.
✅
Warps, Homes & RTP
Tier-based limits and rank radius boosts.
✅
Kits & Cooldowns
Unlimited kits, permissions, cooldowns, optional GUI.
✅
Moderation Tools
✅
Utilities
✅
ScoreBoard
✅ BossBar
✅
Portals & JumpPads
Cuboid portals and configurable launch pads with effects.
✅ Custom Crafting System GUI (Supporting Itemsadder)
✅
Smart Inventories PlaceholderAPI
Modern GUIs and full PAPI support everywhere.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Cross-Server Sync Modules
• Homes & Warps
• Economy (Vault, MongoDB or PostgreSQL)
• Chat & Global Messages
• Inventories, Enderchests, Health, Food
• ️ Teleport Requests & RTPs
• Moderation Logs
Powered by a hybrid backend:
MongoDB + Redis + RabbitMQ.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
P️REVIEW VIDEO:
FULL GUI CONTROL:
Installation
1) Drop the JAR into `/plugins`.
2) Start once to generate configs.
3) Configure databases in `config.yml`:
Code (Text):
MongoDB:
enabled: true
uri: "mongodb://user:
[email protected]:27017/oreo"
RabbitMQ:
enabled: true
uri: "amqp://guest:
[email protected]:5672/"
Redis:
enabled: true
host: "127.0.0.1"
port: 6379
password: "yourpass"
4) Restart all servers — syncing starts automatically.
Don’t want to self-host? Oreo Studios offers pre-configured DB hosting for **$2/month** — open a ticket on our Discord:
https://discord.gg/A6wCGJD2Ez
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Cross-Server Setup — What You Need
| MongoDB |
Core data (Homes, Warps, Inventories, etc.) |
No |
Yes |
| RabbitMQ |
Real-time cross-server messaging (Chat/TP/Moderation) |
No |
Yes |
| Redis |
Cache for Economy & Chat |
Optional |
Highly |
| PostgreSQL |
Optional economy backend |
Optional |
Optional |
Full guides in the wiki:
• Cross-Server Sync Setup
• RabbitMQ on Pterodactyl (egg)
• MongoDB + Redis Setup
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Global Chat Example
Code (Text):
[Survival] [VIP] Elias: Hello from Server 1!
Private channels in `chat-format.yml`:
Code (YAML):
channels:
staff:
format
:
"&c[Staff] {player}: &f{message}"
permission
:
"oreoessentials.chat.staff"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Configuration Highlights
• Chat Format System (PAPI, rank formats, Discord webhooks, sync)
• TabList (animated headers/footers, per-world layouts)
• EnderChest (tier rows via `oreo.tier.vip`, etc.)
• RTP (safe search, tier distances)
Permissions
Use `oreo.*` for full access, or per-command nodes. Tiers: `oreo.tier.default`, `oreo.tier.vip`, `oreo.tier.mvp`.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Performance
Java 21, async I/O, caching, thread-safe operations.
Tested on Paper / Purpur / Folia.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Plugin Comparison
**Plugin Comparison — OreoEssentials vs Others**
| Cross-Server Homes & Warps |
✅ Full sync (MongoDB + HuskHomes bridge) |
⚠️ Partial (shared DB) |
❌ |
⚠️ MySQL only |
❌ |
| Cross-Server Chat |
✅ RabbitMQ real-time |
❌ |
❌ |
⚠️ Discord bridge only |
❌ |
| Cross-Server Economy |
✅ Redis / Mongo / RabbitEconomy sync |
⚠️ Shared SQL |
❌ |
⚠️ MySQL partial |
❌ |
| Inventories & Enderchests Sync |
✅ Full (PlayerSync system) |
❌ |
❌ |
❌ |
❌ |
| Health, Hunger & EXP Sync |
✅ Yes |
❌ |
❌ |
❌ |
❌ |
| RabbitMQ Messaging Layer |
✅ Built-in (Cluster bridge) |
❌ |
❌ |
❌ |
❌ |
| Redis Caching Layer |
✅ Integrated |
❌ |
❌ |
❌ |
❌ |
| MongoDB Support |
✅ Native async driver |
⚙️ Partial (manual setup) |
❌ |
❌ |
❌ |
| Performance (Async / Java 21) |
✅ Optimized + thread-safe |
⚙️ Standard |
⚙️ Standard |
⚠️ Heavy runtime |
⚙️ Basic |
| Modern GUIs |
✅ SmartInvs-powered menus |
⚙️ Basic inventory menus |
❌ |
⚙️ Custom GUIs |
❌ |
| Playervaults Integration |
✅ Built-in (GUI + Mongo sync) |
❌ |
⚙️ Limited via addon |
✅ Yes |
⚙️ Basic storage |
| CustomCraftings System |
✅ In-game recipe editor + GUI (SmartInvs) |
❌ |
❌ |
⚙️ Requires CMI Addon |
❌ |
| Alias Editor System (1.6+) |
✅ Full GUI + Logic Checks + Cooldowns |
❌ |
❌ Basic aliases |
⚙️ Basic alias system |
❌ |
| PlaceholderAPI Support |
✅ Full integration (aliases, commands, GUIs) |
⚙️ Partial |
✅ |
✅ |
⚙️ Limited |
| Economy Layer |
✅ Multi-source (Vault, UltimateShopGUI, RabbitEconomy) |
⚙️ Vault only |
✅ Vault |
✅ Vault |
✅ Vault |
| Localization System |
✅ Full <code>lang.yml</code> support (multi-language ready) |
⚙️ Partial |
⚙️ Basic |
✅ Yes |
⚙️ Minimal |
| All-in-One Utility Suite |
✅ Replaces 10+ plugins (Core + Sync + GUI + Tools) |
⚙️ Modular split |
⚙️ Basic essentials |
⚙️ Monolithic |
⚙️ Basic commands |
| Price |
FREE |
19.99€ |
Free |
Paid |
Paid |
---
✅ **OreoEssentials 1.6** now includes:
- **SmartInvs-powered Alias Editor GUI**
- **Advanced Checks & Logic System**
- **CustomCraftings recipe editor**
- **Fully synced PlayerVaults**
- **PlaceholderAPI logic & dynamic permissions**
- **Async Mongo + Redis + RabbitMQ backbone**
⚡ *The only Essentials plugin built for 2025 servers.*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Why OreoEssentials?
✅ Completely Free • ✅ Fully Cross-Server • ✅ Replaces CMI/EssentialsX/ZEssentials • ✅ Built for networks • ✅ Backed by Oreo Studios
Links
• Wiki:
https://docs.oreo-studio.shop/oreoessentials
• Discord Support:
https://discord.gg/A6wCGJD2Ez
• Support the project: (donation/sponsor link)
Developed by Oreo Studios • ☁️ MongoDB, Redis, RabbitMQ • Vault, PlaceholderAPI, Smart Inventories, LuckPerms