Question Essentials warp issue

Discussion in 'Bukkit Help' started by cxbeo, Jun 23, 2019.

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

    cxbeo

    Hey all!

    I've tried to google the issue and tried a few different things. I'm very much a beginner with this kind of stuff and just looking for some help, friendly replies only! I have a small minecraft server hosted through apex for my friends and family to use as my computer couldn't handle it internet-wise (perks of being in Australia).

    I have installed the essentials plugin. My issue has arisen now when a few people have started to invite friends along which I don't have a problem with, but they have been unable to use our warps. Before this, everyone on the server was close friends and family so I just opped them. Obviously now I don't want to just op everyone as there are people we don't know. The goal is for anyone who joins the server to be able to use all the warps.

    I read in the config file to set use-bukkit-permissions to false, which I've done. Then in the permissions section I've added the word 'essentials' to each of the ones I wanted active. What am I doing wrong? Please help!! :(

    This is the permissions section, I didn't want to install anymore permissions system, just one default thing for everyone as it's more of a personal server not an open one.

    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.
    #
    # To enable this feature, please set use-bukkit-permissions to false.
    player-commands:
      - afk
      - afk.auto
      - essentials.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
      - essentials.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
      - essentials.signs.use.warp
      - signs.use.weather
      - essentials.spawn
      - suicide
      - essentials.time
      - tpa
      - tpaccept
      - tpahere
      - essentials.tpdeny
      - essentials.warp
      - essentials.warp.list
      - essentials.warps.*
      - world
      - worth
      - xmpp
    
    
     
  2. Offline

    KarimAKL

    Try removing 'essentials.' from 'essentials.warp' etc.
     
Thread Status:
Not open for further replies.

Share This Page