new command: /renamenpc <guide,nurse,etc.> <newname>

Change a town NPC's name to anything you want!
requires permission tshock.renamenpc

requested by our friends from /tg/
This commit is contained in:
k0rd 2014-06-12 04:03:16 -04:00
parent 19944db0e8
commit 98f1af65fa
2 changed files with 59 additions and 1 deletions

View file

@ -295,6 +295,9 @@ namespace TShockAPI
[Description("User can kill others.")]
public static readonly string kill = "tshock.kill";
[Description("User can rename NPCs.")]
public static readonly string renamenpc = "tshock.renamenpc";
[Description("Allows you to bypass the max slots for up to 5 slots above your max.")]
public static readonly string reservedslot = "tshock.reservedslot";