Permission added to REST Server Broadcast .

This commit is contained in:
Bambino 2021-02-08 03:03:16 -06:00
parent b5ca015d26
commit 60464a890d
2 changed files with 4 additions and 1 deletions

View file

@ -67,6 +67,9 @@ namespace Rests
[Description("REST user can reload configurations, save the world and set auto save settings.")]
public const string restcfg = "tshock.rest.cfg";
[Description("REST user can turn off / restart the server.")]
public const string restbroadcast = "tshock.rest.broadcast";
[Description("REST user can kick players.")]
public const string restkick = "tshock.rest.kick";