Replace boilerplate README with project-specific documentation
Build / build (push) Successful in 17s
Build / build (push) Successful in 17s
This commit is contained in:
@@ -1,4 +1,30 @@
|
||||
# SMPCore
|
||||
## Diese Repo wird als Copyrepo benutzt und an die jeweiligen Projekte angepasst!
|
||||
|
||||
[](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.
|
||||
|
||||
Reference in New Issue
Block a user