#✅ | Update Colored Text
1 messages · Page 1 of 1 (latest)
Hi! Please first select which type of question you want to ask:
- "Normal Question" is enough for most questions. If you are unsure, you should choose this mode. It provides quick and accurate answers to your questions and problems.
- "Complex Task" is for very complex questions and multi-step tasks. For example, questions involving complex action script, requirement, or placeholder logic. Normal users will almost never need this. Getting answers takes much longer here.
It is not possible for anybody to send messages in this thread before selecting a mode.
Selected mode: 💬 Normal Question
Yep, the main thing is that FancyMenu text formatting is a bit different now 😅
If you’re editing a Text element, &4&lRemoved: is not the right format anymore. Text elements use FancyMenu’s Markdown-style formatting and color tags instead.
Try this instead:
%#aa0000%**Removed:**%#%
That gives you:
- dark red color
- bold text
A few quick notes:
&formatting is for Minecraft-style text formatting, but it does not work well in Text elements- Text elements are meant to use FancyMenu’s formatting
- For button/slider labels, you can also use raw Minecraft text components like:
{"text":"Removed:","color":"dark_red","bold":true}
So the short version is:
- Text element → use
%#hexcolor%...%#%and**bold** - Button/slider label →
&4&l...may still work, or use a JSON text component
If you want, I can also give you a tiny cheat sheet for the new FancyMenu text formatting styles 📘✨
✅ | Update Colored Text