Special70 worked hard to support correctly ItemsAdder furniture into EB. So normally everything works correctly now, not only the blocks !
New in the SCore config file you can define entities or blocks groups and then specify them in detailedBlocks or detailedEntities.
Example:
In the config.yml
entityLists:
ANNOYING_MOBS:
- CAMEL
- STRAY
- DROWNED
HOSTILE_MOBS:
- ZOMBIE
- SKELETON
- CREEPER
- SPIDER
blockLists:
STUPID_BLOCKS:
- BARRIER
- BEDROCK
- DIAMOND_ORE
ORES:
- COAL_ORE
- IRON_ORE
- GOLD_ORE
- DIAMOND_ORE
- EMERALD_ORE
In you item/event/block config:
detailedEntities:
- BLAZE
- BOGGED
- BREEZE
- SCORE:ANNOYING_MOBS # Expands to CAMEL, STRAY, DROWNED
- ZOMBIE
detailedBlocks:
blocks:
- SCORE:ORES # Expands to all ores
- STONE
- !SCORE:STUPID_BLOCKS # Blacklist all stupid blocks
Hello, many SCore commands have been renamed for a better format.
Example TELEPORTONCURSOR -> TELEPORT_ON_CURSOR.
The old format still work![]()
Also we are currently moving the wiki out of Gitbook you can already check it here: https://ssomar-developement.github.io/Wiki/
If you have suggestions don't hesitate to message me. Thank you !
New PICKUP_MAGNET player command that creates a magnetic field around the player to automatically pull nearby dropped items towards them.
Fix of an issue with Attributes in 1.21.1
New you can now use placeholders for the itemModel and tooltipModel settings
Fix of an issue with default items generation
Fix of an issue with the instrument feature
Add better logs for the selfhost pack feature
Fix of an issue in 1.16.5
Fix of an issue with the condition ifHasEnchant
Fix the custom command ADD_TEMPORARY_ATTRIBUTE to give attributes temporary.
It is now compatible with server restart and player disconnection/death...
Example: ADD_TEMPORARY_ATTRIBUTE attribute:BLOCK_INTERACTION_RANGE amount:5.0 operation:ADD_NUMBER time:30000
Fix an issue that cause the plugin loading not correctly when you have a config file just named .yml
New custom SCore command (player command)
JOBS_XP_BOOST multiplier:2.0 time:10
(it works with jobs reborn)