Skip to content

tbvns/KelpModLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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