Add permissions for spawning bosses/starting invasions
This commit is contained in:
parent
44408a25d6
commit
27f61645ce
2 changed files with 42 additions and 4 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue