Skip to content

Commit 954814a

Browse files
committed
docs: Change Paper compatibility hint
The plugin already uses a Paper-specific features (an event for the dragon fight) for a while now, so this should have been reworded a while ago.
1 parent 4067349 commit 954814a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,8 @@
3030

3131
> [!INFO]
3232
> Since `ksmpplugin` is built against the [PaperMC](https://papermc.io) API,
33-
> your server should run on Paper (or a compatible fork). While it currently
34-
doesn't use any features exclusive to Paper and *might* run on "bare" Spigot
35-
> (or other distributions), this use is neither *recommended* nor *supported*.
36-
> Any compatibility with anything that isn't Paper (or a compatible fork) is
37-
> purely coincidental and **might - at any time and without notice - break**.
33+
> your server should run on Paper (or a compatible fork). It will not run on
34+
> "bare" Spigot, or anything else that's not (based on) Paper.
3835
3936
1. **Acquire a build (.jar) of the plugin** using one of the following methods: <br>
4037
- **Download a release version from GitHub Releases**
@@ -49,7 +46,7 @@ doesn't use any features exclusive to Paper and *might* run on "bare" Spigot
4946
2. Clone this GitHub repository (use `git clone` or GitHub's "Download ZIP")
5047
3. At the root of your new local copy, run `mvn package`
5148

52-
You can now find your JAR under `./target/ksmpplugin-${version}.jar`.
49+
You can now find your JAR under `./target/ksmpplugin-{version}.jar`.
5350

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

0 commit comments

Comments
 (0)