Plugin usage italic Text EffectsSpecial text animations and coloring effects
circle-exclamation
Requires Minecraft 1.17+ clients
Doesn't work in Minecraft language files (game limitation)
Edits the rendertype_text shader files
What are text effects?
They are some cool decorative text effects you can use in your server to make it more professional.
How to enable them
circle-exclamation
You have to run /iazip in order to enable/disable this feature.
Make sure also to enable it in the config.yml.
Copy text_effects :
enabled : true
chat :
enabled : true
customitem_name_and_lore :
enabled : true
sign :
enabled : true
book :
enabled : true
anvil :
enabled : true chevron-right (click to see old config.yml properties from 4.0.7 and lower)hashtag
You also have to give the permissions to each player.
Use text-effects in signs
Use text-effects in books
Use text-effects in anvil rename field
ia.user.text_effect.anvil
Use a text-effect
ia.user.text_effect.use.<effect>
List of effects
Remove background
Permission: ia.user.text_effect.use.noshadow
Usage: <noshadow text>
circle-info
in Minecraft 1.21.4 you can use "shadow_color":0 attribute in JSON components to hide the shadow. But this requires you to have knowledge about JSON components.
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>
Rainbow + Wobble
Permission: ia.user.text_effect.use.rw
Usage: <rw text>
Permission: ia.user.text_effect.use.rj
Usage: <rj text>
Permission: ia.user.text_effect.use.b
Usage: <b text>
Where can I use these effects?
Custom item name (in the .yml file)
Custom item lore (in the .yml file)
Prefix-Suffix (Luckperms for example)
How to create animated prefix (Luckperms)
/lp group admin meta setprefix "<rw ADMIN >"
Click here to read Luckperms official tutorialsarrow-up-right if you don't know how prefix works.
Using text effects without the placeholders
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.
4e5c24
e6fffe
e6fffa
Rainbow + Wobble
e6fbfe
e6fbfa
e6f7fe
e6f7fa
Using them in Minecraft vanilla JSON notation
This triggers the rainbow effect:
/tellraw @a {"text":"custom text example", "color":"#e6fffe"}
Replace e6fffe with the effect you want.
Using them in plugins which support MiniMessage
(for example ItemsAdder itself and ChatFormatterarrow-up-right )
This triggers the rainbow effect: <#e6fffe>custom text example
Replace e6fffe with the effect you want.
Using them in plugins which support legacy HEX notation
&X&E&6&F&F&F&E
etc.
This was tested on EpicRenamearrow-up-right 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