SCore is a library for Minecraft plugins, particularly Ssomar's plugins. SCore includes many custom stuff, like custom player/block/entity commands, custom conditions, has a variables / particles system, and efficient Class to create custom in-game editor.
- Java 8 JDK or newer
- Spigot / Maven knowledges
mvn clean package install
If you make any changes or improvements to the plugin which you think would be beneficial to others, please consider making a pull request to merge your changes back into the upstream project.
Please make sure to have bug fixes/improvements in separated pull requests from new features/changing how features work.
-
Add new custom commands: package path -> com.ssomar.score.commands.runnable
-
Add new custom conditions: package path -> com.ssomar.score.features.custom.conditions