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
Bug Fixes:
Fixed ArrayIndexOutOfBoundsException in HTTP request parsing when receiving malformed or incomplete request lines
Fixed NullPointerException when the HTTP connection is closed before a request line can be read
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 weatherOWNFALL # 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)
Fix an issue where the plugin try to run tasks while it is disabled
ExecutableItems by Special70 !
New activator PLAYER_EMPTY_BUCKET
SCore (All plugins)
Fix of an issue with the player health placeholder
Improvement of the compatibility between the custom AROUND command and GriefPrevention.
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)
Revert an edit on isNaturalBlock condition
Some other minor fixes
ExecutableBlocks
Fix of a dupe issue with candles
ExecutableEvents
Fix of an issue with the activator PORTAL CREATE activator