Skip to content

Commit 1fc9ad5

Browse files
committed
update readme with modrinth link and versioning scheme
1 parent 6edbbb5 commit 1fc9ad5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,15 @@ VSE is for [Spigot](https://www.spigotmc.org/), [Paper](https://papermc.io/softw
1919
See the config.yml when you run the plugin, or the [Config](https://github.com/Vivecraft/Vivecraft-Spigot-Extension/wiki/Config) wiki entry for all available configuration options.
2020

2121
# Installation
22-
Download from the [Releases](https://github.com/Vivecraft/Vivecraft-Spigot-Extension/releases) page. Just use the latest release, they are backwards compatible, unless stated otherwise.
22+
Download from [Modrinth](https://modrinth.com/project/vivecraft-spigot-extension) or the [Releases](https://github.com/Vivecraft/Vivecraft-Spigot-Extension/releases) page. Just use the latest release, they are backwards compatible, unless stated otherwise.
2323

2424
Install as you would any other Spigot/Bukkit plugin by placing the jar in the /plugins folder.
2525

26+
# Versioning
27+
The plugins version number is split into two parts, the first part is the Vivecraft version that the plugin supports the features of, and the second part is the release version, this increments with fixes or when adding support for new Minecraft versions.
28+
Example:
29+
`1.3.3-0`: This version supports the features of Vivecraft `1.3.3` and is the first release for that version
30+
2631
# Developer Information
2732
## Building the plugin from source
2833
Building the plugin is a bit scuffed right now, and relies on a few gradle tasks to run in specific order:

0 commit comments

Comments
 (0)