Essentials - Donator Homes

Discussion in 'Bukkit Help' started by CashVillan, Oct 6, 2012.

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

    CashVillan

    I need help so Donators can set more homes than others. I would love if someone could tell me what i should put in this part of the essentials config. And tell me the permission i would need to insert into the group manager permission files for each group. Im going to list how many homes i want for each donator groups thanks!
    Donator Homes:
    Vip: 2 Homes
    Executive: 3 Homes
    Premium: 4 Homes
    Elite: 5 Homes
    Kashier: 6 Homes
    Banker: 7 Homes

    The Essentials Homes, Config.
    Code:
    # If no home is set, send players to spawn when /home is used
    spawn-if-no-home: false

    # Allows people to set their bed at daytime
    update-bed-at-daytime: true

    # Allow players to have multiple homes.
    # Players need essentials.sethome.multiple before they can have more than 1 home, default 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: 2
    # essentials.sethome.multiple.executive
    executive: 3
    premium: 4
    elite: 5
    kashier: 6
    banker: 7

    # Set timeout in seconds for players to accept tpa before request is cancelled.
    # Set to 0 for no timeout
    tpa-accept-cancellation: 30
     
  2. Offline

    mmorton89

    You just have to add to the ranks you want to set multiple homes.
    - essentials.sethome.multiple
    - essentials.sethome.multiple.rankname

    So executive would be...
    - essentials.sethome.multiple
    - essentials.sethome.multiple.executive
     
  3. Offline

    Necrodoom

    and dont forget essentials.sethome in the first place.
     
  4. Offline

    CashVillan

    Yeah, i see what you mean but how would i put that in the config file like here: tell me in this format: :)

    sethome-multiple:
    default: 2
    # essentials.sethome.multiple.?
    executive: ?
    # essentials.sethome.multiple.?
    premium: ?
    # essentials.sethome.multiple.?
    elite: ?
    # essentials.sethome.multiple.?
    kashier: ?
    # essentials.sethome.multiple.?
    banker: ?

    Is this correct ?
     
  5. Offline

    Necrodoom

    no..
    in your permissions file..
     
Thread Status:
Not open for further replies.

Share This Page