Skip to content

Releases: Pecacheu/Elevators-v2

Elevators v3.4.3 for Paper 1.21.3

17 Feb 08:37
Compare
Choose a tag to compare

Full Changelog: Release-3.4.2...Release-3.4.3

  • Fix bug where selecting floor for first time after elevator creation may throw NullPointerException
  • Store elev id inside Elevator class to ensure deletion works correctly
  • Commands ignoring case could cause issues with autocomplete

Elevators v3.4.2 for Paper 1.21.3

07 Feb 03:45
Compare
Choose a tag to compare

Full Changelog: Release-3.4.1...Release-3.4.2

  • Fix bug where elevators are reported as being 1 block smaller than they are in /elev list
  • Fix bug in recent game versions where Call signs don't trigger redstone update with levers (Appears to be caused by a bug in PaperMC, using a workaround)
  • Fix legacy color selector being used interchangeably with ampersand
  • Fix bug where changing floors may not work when custom floor name has a different color

Elevators v3.4.1 for Paper 1.21.3

02 Feb 01:01
Compare
Choose a tag to compare

Full Changelog: Release-3.4.0...Release-3.4.1

Bugfix update for a possible error on startup

Elevators v3.4.0 for Paper 1.21.3

23 Dec 04:56
Compare
Choose a tag to compare

Full Changelog: Release-3.3.4...Release-3.4.0

This should fix all the outstanding issues with legacy code and deprecated methods.

If you're still having problems, please make sure you:

  • Delete your Elevators config file and let a new one generate (you may be able to transfer the elevator list from the old one)
  • Are using Java 21 and the latest build of Paper
  • Don't have any weird legacy plugins causing issues/conflicts with Elevators

Elevators v3.3.4 for Paper 1.18.1

19 Mar 20:08
Compare
Choose a tag to compare

Full Changelog: Release-3.3.3...Release-3.3.4

New features:

  • You can now rename a level without deleting it by creating a new sign on that floor and naming it something different, it will update that name on ALL elevator signs on that floor!
  • Added /elev list command to list all elevators and their locations.
  • Added /elev reset command to reset last-used elevator to known-good state.

NOTE: Some config options have changed in this version.

  • Added msgNotFound, msgPerm, and msgPermEnd config settings.

Elevators v3.3.3 for Paper 1.18.1

17 Mar 19:56
Compare
Choose a tag to compare

Full Changelog: Release-3.3.2...Release-3.3.3

Just drop the JAR in your plugins folder and you're good to go. Be mindful of any config file changes.

Elevators v3.3.2 for Paper 1.18.1

16 Mar 21:00
Compare
Choose a tag to compare

More bug fixes, thanks to @Mineshafter61 and @WolvHaven for contributions!

Just drop the JAR in your plugins folder and you're good to go. Be mindful of any config file changes.

Elevators v3.3.1 for Paper 1.18.1

16 Mar 20:24
Compare
Choose a tag to compare

Drop it into the plugins directory and you're good to go!

Note: Some config options have changed, you may have to update them manually!

  • Removed saveInterval option, plugin now saves automatically when needed.