NexoraSMP
One JAR. Combat, kits, custom items, bosses, anti-cheat, web dashboard.
Built by SMP server owners. Tested daily on our own server.
Website · Docs · Discord · Public metrics
One JAR. Combat, kits, custom items, bosses, anti-cheat, web dashboard.
Built by SMP server owners. Tested daily on our own server.
Website · Docs · Discord · Public metrics
14 MODULES | 1 JAR FILE | 5 min SETUP TIME | 0 REQUIRED DEPS |
Why NexoraSMP?
Replaces your whole stack
Plugin you currently run | Replaced by |
|---|---|
| EssentialsX - homes, warps, /tpa, /spawn, /back, /afk, kits | ✓ |
| LiteBans / AdvancedBan - warns, mutes, kicks, bans, history | ✓ |
| ClearLag - entity cleanup, lag spike detector | ✓ |
| ChatControl Pro - anti-spam, anti-caps, link filter | ✓ |
| NoCheatPlus baseline - anti-XRay packet level, anti-crash | ✓ |
| Most staff tools - vanish, freeze, invsee, /tp, notes, staff chat | ✓ |
- Web dashboard
10 live pages, in-browser YAML editor, 2FA via TOTP, brute-force protection, login alerts, session list, audit log export. - Custom item SDK
Declarative triggers, effects, conditions, targets. Addon devs can build a full custom weapon in twenty lines of Java. - Custom bosses
Multi-phase attacks, configurable loot, automatic boss bar. - Anti-exploit
Anti-crash, packet-level anti-XRay, anti-spam, anti-click, anti-health-inspector. - Folia native
Detected at runtime. Same JAR works on Paper, Purpur, and Folia. No separate build. - 14 modules total
Every one independently toggleable from config. Disable what you don't want, the rest keeps working.
Custom item SDK
A full custom weapon, twenty lines of Java:
Nexora.api().customItems().rich("voidblade")
.material(Material.NETHERITE_SWORD)
.soulbound(true)
.action(TriggerType.ON_ATTACK)
.effect(Effects.damage(8.0))
.effect(Effects.particle(Particle.SCULK_SOUL, 20))
.add()
.action(TriggerType.ON_RIGHT_CLICK)
.when(Conditions.sneaking())
.target(Targets.lookDirection(15))
.effect(Effects.dash(2.0, true))
.cooldown(5000)
.add()
.register();
| Server | Paper, Folia (1.21.x, tested through 1.21.11) |
|---|---|
| Java | 21+ |
| Database | SQLite (default, no setup) · MySQL · MariaDB |
| Optional integrations | LuckPerms · PlaceholderAPI · Vault (auto-detected) |
| JAR size | ~3.5 MB (shaded, ProGuard-obfuscated) |
| Cold start | < 2 seconds |
| Memory | ~20 MB idle, ~80 MB active |
Setup in 60 seconds
- Drop the JAR into your plugins/ folder
- Start the server
- Open http://your-ip:8765 and paste the login token printed to console
That's it. No required dependencies. No companion service.
Migrating from EssentialsX or CMI?
Migrating from EssentialsX or CMI?
