Essentials permission help: essentials.sethome.multiple.$var

Discussion in 'Bukkit Help' started by Leon., Jul 12, 2012.

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

    Leon.

    Hey,

    I'm using the essential plugin and I've come across an error. Basically, I can't set more than 3 homes (which is the default value for 'essentials.sethome.multiple').

    I'm trying to add a 'essentials.sethome.multiple.donator' entry, which will allow for 4 homes.

    My config files:
    MC\plugins\GroupManager\worlds\world\groups.yml
    Code:
    Donator:
        default: false
        permissions:
        - essentials.help
        - essentials.helpop
        - essentials.list
        - essentials.motd
        - essentials.rules
        - essentials.spawn
        - essentials.sethome
        - essentials.delhome
        - essentials.home
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.msg
        - essentials.suicide
        - essentials.chat.color
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.sethome.multiple.donator
        inheritance:
        - -default
        - g:groupmanager_default
        - g:bukkit_default
        info:
          prefix: '&2'
          build: true
          suffix: ''

    MC\plugins\GroupManager\config.yml
    Code:
    sethome-multiple: 
      default: 3
      # essentials.sethome.multiple.vip
      vip: 5
      # essentials.sethome.multiple.staff
      staff: 10
      donator: 4
    Note: if I change the permission for the Dondator group from ' - essentials.sethome.multiple.donator' to ' - essentials.sethome.multiple.vip', the 5 homes (configured by default in the groupmanager config file) won't work either.

    What could be the problem?

    I found out that all 3 permissions have to be enabled for it to work. Eg settings only 'essentials.sethome.multiple.staff' without 'essentials.sethome.multiple' won't work.
    - essentials.sethome - essentials.sethome.multiple - essentials.sethome.multiple.staff

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

    OverSizedRabbit

    Im having the same issue must be a bug
     
  3. Offline

    Necrodoom

    tested and it works fine. do you have all 3 nodes as leon said? paste your permissions file.
     
  4. Offline

    OverSizedRabbit

Thread Status:
Not open for further replies.

Share This Page