Releases: kikelkik/LiftReloaded
Removed unnecessary logging
In this release, unnecessary logging was removed.
Thanks to CloudeLecaw for reporting it.
MC 1.21.10 for Spigot and Paper
This version was compiled with the API for Minecraft 1.21.10
From now on, this plugin has two distributions:
- lift-reloaded-paper: recommended to use with a paper server
- lift-reloaded-spigot: compatible with a spigot server
2.5.1-spigot1.21.3
This version supports Spigot/Paper 1.21.3. Thanks to #35 for reporting the issue.
For 1.21.4 support, you should keep using the previous version 2.5.1!
Full Changelog: lift-reloaded-2.5.1...lift-reloaded-2.5.1-spigot1.21.3
MC 1.21.4
Compiled with Spigot API 1.21.4
Note that you need at least NoteBlockAPI 1.6.3 if you want to use the music feature: https://www.spigotmc.org/resources/noteblockapi.19287/
Future releases are now published on Modrinth!
Full Changelog: lift-reloaded-2.5.0...lift-reloaded-2.5.1
Changed configuration
With this update, the configuration of baseBlocks has changed in a structural fashion. This allows to remove base blocks from the default config. (see #26)
Old:
baseBlocks:
IRON_BLOCK:
speed: 0.5
NOTE_BLOCK:
speed: 0.2
music: true
New:
baseBlocks:
- type: IRON_BLOCK
speed: 0.5
- type: NOTE_BLOCK
speed: 0.2
music: true
More changes:
- fix teleporting to lift destination coordinates when changing worlds while lift is active (#29)
- changed default maxHeight to 319
- Update NoteBlockAPI to 1.6.2
MC 1.20+
MC 1.19+
Alternative floor name setup
- Floor names can now also be written on the second line of the upper sign (above the button). The lower sign underneath the button is no longer required in order to have a floor name. But if you want to have different floor names on the same floor for different buttons (sounds a bit silly), you have to stick to the classical variant. This relates to #12
Thanks to @Ceddix
MC 1.18.1
Removed redstone feature (last MC-1.17.1 version)
- This is the last version compiled for MC-1.17.1 (1.18+ versions could work well on lower server versions, but isn't guaranteed)
- Removed the redstone feature due to TPS savings. (see #10)
- Minor config fixes and extended logging