-Added "-p" parameter to "/region name" for persistent mode, type "/region name" without "-p" to disable.
-Added "-u" parameter to "/region name". Use to include unprotected regions in the listing. -Added "-z" parameter to "/region name". Use to include z indexes in the listing. -Regions displayed by "/region name" are now sorted by z index.
This commit is contained in:
parent
6fa744e2b5
commit
8c23d68727
3 changed files with 59 additions and 9 deletions
|
|
@ -121,6 +121,8 @@ namespace TShockAPI
|
|||
|
||||
public bool AwaitingName { get; set; }
|
||||
|
||||
public string[] AwaitingNameParameters { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The last time a player broke a grief check.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue