Add permissions for spawning bosses/starting invasions

This commit is contained in:
Deathmax 2012-01-18 19:50:49 +08:00
parent 44408a25d6
commit 27f61645ce
2 changed files with 42 additions and 4 deletions

View file

@ -149,8 +149,11 @@ namespace TShockAPI
[Description("Allow unrestricted Send Tile Square usage, for client side world editing")] public static readonly
string allowclientsideworldedit;
[Description("User can execute Lua files from the hard disk and run Lua strings.")] public static readonly string
runlua;
[Description("User can summon bosses using items")]
public static readonly string summonboss;
[Description("User can start invasions (Goblin/Snow Legion) using items")]
public static readonly string startinvasion;
static Permissions()
{