From 08f28a961dc4c3722b59cbbff14d5834bbc0b75c Mon Sep 17 00:00:00 2001 From: KHobbits Date: Tue, 17 Dec 2013 19:25:58 +0000 Subject: Try changing the config file home language up a little bit. --- Essentials/src/config.yml | 12 +++++++----- 1 file 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. # 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 -- cgit v1.2.3