#โœ… | How can I disable the configuration interface above after I finish editing?

1 messages ยท Page 1 of 1 (latest)

jovial sirenBOT
#

Hello Gem! ๐Ÿ‘‹ That's a great question. You're referring to the menu bar at the top of the screen, right?

You can disable its visibility by pressing CTRL + ALT + C. This hotkey toggles the menu bar on and off. So, once you're done editing, just press those keys, and it will disappear!

If you ever need it back, just press CTRL + ALT + C again. ๐Ÿ˜Š

You can find more information about shortcuts and keybinds in the documentation here: Shortcuts & Keybinds

sacred grove
#

Can it be disabled in the configuration file?

jovial sirenBOT
# sacred grove Can it be disabled in the configuration file?

Yes, it can be disabled in the configuration file! This is useful if you're creating a modpack and don't want users to accidentally access the editing features.

You can set FancyMenu to "modpack mode" which disables all overlays and hotkeys, including the menu bar.

Here's how you can do it:

  1. Navigate to your Minecraft instance's /config/fancymenu/ folder.
  2. Open the options.txt file in a text editor.
  3. Find the line modpack_mode = false and change it to modpack_mode = true.
  4. Save the file.

After this change, the menu bar and all other overlays and hotkeys will be completely disabled. To be able to edit your layouts again, you'll need to change modpack_mode back to false.

You can find more details about this in the documentation on how to include layouts in modpacks: Modpacks ๐Ÿ˜Š

#
Thread Marked as Solved

This support thread has been marked as solved by @sacred grove.

The AI helper is now disabled, but you can still continue the conversation if needed. Thank you for using our support system!

#

โœ… | How can I disable the configuration interface above after I finish editing?