Own all does not give ownership to entire structure
I've tested '/unown all' which works well. It removes ownership from the entire structure.

'/own all' however only works on the item you're looking at. 
Just change the line number around 241 from:

string type = null;​


to

string type = args[0];​
Pho3niX90
Just change the line number around 241 from:

string type = null;​


to

string type = args[0];​

Thanks! will give it a shot.

Thanks worked great!

Or, if you don't want to alter the code just use a name/ID with the command.

/own all bumfuzzler

works for me at least.

5d485c0d7001e.png?uid=5d485c56dcf2c FuelStream

Or, if you don't want to alter the code just use a name/ID with the command.

/own all bumfuzzler

works for me at least.

Thanks! Good to know. I think it may have also affected /unown all though