- Compatible API Versions
- 1.0.11
- Contributors
- eat-sleep-code
Build a lighted tunnel with configurable length and direction. Choose from a standard stone tunnel, a parallel powered rail tunnel, or a farm tunnel.
Prerequisites
Installation
Prerequisites
Installation
- Place the
TunnelBuilder.jar
file in the<Nukkit Installation Folder>/plugins/
folder.
- Create a 3 x 3 lighted tunnel that is 20 blocks long:
/tunnel 20
- Create a 3 x 7 lighted farm tunnel – with two canals, four rows of crops, and periodically placed chests – that is 10 blocks long:
/tunnel 10 farm
- Create a 3 x 7 lighted rail tunnel – with two rails – that is 100 blocks long:
/tunnel 100 rail
- By default, the tunnels will be built starting from your character's position, in the direction the character is facing. You may override this by specifying the direction (north, south, east, or west) and/or X and Y coordinates:
/tunnel <length> [type] [direction] [x] [y] [z]
- When gravel, sand, or water is directly above the tunneling area it can sometimes overwhelm the creation of the tunnel. This will result in some debris that needs to be cleaned up.