Solved pEx or xAuth problem.. IDK

Discussion in 'Bukkit Help' started by bvkkitnoob, Jul 9, 2012.

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

    bvkkitnoob

    Im having trouble with the permission node : xauth.allow.player.move
    According to the authors github, that node allows a player or group to move even if not logged in. The trouble is, i've added that node to almost all the groups I have in pex but it never works...

    In xAuth config.yml I made the restrict player movement set to true but all it does is allow movement to the default group whom which is not logged in and not to all...

    Here's my pex permissions.yml

    Code:
    groups:
      Trueplayers:
        default: true
        permissions:
        - access.tresure
        - access.unlimited
        - ChestShop.shop.create
        - essentials.afk
        - essentials.back
        - essentials.back.ondeath
        - essentials.balance
        - essentials.balance.others
        - essentials.balancetop
        - essentials.chat.color
        - essentials.chat.shout
        - essentials.chat.question
        - essentials.compass
        - essentials.depth
        - essentials.home
        - essentials.help
        - showcase.buy.infinite
        - essentials.ignore
        - essentials.kit
        - essentials.kit.tools
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.msg
        - -bukkit.command.plugins
        - -bukkit.command.version
        - essentials.nick
        - essentials.pay
        - essentials.ping
        - essentials.powertool
        - essentials.protect
        - essentials.sethome
        - essentials.signs.use.*
        - essentials.signs.create.disposal
        - essentials.signs.create.mail
        - essentials.signs.create.protection
        - essentials.signs.create.trade
        - essentials.signs.break.disposal
        - essentials.signs.break.mail
        - essentials.signs.break.protection
        - essentials.signs.break.trade
        - essentials.spawn
        - essentials.suicide
        - essentials.time
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - essentials.worth
        - hBonus.group.trueplayers
        - jail.usercmd.jailstatus
        - jail.usercmd.jailpay
        - treasurechest.access
        - essentials.sethome.multiple
        - preciousstones.benefit.*
        - preciousstones.whitelist.*
        - showcase.buy.finite
        - showcase.buy.infinite
        - treasurechest.access.treasure
        - treasurechest.access.unlimited
        - treasurechest.count
        - xauth.allow.player.move
        - modifyworld.*
        prefix: ' &7[Player]&f '
        options:
          build: true
          group: Trueplayers
          rank: '500'
      Police:
        default: false
        permissions:
        - essentials.afk.kickexempt
        - jail.command.jail
        - jail.command.unjail
        - jail.command.jailmute
        - essentials.kick
        - essentials.sethome.multiple.staff
        - essentials.kick.notify
        - essentials.broadcast
        - essentials.mute
        - -bukkit.command.plugins
        - -bukkit.command.version
        - hBonus.group.police
        - xauth.allow.player.move
        inheritance:
        - Trueplayers
        prefix: ' &3[Police]&f '
        options:
          build: true
          group: Police
          rank: '500'
      Moderator:
        default: false
        permissions:
        - essentials.ban
        - essentials.ban.notify
        - essentials.banip
        - essentials.broadcast
        - essentials.clearinventory
        - essentials.delwarp
        - essentials.eco.loan
        - essentials.ext
        - essentials.getpos
        - essentials.helpop.recieve
        - essentials.home.others
        - essentials.invsee
        - essentials.jump
        - essentials.kick
        - essentials.kick.notify
        - essentials.kill
        - essentials.mute
        - essentials.nick.others
        - essentials.realname
        - essentials.setwarp
        - essentials.signs.create.*
        - essentials.signs.break.*
        - essentials.spawner
        - essentials.thunder
        - essentials.time
        - essentials.time.set
        - essentials.protect.alerts
        - essentials.protect.admin
        - essentials.protect.ownerinfo
        - essentials.ptime
        - essentials.ptime.others
        - essentials.togglejail
        - essentials.top
        - essentials.tp
        - essentials.tphere
        - essentials.tppos
        - essentials.tptoggle
        - essentials.unban
        - essentials.unbanip
        - essentials.weather
        - essentials.whois
        - essentials.world
        - hBonus.group.moderator
        - xauth.allow.player.move
        inheritance:
        - Police
        prefix: ' &4[Moderator]&f '
        options:
          build: true
          group: Moderator
          rank: '200'
      Admin:
        default: false
        permissions:
        - essentials.backup
        - essentials.essentials
        - essentials.setspawn
        - essentials.reloadall
        - essentials.*
        - '*'
        - hBonus.group.admin
        - permissions.manage.users
        - xauth.allow.player.move
        - permissions.manage.users.permissions
        - permissions.manage.users.permissions.timed
        inheritance:
        - Moderator
        prefix: ' &4[Administrator]&f '
        options:
          build: true
          group: Admin
          rank: '0'
    users:
      Hippopomonster:
        group:
        - Admin
        permissions:
        - admin
      TROLLDOROLL:
        group:
        - Admin
        - Moderator
    
     
  2. Offline

    Magi1053

    Is there anything else that is blocking player interraction, such as modifyworld?
    Otherwise, try installing the global permissions bridge plugin Vault
     
    bvkkitnoob likes this.
  3. Offline

    bvkkitnoob

    Thanks for the reply! Anyways, I kinda figured out a solution to my problem; all the other groups can now move while not logged in. However, the admin group (which I belong to) can't. Any leads here?

    Okay! I finally figured things out. It seems that op command is blocking xauth.allow.player.move. Anyways, im the only OP so I guess it's okay :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
Thread Status:
Not open for further replies.

Share This Page