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

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


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

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# LadderBuilder Minecraft (Nukkit) Plugin

Build a lighted ladder shaft descending to the specified depth coordinate.

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

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

## Usage

- Create a stone-walled, lighted ladder shaft to a depth of Y=20:

`/ladder 20`

## Known Issues

- Gravel, sand, or water found within the build area can potentially overwhelm the creation of the ladder shaft. This would result in some debris that needs to be cleaned up.

## Building Project

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