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
Good dev, if you have problem or suggestion join my discord !
![[IMG]](//proxy.spigotmc.org/05d633e44de8695a0e713162fa0ad8d9d24353dc/68747470733a2f2f692e696d6775722e636f6d2f6a624d77416e4a2e6a7067)