BepInEx / BepInEx.ConfigurationManager

Plugin configuration manager for BepInEx
https://www.patreon.com/ManlyMarco
GNU Lesser General Public License v3.0
231 stars 53 forks source link

[Feature] Admin only settings #27

Closed Algorithman closed 3 years ago

Algorithman commented 3 years ago

With more and more games using the internet, there is a real need for server side only settings. For the configuration manager we'd only need an additional flag per entry (to determine if it is a server setting) and one global flag to determine if the serversettings are to be shown/editable in the configuration manager.

Synchronization would have to be done on the mod side anyway, so the impact/side effects of this change would be minimal.

Algorithman commented 3 years ago

Closing, found a way with the tags.