A Minecraft mods loader 100% server side. (Very early alpha)
Command | Syntaxe |
---|---|
No commands | This plugin currently doesn't have any commands |
See mod template here
- Mod loading
- Generate custom block/item
- Basic api to add block and item
- Working event (with
mods.getServer().getPluginManager().registerEvents()
fromorg.Bukkit.Server
)
- Working spigot event to KML event (Curent workaround : allow mods to acesse to
org.Bukkit.Server
) - Custom block model
- Custom item model
- Working GUI
- Working HUD
- Working inventory
- Working geyserMC compatibility