A bukkit plugin that drains all the water in a small lake.
To build the sofware you require:
- Apache Maven installed on the computer
- JAVA JDK (?)
- A bukkit server (version >= 1.21)
Clone the repository with
git clone https://github.com/carlfranz/draincraft.gitThen enter the download folder and run maven package command
cd draincraft/
mvn packageOnce finished copy the jar target/DrainCraft-0.0.1-SNAPSHOT.jar to the plugin/ folder of your bukkit server.
When in game open the console and type:
/draincraft <blocks>
Where blocks is the maximum radius (?).
or
/draincraft linear
To remove only one layer of water.
Warning! don't try to drain huge quantities of water or the server will crash. Some server admin will close your account and delete your saves.