SirBlobman / BlueSlimeCore

A custom plugin library that can be used by anyone to enhance their own plugins.
https://www.spigotmc.org/resources/83189/
GNU General Public License v3.0
25 stars 6 forks source link
api bukkit bungeecord factions java language library minecraft multiversion nms paper spigot

BlueSlimeCore

Jenkins Maven Metadata URL

Description:

BlueSlimeCore is a library plugin with many features that are necessary for my other plugins. This library is also free for other developers to use.

Downloads

Version Information

BlueSlimeCore supports Spigot, Paper, and Folia. Custom forks may work, but they are untested. The following table is a list of versions that are included in code. Unsupported versions are planned for removal at a future date.

NMS Version Minecraft Version Supported
1_8_R3 1.8.8 :x:
1_12_R1 1.12.2 :x:
1_16_R3 1.16.5 :x:
1_19_R3 1.19.4 :white_check_mark:
1_20_R2 1.20.2 :x:
1_20_R3 1.20.4 :x:
1_20_R4 1.20.6 :white_check_mark:
1_21_R1 1.21.1 :white_check_mark:
1_21_R2 1.21.3 :white_check_mark:

We only provide support for tested software and recommended versions.

Features for Servers

Features for Developers

Dependency Information

BlueSlimeCore can also be used as a library in your own plugins. Just make sure to install the BlueSlimeCore jar on your server!

Developers Guide / Wiki

Compilation Instructions

If you wish to compile the plugin yourself, you can run the following commands:

git clone "https://github.com/SirBlobman/BlueSlimeCore.git"
cd BlueSlimeCore
./gradlew clean build

Further Instructions

If you want to review API examples and other information, please visit the wiki tab for this project. You can also ask questions on my Discord or create an issue on this page.