diff options
Diffstat (limited to '')
-rw-r--r-- | Install/groups.example.ini | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/Install/groups.example.ini b/Install/groups.example.ini index 7f061204b..87b28b70d 100644 --- a/Install/groups.example.ini +++ b/Install/groups.example.ini @@ -1,17 +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
+[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 |