Skip to content

SirBlobman/BlueSlimeCore

Repository files navigation

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
1_12_R1 1.12.2
1_16_R3 1.16.5
1_19_R3 1.19.4
1_20_R2 1.20.2
1_20_R3 1.20.4
1_20_R4 1.20.6

We only provide support for tested software and recommended versions.

Features for Servers

  • '/item-to-nbt' command to view NBT data tags on items.
  • '/item-to-base64' command to convert items to Base64 strings.
  • '/debug-event' command to find plugins and listeners for events.

Features for Developers

  • Configuration management system for saving and loading of multiple files.
  • Language management system with support for per-player languages, MiniMessage, and PlaceholderAPI.
  • Ability to send action bars, titles, and sounds through the language API.
  • Command system with player checking and sub commands.
  • Plugin update checking with SpigotMC or Hangar.
  • Menu API for creation of menus with buttons or pages and a configurable item format.
  • Factions Handler API to aid support with many different Factions plugin.
  • Item builders to quickly create items, leather armor, potions, and player heads.
  • Multiple version handler for spawning entities, changing max health, checking absorption.
  • Multiple version handler for sending cooldown packets and checking server TPS.
  • Utility methods for dealing with block/entity locations, items, experience, hex colors, and versions.

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.