Skip to content

Releases: Revxrsal/Lamp

3.3.2

29 Nov 11:33
Compare
Choose a tag to compare

Fix compatibility issues with Minecraft 1.20.6+

3.3.1

28 Nov 11:18
Compare
Choose a tag to compare

Minor fixes in Brigadier for 1.20.4

Lamp v4: Beta 19

20 Oct 11:15
Compare
Choose a tag to compare

Lamp v4: Beta 18

18 Oct 19:20
Compare
Choose a tag to compare

What's Changed

  • Fix wrong method name in BukkitLampConfig.Builder by @SkytAsul in #111
  • Fix registering multiple orphans at once by @SkytAsul in #115
  • Fix an issue with Velocity command registration

Full Changelog: 4.0.0-beta.17...4.0.0-beta.18

Lamp v4: Beta 17

03 Oct 09:12
Compare
Choose a tag to compare

This version drops the minimum Java version from 17 to 8, allowing for better compatibility with older platforms.

Lamp v4: Beta 16

03 Oct 07:27
Compare
Choose a tag to compare
  • Fixes to the implementation of ExecutableCommand#isChildOf, #isParentOf and #childrenCommands()
  • Add StringStream#peekString()

Full Changelog: 4.0.0-beta.15...4.0.0-beta.16

1.20.6+ support for Brigadier

03 Oct 07:50
Compare
Choose a tag to compare

This version adds Brigadier support to v3 on 1.20.6+ (Paper only)

Lamp v4: Beta 15

01 Oct 11:07
Compare
Choose a tag to compare
  • Add StringStream#peekString()
  • Rename CommandList#asPage() to CommandList#paginate()
  • Document some classes

Full Changelog: 4.0.0-beta.14...4.0.0-beta.15

Lamp v4: Beta 14

23 Sep 17:45
Compare
Choose a tag to compare
  • Prevent duplicate suggestions
  • Send player suggestions if Brigadier is disabled
  • Bug fixes in auto-completion

Full Changelog: 4.0.0-beta.13...4.0.0-beta.14

Lamp v4: Beta 13

22 Sep 11:17
Compare
Choose a tag to compare
  • Fix greedy strings on Minestom
  • Fix autocompletion not working when there are multiple successive spaces
  • Respect quotes in greedy strings
  • Ignore extra whitespace in executing commands

Full Changelog: 4.0.0-beta.12...4.0.0-beta.13