Essentials 1.8

Discussion in 'General Help' started by Fonzee9, Mar 23, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    Fonzee9

    How do i make it so they can set more homes? the 1.7.10 way doesent work anymore.
     
  2. Offline

    shades161

    Essentials Config (open)

    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsHome                     | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # Allows people to set their bed at daytime.
    update-bed-at-daytime: true
    
    # Set to true to enable per-world permissions for using homes to teleport between worlds.
    # This applies to the /home only.
    # Give someone permission to teleport to a world with essentials.worlds.<worldname>
    world-home-permissions: false
    
    # Allow players to have multiple homes.
    # 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: 1
      donor5: 3
      donor10: 4
      donor20: 5
      dnor50: 6
      vip: 7
      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

    And then in whatever permissions system you use, if you wanted to give the player the vip home limit (7) use the permission -essentials.sethome.multiple.vip
     
  3. Offline

    nverdier

    @shades161 Except you wouldn't have the '-' in front of the permission. That negates it. So that group/player wouldn't have that permission anymore.
     
  4. Offline

    shades161

    oh, i use bperms so a ^ would negate it. And I beleive group manager uses -- to negate something.
     
  5. Offline

    nverdier

Thread Status:
Not open for further replies.

Share This Page