Essentials sethome multiple

Discussion in 'Bukkit Help' started by 1M_Industries, Aug 21, 2014.

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

    1M_Industries

    Let me start out by saying that I am a total noob to essentials and everything related. I would like to know how to give essentials.sethome.multiple.unlimited to all players. I have read the wiki, but I did not understand how to achieve this. Please do not say to read the wiki or documentation again, as I did not understand it the first five time I looked at it. The configs are unchanged from default. What I need is a step by step tutorial on how to give players the permissions. I have looked at the forum, but all posts were from 2012. Any help will be appreciated. Thank you.
     
  2. Offline

    JaguarJo

    First of all, do you have a permissions plugin or are you just using the essentials config itself for permissions?
    If you are using a permissions plugin, then make sure that your player group has all of these nodes:
    - essentials.sethome
    - essentials.sethome.multiple
    - essentials.sethome.multiple.unlimited
    - essentials.home

    If you are just using the essentials config to handle permissions, then you'll want to look for a section that looks like this:
    Code:
    # If you do not wish to use a permission system, you can define a list of 'player perms' below.
    # This list has no effect if you are using a supported permissions system.
    # If you are using an unsupported permissions system, simply delete this section.
    # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
    # These are the permissions without the "essentials." part.
    player-commands:
      - afk
      - afk.auto
      - back
      - back.ondeath
      - balance
      - balance.others
      - balancetop
      - build
      - chat.color
      - chat.format
      - chat.shout
      - chat.question
      - clearinventory
      - compass
      - depth
      - delhome
      - getpos
      - geoip.show
      - help
      - helpop
      - home
      - home.others
      - ignore
      - info
      - itemdb
      - kit
      - kits.tools
      - list
      - mail
      - mail.send
      - me
      - motd
      - msg
      - msg.color
      - nick
      - near
      - pay
      - ping
      - protect
      - r
      - rules
      - realname
      - seen
      - sell
      - sethome
      - setxmpp
      - signs.create.protection
      - signs.create.trade
      - signs.break.protection
      - signs.break.trade
      - signs.use.balance
      - signs.use.buy
      - signs.use.disposal
      - signs.use.enchant
      - signs.use.free
      - signs.use.gamemode
      - signs.use.heal
      - signs.use.info
      - signs.use.kit
      - signs.use.mail
      - signs.use.protection
      - signs.use.repair
      - signs.use.sell
      - signs.use.time
      - signs.use.trade
      - signs.use.warp
      - signs.use.weather
      - spawn
      - suicide
      - time
      - tpa
      - tpaccept
      - tpahere
      - tpdeny
      - warp
      - warp.list
      - world
      - worth
      - xmpp
    Add - sethome.multiple and - sethome.multiple.unlimited to that list of allowed commands. Make sure that you don't add any tabs to your file when you edit it, as tabs will make it break and reset to default.


    ...And...that should do it. Hope this helps get your server working how you want it.
     
  3. Offline

    1M_Industries

    Thank you so much! I have been trying to figure this out for two or three days, with no luck! Thank you!

    I assume that it should look like this:
    - sell
    - sethome
    - sethome.multiple
    - sethome.multiple.unlimited
    - setxmpp.
    Am I correct? Also, does this require a sever restart?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  4. Offline

    JaguarJo

    Yup, that's how it would look. Although it isn't required that your commands are alphabetized, so if you just wanted to stick them in at the top or bottom, it wouldn't make a difference; do whatever works best for your personal organizational preferences.

    And yes, you'll need a server restart for the new config to take effect.
     
Thread Status:
Not open for further replies.

Share This Page