Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bspfsystems/saferwater
- Owner: bspfsystems
- License: gpl-3.0
- Created: 2021-06-22T16:07:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T23:45:20.000Z (3 months ago)
- Last Synced: 2024-10-24T13:17:16.213Z (3 months ago)
- Topics: bukkit, java, minecraft, spigot, spigot-plugin
- Language: Java
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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._