This is the official repository of ShareControl Minecraft server plugin. The repository contains only 3.0+ the plugin versions.
- Java 17+
- Compatible core (see below)
Core name | Support versions |
---|---|
Bukkit | 1.19-1.19.3 |
Spigot | 1.19-1.19.3 |
PaperSpigot | 1.19-1.19.3 |
- Download the executable plugin file (ShareControl.jar).
You can download the latest version directly from GitHub. - Move downloaded file into plugins directory of your server (
/plugins/
by default). - Start up (or fully restart) server.
- Configure the plugin via
/plugins/ShareControl/config.yaml
file (see section Configuration). - Run
/sc reload
in console or game.
We use Maven to compile the plugin. Maven provides all required dependencies.
Install them and run mvn clean package
. In the target
directory, you will get the compiled executable jar-file ShareControl.jar
.