Skip to main content

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
KeyValuesWhat it does
consentgranted, deniedThe player's choice. Missing means not chosen yet. On a dedicated server, set it by hand.
<modid>.enabledtrue, falseSet 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.