How can I make people use warp signs?

Discussion in 'General Help' started by sophiayjcho, Sep 14, 2015.

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

    sophiayjcho

    EDIT I'm using Essentials Plugins for the warp signs!!
    I have all the Essentials plugins installed, as well as pex. No other plugins are installed (signs/warps/of any other kind). When I have op, I can use all the warp signs I made, but when I take it off and set my group as Visitor (default) or Builder (members) I can't use the warp signs. My per-warp-permission is set as false, since I want everyone to use the all the warp signs. (Also I didn't put essentials.warp because I don't want them to use /warp.)
    Here are the permissions I gave each group:

    groups:
    Visitor:
    options:
    default: true
    prefix: '&6[&eVisitor&6]&7'
    permissions:
    - essentials.spawn
    - essentials.signs.use.warp
    - essentials.afk
    - essentials.afk.auto
    - essentials.motd
    Builder1:
    options:
    prefix: '&6[&dBuilder&6]&7'
    permissions:
    - essentials.spawn
    - essentials.signs.use.warp
    - essentials.nick
    - essentials.afk
    - essentials.afk.auto
    - essentials.motd

    I don't see what the problem is, can anyone help?
     
  2. Offline

    oceantheskatr

    Try going in to your server.properties and setting your spawn-protection to 0.

    If that doesn't work, try giving the permission essentials.warps.*, this will give access to all warps but won't give access to /warp.
     
  3. Offline

    wowzersam

    @sophiayjcho Check your enabled signs in the Essentials config to make sure warp signs are not disabled. It's just below the kit creator. Should look something like this:
    Code:
    # Essentials Sign Control
    # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
    # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
    # Essentials Colored sign support will be enabled when any sign types are enabled.
    # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
    
    enabledSigns:
      - color
      - balance
      - buy
      - sell
      - trade
      - free
      - disposal
      - warp
      - kit
      - mail
      - enchant
      - gamemode
      - heal
      - info
      - spawnmob
      - repair
      - time
      - weather 
     
  4. Offline

    iOnixS

    ^^ If none of these work then get a region around your signs, then define it to what ever you want the do this
    /rg flag (regionname) interact allow This will allow players to interact with the signs etc.
    Hope this helped.
     
Thread Status:
Not open for further replies.

Share This Page