summaryrefslogtreecommitdiffstats
path: root/MCServer/groups.example.ini
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-03 20:45:08 +0200
committermadmaxoft <github@xoft.cz>2013-08-03 20:45:08 +0200
commit106308796d975351b4c5c05927d2790adf2da26a (patch)
tree5d2545b004e82a3a6366843d96867146738a0e6f /MCServer/groups.example.ini
parentAdded cWorld::DoWithChunk() function. (diff)
parentRemoved all example ini files from Install. (diff)
downloadcuberite-106308796d975351b4c5c05927d2790adf2da26a.tar
cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar.gz
cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar.bz2
cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar.lz
cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar.xz
cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar.zst
cuberite-106308796d975351b4c5c05927d2790adf2da26a.zip
Diffstat (limited to 'MCServer/groups.example.ini')
-rw-r--r--MCServer/groups.example.ini17
1 files changed, 17 insertions, 0 deletions
diff --git a/MCServer/groups.example.ini b/MCServer/groups.example.ini
new file mode 100644
index 000000000..87b28b70d
--- /dev/null
+++ b/MCServer/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