added some useful permissions
(canregister,canlogin,canchangepassword,canpartychat,cantalkinthird,candisplayplaying)
This commit is contained in:
parent
08069c6f97
commit
aa0642c64a
4 changed files with 33 additions and 7 deletions
|
|
@ -43,6 +43,13 @@ namespace TShockDBEditor
|
|||
CommandList.Add("immunetokick");
|
||||
CommandList.Add("immunetoban");
|
||||
CommandList.Add("usebanneditem");
|
||||
|
||||
CommandList.Add("canregister");
|
||||
CommandList.Add("canlogin");
|
||||
CommandList.Add("canchangepassword");
|
||||
CommandList.Add("canpartychat");
|
||||
CommandList.Add("cantalkinthird");
|
||||
CommandList.Add("candisplayplaying");
|
||||
|
||||
foreach (string command in CommandList)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue