Bermingen

Results 6 comments of Bermingen

> Are you an alt of sunnamed434? nah, are you kidding me

> Are you adding `IOptions` into your plugin's container (usually by calling .Configure() or .AddOptions()) by any chance? Yes, I do ![image](https://user-images.githubusercontent.com/114731754/226453385-9f230cdc-67a7-47c0-b010-c2301497c544.png)

How do I get the same access to the `UnturnedConfig` after actually binding it on builder? I want to check some properties inside of the configuration, directly via `UnturnedConfig`

Extension method looks really cool, thanks! After registering the configuration not able to get the access to the registered services, in ctor of the plugin i.e ```cs public class UnturnedGuardPlugin...

So, then, do you have any suggestion what to do in case when I want to register the actual "`UnturnedConfig`" and then check the values inside of it and depend...

So, finally, I've just removed the IOptions things, etc... here's my solution: Yeah, I agree it could really look bad/weird because of no IOptions, but, ConfigurePlugin is very kinda not...