@RootConfig
marks one of your config classes as the "root". It's settings will appear in the config "landing page", underneath the remaining config screen buttons. It does nothing if you only have one config, as that config is a root config by default.
You can add @RootConfig
to an existing config without worry. Nothing structural or functional changes by using this annotation, purely the location of the settings in-GUI.
@RootConfigpublic class MyRootConfig extends Config { /*implementation*/ }
Heads up!
See the documentation page here 🗗