36 lines
875 B
Markdown
36 lines
875 B
Markdown
# BansystemAPI
|
|
|
|
[](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.
|