Small permissions help needed.

Discussion in 'Bukkit Help' started by Riot_, Dec 7, 2013.

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

    Riot_

    I know how to do permissions, I just don't know how to let a certain rank set more than their default rank lets them do. Such as I want a donator rank to have two/three homes, and not one. What permission node would I enter for that? Thanks in advance!
     
  2. Offline

    broro08

    Depends, Are you using essentials or another plugin?
     
  3. Offline

    The Fancy Whale

    I am assuming you are using essentials and you know atleast how to give permissions. Correct me if I am wrong about that.
    Here are all of the perms for sethome
    All perms for essentials can be found here: http://wiki.ess3.net/wiki/Command_Reference
    essentials.sethome Allow access to the /sethome command.
    essentials.sethome.others Allows you to change another users home location.
    essentials.sethome.multiple Allows player to have multiple homes, or create named homes. Required for 2+ homes.
    essentials.sethome.multiple.unlimited Removes the cap on the number of homes people are allowed (if they have multiple homes).
    essentials.sethome.multiple.[set name] Raise the multiple home limit to a setting defined in the config file.
    essentials.sethome.bed
    Allows the player to right click a bed during daytime to update their 'bed' home.
     
  4. Offline

    Riot_

    I know that, but with the essentials.sethome.multiple.setname , what do I change the setname too? Do I put 2, two, or something else?
     
  5. Offline

    broro08

    You have to set the name in the essentials config file located at /ServerDirectory/plugins/essentials/config.yml
    On line 427 of the config you should see something like:
    Code:
    sethome-multiple:
      default: 1
      trusted: 3
      # essentials.sethome.multiple.vip
      vip: 5
      # essentials.sethome.multiple.staff
      staff: 8
    The permissions for vip to be able to set 5 homes would be: "essentials.sethome.multiple.vip" NOT essenitals.sethome.multiple.5
     
Thread Status:
Not open for further replies.

Share This Page