Enum AdminOnlyStrictness
Enum used for telling whether AdminOnly settings for Config Entries should always be enforced
or if they should only be enforced when the mod is installed on the server.
Namespace: Jotunn.Utils
Assembly: Jotunn.dll
Syntax
public enum AdminOnlyStrictness
Fields
Name | Description |
---|---|
Always | AdminOnly is always enforced for Config Entries even if the mod is not installed on the server. This means that AdminOnly configs cannot be edited in multiplayer if the mod is not on the server. |
IfOnServer | AdminOnly is only enforced for Config Entries if the mod is installed on the server. |