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.
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.
BlueSlimeCore can also be used as a library in your own plugins. Just make sure to install the BlueSlimeCore jar on your server!
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
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.