Deleted useless file and edited default group permissions
This commit is contained in:
parent
4aa5c71b5b
commit
c895369ff6
2 changed files with 4 additions and 15 deletions
|
|
@ -1,11 +0,0 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace TShockAPI
|
||||
{
|
||||
class Permission
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
#Do not remove the group default
|
||||
#Do not name a group SuperAdmin, that is hard-coded into the code, it grants total permissions
|
||||
#ALWAYS DECLARE A GROUP'S PARENT BEFORE YOU DECLARE THE GROUP
|
||||
default null
|
||||
admin default kick ban
|
||||
trustedadmin admin ignorecheatdetection
|
||||
newadmin admin !ban
|
||||
default null kill
|
||||
newadmin default kick
|
||||
admin newadmin ban causeevents spawnboss spawnmob tp
|
||||
trustedadmin admin ignorecheatdetection power cfg cheat pvpfun
|
||||
Loading…
Add table
Add a link
Reference in a new issue