Settings file
Nitea keeps the player's choice in the game directory, at config/nitea/nitea.properties. Every mod using Nitea reads the same file.
config/nitea/nitea.properties
consent=granted
examplemod.enabled=false
| Key | Values | What it does |
|---|---|---|
consent | granted, denied | The player's choice. Missing means not chosen yet. On a dedicated server, set it by hand. |
<modid>.enabled | true, false | Set to false to turn off one mod. Defaults to true. |
Nitea also writes keys of its own, like the installation ID and when consent was given. Don't edit those.
Deleting the file resets the choice: the consent screen shows again at the next launch.