Implemented permissions for lua and some commands to work with it.

TSHOCKPLUGINS-4 is completed.
This commit is contained in:
Lucas Nicodemus 2012-01-03 18:07:55 -07:00
parent 15d9a2aa8c
commit d28fef8e1e
3 changed files with 83 additions and 20 deletions

View file

@ -149,6 +149,8 @@ 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;
static Permissions()
{