⭐ Custom Piglins Trades ⭐ Add new trades in the game

MC Plugin ⭐ Custom Piglins Trades ⭐ Add new trades in the game 5.25.11.20
Support Custom Items, Give Effects, Summon entities, Execute the command you want !

For SCore :
- internal edits

For ExecutableItems :
New activator PLAYER_INPUT
Example:

activators:
activator0:
option: PLAYER_INPUT
detailedInput: FORWARD_PRESS
detailedSlots:
- -1
commands:
- SEND_MESSAGE &aFORWARD

In detailedInput you can set:
LEFT_PRESS
LEFT_RELEASE
RIGHT_PRESS
RIGHT_RELEASE
FORWARD_PRESS
FORWARD_RELEASE
BACKWARD_PRESS
BACKWARD_RELEASE
JUMP_PRESS
JUMP_RELEASE
SNEAK_PRESS
SNEAK_RELEASE
SPRINT_PRESS
SPRINT_RELEASE
Hello I didnt merged the good branch yesterday. So here is a fix.

It also fix in addition an issue with entity placeholders and list placeholders.
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
Top Bottom