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.
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
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’ve been running an Eaglercraft server (1