You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yamler 2.4.0 is really cool! However, there seems to be a bug in the new ConfigMode feature.
The plugin having issues is BungeeAdminTools. What happens is that on initial run of the plugin (the part where it creates the new, clean config) it works perfectly. But if the file already exists, it ignores ConfigMode.DEFAULT (set by not defining anything else) and acts as though it's using ConfigMode.PATH_BY_UNDERSCORE.
Hello!
Yamler 2.4.0 is really cool! However, there seems to be a bug in the new ConfigMode feature.
The plugin having issues is BungeeAdminTools. What happens is that on initial run of the plugin (the part where it creates the new, clean config) it works perfectly. But if the file already exists, it ignores
ConfigMode.DEFAULT
(set by not defining anything else) and acts as though it's usingConfigMode.PATH_BY_UNDERSCORE
.The config file for BAT can be seen here.
I'm working on a fix that uses
@Path
, but an official patch would be nice 😄.Let me know if you need more info, or if I'm being a derp and BAT is actually the culprit.
Thanks.
The text was updated successfully, but these errors were encountered: