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:
Lucas Nicodemus 2020-05-17 22:44:10 -07:00
parent ea6425a2e2
commit 16df9bb16c
No known key found for this signature in database
GPG key ID: A07BD9023D1664DB
3 changed files with 32 additions and 62 deletions

View file

@ -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";