10000 GitHub - henkelmax/admiral at 1.21.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

henkelmax/admiral

 
 

Repository files navigation

⚠️ Warning This project is still in early development and might contain bugs. Please report any issues you find.

Admiral

An open-source annotation based command handling library for Brigadier.

This project contains four different modules:

  • admiral-core The core module containing the annotation processor and all built-in argument types from Brigadier.
  • admiral-minecraft A module containing all Minecraft-specific argument types, compiled with official Minecraft mappings.
  • admiral-fabric A module containing everything from the core and minecraft modules, compiled with Fabric intermediary mappings.
  • admiral-neoforge A module containing everything from the core and minecraft modules, compiled with official mappings for NeoForge.
  • admiral-forge A module containing everything from the core and minecraft modules, compiled with SRG mappings.

Links

Supported versions