

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)
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)
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)
Contribute
SCore is open source, so if you want to contribute you can go here: Github Repo
Ченджлог
5.26.7.5Релиз1.21.9, 1.21.10, 1.21.11 · 5 июля 2026 г.
SCore (All plugins) Added ADD_ITEM_NBT for item and player commands Example: For ItemCommands: ADD_ITEM_NBT keyValue:foo=bar type:string mode:pdc For PlayerCommands: ADD_ITEM_NBT slot:0 keyValue:foo=bar type:string mode:pdc
EI: Items become soulbound if you add them keepItemOnDeath=1 ADD_ITEM_NBT slot:0 keepItemOnDeath=1 type:integer mode:pdc
CPT: Oraxen and Nexo should now be supported correctly in customPiglinsTrades
EB: eb remove-all [replaceWithAir] [world] — removes all placed ExecutableBlocks at once, optionally replacing them with air (true/false, default true) and optionally limiting the removal to a single world.
5.26.6.22Релиз1.21.9, 1.21.10, 1.21.11 · 22 июня 2026 г.
Update the plugins to support 26.2
5.26.6.13Релиз1.21.9, 1.21.10, 1.21.11 · 13 июня 2026 г.
SCore Added PAPI Parser option for VariableReals Created a _papi plch version for the wrapping of variable values Only String and Number variables are supported
EB Fix a small issue with the block title on Folia
By Special70
5.26.6.7Релиз1.21.9, 1.21.10, 1.21.11 · 7 июня 2026 г.
EB
Fix some issues with Folia
SCore (All plugins)
New custom command: To open a virtual anvil:
- OPEN_ANVIL or if you want to specify a real anvil then use:
- OPEN_ANVIL world:my_world x:0 y:0 z:0 force:false
New we added support of the plugin FabledSkyblock
Fix a small parsing issue in the give message
5.26.6.3Релиз1.21.9, 1.21.10, 1.21.11 · 3 июня 2026 г.
SCore All plugins
New placeholders for projectiles related activators: %shooter%, %shooter_name%, %shooter_uuid%, %shooter_uuid_array%, %shooter_x%, %shooter_y%, %shooter_z%, %shooter_world%, %shooter_health%, %shooter_direction%, %shooter_pitch%, %shooter_yaw%, %shooter_velocity%, %shooter_horizontal_velocity%, %shooter_slot%, etc...
EC
Fix 1 — Harden crafting duplication prevention (raw ore) Fix 2 — Enforce ingredient amounts for vanilla items (SSO-20, EC v1.26.5.17)
5.26.6.2Релиз1.21.9, 1.21.10, 1.21.11 · 2 июня 2026 г.
Fixes two related Folia bugs in the BOSSBAR command:
SCore issue Fix bossbar not getting away in folia #186 — bossbar not disappearing after timer on Folia
SCore issue "Triggering custombossevents in Folia causes the server to crash" #173 — ConcurrentModificationException crash on player join when bossbars are active
5.26.5.31Релиз1.21.9, 1.21.10, 1.21.11 · 31 мая 2026 г.
SCore (All plugins)
Fixed issue on some block command logic where it would cause issues for Folia by running it in regionized task
Fixed the drop commands for ei and eb by running the drop method call in a regionized task
Fixed issue with TextDisplay by making the setText method run in entity task
TRANSFER_ITEM is renamed to SWAP_ITEM
MOVE_ITEM is added. Usage: MOVE_ITEM yourSlot:0 theirSlot:1 who:IGN
Element type for MLIB_DAMAGE should now be able to receive NULL as element type to make the MLIB_DAMAGE deal non-elemental damage
5.26.5.17Релиз1.21.9, 1.21.10, 1.21.11 · 17 мая 2026 г.
PLACELIQUID type:water To make infinite buckets more easier to implement
Fixed PLANT_IN_SQUARE issue for sweet berries
Fixed an issue with the checker logic used by ExecutableCrafting. Checkers for EI ID, EI Usage and EI Variables should be ok now
Addition of a RefreshExecutableItemEvent class, An event plugins can use to check if calls from ExecutableItems plugin is done
Added critical strike power for MLIB_DAMAGE command
Fixed an issue where the visual cooldown doesn't work with ticks option
Added %last_hitter% to allow users to know which dealt the final blow
Thank you Special70 for this update
Комментарии
Загружаем…