Skip to content

h1karo/sharecontrol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShareControl

This is the official repository of ShareControl Minecraft server plugin. The repository contains only 3.0+ the plugin versions.

Workflow Status License Release

RuBukkit.org BukkitDev SpigotMC

Requirements

  1. Java 17+
  2. Compatible core (see below)

Server cores support table

Core name Support versions
Bukkit 1.19-1.19.3
Spigot 1.19-1.19.3
PaperSpigot 1.19-1.19.3

Installation

  1. Download the executable plugin file (ShareControl.jar).
    You can download the latest version directly from GitHub.
  2. Move downloaded file into plugins directory of your server (/plugins/ by default).
  3. Start up (or fully restart) server.
  4. Configure the plugin via /plugins/ShareControl/config.yaml file (see section Configuration).
  5. Run /sc reload in console or game.

Compiling

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.