warp signs help please

Discussion in 'Bukkit Help' started by aj287772, Jan 7, 2014.

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

    aj287772

    I just created a server and I'm trying to create a warp sign and when i create the warp sign its black and not blue i type on the sign, [warp]
    wild

    and it dosnt work. Im not sure if i even have the plugins but i have group manager and in groups.yml i watched a video and someone said to put this. groups:
    Default:
    default: true
    permissions:
    - essentials.spawn
    - essentials.sethome
    - essentials.home
    - essentials.msg
    - essentials.tpa
    - essentials.tpaccept
    - essentials.afk
    - essentials.sign.use.disposal
    - essentials.sign.use.heal
    - essentials.sign.create.disposal
    this is for default people but i put a * where owner is so i should get all the commands for all the groups and i get all the plugins. maybe i have to type - essentials.sign.warp
    and if so what category? please help thanks.

    Wild is on the bottom by the way
     
  2. Offline

    Iroh

    In your essentials config you need to enable the sign types. It will look something like this in the config:
    Code:
    #- weather
    #- warps
    #- disposal
    #- time
    Remove the # to allow that kind of sing.
     
  3. Offline

    aj287772

    when i go into plugins do i go to the folder essentials then go into config.yml
    when i go into config.yml I don't know what to do to make it so when i do [warp]
    wild
    it turns blue. when I do it on my server its black and not blue. when i go into config.yml theres lots of words and stuff so i don't know where to go to erase the #next to the sign. it seems like there giving examples.
    Screen Shot 2014-01-07 at 4.15.47 PM.png Screen Shot 2014-01-07 at 4.15.59 PM.png Screen Shot 2014-01-07 at 4.15.59 PM.png Screen Shot 2014-01-07 at 4.15.47 PM.png
     
  4. Offline

    martian3333

    aj287772
    In the config.yml under the section enabledsigns you remove the # before any type of sign that you want to be enabled
     
  5. Offline

    turkeybird90

    Your permissions should look like this:

    Code:
    Default:
    default: true
    permissions:
    - essentials.spawn
    - essentials.sethome
    - essentials.home
    - essentials.msg
    - essentials.tpa
    - essentials.tpaccept
    - essentials.afk
    - essentials.warp
    - essentials.signs.use.disposal
    - essentials.signs.use.heal
    - essentials.signs.create.disposal
    - essentials.signs.use.warp
     
    
    You can also setup per-warp permissions in essentials config, and you would just add the extra nodes like this:
    essentials.warps.[warpname] sooo.. essentials.warps.wild
    in your case.
    FYI, you would still need essentials.warp
     
  6. Offline

    aj287772

    thank you guys so much.
     
Thread Status:
Not open for further replies.

Share This Page