Add Deluxe Christmas Lights?
Can you add Deluxe Christmas Lights so that they can be removed via your plugin?
Thank you.
    "Other Entity Settings": {//If you want to add other entities, you can do so here
      "fogmachine": {  //entity short prefab name
        "Remove Allowed": true, //Allows the entity to be remove
        "Display Name": "Fogger-3000", //The name displayed on the RemoverToolUI
        "Price": {},
        "Refund": {
          "fogmachine": 1
        }
      }
    }

So you can add this:

      "xmas.advanced.lights.deployed": {
        "Remove Allowed": true,
        "Display Name": "Deluxe Christmas Lights",
        "Price": {},
        "Refund": {
          "xmas.lightstring.advanced": 1
        }
      }


Merged post

However, in my tests, I found that the owner ID of Deluxe Christmas Lights was 0. 
Aaah ok will do so.
Thank you.
It will tell you that you don't have any rights to remove...

Merged post

Because the owner ID of the Deluxe Christmas Lights is always 0
Ahm what does that mean? The ID?

Merged post

Oh ok. So no need to add it cause it won't work?
I mean, even if you add it, it shouldn't work...
Unless you set it this way:
    "Use Entity Owners": false,
    "Use Tool Cupboards (Strongly unrecommended)": true,​

Merged post

Also, Deluxe Christmas Lights can be picked up, no need to use RemoverTool...