Elevators icon

Elevators -----

A lightweight and simple means of vertical transportation



A couple back-end changes and tidying up
This version of Elevators fixes a few previously mentioned bugs, such as a problem with pistons being able to break elevators found by Aust1n46, as well as an issue with Elevators not dropping correctly in 1.14, discovered by La_Chritz.

There have also been a few back-end changes to the code to tidy things up for the sake of my own sanity and generalizing a few variables so that the free version does not contain default data for use only in premium. This can be seen by the locale section of the config file being moved under the key "locale."

On top of this, "actions" have replaced the "commands" section for elevators!
Actions are simply lists of text that define what should occur upon moving upwards or downwards. As of right now, there are only four actions:

message-player - Message the elevator user directly
message-all - Broadcast a message to all players
command-player - Make the player run a command
command-console - Run a command as console
These actions can be used in the config like so:

Code (YAML):
actions:
   up
:
   - 'message-player
: &bHi, &6 %player%&b, how are you?'
   - 'message-player
: &bMe? Well, I'm doing quite well myself'
   down
:
   - 'message-player
: < #0088FF>Thanks for riding :)'
   - 'command-console
: kill %player%'
The actions currently allow for placeholderAPI support + a few built in placeholders such as:

%player% - the players name
%floor% - the floor number of the destination elevator
%old_floor% - the floor number of the used elevator​

The messages for Elevators now also support hex in 1.16+ using the format seen above, or through the bukkit method (§x§0§0§8§8§f§f).

The config converter was also upgraded to be both nicer, and to support upgrading configs all the way from V1 up to the current (V4), so you should not have to worry about updating your config. Even the 'commands' section of the last versions config will be updated automatically to use actions.

Thank you all for supporting my plugin :) This plugin has been a lot of fun to work on, and, truth be told, the recent update of adding in metrics has been giving me great encouragement to continue updates such as these.

As usual, if you find any bug or any problem with this plugin, please do not hesitate to leave a comment in the discussion forum or directly PM me. I will work to fix the issue as soon as possible :)
----------, Aug 2, 2020
Resource Information
Author:
----------
Total Downloads: 29,040
First Release: Jan 3, 2017
Last Update: Jul 20, 2024
Category: ---------------
All-Time Rating:
54 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings