Skip to content

Lamp 3.0.5

Compare
Choose a tag to compare
@Revxrsal Revxrsal released this 08 Jun 19:51
  • minor "no-subcommand-specified" translation fix by @alisson0022 in #22
  • Lamp is now truly 100% dependency-less
  • bukkit's module no longer depends on commodore and instead embeds a stripped-down version of it (to change certain behaviour in it as well)
  • bukkit's module also no longer depends on the brigadier module for Brigadier support
  • Introduced new Brigadier API for Bukkit, allowing to register custom argument types for parameters
  • Fixed Brigadier's usage not displaying
  • Player arguments on 1.13.2+ will now be auto-completed by vanilla, allowing selectors to be used on them directly
  • ArgumentStack can be used as a parameter type to access the command input
  • Added SelfHandlingException interface for exceptions that wish to immediately handle themselves
  • General code cleanups