Add respawn and respawnother permissions

This commit is contained in:
stacey 2021-07-31 14:01:17 -04:00 committed by GitHub
parent 818e9ce24b
commit c1f14367e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";