Blacklist for items not to remove?Solved
How do i blacklist items i don't want people to remove. I've delete  Shopfronts from the config file but it keeps being loaded back in.
      "wall.frame.shopfront": {
        "Remove Allowed": false,   //////////Disable it...
        "Display Name": "Shop Front",
        "Price": {},
        "Refund": {
          "wall.frame.shopfront": 1
        }
      },
Wouldn't it be more performant if you included an optional whitelist system to check against, with the removal of the blacklist you now have to fill the config with all the entities you want to manually adjust to not be allowed. Which I can tell you is a pain in the ass to do, when the intent of removal tool use on the server is to limit it to only a few entities that may be removed.
SankoKallig
Wouldn't it be more performant if you included an optional whitelist system to check against, with the removal of the blacklist you now have to fill the config with all the entities you want to manually adjust to not be allowed. Which I can tell you is a pain in the ass to do, when the intent of removal tool use on the server is to limit it to only a few entities that may be removed.

Set all "Remove Allowed": true," to "Remove Allowed": false," and then enable the entities you need to remove. same simple

Locked automatically