From 16ca8429294760b1bfdc8c877e4ad7acb9c8d6f8 Mon Sep 17 00:00:00 2001 From: KHobbits Date: Mon, 18 Mar 2013 08:59:40 +0000 Subject: [PATCH] Edit default config to not cause confusion. --- Essentials/src/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index 871f58803..15db4819a 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -290,11 +290,13 @@ per-warp-permission: false list: # To merge groups, list the groups you wish to merge #Staff: owner, admin, moderators + Admins: owner, admin # To limit groups, set a max user limit #builder: 20 # To hide groups, set the group as hidden #default: hidden - Players: '*' + # Uncomment the line below to simply list all players with no grouping + #Players: '*' # More output to the console. debug: false