Skip to content

Releases: Revxrsal/Lamp

Lamp v4: Beta 6

11 Sep 21:02

Choose a tag to compare

Iteration 6 for Lamp v4 (beta).

  • Filter help commands by permission and secrecy

Documentation

Lamp v4: Beta 5

11 Sep 20:18

Choose a tag to compare

Iteration 5 for Lamp v4 (beta).

  • paper module is no longer required for Minecraft 1.20.6+
  • New Help API
  • Added more options for construction of classes inside annotations, such as @BType, @SuggestWith and @ParseWith.
  • Added Lamp#unregisterAll() and Lamp#unregisterIf(Predicate)
  • Fix Brigadier on Bukkit 1.19.3 and 1.19.4
  • Fix unregistraton on Bukkit (still needs work)

Documentation

Lamp v4: Beta 4

10 Sep 22:12

Choose a tag to compare

4.0.0-beta.4

bump version

Lamp v4: Beta 3

08 Sep 23:03

Choose a tag to compare

Iteration 3 for Lamp v4 (beta).

Documentation

Lamp v4: Beta 2

04 Sep 22:36

Choose a tag to compare

#2 beta candidate for Lamp v4.

Documentation

Lamp v4: Beta 1

04 Sep 14:11

Choose a tag to compare

Lamp v4: Beta 1 Pre-release
Pre-release

The first beta candidate for Lamp v4.

Documentation

Lamp v3.2.1

04 Apr 14:55

Choose a tag to compare

  • Add a no-arg constructor to SendMessageException and CommandErrorException, to allow users to signal command failing without sending a message. This is useful if users want to use their own way of sending error feedback to the user.
  • (Bukkit) Add @LiteralEnum annotation and BukkitBrigadier#showEnumsAsNativeLiterals to make enums appear as native parameters. This allows commands to have literals between parameters.
  • (Velocity) Add a sender resolver for Audience, and a response handler for ComponentLike

Lamp v3.2.0

21 Mar 19:35

Choose a tag to compare

  • Use native player completions for OfflinePlayer (#87)

Lamp v3.1.9

30 Jan 22:47

Choose a tag to compare

What's Changed

  • Add EntitySelector#containsExactly by @iiAhmedYT in #77
  • Fixed bugs in Brigadier Paper with empty commands or commands that contain \
  • Fixed a bug in Kotlin functions that contain no parameters
    Full Changelog: 3.1.8...3.1.9

Lamp v3.1.8

20 Nov 18:03

Choose a tag to compare

  • Fixed a bug in commands that contain :.
  • OfflinePlayer will automatically get the online players for completions

Full Changelog: 3.1.7...3.1.8