Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/euphillya/citizensapi-folia
https://github.com/euphillya/citizensapi-folia
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/euphillya/citizensapi-folia
- Owner: Euphillya
- Created: 2024-05-09T19:59:45.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-03T09:39:30.000Z (4 months ago)
- Last Synced: 2024-10-12T03:48:24.992Z (about 1 month ago)
- Language: Shell
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# How compile
## Install Repo CitizensAPI
```sh
sh script.sh updateUpstream
```## Patch Repo CitizensAPI
```sh
sh script.sh applyPatches
```## Compile jar
```sh
cd repo
mvn clean compile install
```