How to break Tool Cupboard

Stupid question but I want players to be able to break their own bases (I allowed people with auth to break their foundations and such), but need to move my TC and I can't break it with C4.

Thanks for any help.

heya, authorized damage will allow you to destroy the TC too.

using a default config, I can destroy TC, foundations and such by adding one of these three pairs:

AuthorizedDamage and AuthorizedDamageRequiresOwnership
AuthorizedDamage and AuthorizedDamageCheckPrivilege
AuthorizedDamage and CupboardOwnership

I've just tested each pair and it is working :)

AuthorizedDamageRequiresOwnership, AuthorizedDamageCheckPrivilege and CupboardOwnership all extend the behavior of AuthorizedDamage and are explained in the documentation. only one pair is required.