Skip to content

Releases: kikelkik/LiftReloaded

Removed unnecessary logging

13 Oct 19:35
b8521ab

Choose a tag to compare

In this release, unnecessary logging was removed.
Thanks to CloudeLecaw for reporting it.

MC 1.21.10 for Spigot and Paper

12 Oct 12:02
f3b4bd6

Choose a tag to compare

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

15 Feb 22:42
d3a219e

Choose a tag to compare

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

13 Feb 12:59

Choose a tag to compare

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

24 Apr 20:44

Choose a tag to compare

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+

16 Jun 10:01

Choose a tag to compare

This release is compiled for MC 1.20+.
Note that the scrollable floor selection (right click on sign, select floor with mouse wheel) does not work properly in this version.
All other features should work as expected.

MC 1.19+

29 Jan 17:32

Choose a tag to compare

This release is compiled for MC 1.19+. No other changes.

Alternative floor name setup

03 Mar 16:36

Choose a tag to compare

  • 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

05 Feb 11:48

Choose a tag to compare

This release is compiled for MC 1.18.1. No other changes.

Removed redstone feature (last MC-1.17.1 version)

05 Feb 11:41

Choose a tag to compare

  • 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