IMPORTANT NOTE
I've re-coded the effect reading system and you cannot use your current effects.yml file with the new version, you must update your effects by the new scheme or if you haven't changed anything yet, just delete the file and let the plugin create a new version of it.
[NEW] API Support
- TreasureElytra now provides an API for you to add your custom script types
- You can check out the Wiki page for detailed information
[!] Effects
- Added version for effects.yml file (1.2.0)
- Added new effects (current effect size: 28)
- Added support for block_marker and item_crack particles
- Added support for note particles (rainbow & random-note color options)
- Added support for dust_color_transition particle (color transitions)
- You can now define multiple tick handler
Code (YAML):
onTick:
preTick:
times
: 3
scripts
:
-
"sound [name=entity.arrow.hit_player,volume=0.1]"
tick:
scripts
:
-
"variable x=-(cos(({step} / 120) * ({PI} * 2) + ((({PI} * 2) / 3) * 2)))"
-
"variable z=-(sin(({step} / 120) * ({PI} * 2) + ((({PI} * 2) / 3) * 2)))"
-
"particle [effect=redstone,amount=10,direction=true,x={x},y={z},from=feet,colorScheme={name=rainbow;revertWhenDone=true;speed=1}]"
postTick:
scripts
:
-
"variable step=({step} + 1) % 120"
[!] Bug Fixes
- Fixed an issue related to database
- Fixed the issues with the caching system
[!] Changes
- Added detailed log messages for errors and warnings
- Added "/trelytra reset" and "/trelytra notifications" commands
- Added version for config.yml file (1.2.0)
- Added version for colors.yml file (1.2.0)
- Updated messages version to 1.2.0 (new message translations)