#✅ | keybind
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 toggle keybind for FancyMenu’s menu bar is:
CTRL + ALT + C
That hides/shows the menu bar at the top of the screen 🎮
If it still doesn’t show up after that, it might be because FancyMenu is in modpack mode, which disables overlays and hotkeys. In that case, check config/fancymenu/options.txt and make sure modpack_mode is set to false.
how do i make a button go to the world selection screen
Use the button’s action script and add:
Open Screen or Custom GUI
Then set the value to the screen identifier of the world selection screen 📋
If you don’t know the identifier:
- Open the world selection screen
- Press
CTRL + ALT + Dto show the debug overlay - Copy the screen identifier from there
- Paste it into the button action
So the workflow is basically:
Button -> Edit Action Script -> Add Action -> Open Screen or Custom GUI -> paste world screen ID
If you want, I can also help you find the exact identifier for your Minecraft version 🧩
✅ | keybind