A simple PocketMine-MP plugin that allows to create elevators on your server.
You just have to setup an id in the config.yml. Place 2 blocks aligned, jump to go up and sneak to go down.
# _ ____ __ __
# / \ / ___| | \/ |
# / _ \ | | | |\/| |
# / ___ \ | |___ | | | |
# /_/ \_\ \____| |_| |_|
# The creator of this plugin was fernanACM.
# https://github.com/fernanACM
prefix: "§6[§fElevatorBlock§6]"
# Elevator block name
block: "diamond block"
# EXAMPLE: If you are using the bone block, set to false to allow all rotations [Put anyway :0 on "block"]
use_meta: true
# Enable or disable the distance system (true|false)
distance: true
# Maximum distance between 2 elevators
max_distance: 5
# ==(CONFIGURATION)==
Settings:
# ==(WORLD MANAGER)==
# add to "whitelist" or "blacklist" modes
WorldManager:
# Valid modes:
# - whitelist
# - blacklist
# - false
mode: whitelist
# Add the names of worlds that are in the whitelist
worlds-whitelist:
- "world"
- "world-2"
- "ACM"
# Add the names of worlds that are in the blacklist
worlds-blacklist:
- "MinePvP"
- "ZonePvP"
no_elevator_found: "{prefix} §cNo elevator was found"
distance_too_hight: "{prefix} §cAn elevator has been found, but it's too far"