Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.92 KB

README.old.md

File metadata and controls

29 lines (23 loc) · 1.92 KB

Elevator

Introduction

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.

Usage

/up <height>
  • <height> is the amount of blocks you want to ascend by.

Dependencies

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.

SeePlayerInventory related pages:

Planned Features

  • 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...)

Installing

  • 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 .jars into the /plugins directory of your Spigot 1.6.4 server.
  • Run reload or restart in the console, or stop and manually re-launch the server by yourself. The plugin will be loaded automatically.