diff options
author | KHobbits <rob@khobbits.co.uk> | 2013-12-17 19:25:58 +0000 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2013-12-17 19:23:28 +0000 |
commit | e5b522ed148133527c7d1bd195dc16a4cad4c2b2 (patch) | |
tree | 9c475854cb9cf8379f2ec8eeea2dec8b2039678a | |
parent | df219db1a4351351c3f8d7bf8745ea9942d33b48 (diff) | |
download | Essentials-e5b522ed148133527c7d1bd195dc16a4cad4c2b2.tar Essentials-e5b522ed148133527c7d1bd195dc16a4cad4c2b2.tar.gz Essentials-e5b522ed148133527c7d1bd195dc16a4cad4c2b2.tar.lz Essentials-e5b522ed148133527c7d1bd195dc16a4cad4c2b2.tar.xz Essentials-e5b522ed148133527c7d1bd195dc16a4cad4c2b2.zip |
Try changing the config file home language up a little bit.
-rw-r--r-- | Essentials/src/config.yml | 12 |
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 |