Add /tpnpc to allow teleportation to active npcs
This commit is contained in:
parent
aa8f762f9c
commit
a8a08caa4b
2 changed files with 45 additions and 0 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue