How do I add config screen to my mod?

Started by Ziadod on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I add config screen to my mod?

I’ve created my mod using a single script, and now I want to add a configuration screen. I downloaded an MCreator 2025.2 plugin called Configuration Files, which lets me create a procedure-like visual block editor for my config. I connected the config to the main script, but my only issue is that when I launch the game, the Config button for my mod in the Mods list is greyed out/disabled. How can I make it open the config properly?

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
there is a plugin that…
Thu, 10/16/2025 - 22:40

there is a plugin that allows configs for mcreator, look it up

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What is it called? I used a…
Fri, 10/17/2025 - 07:15

What is it called? I used a plugin called Configuration Files, which adds a config editor. I created the config and connected it to my script, but the in-game button isn’t clickable. I think it needs to be registered somehow, but I’m not sure how.