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:
parent
19944db0e8
commit
98f1af65fa
2 changed files with 59 additions and 1 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue