← Назад к ресурсам

SCore

A library plugin for all Ssomar's plugins

Modrinth library utility

Описание

![SCore logo](https://imgur.com/i69cnnN.png) # The core plugin of Ssomar's Plugin 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. # Download as dependency 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**. # Download it independently You can install it without my other plugins if you are insterested by : - Creating custom projectiles and launch them - Creating custom variables that can be use everywhere using placeholders - Executing the packaged custom commands ## Create custom projectiles ([Wiki](https://splugins.net/docs/tools-for-all-plugins-score/custom-projectiles)) 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 ## Create custom variables ([Wiki](https://splugins.net/docs/tools-for-all-plugins-score/score-variables)) Variable types: - Global - Player (Per player) Variable format: - NUMBER - STRING - LIST 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 ## Custom commands ([Wiki](https://splugins.net/docs)) # Contribute SCore is open source, so if you want to contribute you can go here: [Github Repo](https://github.com/SPlugins)