Solved Remove Authorization

Orange

Administrator
I'll try and break down the video.

I am the base owner and builder my friend is the raider. The doors on the base were ALL mine and they all had code locks on them.
My friend tried to remove a wall when he had no TC access and the remove plugin blocked him from doing so. "you need build privilege to remove" as soon as he Auth to tc then try to remove again it allowed him to remove.

We are NOT in a clan and we are NOT on each other's friends list.

In the Remove plugin, I'm running the config like this.

Code:
{
  "Command": "remove",
  "Need ability to build for removing": true,
  "Need ownership for removing": FALSE,
  "Friends can remove": true,
  "A. Deployables": {
    "Return item with same condition": true,
    "Return item": true
  },
  "B. Building blocks": {
    "Percent of block cost": 75
  },
  "C. GUI settings": {
    "Duration": 30,
    "Panel color": "0.25 0.25 0.25 1",
    "Text color": "1 1 1 1",
    "Text size": 15,
    "Anchor min": "0 0.92",
    "Anchor max": "1 0.97"
  }
}

I'm trying to run my remove plugin so that it does not go off of "Need ownership for removing". But I want this plugin to block players from removing if there is doors on the base that they do not have ownership of.

Thanks for your time orange
Plugin was updated
 
Top