Added silent commands & other stuff (see below)
1. Removed old code. 2. Added silent command prefix & supporting code 3. Region ban & spawnmob support silence
This commit is contained in:
parent
7649718530
commit
f2b2da90d7
3 changed files with 70 additions and 18 deletions
|
|
@ -367,8 +367,11 @@ namespace TShockAPI
|
|||
[Description("Allows anyone to break grass, pots, etc.")]
|
||||
public bool AllowCutTilesAndBreakables = false;
|
||||
|
||||
[Description("Specifies which string starts a command")]
|
||||
[Description("Specifies which string starts a command.")]
|
||||
public string CommandSpecifier = "/";
|
||||
|
||||
[Description("Specifies which string starts a command silently.")]
|
||||
public string CommandSilentSpecifier = ".";
|
||||
|
||||
[Description("Kicks a hardcore player on death.")]
|
||||
public bool KickOnHardcoreDeath;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue