NullReferenceException Too Consistent

I'm getting this error way too often when using the remove all tool.

Can you reproduce it? When you remove what entity?

Most cases it's when I'm using the remove all. It's not consistent by any means but I'll send over the error when I get it to happen again.

Merged post

Ok, I got it first try that time.

*.*.*.*:55912/76561############/JuiceMyOranges disconnecting: Object reference not set to an instance of an object. at ConstructionSkin.SpawnGibs (BuildingBlock parent) [0x00000] in <00000000000000000000000000000000>:0 at BuildingBlock.SpawnGibs () [0x00000] in <00000000000000000000000000000000>:0 at Client.OnEntityDestroy (Network.Message msg) [0x00000] in <00000000000000000000000000000000>:0 at Client.OnNetworkMessage (Network.Message packet) [0x00000] in <00000000000000000000000000000000>:0 at Facepunch.Network.Raknet.Client.HandleMessage () [0x00000] in <00000000000000000000000000000000>:0 at Facepunch.Network.Raknet.Client.Cycle () [0x00000] in <00000000000000000000000000000000>:0 at Client.Update () [0x00000] in <00000000000000000000000000000000>:0. Let me know if there is anything else I can provide.

    "All": {
      "Gibs": false, // What are you setting here?
    },

Is there a possible conflict with a plugin?

"All": {
"Display Name": "All",
"Distance": 50.0,
"Default Time": 300,
"Max Time": 600,
"Gibs": false,
"Reset the time after removing an entity": true
},

I woudln't think there would be a conflict with another plugin but I can take a scan through for any possibilities. It is a rather large base though if that would make a difference.