AuryxCore
作者:rebot | 分类:模组
Minecraft 版本: 1.8.9 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.10 1.10.1 1.10.2 1.11 1.11.1 1.11.2 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
平台: bukkit folia paper purpur spigot velocity
标签: economy management utility
? AuryxCore - Modern EssentialsX Alternative
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.
✨ Key Features
? Teleportation System
- Homes - Set multiple homes with configurable limits
- Spawn - Server spawn management with safety checks
- Back - Return to previous location after teleportation
- Safe Teleportation - Automatic safe location detection
? Economy System
- Built-in Economy - No external plugins required
- VaultUnlocked Integration - Full compatibility with Vault ecosystem
- Balance Management -
/balance,/pay,/baltopcommands - Admin Tools -
/ecocommand for server management
? Player Utilities
- Fly Mode -
/flycommand with permission checks - God Mode -
/godfor invincibility - Heal & Feed - Instant health and hunger restoration
- Vanish -
/vanishfor staff invisibility
⚙️ Advanced Features
- Multi-Language Support - English & Russian built-in
- Cross-Version Compatibility - Works on 1.8.8 to 1.21.10
- Folia Support - Full compatibility with Folia's threading model
- Performance Optimized - Asynchronous operations where possible
- PlaceholderAPI Integration - Full placeholder support
? Commands Overview
| 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 |
? Installation
- Download the latest version from Modrinth
- Place the JAR file in your
plugins/folder - Restart your server
- Configure settings in
plugins/AuryxCore/config.yml
? Requirements
- Java 21+ (recommended)
- Paper 1.8.8+ or compatible server
- VaultUnlocked (optional, for economy integration)
? Supported Platforms
| 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 |
? Performance & Compatibility
- ⚡ Async Operations - Non-blocking database operations
- ? Folia Ready - Full support for Folia's threading model
- ? Efficient Caching - Smart data caching for performance
- ? Hot Reload - Configuration reload without restart
- ? Cross-Version - Single JAR works on 1.8.8-1.21.10
? Integration & API
Built-in Integrations
- VaultUnlocked - Economy and permissions
- PlaceholderAPI - Custom placeholders
- LuckPerms - Permission group integration
Developer API
// 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");
请登录后举报
暂无评论,抢个沙发吧~