Adventure-Terraria-Server-Project / Protector-Plugin

Protector plugin for Terraria Server API and TShock.
GNU General Public License v3.0
10 stars 19 forks source link

Smarter Protection Management #14

Closed CoderCow closed 11 years ago

CoderCow commented 11 years ago

The block type where a protection was defined for should be saved in the protection data, if any player interacts with the protected block later, Protector will check if the block types still matches with the block type defined in the protection data and thus remove the protection automatically because it will consider it invalid.

Also consider exceptional tiles here that are meant to change the block type, like when a sapling becomes a tree, the protection should still be considered valid.