whitelist and blacklist issues
Opened this issue · 2 comments
Deleted user commented
no, antibot is literally saving to a yml path of "" (see https://github.com/2LStudios-MC/AntiBot/blob/5acce83b18591a8399bf3c8fc4e0bb003cea9579/src/twolovers/antibot/bungee/module/WhitelistModule.java#L67 )
linsaftw commented
Which is the idea.
Maybe i will make it "whitelist" instead of "" soon so we don't make confusions here.
Deleted user commented
@linsaftw its bad practice to set to an empty path, since its not what yaml was designed to do, usually yaml throws an exception when setting to an empty path, not sure why bungee version doesn't.