Permissions help

Discussion in 'Bukkit Help' started by samfisher129, May 31, 2012.

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

    samfisher129

    I have essentials and im not sure but for some reason people cant warp i put essentials.warp.* and it doesnt work and what is the permission for tp?
     
  2. Offline

    ConLeak13

    Do you mean to teleport to other players? Because that would be this.
    Code:
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
     
  3. Offline

    Crig000

    The permission to the /tp <player> command is
    Code:
    - essentials.tp
    BUT, that will let the players with the permission teleport with asking to any player.

    To do the way where the person that is asked if they want someone to teleport to them and they have to type a command to accept is.
    Code:
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
     
    tp here command will teleport a player to the person using the command
     
    - essentials.tpahere
     
    and use the accept and deny permissions above.
    I don't see why warping isn't working though.
    Maybe try putting:
    Code:
    - essentials.warp
    - essentials.warp.*
     
    add both instead of one.
     
Thread Status:
Not open for further replies.

Share This Page