PermsEx Help - Setting Multiple Homes with Essentials?

Discussion in 'Bukkit Help' started by ZeusAllMighty11, Feb 9, 2012.

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

    ZeusAllMighty11

    Hey, I've been trying to set multiple homes on my server. It's dedicated, and has the following plugins:

    -PermsEx
    -GroupManager
    -Essentials
    -EssentialsChat
    -EssentialsSpawn
    -EssentialsXMPP
    -EssentialsGeoIP

    All the basic necessities.

    But I can't find the permission to make regular VIPs set multiple homes.
     
  2. Offline

    MrRedLogan

    Essentials actually makes this very easy and makes it sound a little difficult. I'll break it down for you =)
    Inside your config.yml for Essentals you will see:

    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                  EssentialsHome                    | #
    # +------------------------------------------------------+ #
    ############################################################
     
    # When users die, should they respawn at their first home, instead of the spawnpoint or bed?
    respawn-at-home: false
     
    # If no home is set send you to bed or spawn when /home is used
    spawn-if-no-home: true
     
    # Allows people to set their bed at daytime
    update-bed-at-daytime: true
     
    # Allow players to have multiple homes.
    # 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: 1
      member: 3
      vip: 5
      supporter: 10
     
    #Set timeout in seconds for players to accept tpa before request is cancelled.
    #Set to 0 for no timeout
    tpa-accept-cancellation: 30
    Say you wanted VIP's to set 5 homes. (listed above). You would define the class under sethome-multiple.
    Then to apply that to the class go into group manager and assign the node "essentials.sethome.multiple.vip"

    say you wanted them to set 10 homes (listed above). The node would be "essentials.sethome.mutiple.supporter".

    Get it? Sorry if Im confusing =/
     
  3. Offline

    ZeusAllMighty11

    But I want to set this to be compatible with groups in PermsEX
     
  4. Offline

    MrRedLogan

    it should...
     
  5. Offline

    15zenderb

    Yeah i'm also having issues. I have my default at 3 and i have the tree permissions the person above has HELP ME PLEASE![​IMG]

    dang, the image didnt work...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2016
  6. Offline

    Milaannnn_

    Having issues too.
     
  7. Offline

    Necrodoom

    if you want to give a group 3 homes (taking example in config, member:3)
    go to your permissions file, and add the following permissions:

    essentials.sethome (for /sethome)
    essentials.sethome.multiple (to enable multiple homes)
    essentials.sethome.multiple.member (to enable specific setting. "member")
     
    Tobstah likes this.
Thread Status:
Not open for further replies.

Share This Page