Modern EssentialsX alternative with teleportation, economy, player utilities, and cross-platform support. Built for Paper, Folia, Velocity with VaultUnlocked integration.
AuryxCore is a modern, high-performance alternative to EssentialsX, designed specifically for Paper, Folia, and other modern Minecraft server platforms. Built with cross-version compatibility and performance in mind.
/balance, /pay, /baltop commands/eco command for server management/fly command with permission checks/god for invincibility/vanish for staff invisibility| Command | Description | Permission |
|---|---|---|
/auryxcore |
Main plugin command | auryxcore.admin |
/spawn |
Teleport to spawn | auryxcore.spawn |
/setspawn |
Set server spawn | auryxcore.setspawn |
/home [name] |
Teleport to home | auryxcore.home |
/sethome [name] |
Set a home | auryxcore.sethome |
/delhome <name> |
Delete a home | auryxcore.delhome |
/homes |
List your homes | auryxcore.homes |
/back |
Return to previous location | auryxcore.back |
/balance [player] |
Check balance | auryxcore.balance |
/pay <player> <amount> |
Send money | auryxcore.pay |
/baltop |
Top balances | auryxcore.baltop |
/fly [player] |
Toggle fly mode | auryxcore.fly |
/god [player] |
Toggle god mode | auryxcore.god |
/heal [player] |
Heal player | auryxcore.heal |
/feed [player] |
Feed player | auryxcore.feed |
/vanish [player] |
Toggle vanish | auryxcore.vanish |
plugins/ folderplugins/AuryxCore/config.yml| Platform | Status | Notes |
|---|---|---|
| Paper | ✅ Full Support | Recommended platform |
| Folia | ✅ Full Support | Threading-aware implementation |
| Spigot | ✅ Compatible | Limited async features |
| Bukkit | ✅ Compatible | Basic functionality |
| Purpur | ✅ Full Support | Enhanced features available |
| Velocity | ✅ Full Support | Cross-server features available |
| BungeeCord | 🔄 Planned | Cross-server features planned |
// Get AuryxCore API
AuryxCoreAPI api = AuryxCore.getAPI();
// Economy operations
double balance = api.getBalance(playerUUID);
api.depositMoney(playerUUID, 100.0);
// Player data
String language = api.getLanguage(playerUUID);
Location home = api.getHome(playerUUID, "home");