From 169d8d95e20ca56027b0909667ebc0d00e7e1f04 Mon Sep 17 00:00:00 2001 From: ElementalMP4 Date: Sun, 7 Jan 2024 11:53:27 +0000 Subject: [PATCH] Update docs even more --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42e3fa0..374aa67 100644 --- a/README.md +++ b/README.md @@ -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