Hello ! ^^
There is a problem when the plugin load the blocks whitelist / blacklist : It always reset it, because Collections.emptyList() has List type, which is not and instance of ArrayList. This is why getForced() returns an empty list.
Have a nice day ! :D
Hello ! ^^ There is a problem when the plugin load the blocks whitelist / blacklist : It always reset it, because
Collections.emptyList()
hasList
type, which is not and instance ofArrayList
. This is whygetForced()
returns an empty list. Have a nice day ! :D