Skip to content

Releases: Revxrsal/Lamp

Minor fix in player selectors

25 Jan 09:43

Choose a tag to compare

2.3

Merge remote-tracking branch 'origin/master'

Hide secret commands from auto-completions

23 Jan 11:32

Choose a tag to compare

Help menu improvements, secret commands

23 Jan 11:24

Choose a tag to compare

2.1

Expose command handler in CommandCategory

Support SuggestionProviderFactory, provide extra support for entity selectors

05 Dec 20:04

Choose a tag to compare

1.9

Deprecate PlayerSelector, return empty suggestion providers when not …

Fix default methods

18 Oct 17:29

Choose a tag to compare

  • Rewrote the command searching logic to be far more accurate
  • Fixed Default methods not working correctly

Minor fixes on Brigadier support

14 Oct 16:47

Choose a tag to compare

  • Fixed Brigadier namespaces not working correctly
  • Fixed switches and flags in Brigadier
  • Handle MalformedEntitySelectorException

Brigadier for Bukkit, bug fixes

13 Oct 19:02

Choose a tag to compare

  • Add initial support for Brigadier on Bukkit through BukkitCommandHandler#registerBrigadier
  • Fix CompletionStages that throw exceptions not being handled
  • Add @Range annotation with NumberNotInRangeException
  • Added EntitySelectors in Bukkit for targeting complex selector syntax (such as @e[name=Foo])

Brigadier for Bukkit, bug fixes

13 Oct 18:30

Choose a tag to compare

  • Add initial support for Brigadier on Bukkit through BukkitCommandHandler#registerBrigadier
  • Fix CompletionStages that throw exceptions not being handled
  • Add @Range annotation with NumberNotInRangeException
  • Added EntitySelectors in Bukkit for targeting complex selector syntax (such as @e[name=Foo])

Support for inheritance

10 Oct 10:58

Choose a tag to compare

  • Support inherited subcommand methods
  • Fix InvalidCommandException being thrown with incorrect arguments

Auto completer fixes, utility methods on ValueResolverContext

08 Oct 21:21
3a8bbf9

Choose a tag to compare

  • Minor fixes on the auto-completer
  • Added utility methods: popInt(), popDouble(), popLong(), and popFloat() to ValueResolverCondext