PermissionsEx Errors :\

Discussion in 'Bukkit Help' started by Storm_Summoner, Jun 7, 2012.

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

    Storm_Summoner

    This is what I get when I try to put set up my own permissions :
    http://pastebin.com/irNU34gc
    Once a player joins, I am constantly spammed with this message, but once the player leaves, it stops, and says Re-injecting All Permissible's.
    Here is my Permissions:

    groups:
    default:
    default: true
    prefix: '&4[NormalPVPer]&7'
    permissions:
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.list
    - essentials.spawn
    - essentials.sethome
    - essentials.pay
    - essentials.ping
    - essentials.motd
    - essentials.msg
    - essentials.kit
    - essentials.kit.tools
    - essentials.help
    - essentials.helpop
    - essentials.home
    - essentials.afk
    - essentials.back
    - essentials.balance
    - essentials.balance.others
    - essentials.balancetop
    - essentials.delhome
    - instaeat.instaheal
    - xteam.list
    - xteam.create
    - xteam.join
    - xteam.leave
    - xteam.hq
    - xteam.tele
    - xteam.telereturn
    - xteam.chat
    - xteam.setpass
    - xteam.sethq
    - xteam.promote
    - xteam.demote
    - xteam.remove



    I am setting up a hardcore deathban server, with players already on, but perms got Effed up, so I'm configuring them now.


    Here is a list of the Permission Nodes from each plugin that I need:
    xTeam:

    - xteam.list
    - xteam.create
    - xteam.join
    - xteam.leave
    - xteam.hq
    - xteam.tele
    - xteam.telereturn
    - xteam.chat
    - xteam.setpass
    - xteam.sethq
    - xteam.promote
    - xteam.demote
    - xteam.remove
    Insta-Eat:
    instaeat.instaheal

    MobCatcher:

    mobcatcher.allow-all
    McMMO:
    mcmmo.commands.ability
    mcmmo.regeneration

    mcmmo.ability.mining
    mcmmo.ability.axes
    mcmmo.ability.swords

    mcmmo.ability.unarmed
    mcmmo.skills.woodcutting

    mcmmo.skills.repair

    mcmmo.skills.archery

    'mcmmo.skills.herbalism

    mcmmo.skills.excavation

    mcmmo.skills.swords

    mcmmo.skills.acrobatics

    mcmmo.skills.axemcmmo.skills.taming
    Stupid Marriage Plugin that some kid made me get:
    marriage.request

    marriage.divorce
    marriage.tp

    NoCheatPlus:
    nocheatplus.admin.chatlog
    (I want players to see who is hacking)
    I need to know how to do All of this, since when I try anything With PermissionsEx, or GroupManager, it Effs EVERYTHING up.

    Please Help!
     
  2. Offline

    Magi1053

    Update PermissionsEx
     
  3. Offline

    hunter1415

    groups:
    Guest:
    default: true
    permissions:
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.list
    - essentials.spawn
    - essentials.sethome
    - essentials.pay
    - essentials.ping
    - essentials.motd
    - essentials.msg
    - essentials.kit
    - essentials.kit.tools
    - essentials.help
    - essentials.helpop
    - essentials.home
    - essentials.afk
    - essentials.back
    - essentials.balance
    - essentials.balance.others
    - essentials.balancetop
    - essentials.delhome
    - instaeat.instaheal
    - xteam.list
    - xteam.create
    - xteam.join
    - xteam.leave
    - xteam.hq
    - xteam.tele
    - xteam.telereturn
    - xteam.chat
    - xteam.setpass
    - xteam.sethq
    - xteam.promote
    - xteam.demote
    - xteam.remove
    prefix: '&4[&4NormalPVPer&4]&7'
     
  4. Offline

    Storm_Summoner

    Tried both of your solutions, not resolved, same error..

    *Bump*

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  5. Offline

    BenFudge

    your formatting is all wrong, you have to parse your permissions. To check the file for errors you can use this page http://yaml-online-parser.appspot.com/

    When its parsed it should look something like this

    default:
    default: true
    permissions:
    - modifyworld.*
    - -modifyworld.blocks.interact.23
     
  6. Offline

    Enrux

    If you have been using pex for a long time this might be your problem:
    Before when you used pex it also needed and came with the package Permission.jar
    now with the latest updates you don't need anymore Permissions.jar you just need PermissionsEx.jar and/or ChatManager and Modifyworld that come in the pex package
     
    Magi1053 likes this.
Thread Status:
Not open for further replies.

Share This Page