Skip to content

Releases: Revxrsal/Lamp

Fix enum resolvers

27 Feb 19:57
Compare
Choose a tag to compare

Fix an issue in the default enum resolver

Unregistering and some improvements

19 Feb 12:50
Compare
Choose a tag to compare

Catch ArgumentParseException being thrown in auto completions

17 Feb 09:14
Compare
Choose a tag to compare

Fix permissions on default methods

16 Feb 18:44
Compare
Choose a tag to compare

Fix exception adapters

14 Feb 12:50
Compare
Choose a tag to compare

Exception handlers update

13 Feb 17:52
4a0f6bc
Compare
Choose a tag to compare

Exception handlers have been refactored to use reflections as a cleaner and easier approach.

Parameter permissions

13 Feb 12:18
Compare
Choose a tag to compare

Prevent unauthorized access to categories

11 Feb 21:07
Compare
Choose a tag to compare

Command category permissions, Brigadier permission checks

11 Feb 17:42
Compare
Choose a tag to compare

Orphan command API, prefixes, bug fixes and general improvements

06 Feb 12:13
Compare
Choose a tag to compare
  • Added the new OrphanCommand API, which allows resolving paths for commands at runtime
  • Added CommandHandler.setMessagePrefix() for setting prefixes for messages
  • Fixed newly registered resolvers and suggestion factories not taking precedence over default ones
  • Added SuggestionProvider.of(Supplier<Collection>)
  • Added a default suggestion factory for enums
  • Prevent unauthorized commands from appearing in suggestions

Bukkit:

  • Allow CommandActor.getUniqueId() for console and command blocks
  • Removed PlayerSelector in favor of the more versatile EntitySelector
  • Updated commodore to support Minecraft 1.18