| description | Special text animations and coloring effects |
|---|---|
| icon | italic |
{% hint style="warning" %}
- Requires Minecraft 1.17+ clients
- Doesn't work in Minecraft language files (game limitation)
- Edits the
rendertype_textshader files {% endhint %}
They are some cool decorative text effects you can use in your server to make it more professional.
{% hint style="warning" %}
You have to run /iazip in order to enable/disable this feature.
Make sure also to enable it in the config.yml.
{% endhint %}
{% code title="config.yml" %}
text_effects:
enabled: true
chat:
enabled: true
customitem_name_and_lore:
enabled: true
sign:
enabled: true
book:
enabled: true
anvil:
enabled: true{% endcode %}
(click to see old config.yml properties from 4.0.7 and lower)
effects:
text-effects:
enabled: true # This option requires /iazip when changed.
customitem-name-and-lore:
enabled: true
chat:
enabled: true
sign:
enabled: true
book:
enabled: true
anvil:
enabled: trueYou also have to give the permissions to each player.
- 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>
Remove background
Permission: ia.user.text_effect.use.noshadow
Usage: <noshadow text>
{% hint style="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.
{% endhint %}
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>
Permission: ia.user.text_effect.use.b
Usage: <b 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 >"
Click here to read Luckperms official tutorials if you don't know how prefix works.
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
e6fbfe
e6fbfa
e6f7fe
e6f7fa
This triggers the rainbow effect:
/tellraw @a {"text":"custom text example", "color":"#e6fffe"}
Replace e6fffe with the effect you want.
{% embed url="https://docs.advntr.dev/minimessage/format.html#color" %}
(for example ItemsAdder itself and ChatFormatter)
This triggers the rainbow effect: <#e6fffe>custom text example
Replace e6fffe with the effect you want.
&X&E&6&F&F&F&E
etc.
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
.png)

.png)
.png)










.png)
