Problem Permissions plugin questions

eyeball114

New Member
Jul 29, 2019
71
0
0
PermissionsEX is not allowing me to do any commands as OP. When I do a command it just posts all the PEX commands into chat. Am I missing something in another plugin that needs to be turned off or did I forget something? Any help is appreciated.

EDIT: Now PEX is recognized and when entering a command It tells me I don't have permissions and if I run any pex command I get an internal error report.

Getting this error now
http://pastebin.com/XJ9euKJz

And here are my perms.
http://pastebin.com/xGLFeyYu

So I get where the error lies, but don't I need the : after permissions? Everything is spaced correctly as far as TAB goes.

Thanks

Ubuntu 12.04 LTS


Plugins:
Essentials
Treeassist
GriefPrevention
WorldEdit
Simple-AutoSave
ClearLag
Announcer

mcpc.jar
 

Tsugaga

New Member
Jul 29, 2019
56
0
0
The PEX permission for all permissions is '*' Also you want to set your groups to inherit all perms from lower groups, yeah? What about chat prefixs and name colors? I did it for you. The prefixes can be changed to anything like &8[&4Owner&8]&6 <- That makes the brackets both the &8 color, &4 makes "Owner" red, and the code at the end will color the users name.

Code:
groups:
  Guest:
    default: true
    permissions:
    - essentials.help
    - essentials.motd
    - essentials.rules
    - essentials.helpop
    - essentials.spawn
    - essentials.back
    options:
      rank: '50'
    prefix: '&7[Guest]'
  Trusted:
    default: false
    permissions:
    - essentials.help
    - essentials.motd
    - essentials.rules
    - essentials.spawn
    - essentials.back
    - essentials.tpa
    - essentials.tpadeny
    - essentials.tpaccept
    - essentials.tptoggle
    - essentials.warp
    - essentials.sethome
    - essentials.home
    - essentials.delhome
    - griefprevention.abandonclaim
    - griefprevention.trust
    - griefprevention.untrust
    - griefprevention.accesstrust
    - griefprevention.containertrust
    - griefprevention.trustlist
    - griefprevention.untrustall
    - essentials.mail
    - essentials.pay
    - essentials.sel
    - essentials.worth
    - essentilas.afk
    - essentials.helpop
    - essentials.ignore
    - essentials.info
    - essentials.list
    - essentials.suicide
    - essentials.msg
    - essentials.reply
    - essentials.r
    - essentials.tp
    - essentials.balance
    inheritance:
    - Guest
    options:
      rank: '45'
    prefix: '&6[Trusted]'
  Mod:
    default:false
    permissions:
    - essentials.kick
    - essentials.ban
    - essentials.tempban
    - essentials.banip
    - essentials.mute
    - essentials.jail
    - essentials.socialspy
    - essentials.near
    - essentials.smite
    - essentials.kill
    - essentials.killall
    - essentials.give
    - essentials.heal
    - essentials.repair
    - essentials.broadcast
    - essentials.burn
    - essentials.clearinventory
    - essentials.invsee
    - essentials.enderchest
    - essentials.enderchest.others
    - essentials.enderchest.modify
    - essentials.lag
    - essentials.nuke
    - essentials.jails
    - essentials.vanish
    - essentials.setwarp
    - essentials.tpohere
    - essentials.tppos
    - essentials.tphere
    - griefprevention.lava
    - griefprevention.deathblow
    - griefprevention.spam
    - griefprevention.loginspam
    - griefprevention.ignoreclaims
    - griefprevention.restorenature
    - essentials.help
    - essentials.motd
    - essentials.rules
    - essentials.spawn
    - essentials.back
    - essentials.tpa
    - essentials.tpadeny
    - essentials.tpaccept
    - essentials.tptoggle
    - essentials.warp
    - essentials.sethome
    - essentials.home
    - essentials.delhome
    - griefprevention.abandonclaim
    - griefprevention.trust
    - griefprevention.untrust
    - griefprevention.accesstrust
    - griefprevention.containertrust
    - griefprevention.trustlist
    - griefprevention.untrustall
    - essentials.mail
    - essentials.pay
    - essentials.sel
    - essentials.worth
    - essentilas.afk
    - essentials.helpop
    - essentials.ignore
    - essentials.info
    - essentials.list
    - essentials.suicide
    - essentials.msg
    - essentials.reply
    - essentials.r
    - essentials.tp
    - essentials.balance
    inheritance:
    - Trusted
    options:
      rank: '40'
    prefix: '&b[Mod]'
  Owner:
    default:false
    permissions:
    - '*'
    inheritance:
    - Mod
    options:
      rank: '1'
    prefix: '&4[Owner]'
 

eyeball114

New Member
Jul 29, 2019
71
0
0
I appreciate the effort but prefixes and inheritances are not my issue. I havens gotten around to adding any of that in game yet because of the error I posted about in the YAML parser. I get an internal error command when trying to use any /pex command.
 

Tsugaga

New Member
Jul 29, 2019
56
0
0
I forgot some info last post. I made corrections for you but you didn't notice. As far as I know, the node for all permissions is '*' and not 'permissions.*'. Even if the latter does work, you made a typo. You forgot the "-"


Your setup
Code:
  Owner:
    default:false
    permissions:
    'permissions.*'

Should be
Code:
  Owner:
    default:false
    permissions:
    - '*'
 

eyeball114

New Member
Jul 29, 2019
71
0
0
I did notice, and I also said that none of that was the issue I was asking about. I was inquiring about the yaml error.
 

Tsugaga

New Member
Jul 29, 2019
56
0
0
Maybe because there is no space between "default:" and "false" on any ranks besides guest. Try adding the missing spaces. Just try changes that I have said. Error reports are wrong at pin pointing the error in most coding cases from my experience. Just because it points to 51-16 doesn't mean that's the issue. Often it looks a line before/after the actual error. PEX is VERY touchy, one tiny mistake and it will break.
 

eyeball114

New Member
Jul 29, 2019
71
0
0
Ive already tried your permissions and its not the case. Even through the terminal I cant add myself to manage pex.