SCore (All plugins)
Added ADD_ITEM_NBT for item and player commands
Example:
For ItemCommands: ADD_ITEM_NBT keyValue:foo=bar type:string modedc![]()
For PlayerCommands: ADD_ITEM_NBT slot:0 keyValue:foo=bar type:string modedc![]()
EI:
Items become soulbound if you add them keepItemOnDeath=1
ADD_ITEM_NBT slot:0 keepItemOnDeath=1 type:integer modedc![]()
CPT:
Oraxen and Nexo should now be supported correctly in customPiglinsTrades
EB:
eb remove-all [replaceWithAir] [world] — removes all placed...
SCore
Added PAPI Parser option for VariableReals
Created a _papi plch version for the wrapping of variable values
Only String and Number variables are supported
EB
Fix a small issue with the block title on Folia
By Special70
Good dev, if you have problem or suggestion join my discord !
[COLOR=rgb(0, 0,...[/CENTER]
EB
Fix some issues with Folia
---
SCore (All plugins)
New custom command:
To open a virtual anvil:
- OPEN_ANVIL
or if you want to specify a real anvil then use:
- OPEN_ANVIL world:my_world x:0 y:0 z:0 force:false
New we added support of the plugin FabledSkyblock
Fix a small parsing issue in the give message
[COLOR=rgb(0, 0,...[/I]
PLACELIQUID type:water
To make infinite buckets more easier to implement
Fixed PLANT_IN_SQUARE issue for sweet berries
Fixed an issue with the checker logic used by ExecutableCrafting. Checkers for EI ID, EI Usage and EI Variables should be ok now
Addition of a RefreshExecutableItemEvent class, An event plugins can use to check if calls from ExecutableItems plugin is done
Added critical strike power for MLIB_DAMAGE command...