Add respawn and respawnother permissions
This commit is contained in:
parent
818e9ce24b
commit
c1f14367e6
1 changed files with 6 additions and 0 deletions
|
|
@ -436,6 +436,12 @@ namespace TShockAPI
|
|||
|
||||
[Description("User can kill others.")]
|
||||
public static readonly string kill = "tshock.kill";
|
||||
|
||||
[Description("Player can respawn themselves.")]
|
||||
public static readonly string respawn = "tshock.respawn";
|
||||
|
||||
[Description("Player can respawn others.")]
|
||||
public static readonly string respawnother = "tshock.respawn.other";
|
||||
|
||||
[Description("Allows you to bypass the max slots for up to 5 slots above your max.")]
|
||||
public static readonly string reservedslot = "tshock.reservedslot";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue