diff options
Diffstat (limited to '')
-rw-r--r-- | groups.ini | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/groups.ini b/groups.ini new file mode 100644 index 000000000..2f03bc229 --- /dev/null +++ b/groups.ini @@ -0,0 +1,17 @@ +[Admins]
+Permissions=*
+Color=c
+
+[Mods]
+Color=5
+Inherits=Vips
+Permissions=core.time,core.item
+
+[Vips]
+Permissions=core.teleport
+Color=2
+Inherits=Default
+
+[Default]
+Permissions=core.help,core.playerlist,core.pluginlist,core.spawn
+Color=7
|