Skip to content

Commit

Permalink
Update docs even more
Browse files Browse the repository at this point in the history
  • Loading branch information
ElementalMP4 committed Jan 7, 2024
1 parent 405139b commit 169d8d9
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,27 @@ Lightweight commands to make a vanilla paper server a bit more friendly, without

# Installing

Either download this repo and compile it yourself using maven (requires Java 17) - or download the latest release from the [releases tab](https://github.com/ElementalMP4/PaperUtils/releases/)
Either download this repo and compile it yourself - or download the latest release from the [releases tab](https://github.com/ElementalMP4/PaperUtils/releases/)

## Compiling with Maven

You'll need:
- Java 17
- Maven

Then:
1. Clone this repository
```
git clone https://github.com/ElementalMP4/PaperUtils
```
2. Build with Maven
```
mvn clean package
```
3. Move the SebUtils jar to your server's plugins directory
```
mv target/SebUtils.*.jar /path/to/server/plugins/
```

# Commands

Expand Down

0 comments on commit 169d8d9

Please sign in to comment.