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

35 lines
1.3 KiB
Markdown

# AlleGegenEinen
[![Build](https://git.softwarerat.com/zlaura/AlleGegenEinen/actions/workflows/build.yml/badge.svg)](https://git.softwarerat.com/zlaura/AlleGegenEinen/actions)
"All Against One" — a Paper minigame plugin where a small group of players faces off against a much larger group. Built on [GameAPI](https://git.softwarerat.com/zlaura/GameAPI) and [KitAPI](https://git.softwarerat.com/zlaura/KitAPI).
## Requirements
- Java 8
- Maven
- Paper API 1.20.1
## Dependencies
- [KitAPI](https://git.softwarerat.com/zlaura/KitAPI)
- [GameAPI](https://git.softwarerat.com/zlaura/GameAPI)
- `net.bytemc:evelon` — a private third-party dependency not hosted in this Gitea instance
## Building
```bash
mvn -B package
```
## Known issues
CI currently fails to resolve dependencies for two reasons:
1. `net.bytemc:evelon` isn't part of this project family and isn't published to `https://git.softwarerat.com/api/packages/zlaura/maven`.
2. The pinned versions of `KitAPI` (`1.0-SNAPSHOT`) and `GameAPI` (`1.1.1-SNAPSHOT`) predate the current published versions (`1.3-SNAPSHOT` / `1.6.4-SNAPSHOT`) and no longer exist anywhere. The dependency versions in `pom.xml` need to be updated to match, alongside whatever source changes that implies.
## License
No license file is present in this repository; all rights reserved by the author unless stated otherwise.