A library plugin for all Ssomar's plugins

SCore is a core plugin used by all the Ssomar's plugin.
In order to optimize and centralize eveything I created SCore.
This core plugin helps me to create efficient in-game editor in my plugins, centralize the plugin features, be able to create and use projectiles, variables, custom conditions, and custom commands.
If you want to use my other plugin then you must download SCore.
Be sure when you download SCore to download the correct version.
The end of the version should match with the version of my other plugin.
Example: you downloaded ExecutableItems 7 .24.5.12 then you should download SCore 5 .24.5.12.
You can install it without my other plugins if you are insterested by :
Commands
/score projectiles > Shows you all projectiles and let you edit them
/score projectiles-create > Open the editor to create a new projectile
/score projectiles-delete > Action to delete a projectile (need confirmation)
/score reload > Reload the plugin (useful if you edit a projectile in .yml)
/score run-player-command player:Ssomar LAUNCH projectile:MY_PROJECTILE_ID > Force a player to launch your projectile
Variable types:
Variable format:
Commands:
/score variables list
/score variables info {var_name} [player]
/score variables-create {var_name}
/score variables-delete {var_name}
/score variables
/score variables clear {typeofvariable} {nameofvariable} [player]
Placeholders:
%score_variables_%
%score_variables__int%
More info in the wiki
SCore is open source, so if you want to contribute you can go here: Github Repo