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
- Host: GitHub
- URL: https://github.com/eat-sleep-code/minecraft.plugins.stairbuilder
- Owner: eat-sleep-code
- Created: 2025-01-26T19:25:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-02T05:34:21.000Z (over 1 year ago)
- Last Synced: 2025-02-02T06:23:59.770Z (over 1 year ago)
- Language: Java
- Size: 3.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`