Home / Sethome problems

Discussion in 'Bukkit Help' started by Fun0saurus, Aug 22, 2012.

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

    Fun0saurus

    Hello,
    Me and my friend are setting up a server, but we have a couple of problems.
    We use essentials but we are not able to delete homes or add more then 1 home.
    Is there any way to make players only be able to make homes called 1, 2 and 3?
    Here is my permissions groups.yml

    groups:
    Default:
    default: true
    permissions:
    - 'essentials.tpaccept'
    - 'worldborder.getmsg'
    - 'multiverse.portal.access.*'
    - 'essentials.suicide'
    - 'bukkit.command.kill'
    inheritance:
    - g:groupmanager_default
    - g:bukkit_default
    - g:essentials_default
    - g:towny_default
    info:
    prefix: '&f[P]'
    build: true
    suffix: '&f'
    Member:
    default: false
    permissions:
    - 'essentials.sethome.1'
    - 'essentials.home'
    inheritance:
    - Default
    info:
    prefix: '&e[Member]'
    build: true
    suffix: '&f'
    Donator:
    default: false
    permissions:
    - 'essentials.tpa'
    - 'essentials.sethome.multiple.2'
    inheritance:
    - Member
    info:
    prefix: '&a[Donator]'
    build: true
    suffix: ''
    VIP:
    default: false
    permissions:
    - 'essentials.sethome.multiple.3'
    - 'essentials.suicide'
    - -bukkit.command.kill
    inheritance:
    - Donator
    info:
    prefix: '&b[VIP]'
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions:
    inheritance:
    - VIP
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator
    info:
    prefix: '&6[Mod]'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions:
    - '*'
    inheritance:
    - g:essentials_admin
    - Moderator
    info:
    prefix: '&1[Admin]'
    build: true
    suffix: ''
     
  2. Offline

    jacklin213

    get rid of all your quotation marks before your nodes
    use code brackets or paste in http://pastebin.com and link here
     
    Fun0saurus likes this.
  3. Offline

    Tanite

    1) What command are you using to delete homes?

    2) Do you have EssentialsSpawn? Maybe list all of your plugins.

    3) Here are the applicable permissions (from http://ess.khhq.net/wiki/Command_Reference ):


    delhome essentials.delhome Allow access to the /delhome command.
    delhome essentials.delhome.others Allows you to delete the homes of other players.
    home essentials.home Allow access to the /home command.
    home essentials.home.others Allows you to teleport to homes of other players
    home essentials.world.<worldname> Allows players access to a specific world.
    sethome essentials.sethome Allow access to the /sethome command.
    sethome essentials.sethome.multiple Allows player to have multiple homes, or create named homes. Required for 2+ homes.
    sethome essentials.sethome.multiple.[set] Raise the multiple home limit to a setting defined in the config file.
    sethome essentials.sethome.multiple.unlimited Removes the cap on the number of homes people are allowed (if they have multiple homes).
    sethome essentials.sethome.others Allows you to change another users home location.

    4) Check your Essentials config file. There is a section about multiple homes and such. Configure appropriately.

    5) Essentials /sethome: "This command allows you to create a 'home' at your current location. You can create additional homes by adding a 'name' after the command. Additionally, you can create a new 'home' for another player by prefixing the home name with : (if you have the necessary permission)."

    It doesn't sound like you can limit them to naming their homes 1, 2, and 3, rather they pick the additional names.

    6) Try posting in the Essentials forum thread (in the plugin releases sub-forum).

    Good luck :)
     
    Fun0saurus likes this.
  4. Offline

    Fun0saurus

    wow that must have took you a while to comment it
    thank you for your support!
     
  5. Offline

    Tanite

    Quite welcome :)
     
Thread Status:
Not open for further replies.

Share This Page