Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 922 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 922 Bytes

KML logo

KelpModLoader

A Minecraft mods loader 100% server side. (Very early alpha)

How to use:

User:

Command Syntaxe
No commands This plugin currently doesn't have any commands

Devloper:

See mod template here

What it does curently:

  • Mod loading
  • Generate custom block/item
  • Basic api to add block and item
  • Working event (with mods.getServer().getPluginManager().registerEvents() from org.Bukkit.Server)

Todo:

  • 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