Added /mute command - requires mute permission
This commit is contained in:
parent
8d84514128
commit
1aed7f4bdb
4 changed files with 58 additions and 7 deletions
|
|
@ -138,6 +138,9 @@ namespace TShockAPI
|
|||
[Description("User can convert hallow into corruption and vice-versa")]
|
||||
public static readonly string converthardmode;
|
||||
|
||||
[Description("User can mute and unmute users")]
|
||||
public static readonly string mute;
|
||||
|
||||
static Permissions()
|
||||
{
|
||||
foreach (var field in typeof(Permissions).GetFields())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue