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

Objects of type Chest can not be protected #35

Closed fsaev closed 9 years ago

fsaev commented 9 years ago

Running Terraria Server v1.3.0.8 with the latest 1.3.9 build of Protector Plugin. I'm typing in /protect as a superadmin, hits the chest I want to protect and gets the message "Objects of type Chest can not be protected".

CoderCow commented 9 years ago

Check if the Xml element "ManuallyProtectableTiles" in your Config.xml has 21 in its tile id list.

fsaev commented 9 years ago

Solved the problem. The config-file wasn't in it's correct location. Thanks a lot buddy, it works great.