#✅ | A way to restart the game with a fancy menu button

1 messages · Page 1 of 1 (latest)

red umbra
#

Is there a way to restart the game from inside with the use of action scripts? Does it matter what kind of launcher is used?

whole roverBOT
#

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

whole roverBOT
# red umbra Is there a way to restart the game from inside with the use of action scripts? D...

Yep, FancyMenu can quit the game, but I don’t see any documented action script that can fully restart / relaunch Minecraft from inside the game 😅

What the docs do confirm:

  • quitgame = Quit Minecraft completely
  • Buttons can run action scripts, so you can make a button that just quits the game

What I can’t confirm from the docs:

  • Any built-in FancyMenu action to start Minecraft again
  • Any launcher-agnostic way to relaunch the game automatically

So in practice:

  • You can make a FancyMenu button that closes the game
  • For actually restarting, you’d need the launcher itself or some external OS/script setup to relaunch it

About the launcher:

  • For the FancyMenu part, it doesn’t really matter
  • For the relaunch part, yes, the launcher would matter, because FancyMenu doesn’t provide a built-in restart feature that works across launchers

If you want, I can show you the exact action script for a “Quit Game” button 👾🎮

red umbra
#

No need. I already have one. I just wanted a restart button.

whole roverBOT
# red umbra No need. I already have one. I just wanted a restart button.

Gotcha 🙂 Then the short answer is: not with FancyMenu alone, at least not from the docs I have.

You can make a button that:

  • quits the game via quitgame 📴

But a true restart button would need something outside FancyMenu to relaunch Minecraft again after quitting. So the launcher definitely matters for that part 🚀

If you want, I can help you think through a workaround setup for your specific launcher, but I can’t promise FancyMenu has a built-in restart action.

#

✅ | A way to restart the game with a fancy menu button

#
Thread Marked as Solved

This support thread has been marked as solved by @red umbra.

The AI helper is now disabled.