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
- Host: GitHub
- URL: https://github.com/eat-sleep-code/minecraft.plugins.ladderbuilder
- Owner: eat-sleep-code
- Created: 2025-02-04T05:42:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T05:43:24.000Z (over 1 year ago)
- Last Synced: 2025-02-05T06:27:36.310Z (over 1 year ago)
- Language: Java
- Size: 3.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`