Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bspfsystems/saferwater

A plugin for Minecraft Bukkit servers that makes the underwater world a bit safer.
https://github.com/bspfsystems/saferwater

bukkit java minecraft spigot spigot-plugin

Last synced: 3 months ago
JSON representation

A plugin for Minecraft Bukkit servers that makes the underwater world a bit safer.

Awesome Lists containing this project

README

        

# SaferWater

A plugin for Minecraft Bukkit servers that makes the underwater world a bit safer.

## Obtaining SaferWater

You can obtain a copy of SaferWater via the following methods:
- Download a pre-built copy from the [Releases page](https://github.com/bspfsystems/SaferWater/releases/latest/). The latest version is release 1.0.6.
- Build from source (see below).

### Build from Source

SaferWater uses [Apache Maven](https://maven.apache.org/) to build and handle dependencies.

#### Requirements

- Java Development Kit (JDK) 21 or higher
- Git
- Apache Maven

#### Compile / Build

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.

## Usage

Please see [USAGE.md](USAGE.md) for more information on installation and in-game usage.

## Contributing, Support, and Issues

Please check out [CONTRIBUTING.md](CONTRIBUTING.md) for more information.

## Licensing

The project uses the following licenses:
- [The GNU General Public License, Version 3](https://www.gnu.org/licenses/gpl-3.0.en.html)

### Contributions & Licensing

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._