Fix excluded checks can still be enabled - #2386
Conversation
|
we could also just remove the enabled thing since we have per-check exempt permissions, or we could put it in config.yml as |
I feel that placing this setting in config.yml is redundant—most checks don't offer additional options, and putting it in config.yml would require two lines of text to disable it. In punishments.yml, this only requires one line. Besides, it has always been dedicated to configure check on/off settings. I believe using Permission would draw a small amount of additional overhead—it at least requires access to the cache. And that's designed for a specific player, not globally. |
yml allows this syntax: MyCheck.enabled: false |
This makes it possible: