By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
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.
prefix: "§6[§fElevatorBlock§6]"
# Elevator block name
block: "diamond_block"
# Enable or disable the distance system (true|false)
distance: true
# Maximum distance between 2 elevators
max_distance: 5
no_elevator_found: "{prefix} §cNo elevator was found"
distance_too_hight: "{prefix} §cAn elevator has been found, but it's too far"
# permission to use elevator
permission: true
#if you would use distance by a rank and if permission is true
#dist:
# permission1:
# if distance = true
# max_distance: 4
# permission2:
# if distance = true
# max_distance: 4
dist:
player_6_block:
max_distance: 5
player_7_block:
max_distance: 7
You can leave one review per plugin release, and delete or update your review at any time