drtshock / PlayerVaults

Player vaults for player players.
GNU General Public License v3.0
87 stars 118 forks source link

Latest config changes prevent itemBlocking changes. #403

Closed andrewkm closed 4 years ago

andrewkm commented 4 years ago

Compiled on: https://github.com/drtshock/PlayerVaults/commit/2e4fef70d9b3d77aaf29357e08fc49276aca09f1 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.

CmdrKittens commented 4 years ago

Thanks for testing this out! Should be resolved now.