Update "spawn boss invasion" get data handler
This is really "spawn arbitrary stuff" and it can create invasions, pets, and bosses now.
This commit is contained in:
parent
ea6425a2e2
commit
16df9bb16c
3 changed files with 32 additions and 62 deletions
|
|
@ -189,7 +189,7 @@ namespace TShockAPI
|
|||
[Description("User can edit the spawnrate.")]
|
||||
public static readonly string spawnrate = "tshock.npc.spawnrate";
|
||||
|
||||
[Description("User can start an invasion.")]
|
||||
[Description("User can start an invasion. Warning: high network use. Easy to abuse.")]
|
||||
public static readonly string invade = "tshock.npc.invade";
|
||||
|
||||
[Description("User can hurt town NPCs.")]
|
||||
|
|
@ -198,6 +198,9 @@ namespace TShockAPI
|
|||
[Description("User can spawn bosses.")]
|
||||
public static readonly string spawnboss = "tshock.npc.spawnboss";
|
||||
|
||||
[Description("User can spawn pets. Warning: high network use. Easy to abuse.")]
|
||||
public static readonly string spawnpets = "tshock.npc.spawnpets";
|
||||
|
||||
[Description("User can rename NPCs.")]
|
||||
public static readonly string renamenpc = "tshock.npc.rename";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue