added some useful permissions

(canregister,canlogin,canchangepassword,canpartychat,cantalkinthird,candisplayplaying)
This commit is contained in:
Natrim 2011-12-28 09:55:53 +01:00
parent 08069c6f97
commit aa0642c64a
4 changed files with 33 additions and 7 deletions

View file

@ -151,6 +151,25 @@ namespace TShockAPI
[Description("User can mute and unmute users")]
public static readonly string mute;
[Description("User can register account in game")]
public static readonly string canregister;
[Description("User can login in game")]
public static readonly string canlogin;
[Description("User can change password in game")]
public static readonly string canchangepassword;
[Description("User can use party chat in game")]
public static readonly string canpartychat;
[Description("User can talk in third person")]
public static readonly string cantalkinthird;
[Description("User can see who plays on server")]
public static readonly string candisplayplaying;
static Permissions()
{