#14: Update bStats metrics

This commit is contained in:
2023-09-25 20:40:22 +02:00
parent f582e05727
commit 9d26fa3ce4
6 changed files with 19 additions and 716 deletions
+3 -3
View File
@@ -24,14 +24,14 @@ This plugin is licensed with the MIT License, for more information see the [LICE
## Building
To build this yourself just clone the repository and run `build` with the Gradle Wrapper
To build this yourself just clone the repository and run the `shadowJar` task with the Gradle Wrapper
### Windows
```bat
git clone git@github.com:oskar3123/StaffChat.git
cd StaffChat
gradlew.bat build
gradlew.bat shadowJar
```
### *nix (Linux, FreeBSD, macOS, ...)
@@ -39,7 +39,7 @@ gradlew.bat build
```bash
git clone git@github.com:oskar3123/StaffChat.git
cd StaffChat
./gradlew build
./gradlew shadowJar
```
## Event API (For developers)