https://github.com/eat-sleep-code/minecraft.plugins.mazebuilder
https://github.com/eat-sleep-code/minecraft.plugins.mazebuilder
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eat-sleep-code/minecraft.plugins.mazebuilder
- Owner: eat-sleep-code
- Created: 2025-02-14T22:29:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-15T01:59:13.000Z (over 1 year ago)
- Last Synced: 2025-02-15T02:30:59.453Z (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
# MazeBuilder Minecraft (Nukkit) Plugin
Build a lighted, randomly-generated maze. Players successfully completing the maze will receive a prize. After the maze has been successfully completed, a new maze is generated. When a player enters the maze, they must successfully complete it to exit the maze.
## Prerequisites
- [Nukkit Minecraft Server](https://github.com/PetteriM1/NukkitPetteriM1Edition/releases)
## Installation
- Place the `MazeBuilder.jar` file in the `/plugins/` folder.
## Usage
- Create a stone-walled, maze that is ~50 blocks wide by ~100 blocks long. Reward successful completion with a random prize.
`/maze stone 50 100 random`
## Known Issues
- Gravel, sand, or water found within the build area can potentially overwhelm the creation of the maze. 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/MazeBuilder.jar`