Ability to set config options with environment variables and system properties, just like LuckPerms does. Very useful for securely storing sensitive values such as database credentials, tokens, etc.
Since I use modern Velocity forwarding, I need a forwarding secret, but I also want to store my plugin configuration files in a GitHub repository. This way I leak my forwarding secret. Just like LuckPerms, it would be great if I could define an environment variable, and the plugin could resolve that value instead from the config.
Ability to set config options with environment variables and system properties, just like LuckPerms does. Very useful for securely storing sensitive values such as database credentials, tokens, etc.
Since I use modern Velocity forwarding, I need a forwarding secret, but I also want to store my plugin configuration files in a GitHub repository. This way I leak my forwarding secret. Just like LuckPerms, it would be great if I could define an environment variable, and the plugin could resolve that value instead from the config.