Releases: Revxrsal/Lamp
Releases · Revxrsal/Lamp
Lamp v4: Beta 6
Lamp v4: Beta 5
Iteration 5 for Lamp v4 (beta).
papermodule is no longer required for Minecraft 1.20.6+- New Help API
- Added more options for construction of classes inside annotations, such as
@BType,@SuggestWithand@ParseWith. - Added
Lamp#unregisterAll()andLamp#unregisterIf(Predicate) - Fix Brigadier on Bukkit 1.19.3 and 1.19.4
- Fix unregistraton on Bukkit (still needs work)
Lamp v4: Beta 4
4.0.0-beta.4 bump version
Lamp v4: Beta 3
Iteration 3 for Lamp v4 (beta).
Lamp v4: Beta 2
#2 beta candidate for Lamp v4.
Lamp v4: Beta 1
The first beta candidate for Lamp v4.
Lamp v3.2.1
- 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
@LiteralEnumannotation andBukkitBrigadier#showEnumsAsNativeLiteralsto 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 forComponentLike
Lamp v3.2.0
- Use native player completions for OfflinePlayer (#87)
Lamp v3.1.9
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
- Fixed a bug in commands that contain
:. OfflinePlayerwill automatically get the online players for completions
Full Changelog: 3.1.7...3.1.8