**Description** Plugin API will give the ability to developers who want to extend the gameability on their servers. **Should** - [ ] Identify the .jar on the plugins folder - [ ] Identify the **@Plugin** annotation on the class inheriting **ElytraPlugin** - [ ] Load the plugin via a startup order (bootstrap, load, enable, disable)
Description
Plugin API will give the ability to developers who want to extend the gameability on their servers.
Should