Implemented permissions for lua and some commands to work with it.
TSHOCKPLUGINS-4 is completed.
This commit is contained in:
parent
15d9a2aa8c
commit
d28fef8e1e
3 changed files with 83 additions and 20 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue