Allow Teleport from/into Safezone?Fixed
Hey,
is it possible to allow the Teleportation into/from a Safezone?

Best regards,
BattleSheep
I will look into adding this as a config item.  But, if you are handy with code you can comment the two relevant lines in the .cs file to disable the check.  Keep a copy in case something goes wrong if you are inclined to make edits.  No warranty, ymmv ;)
//            if (player.InSafeZone())
//                return "TPSafeZone";​


Merged post

This has been added as of 1.0.36.  If the admin sets InterruptTPOnSafe to false, it will allow tp.
Outpost is safe zone and either if  InterruptTPOnSafe set to true or false a I can still set home there and tp in and out from outpost.
I have just checked and despite a bad return on the error message for /sethome, it does get blocked if InterruptTPOnSafe is set to true.  /home receives the usual message blocking safe zone.  Can you post your config somewhere, e.g. pastebin, and verify which version you are running?

Merged post

tpb is not currently checked, so that would work either way.
Removed config, re installed plugin and it work like a dream. Thank you very much.
Locked automatically