Problem/Bug Normal Players can't use /warp

Discussion in 'Bukkit Help' started by TayroTR, Jan 17, 2015.

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

    TayroTR

    Hi.
    I have a problem. I've been setting up a Bukkit Server for the past 4 days and now I have encountered a huge problem:
    The group 'Spieler' (means 'Player' in German) can't use /warp. Also Architects, VIPs and Moderators can't use it. I've set the Per Warp permission to true and I also have tried pretty much every permission code there could be.
    I've tried
    essentials.warp
    essentials.warp.*
    essentials.warps
    essentials.warps.*
    essentials.warp.<warpname>
    essentials.warps.<warpname>

    Please help.
    ~

    Edit: The Server is on 1.7.10 by the way
    Edit2: I'm using PermissionsEx
     
    Last edited: Jan 17, 2015
  2. Offline

    Protom1234

    The only 3 permissions you need:
    essentials.warp
    essentials.warp.list
    essentials.warps.<warpname>
     
  3. Offline

    TayroTR

    To make sure I understood it: I put the name of the warp for <warpname>, do I?
     
  4. Offline

    nverdier

  5. Offline

    TayroTR

    Doesn't work.
     
  6. Offline

    Protom1234

    Do they have essentials.build already? If not, add that. @TayroTR
     
  7. Offline

    TayroTR

    Still doesn't work.
     
  8. Offline

    Matroy

    @TayroTR I think it has to do with the Permission Plugin you're using :p
    I had the same issue, now im running my server without any Permission Plugin and everything works fine with warps :p
     
  9. Offline

    TayroTR

    What? How can? Huh? I don't get anyth... WHAT? How should you run a server without permissions plugin? That's like putting a flower on your table without a flower pot. It doesn't work. There can't be any groups without a Permissions Plugin.
    By the way: I switched from Pex to GroupManager.
    Here is my groups.yml:
    Show Spoiler

    groups:
    Spieler (Builder):
    default: true
    permissions:
    - essentials.build
    - essentials.sethome.multiple
    - -bukkit.command.kill
    - essentials.sethome
    - essentials.home
    - essentials.spawn
    - essentials.tpa
    - essentials.tpahere
    - essentials.warp
    - essentials.warp.list
    - essentials.warps.*
    inheritance:
    - g:essentials_builder
    - g:bukkit_default
    info:
    prefix: '&b&f '
    build: true
    suffix: ''
    Architekt (Architect):
    default: false
    permissions:
    - essentials.fly
    - essentials.hat
    - essentials.tp
    - essentials.tphere
    - worldedit.*
    inheritance:
    - g:essentials_builder
    - g:bukkit_default
    - VIP
    info:
    prefix: '&9[A]&f '
    build: true
    suffix: ''
    VIP:
    default: false
    permissions:
    - essentials.pt
    - essentials.fly
    - essentials.i
    - alphachest.*
    - essentials.heal
    - essentials.hat
    - essentials.spawner
    - essentials.spawner.Cow
    - essentials.spawner.Pig
    - essentials.spawner.Zombie
    - essentials.spawner.skeleton
    - Simplefly.fly
    - Simplefly.endfly
    inheritance:
    - g:essentials_builder
    - g:bukkit_default
    info:
    prefix: '&a[VIP]&f '
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions:
    - bukkit.command.gamemode
    - essentials.god
    - essentials.fly
    - worldedit.*
    inheritance:
    - g:essentials_moderator
    - g:bukkit_moderator
    - Architekt
    - VIP
    - Spieler
    info:
    prefix: '&e[Mod]&a '
    build: true
    suffix: ''
    Gast:
    default: false
    permissions:
    - bukkit.command.kill
    inheritance:
    info:
    prefix: '&8[G]&7 '
    build: false
    suffix: ''
    Admin:
    default: false
    permissions:
    - '*'
    inheritance:
    - g:essentials_admin
    - g:bukkit_admin
    info:
    prefix: '&2[Admin]&4 '
    build: true
    suffix: ''
    Serverleiter:
    default: false
    permissions:
    - '*'
    inheritance:
    - admin
    info:
    prefix: '&a[SL]&d '
    build: true
    suffix: ''


    I've got following Plugins:
    Show Spoiler

    AuthMe
    AutoMessenger
    BOSEconomy
    ChestShop
    Citizens
    CommandBook
    CoreProtect
    Essentials
    EssentialsAntiBuild
    EssentialsSpawn
    EssentialsChat
    EssentialsProtect
    Jobs
    LWC
    Multiverse-Core
    PlayerHeads
    Simplefly
    Spectator
    TimTheEnchanter
    Vault
    WarpSigns
    WorldEdit
    WorldGuard
     
    Last edited: Jan 19, 2015
Thread Status:
Not open for further replies.

Share This Page