Essentials Multiple Home Help

Discussion in 'Bukkit Help' started by carlos2526, Nov 21, 2012.

Thread Status:
Not open for further replies.
  1. I have done every and i can't make it work can someone help me?
    I want to either set a limit of 3 for players or no having it, i've tryed everything but nothing works​
     
  2. Offline

    ImDeJay

    In your essentials config.yml you need to find "sethome-multiple:"... Just below that is where you will change how many homes ech person can set.

    In order for the people to be able to use multiple homes you need to give them permission...

    If you want the VIP group of your server to be able to set 5 homes you need to give the vip group the permission node "essentials.sethome.multiple.vip"
     
  3. yeah but why does not the default work and how do i give them permissions?
     
  4. Offline

    Necrodoom

    paste your multiple home settings.
    also you need to give:
    essentials.sethome
    essentials.sethome.multiple (gives default multihome setting)
    essentials.sethome.multiple.configset (gives another multihome setting
     
  5. Offline

    obit8

    Have some problem, set at the same way indicated from necrodoom but nothing work.
    Are u using GroupManager? I'll put PermissionEX instead of GroupManager, i think is it the problem.
    I've treyed evewry possibile solution, but Nothing
     
  6. Offline

    Necrodoom

    giving absolutely no info of your setup is going to be null help.
    this is in no way related to the permission plugin.
    paste your permissions file, your essentials config.yml, and describe your errors.
     
  7. this is my config what shall i do?
    ############################################################
    # +------------------------------------------------------+ #
    # | 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: true
    # 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.
    sethome-multiple:
    default: 5
    # essentials.sethome.multiple.vip
    vip: 5
    # essentials.sethome.multiple.staff
    staff: 10
    # Set timeout in seconds for players to accept tpa before request is cancelled.
    # Set to 0 for no timeout
    tpa-accept-cancellation: 0
     
  8. Offline

    Necrodoom

    if you want 3 homes, set default to default: 3
    then give essentials.sethome to everyone, and essentials.sethome.multiple to people you want to have 3 homes
     
  9. yeah, thank you, but i did not explained myself correctly my problem is that, how do i do it?
     
  10. Offline

    obit8

    Ok, so
    My problem is the same.
    I've set up 3 different configuration in essentials home, i've paste the nodes to groupmanager, but players can't do what i've write.

    For example, i've setted up 6 homes for vip group, but they still can only set 3 homes, like default.

    this is my Essentials config file: http://pastebin.com/dZwSLqDE
    This si Global Groups file: http://pastebin.com/3wnn7gW9
    And this is Groups file: http://pastebin.com/fbuuDc3S
     
  11. Offline

    Necrodoom

    according to your config.yml, they can set only 1 home.
    are you sure you restarted server since updating config.yml?
     
  12. Offline

    obit8

    Yes, i've restarted many times.
    And Vips can't set 6 home!
     
  13. Offline

    Necrodoom

    just noticed you cant be possibly using that, because your groups.yml is broken. can you give your startup log?
     
  14. Offline

    obit8

    Wait now it seems to work, but i've problem with another ndoes about another plugin....have i to open a new thread?
     
Thread Status:
Not open for further replies.

Share This Page