change permissions to tshock.xxx and fix default group creating to reference permissions that exist, and not hardcoded strings.
This commit is contained in:
parent
8980a2155a
commit
b7019d8267
4 changed files with 19 additions and 9 deletions
|
|
@ -267,6 +267,7 @@ namespace TShockAPI
|
|||
|
||||
[Description("The maximum value that a character may have for health.")] public int MaxMana = 400;
|
||||
|
||||
[Description("The number of reserved slots past your max server slot that can be joined by reserved players")] public int ReservedSlots = 20;
|
||||
/// <summary>
|
||||
/// Reads a configuration file from a given path
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue