NOTE: Due to a small issue on spigot the wiki with effects is not complete yet
- 1.16 compatible with core changes
- Added hex color placeholders {#FFFFFF}
- Added color effect
<color hex="#ffffff">Test</color>
NOTE: This is exactly the same as using placeholders, just a bit different what might be helpful in some situations- Added gradient effect
<gradient start="#ffffff" end="#000000">-------------</gradient>- Added the multiline and placeholder-safe settings for custom effects
- <scroll> is now completely rewritten since 2014 and if more efficient , provides offsets and works with 1.16.1 colors.
- Added <fade>effect to fade from one color to another (similar to gradient, but animated.
- <fade start="#000000" end="#ffffff" steps="10">Hellowww</fade>
- create a fade animation from the start color to the end color in 10 steps. More steps means smoother color transitions but a longer duration as it has more frames
- Note: The existing FadeIn and FadeOut are badly named effects that will probably receive a new name in the future
- Basically its a rainbow effect with a bit more freedom to change the colors
Code (Text):
- '<fade start="#ff0000" end="#ffff00" steps="50">&lFeatherBoard</fade>'
- '<fade start="#ffff00" end="#00ff00" steps="50">&lFeatherBoard</fade>'
- '<fade start="#00ff00" end="#00ffff" steps="50">&lFeatherBoard</fade>'
- '<fade start="#00ffff" end="#0000ff" steps="50">&lFeatherBoard</fade>'
- '<fade start="#0000ff" end="#ff00ff" steps="50">&lFeatherBoard</fade>'
- '<fade start="#ff00ff" end="#ff0000" steps="50">&lFeatherBoard</fade>'- Added <multiply> to repeat the same 'character' on the same frame
e.g.:
<multiply times="50">█</multiply>
Do you need help? Join our discord server for chance at FREE VIP!