Commit 4067349 1 parent 716f26a commit 4067349 Copy full SHA for 4067349
File tree 1 file changed +5
-9
lines changed
1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -43,17 +43,13 @@ doesn't use any features exclusive to Paper and *might* run on "bare" Spigot
43
43
3 . Download ` ksmpplugin-{version}.jar ` from the "Assets" section
44
44
45
45
- ** 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/ )
47
49
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 `
51
51
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 ` .
57
53
58
54
2 . ** Add your JAR file to your server's ` plugins ` folder** <br >
59
55
If your server is on a remote machine, use your usual file transfer method,
You can’t perform that action at this time.
0 commit comments