From 39ff5b09859ebecbabf9b953c763cc61cd85d905 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 21 Aug 2012 15:25:17 +0000 Subject: Fixed nightbuild script after files move. Also moved licenses and Install-related files to Install folder. The 7z archives are now built inside the Install folder, instead of the root git-svn-id: http://mc-server.googlecode.com/svn/trunk@771 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- Install/groups.example.ini | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Install/groups.example.ini (limited to 'Install/groups.example.ini') 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 -- cgit v1.2.3