Files
BansystemAPI/README.md
T
2026-08-09 17:34:30 +02:00

36 lines
875 B
Markdown

# BansystemAPI
[![Build](https://git.softwarerat.com/zlaura/BansystemAPI/actions/workflows/build.yml/badge.svg)](https://git.softwarerat.com/zlaura/BansystemAPI/actions)
A Paper API library implementing player ban/mute/report handling (`com.softwarerat.bansystemAPI`), backed by YAML storage.
## Requirements
- Java 8
- Maven
- Paper API 1.21.11
## Building
```bash
mvn -B package
```
## Using it in another project
Published as a Maven snapshot to the private registry at `https://git.softwarerat.com/api/packages/zlaura/maven`:
```xml
<dependency>
<groupId>com.softwarerat</groupId>
<artifactId>BansystemAPI</artifactId>
<version>1.6.9-BETA</version>
</dependency>
```
Used by [SMPCore](https://git.softwarerat.com/zlaura/SMPCore).
## License
No license file is present in this repository; all rights reserved by the author unless stated otherwise.