From 59e32acd3dac4051099e2ee51b2046463e2a061f Mon Sep 17 00:00:00 2001 From: Laura Date: Sun, 9 Aug 2026 17:34:33 +0200 Subject: [PATCH] Replace boilerplate README with project-specific documentation --- README.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba9755d..6975a40 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,30 @@ # SMPCore -## Diese Repo wird als Copyrepo benutzt und an die jeweiligen Projekte angepasst! +[![Build](https://git.softwarerat.com/zlaura/SMPCore/actions/workflows/build.yml/badge.svg)](https://git.softwarerat.com/zlaura/SMPCore/actions) +Core Paper plugin for SoftwareRat SMP servers. Wires together ban commands (via [BansystemAPI](https://git.softwarerat.com/zlaura/BansystemAPI)) and a home system (via [HomesAPI](https://git.softwarerat.com/zlaura/HomesAPI)) into a single plugin. + +> This repo is used as a base/copy template and adapted per-project ("Diese Repo wird als Copyrepo benutzt und an die jeweiligen Projekte angepasst"). + +## Requirements + +- Java 8 +- Maven +- Paper API 1.20.2 + +## Dependencies + +- [HomesAPI](https://git.softwarerat.com/zlaura/HomesAPI) `1.3-SNAPSHOT` +- [BansystemAPI](https://git.softwarerat.com/zlaura/BansystemAPI) `1.6.9-BETA` + +Both are resolved from the private Maven registry at `https://git.softwarerat.com/api/packages/zlaura/maven`. + +## Building + +```bash +mvn -B package +``` + +## License + +No license file is present in this repository; all rights reserved by the author unless stated otherwise.