Skip to content

Commit 4067349

Browse files
committed
docs: Update other self-build documentation
It was updated to be the this way previously when I tried switching to Gradle, and therefore all these edits were Gradle specific.
1 parent 716f26a commit 4067349

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

+5-9
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,13 @@ doesn't use any features exclusive to Paper and *might* run on "bare" Spigot
4343
3. Download `ksmpplugin-{version}.jar` from the "Assets" section
4444

4545
- **Build your own JAR from source** <br>
46-
1. Make sure you have a Java Development Kit (JDK), version 18 or higher, installed
46+
1. Make sure you have the required prerequisites installed:
47+
- a Java Development Kit (JDK), version 18 or higher
48+
- [Maven](https://maven.apache.org/)
4749
2. Clone this GitHub repository (use `git clone` or GitHub's "Download ZIP")
48-
3. In your local copy, run the command `./gradlew build` (*Nix)
49-
or `./gradlew.bat build` (Windows)
50-
4. Wait for the build to complete
50+
3. At the root of your new local copy, run `mvn package`
5151

52-
You can now find your JAR under `./build/libs`.
53-
54-
If you have `git` installed on your system, the JAR file will be called
55-
`ksmpplugin-{sha1}.jar`. Otherwise, it will be generically called
56-
`ksmpplugin-devbuild.jar`.
52+
You can now find your JAR under `./target/ksmpplugin-${version}.jar`.
5753

5854
2. **Add your JAR file to your server's `plugins` folder** <br>
5955
If your server is on a remote machine, use your usual file transfer method,

0 commit comments

Comments
 (0)