Updated server bin
Added PluginUpdater stuff. Very alpha at the moment until we can test more thoroughly.
This commit is contained in:
parent
e37ada8749
commit
9ec77332fb
8 changed files with 276 additions and 1 deletions
|
|
@ -176,6 +176,8 @@ namespace TShockAPI
|
|||
[Description("User can use /spawn.")] public static readonly string spawn;
|
||||
|
||||
[Description("User can elevate other users' groups temporarily.")] public static readonly string settempgroup;
|
||||
|
||||
[Description("User can download updates to plugins that are currently running.")] public static readonly string updateplugins;
|
||||
static Permissions()
|
||||
{
|
||||
foreach (var field in typeof (Permissions).GetFields())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue