SCore New Player Conditions:
Added ifPlayerSpeed – compare the player's velocity magnitude (e.g., >= 0.1 to detect movement)
Added ifNearbyEntityCount – compare the number of entities within a 10-block radius
Added ifNearbyPlayerCount – compare the number of players within a 10-block radius
Added ifLineOfSight – check whether the player has direct line of sight to a living entity (requires 1.14+)
ExecutableItems:
Added ALL_OPTIONS for those who want to full update specific items using /ei refresh
Performance improvement in SCore title management:
Cached TextDisplay entity UUIDs to avoid expensive full-world entity scans on every block title update
Block titles now update text in-place instead of destroying and recreating the TextDisplay entity each tick
Fallback to efficient spatial lookup (getNearbyEntities) for cache misses after server restarts
SCore(All plugins) Bug Fixes:
Fixed /score clear <player> BOSSBARS also clearing particles due to missing break in switch
Fixed /score clear <player> PARTICLES silently completing without a success message
Fixed potential NullPointerException when running /score clear with an offline player UUID
New Commands: SET_PLAYER_WEATHER & SET_PLAYER_TIME
Two new player commands for client-side weather and time control:
SET_PLAYER_WEATHER -- Set weather per-player without affecting the server or other players. SET_PLAYER_WEATHER weather:CLEAR # clear skies SET_PLAYER_WEATHER weather:DOWNFALL # rain/storm SET_PLAYER_WEATHER weather:RESET # restore server weather
SET_PLAYER_TIME -- Set time per-player, with optional relative mode. SET_PLAYER_TIME time:6000 # noon SET_PLAYER_TIME time:18000 relative:true # offset from server time SET_PLAYER_TIME time:-1 # reset to server time
Common time values: 0 sunrise, 6000 noon, 12000 sunset, 18000 midnight.
SCore (All plugins)
- New custom player command: SET_EQUIPPABLE_MODEL slot:-1 model:minecraft:diamond
- New custom item command: SET_EQUIPPABLE_MODEL model:minecraft:diamond
ExecutableItems New activators:
- PLAYER_ENABLE_SWIM
- PLAYER_DISABLE_SWIM
ExecutableCrafting Custom crafting recipes now appear in the vanilla recipe book
Improvement of the AI Assistant : chat.ssomar.com (1.1.4) by Ssomar
SCore Update (All plugins) by Special70 and Ssomar
New custom player command FIREWORK_BOOST
- FIREWORK_BOOST {duration in seconds}
New player placeholders
- %player_health%
- %player_max_health%
Minor edit in the custom command PLANT_IN_SQUARE
Improvement of the cooldowns management.
SCore (all plugins):
New when you use SHULKER_BULLET in the custom LAUNCH command. It will first check if the user has a target on its cursor, if yes : the shulker_bullet will target this entity. If no, it will search the nearest entity around the player and it will target it.
New you can select PL (Polish) langage for the editors
Improvement of the FARMINCUBE performances
Improvement the performance of the custom condition CoreProtect isNaturalBlock
EI:
New EI restrictions :
- cancel-spawner
- cancel-place-in-bundle
New placeholders for PLAYER_BLOCK_HIT activators:
- %damage_blocked_base% , %damage_blocked_base_int%
MyFurniture:
Update the packetevents version to 2.11.1
On behalf of the entire team, we wish you a happy holiday season and a wonderful new year.
SCore (All plugins)
- Fix of an issue with the custom command AROUND in 1.21-
- Fix of an issue with the /score particles
- Fix of an issue with the rendering of item lore in the editor.
For SCore (All plugins)
- Fix of an issue with the blockAttacks feature (for shield)
- Turn more DB queries in async to avoid performance issues (by Special70)
For EI
- Blockface placeholders are now supported in PLAYER_ALL_CLICK and PLAYER_BLOCK_BREAK.
- Fix of an issue where PLAYER_RECEIVE_HIT_BY_ENTITY was triggered two times if the damage was caused by a skeleton.
I don't know about you, but I can't wait for Hytale to come out!
Hello, All plugins have been updated to support 1.21.11. (For MyFurniture it supports PacketEvents 2.11)
- Some other minor fixes
Fix of an issue when running a player command with the [<OFFLINE>] tags (to run the command event if the player is offline)
Fix of an issue with the creations of two database tables on mysql related to absorption and temporary attributes features.
Fix of the custom command JOBS_XP_BOOST
Edit, the communications with the database for SUDOOP, temp attributes and absorption is now async
New settings for the custom command DROPEXECUTABLEITEM DROPEXECUTABLEITEM id:{id} amount:{number} owner:{ign/uuid} itemdata:{usage/variables/durability w/o no outer side brackets} Example: DROPEXECUTABLEITEM id:drop_stick amount:1 owner:Special70 itemdata:Usage:50,Variables:{keg:deng}
By Ssomar and Special70
Fix an issue between MyFurniture and ItemsAdder
Fix an issue in SCore / ExecutableItems and ExecutableEvents related to the custom placeholders.

