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

    devsta98

    put this in groupmanager for executive group: essentials.sethome.multiple.executive
    Do that for each group just change executive to the name in the config for each group
     
Thread Status:
Not open for further replies.

Share This Page