Permissionsex not loading..

  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Lokymean

New Member
Jul 29, 2019
20
0
0
Like so many others I have read about on this forum and on the web, I cannot get PEX to load permissions.

(for that matter, I cannot get any of the "approved" plugins to work from the list on this forum.) PEX bugs me though.

I have not once gotten it to work since I moved over from Tekkit.

Now I am using :
MC 1.4.7.
FTB Ultimate 1.1.2
mcpc-plus-legacy-1.4.7-R1.1-SNAPSHOT-f534-L67.jar

Here is my config.
Code:
users:
    Kenna:
        group:
          - 'Regulars'
    Rerkk:
        group:
          - 'Moderators'
    Izzy:
        group:
          - 'Regulars'
    Liam:
        group:
          - 'Regulars'
    Jimmie:
        group:
          - 'Regulars'
    Brandon:
        group:
          - 'Regulars'
    TLciaa:
        group:
          - 'Regulars'
    Tclement:
        group:
          - 'Regulars'
    Caprisun:
        group:
          - 'Regulars'
    Epikto:
        group:
          - 'Moderators'
    Aaron:
        group:
          - 'Regulars'
    Lokymean:
        group:
          - 'Administrators'
groups:
    Everyone:
        default: true
        permissions: []
        inheritance:
          - ''
        worlds: []
        prefix: '&f'
        suffix: '&f'
    Regulars:
        default: false
        permissions:
          - 'modifyworld.*'
        inheritance:
          - 'Everyone'
        worlds: []
        prefix: '&a'
        suffix: '&f'
    Moderators:
        default: false
        permissions: []
        inheritance:
          - 'Regulars'
        worlds: []
        prefix: '&1'
        suffix: '&f'
    Administrators:
        default: false
        permissions:
          - '*'
        inheritance:
          - 'Moderators'
        worlds: []
        prefix: '&4'
        suffix: '&f'


Please help; this is infuriating.
 

cjm721

New Member
Jul 29, 2019
734
0
1
Not exactly sure but remove all the worlds: [] and in "Everyone" 's inheritance make it inheritance: [] instead of - ""

Also after that if it still does not work try pex toggle debug. Not exactly sure about above so backup the file then try it.
 

Lokymean

New Member
Jul 29, 2019
20
0
0
nope. no go.

what happens is nothing 'seems' to load. no perms are granted, but if I OP myself and then start server, all the PEX commands are available, but default nodes are not passing to players except for OPed users.
 

cjm721

New Member
Jul 29, 2019
734
0
1
This is a very old perm file from 1.4.7 before I switched over to the database Storage method. One thing I did notice is you have ' ' around your normal permissions you do not need that. Also I would edit your perms from ingame untill you get use to how they look in the file then you can add them in the file.

Code:
groups:
  default:
    default: true
    permissions:
    - essentials.info
    - essentials.list
    - -bukkit.command.plugins
    - essentials.rules
    - essentials.ignore
    - essentials.afk.auto
    - essentials.mail.send
    - essentials.mail
    - essentials.helpop
    - essentials.motd
    - essentials.help
    - essentials.tptoggle
    - essentials.back
    - essentials.msg
    - essentials.sethome
    - essentials.home
    - essentials.delhome
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.tpa
    - modifyworld.*
  VIP_Iron:
    permissions:
    - essentials.nick
    inheritance:
    - default
    prefix: '&8[&7VIP&8]'
  VIP_Redstone:
    permissions:
    - essentials.nick.color
    inheritance:
    - VIP_Iron
    prefix: '&8[&4VIP&8]'
  VIP_Gold:
    permissions:
    - essentials.ptime
    inheritance:
    - VIP_Redstone
    prefix: '&8[&6VIP&8]'
  VIP_Diamond:
    inheritance:
    - VIP_Gold
    prefix: '&8[&bVIP&8]'
  VIP_Emerald:
    permissions:
    - essentials.recipe
    - essentials.workbench
    - essentials.itemdb
    inheritance:
    - VIP_Diamond
    prefix: '&8[&aVIP&8]'
  Mod_Basic:
    permissions:
    - essentials.mute
    - essentials.mute.notify
    - essentials.kick
    - essentials.kick.notify
    - essentials.seen.banreason
    - essentials.nick.others
    - essentials.chat.ignoreexempt
    - essentials.ban.notify
    prefix: '&8[&7M&8]'
    inheritance:
    - VIP_Iron
  Mod_Inter:
    permissions:
    - essentials.tempban
    - essentials.tempban.offline
    - essentials.jails
    - essentials.togglejail
    - essentials.togglejail.offline
    prefix: '&8[&4M&8]'
    inheritance:
    - Mod_Basic
    - VIP_Redstone
  Mod_Adv:
    permissions:
    - essentials.ban
    - essentials.ban.offline
    - essentials.kickall
    - bukkit.command.whitelist.enable
    - bukkit.command.whitelist.disable
    - essentials.seen.ipsearch
    prefix: '&8[&6M&8]'
    inheritance:
    - Mod_Inter
    - VIP_Gold
  Mod_Exp:
    permissions:
    - essentials.gc
    - essentials.killall
    prefix: '&8[&bM&8]'
    inheritance:
    - Mod_Adv
    - VIP_Diamond
  Admin:
    permissions:
    - chatmanager.chat.*
    - adminhelp.admin
    - -essentials.nuke
    - -essentials.give
    - -essentials.exp
    - -essentials.unlimited
    - -essentials.back.ondeath
    - -essentials.keepxp
    - -essentials.sethome.multiple
    - -essentials.gamemode
    - essentials.*
    - -bukkit.command.op.*
    - -bukkit.command.gamemode
    - -bukkit.command.give
    - bukkit.*
    prefix: '&c[A]'
    suffix: '&f'
  SilentAdmin:
    inheritance:
    - Admin
    prefix: '&f'
  Stream:
    prefix: '&3[Streaming]&f '
    inheritance:
    - default
    permissions:
    - -essentials.nuke
    - -essentials.give
    - -essentials.exp
    - -essentials.unlimited
    - -essentials.back.ondeath
    - -essentials.keepxp
    - -essentials.sethome.multiple
    - -essentials.gamemode
    - essentials.*
    - -bukkit.command.op.*
    - -bukkit.command.gamemode
    - -bukkit.command.give
    - bukkit.*
 

longplayer

New Member
Jul 29, 2019
20
0
0
i had my troubles to with the permissions^^
the one from bukkit doesnt worked at all for me and pex wasnt able to do it for me eiteher, butt i think thats only because i am a massive n00b :D
i am now using essentials group manger which worked out of the box, important is that you use a yaml parser before you role out youre files or else they will not get handed to the server properly if there is any error in it
also i was ussing mirroring, after some time i get it working for the normal world but turns out it diesnt work in nether or twilight... after some trying i found that i ussed the essentials group manager mirroring false and had the names not correct so they could not be passed, for example in the config is stated your world is world, however in ftb the name for the normal world is over world... in many configs i was seeing world_the_nether or world_twilight_forest, so i tryed with overworld_* but that was not working, after finding the world names in the world guard config folder i take those name (just the_end or the_nether for unleashed 1.1.2) it wored very well and i can change permissions on the go ingame and everything is working fine
 

Lokymean

New Member
Jul 29, 2019
20
0
0
This is a very old perm file from 1.4.7 before I switched over to the database Storage method. One thing I did notice is you have ' ' around your normal permissions you do not need that. Also I would edit your perms from ingame untill you get use to how they look in the file then you can add them in the file.

Problem is, none of the PEX commands are available, it says I dont have permisssions to use them.
 

cjm721

New Member
Jul 29, 2019
734
0
1
As op you don't have permission to use them. You have to give permission via console.
 

cjm721

New Member
Jul 29, 2019
734
0
1
even if I have the * perm that sposed ta give me all rights as admin?

Not always pex have a few security features in it that if you don't realise get a bit confusing. give yourself permissions.* and that will give access to all pex commands.