The official plugin for turning a regular Minecraft server into the kiriSMP5!
(Built on the Paper API)
- Various custom crafting recipes (e.g. chain armor, bundles)
- Variants of existing crafting recipes (e.g. cheaper chains, lanterns)
- Custom stonecutting recipes for wooden slabs and stairs
- High configurability via
config.yml- Individual recipes can be disabled
- Some recipes offer multiple variants and options to choose from
- For a list of all possible recipes (including their configuration options),
see
/docs/recipes.md.
Note
Since ksmpplugin is built against the PaperMC API,
your server should run on Paper (or a compatible fork). It will not run on
"bare" Spigot, or anything else that's not (based on) Paper.
-
Acquire a build (.jar) of the plugin using one of the following methods:
-
Download a release version from GitHub Releases
- Go to the "Releases" section
- Search the release you want to install
- Download
ksmpplugin-{version}.jarfrom the "Assets" section
-
Build your own JAR from source
- Make sure you have the required prerequisites installed:
- a Java Development Kit (JDK), version 18 or higher
- Maven
- Clone this GitHub repository (use
git cloneor GitHub's "Download ZIP") - At the root of your new local copy, run
mvn package
You can now find your JAR under
./target/ksmpplugin-{version}.jar. - Make sure you have the required prerequisites installed:
-
-
Add your JAR file to your server's
pluginsfolder
If your server is on a remote machine, use your usual file transfer method, such as FTP / SFTP, SSH or even a hoster's web interface. -
Restart your Minecraft server Once loaded, the plugin will create a folder called
kiriSMPin your server'spluginsfolder. -
Configurate the plugin (optional) If you want to change the default behaviour, find the plugin's
config.ymlin the folder created in step 3. In that file, make changes as required (for help, see/docs/recipes.md). Make sure to restart your server again to load your new settings.