A plugin for Minecraft Bukkit servers that makes the underwater world a bit safer.
You can obtain a copy of SaferWater via the following methods:
- Download a pre-built copy from the Releases page. The latest version is release 1.0.6.
- Build from source (see below).
SaferWater uses Apache Maven to build and handle dependencies.
- Java Development Kit (JDK) 21 or higher
- Git
- Apache Maven
Run the following commands to build the plugin:
git clone https://github.com/bspfsystems/SaferWater.git
cd SaferWater/
mvn clean install
The .jar
file will be located in the target/
folder.
Please see USAGE.md for more information on installation and in-game usage.
Please check out CONTRIBUTING.md for more information.
The project uses the following licenses:
Contributions to the project will remain licensed under the GPLv3 license, as defined by this particular license. Copyright/ownership of the contributions shall be governed by the license. The use of an open source license in the hopes that contributions to the project will have better clarity on legal rights of those contributions.
Please Note: This is not legal advice. If you are unsure on what your rights are, please consult a lawyer.