PlayerShops/README.md

37 lines
922 B
Markdown
Raw Permalink Normal View History

2022-07-04 09:04:13 +00:00
# PlayerShops
___
## **Downloads**
Downloads can be obtained on GitHub actions page.
## **Building**
#### Initial setup
Clone the repo using `git clone https://github.com/Altitude-Devs/PlayerShops.git`.
#### Building
2022-07-09 12:53:27 +00:00
Use the command `./gradlew shadowJar --stacktrace` in the project root directory.
2022-07-04 09:04:13 +00:00
The compiled jar will be placed in directory `/build/libs/`.
## **Commands**
| Command | Description | Permission |
|---------------------|-----------------------------|-----------------------------|
## **Permissions**
| Permission | Description |
|-----------------------------|------------------------------------------------|
## **Configuration**
```yaml
# Magic value used to determine auto configuration updates, do not change this value
config-version: 1
```
## **Support**
## **License**
[LICENSE](LICENSE)