SCore (All plugins)
Added ADD_ITEM_NBT for item and player commands
Example:
For ItemCommands: ADD_ITEM_NBT keyValue:foo=bar type:string mode
dc
For PlayerCommands: ADD_ITEM_NBT slot:0 keyValue:foo=bar type:string mode
dc
EI:
Items become soulbound if you add them keepItemOnDeath=1
ADD_ITEM_NBT slot:0 keepItemOnDeath=1 type:integer mode
dc
CPT:
Oraxen and Nexo should now be supported correctly in customPiglinsTrades
EB:
eb remove-all [replaceWithAir] [world] — removes all placed ExecutableBlocks at once, optionally replacing them with air (true/false, default true) and optionally limiting the removal to a single world.