Introduce SoftcoreOnly config option to allow only softcore characters
to connect.
This commit is contained in:
parent
dcf1f07ff9
commit
a40effd55e
3 changed files with 11 additions and 0 deletions
|
|
@ -133,6 +133,10 @@ namespace TShockAPI.Configuration
|
|||
[Description("Prevents softcore players from connecting.")]
|
||||
public bool MediumcoreOnly;
|
||||
|
||||
/// <summary>Prevents non-softcore players from connecting.</summary>
|
||||
[Description("Prevents non-softcore players from connecting.")]
|
||||
public bool SoftcoreOnly;
|
||||
|
||||
/// <summary>Disables any placing, or removal of blocks.</summary>
|
||||
[Description("Disables any placing, or removal of blocks.")]
|
||||
public bool DisableBuild;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue