Eaglercraft Plugins Site

| Feature | Bukkit Plugin | Eaglercraft Server Plugin | Eaglercraft Client "Plugin" | |---------|---------------|----------------------------|-------------------------------| | Dynamic loading | Yes (on start/reload) | Yes (via require) | No | | Access to game logic | Full (NMS) | Limited (relay events only) | None (static patching) | | Security sandbox | JVM security manager | Node.js vm2 | Browser native | | Persistence across updates | High | Medium (relay API changes) | None (requires repatch) |

: A highly recommended security feature that prevents unauthorized users from gaining /op (administrator) status by using variations of an admin's username (e.g., changing capitalization). eaglercraft plugins

One area where Eaglercraft actually innovates is in client-side mods distributed as part of the web package. | Feature | Bukkit Plugin | Eaglercraft Server