Add /tpnpc to allow teleportation to active npcs

This commit is contained in:
White 2014-07-10 17:58:20 +09:30
parent aa8f762f9c
commit a8a08caa4b
2 changed files with 45 additions and 0 deletions

View file

@ -213,6 +213,9 @@ namespace TShockAPI
[Description("User can teleport to tile positions.")]
public static readonly string tppos = "tshock.tp.pos";
[Description("User can teleport to npcs.")]
public static readonly string tpnpcs = "tshock.tp.npcs";
[Description("Users can stop people from teleporting.")]
public static readonly string tpallow = "tshock.tp.block";