summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2013-12-17 19:25:58 +0000
committerKHobbits <rob@khobbits.co.uk>2013-12-17 19:23:28 +0000
commit08f28a961dc4c3722b59cbbff14d5834bbc0b75c (patch)
tree9fb2553cc8e492647ce6c933bed2a6deddbe55cb
parent1e065d6bab1a6016e813afb5709846b2ff28013c (diff)
downloadEssentials-08f28a961dc4c3722b59cbbff14d5834bbc0b75c.tar
Essentials-08f28a961dc4c3722b59cbbff14d5834bbc0b75c.tar.gz
Essentials-08f28a961dc4c3722b59cbbff14d5834bbc0b75c.tar.lz
Essentials-08f28a961dc4c3722b59cbbff14d5834bbc0b75c.tar.xz
Essentials-08f28a961dc4c3722b59cbbff14d5834bbc0b75c.zip
Try changing the config file home language up a little bit.
-rw-r--r--Essentials/src/config.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml
index 32f867656..24e1fb32e 100644
--- a/Essentials/src/config.yml
+++ b/Essentials/src/config.yml
@@ -433,17 +433,19 @@ update-bed-at-daytime: true
world-home-permissions: false
# Allow players to have multiple homes.
-# Players need essentials.sethome.multiple before they can have more than 1 home, defaults to 'default' below.
-# Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
-# People with essentials.sethome.multiple.unlimited are not limited by these numbers.
+# Players need essentials.sethome.multiple before they can have more than 1 home.
+# You can set the default number of multiple homes using the 'default' rank below.
+# To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'.
+# To grant different home amounts to different people, you need to define a 'home-rank' below.
+# Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple.<home-rank>
# For more information, visit http://wiki.ess3.net/wiki/Multihome
sethome-multiple:
default: 3
- # essentials.sethome.multiple.vip
vip: 5
- # essentials.sethome.multiple.staff
staff: 10
+# In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
+
# Set timeout in seconds for players to accept tpa before request is cancelled.
# Set to 0 for no timeout.
tpa-accept-cancellation: 120