An open API service indexing awesome lists of open source software.

https://github.com/eat-sleep-code/minecraft.plugins.stairbuilder


https://github.com/eat-sleep-code/minecraft.plugins.stairbuilder

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# StairBuilder Minecraft (Nukkit) Plugin

Build a lighted staircase descending to the specified depth coordinate.

## Prerequisites
- [Nukkit Minecraft Server](https://github.com/PetteriM1/NukkitPetteriM1Edition/releases)

## Installation
- Place the `StairBuilder.jar` file in the `/plugins/` folder.

## Usage

Ensure the area at least two blocks directly above the stairs is cleared of any blocks. We do not do this automatically to avoid needlessly damaging any structures you may have already created.

- Create a stone-walled stairway to a depth of Y=20:

`/stairs 20`

## Known Issues

- When gravel or water is found within the stair area it can sometimes overwhelm the creation of the staircase. This will result in some debris that needs to be cleaned up.

## Building Project

Run `mvn clean package`. The output will be saved to `/target/StairBuilder.jar`