Solved Premissions : Setting Multiple Homes

Discussion in 'Bukkit Help' started by Cloud9, Aug 2, 2012.

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

    Cloud9

    Hey there, I was wondering how this premission woud work so that vip can set up to 3 homes.
    Right now the default permissions look like this. The "#" means disabled right? So do I erase the "#" and back space it like sethome or just erase the "#". - Thanks

    sethome-multiple:
    default: 1
    # essentials.sethome.multiple.vip
    vip: 3
    # essentials.sethome.multiple.staff
    staff: 10
     
  2. Offline

    MongooseBoy26

    The permission for "vip" would be:
    essentials.sethome.multiple.vip
    The permission for "staff" would be:
    essentials.sethome.multiple.staff
    The permission for the "default" multiple would be:
    essentials.sethome.multiple

    You would put those permissions in the group you wish to have these perks.

    For example using "GroupManager"

    Donator2:
    default: false
    permissions:
    - "essentials.sethome.multiple.vip"
    inheritance: []
    info:
    prefix: '&6[Donator2] '
    build: true
    suffix: ''

    Hope that helps!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
    Cloud9 likes this.
  3. Offline

    jaberrio

    just a little note " # " means disabled or not in use it will just be ignored and " * " means all/everything Ex("essentials.sethome.multiple.vip") --> "essentials.sethome.multiple.* " <=== means any rank
     
  4. Offline

    Cloud9

    Thanks so much! :D
     
  5. Offline

    Necrodoom

    essentials.sethome enables /sethome
    essentials.sethome.multiple enables multiple homes
    essentials.sethome.multiple.type enables amount of multiple homes.
     
  6. i have done that and i can't make i work can you help me?
     
Thread Status:
Not open for further replies.

Share This Page