drtshock/PlayerVaults

Latest config changes prevent itemBlocking changes.

Closed this issue · 1 comments

Compiled on: 2e4fef7
Latest commit's with new config.conf prevent changing:

# Blocked Items
# This will allow you to block specific materials from vaults.
#  Bypass permission is: playervaults.bypassblockeditems
itemBlocking {
    enabled=true


    # Material list for blocked items (does not support ID's), only effective if the feature is enabled.
    # If you don't know material names: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
    list=[
        "PUMPKIN",
        "DIAMOND_BLOCK"
    ]
}

No matter what you do, it always reverts to the above. Can't disable, can't remove items from the list, etc.

Thanks for testing this out! Should be resolved now.