Eaglercraft Server Plugin May 2026
I’ve been running an Eaglercraft server (1.8.8 protocol) for a few weeks now, and while the base setup works great, I wanted to add proper plugin functionality – things like ranks, custom commands, minigame arenas, and anti-cheat.
Thanks!
Has anyone built or found a proper Eaglercraft plugin API or mod? I’d love to avoid reinventing the wheel. Even a simple script that modifies the server’s internal command map would help. eaglercraft server plugin
[Request/Release] Eaglercraft server plugin – add custom commands, anti-cheat, and game modes I’ve been running an Eaglercraft server (1
Since Eaglercraft uses a modified BungeeCord backend (or the standalone EaglercraftServer.jar ), normal Bukkit/Spigot plugins won't work. Here’s what I’ve found so far: I’d love to avoid reinventing the wheel
If there’s interest, I can open-source what I have so far. Let me know what features you’d want most.
Hey everyone,