Adds new permissions to DBEditor
This commit is contained in:
parent
65304873a4
commit
fcde754784
2 changed files with 5 additions and 1 deletions
|
|
@ -33,7 +33,10 @@ namespace TShockDBEditor
|
||||||
CommandList.Add("logs");
|
CommandList.Add("logs");
|
||||||
CommandList.Add("kill");
|
CommandList.Add("kill");
|
||||||
CommandList.Add("butcher");
|
CommandList.Add("butcher");
|
||||||
CommandList.Add("cheat");
|
CommandList.Add("item");
|
||||||
|
CommandList.Add("heal");
|
||||||
|
CommandList.Add("whisper");
|
||||||
|
CommandList.Add("annoy");
|
||||||
CommandList.Add("immunetokick");
|
CommandList.Add("immunetokick");
|
||||||
CommandList.Add("immunetoban");
|
CommandList.Add("immunetoban");
|
||||||
CommandList.Add("ignorecheatdetection");
|
CommandList.Add("ignorecheatdetection");
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,7 @@ namespace TShockAPI
|
||||||
|
|
||||||
public static void InitCommands()
|
public static void InitCommands()
|
||||||
{
|
{
|
||||||
|
//When adding new perm in here, add new perm to CommandList in DBEditor
|
||||||
ChatCommands.Add(new Command("kick", Kick, "kick"));
|
ChatCommands.Add(new Command("kick", Kick, "kick"));
|
||||||
ChatCommands.Add(new Command("ban", Ban, "ban"));
|
ChatCommands.Add(new Command("ban", Ban, "ban"));
|
||||||
ChatCommands.Add(new Command("ban", BanIP, "banip"));
|
ChatCommands.Add(new Command("ban", BanIP, "banip"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue