A 1.6.4 Spigot plugin that allows you to ascend a certain amount of blocks.
It teleports you up the amount of blocks you specify and places a glass block under you in case you're in survival mode or just haven't enabled fly in creative.
/up <height>
<height>
is the amount of blocks you want to ascend by.
Elevator requires SeePlayerInventory for permissions. Mainly due to quick coding on my part - so I just stole the permissions from there. SeePlayerInventory is in the root directory of this repo. and it'll be included in all future releases for download.
- Confirmation message when you ascend.
- Custom permissions. (As in SeePlayerInventory is no longer needed. The plugin will be able to use it's own permissions. All I've gotta do is find out how on Earth to do that...)
- Download the latest release of Elevator from the releases tab along with SeePlayerInventory (Either from Spigot or the latest release page)
- Once downloaded, put the two
.jar
s into the/plugins
directory of your Spigot 1.6.4 server. - Run
reload
orrestart
in the console, orstop
and manually re-launch the server by yourself. The plugin will be loaded automatically.