diff options
Diffstat (limited to 'Install/groups.example.ini')
-rw-r--r-- | Install/groups.example.ini | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Install/groups.example.ini b/Install/groups.example.ini new file mode 100644 index 000000000..7f061204b --- /dev/null +++ b/Install/groups.example.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.build,core.help,core.playerlist,core.pluginlist,core.spawn
+Color=7
\ No newline at end of file |