🎆
Text Effects (1.17+)
Special text animations and coloring effects
They are some cool decorative text effects you can use in your server to make it more professional.
This feature works only on Minecraft 1.17+ client (Server version doesn't matter.
You have to run
/iazip
in order to enable/disable this feature.
Make sure also to enable it in the config.yml
.effects:
text-effects:
enabled: true
replace-in-customitems-name-and-lore: true
chat:
enabled: true
sign:
enabled: true
book:
enabled: true
anvil:
enabled: true
- Use text-effects in chat
ia.user.text_effect.chat
- Use text-effects in signs
ia.user.text_effect.sign
- Use text-effects in books
ia.user.text_effect.book
- Use text-effects in anvil rename field
ia.user.text_effect.anvil
- Use a text-effect
ia.user.text_effect.use.<effect>




Permission:
ia.user.text_effect.use.r
Usage: <r text>


Permission:
ia.user.text_effect.use.w
Usage: <w text>



Permission:
ia.user.text_effect.use.j
Usage: <j text>

Permission:
ia.user.text_effect.use.rw
Usage: <rw text>

Permission:
ia.user.text_effect.use.rj
Usage: <rj text>
- Custom item name (in the .yml file)
- Custom item lore (in the .yml file)
- Chat
- Sign
- Book
- Bossbar
- Prefix-Suffix (Luckperms for example)
- More soon....


/lp group admin meta setprefix "<rw ADMIN >"

For some reason if you want to use text effects on areas which don't support ItemsAdder placeholders (like
<r TEXT>
) you can use another method.These effects are triggered based on a special HEX color.
So if the area where you want to show a text effect supports HEX colors you can do that.
#FFFFFE
#FFFFFD
#FFFFFB
#FFFFFC
#FFFEFE
This triggers the rainbow effect:
/tellraw @a {"text":"custom text example", "color":"#FFFFFE"}
This triggers the rainbow effect:
<#FFFFFE>custom text example
&X&F&F&F&F&F&E
&X&F&F&F&F&F&D
&X&F&F&F&F&F&B
&X&F&F&F&F&F&C
&X&F&F&F&F&F&E
This was tested on EpicRename and should work in any plugin or place where Spigot handles the colors replacement using its own legacy colors code.
Example:
/rename &x&F&F&F&F&F&ETest
Last modified 4mo ago