#✅ | How do I acess the ingame hud screen to create a custom chat message in there?
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! 😄
To open Spiffy’s in-game HUD editor:
- Open the Pause screen
- Click the big button in the top-left corner under FancyMenu’s menu bar
- it looks like a chestplate with a mouse cursor 🛡️🖱️
- You’ll enter the HUD customization screen
- seeing just the world + HUD is normal
- Then go to menu bar → Customization
- Make sure Current Screen Customization is enabled
- Create a new layout for the current screen
If you want to show a custom message on the HUD, add a Text element there.
If you want to change how the actual chat box looks/where it appears, use the Chat Customizer element instead 💬
If you want, I can also walk you through making a simple custom message step by step 🙂
how do I acess the chat customizer?
You can add it from the HUD layout editor 🧩
Quick steps:
- Open the Pause screen
- Click the big HUD customization button in the top-left
- Make sure Current Screen Customization is enabled
- Create/open a layout for the current screen
- Right-click the editor background
- Go to New Element → Chat Customizer
That element is the one for moving/changing the in-game chat’s position and look 💬
If you want, I can also give you a tiny “click here, then here” version with screenshots-style steps 😄
I can put external info like a handmade translator?
Yep, if by “handmade translator” you mean your own custom translations/localized text, then yes 👍
But one important thing: the Chat Customizer is only for changing the chat’s look/position. It doesn’t create or translate chat text itself.
For custom translated info, use a Text element + custom localization files:
- make your own
en_us.json/de_de.jsonetc. - put them in a resource pack
- then use the
localplaceholder like this:
{"placeholder":"local","values":{"key":"my_modpack.my_text_key"}}
If you mean showing external data from somewhere else, FancyMenu also supports:
- a local text file
- a web text file
- or direct text input
So yeah, possible, just depends on whether you want:
- custom translations/localization
- text from a file/URL
- or just chat style changes 💬✨
If you want, I can show you the exact setup for a custom translation file step by step.
✅ | How do I acess the ingame hud screen to create a custom chat message in there?