Modify the speed of elevators per player

Supported Games
GameServerKingsGameServerKings

Features

You will be able to change or check the speed of your own elevators.

Override Behaviors

This plugin will override the default behavior of owned elevators upon placement. The plugin will check to see who owns the first elevator placed (ground level). All subsequent elevators placed on top of the original one will inherit the ownership of the original one. This is to prevent a mix and match ownership of a single elevator stack.

Caveats

  • You can run the /liftspeed of an elevator mid-flight, however the speed change won't take effect until the elevator has come to a complete stop.
  • Players need to stand near or in the elevator to set and check the speed.
  • If you place an elevator with UberTool plugin, the override behaviors will not take effect and you will own the last placed elevator.

Permissions

  • elevatorspeed.use - Allows players to use /liftspeed and /liftcheck on their own elevators
  • elevatorspeed.admin - Allows players to use /liftspeed and /liftcheck on ANY elevators

Chat Commands

  • /liftspeed or /ls <number> - Adjust the speed of your elevator
  • /liftcheck or /lc - Check the speed of your elevator

Configuration

Adjust the maxium speed setting for your players. The default speed of any elevator is 1.5

Default Configuration

{
  "Maximum Speed": 10
}

Localization

{
  "NoElevators": "<color=#ffc34d>Elevator Speed: </color> No owned elevators found. Please stand near by your elevator.",
  "NotOwner": "<color=#ffc34d>Elevator Speed: </color> You do not own this elevator.",
  "SpeedUpdate": "<color=#ffc34d>Elevator Speed: </color>Updating elevator speed to <color=#b0fa66>{0}</color>.",
  "SpeedCheck": "<color=#ffc34d>Elevator Speed: </color>This elevator speed is set to <color=#b0fa66>{0}</color>.",
  "NoPerm": "<color=#ffc34d>Elevator Speed</color>: You do not have permissions to use this.",
  "SpeedInvalid": "<color=#ffc34d>Elevator Speed</color>: Please choose a speed between <color=#b0fa66>1</color> and <color=#b0fa66>{0}</color>. Default speed is <color=#b0fa66>1</color>."
}

Support

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.