Inactive [ADMN/DEV] PermissionsEx (PEX) v1.19.5 - Tomorrow is Today! [1.4.6-R0.1]

Discussion in 'Inactive/Unsupported Plugins' started by t3hk0d3, May 21, 2011.

  1. Offline

    t3hk0d3

    [​IMG]
    Version: 1.19.5

    PLEASE USE BUKKIT-DEV FORUM FOR DISCUSSION/HELP
    http://dev.bukkit.org/server-mods/permissionsex/
    THANKS IN ADVANCE.

    PermissionsEx (PEX) is a new permissions plugin, based on Permissions ideas and supports all of its features. But PEX is more! It offers different backends, powerful ingame management, fine grained restrictions for world modification.

    [​IMG]

    Current features
    1. Bukkit Permissions (SuperPerms) compatible.
    2. Several backend support. Currently bundled backends is File (YAML) and SQL (MySQL, SQLite). Also it's possible to add your own.
    3. YAML backend, with new, fully rethinked, config schema. Now all user, groups and their permissions are stored in one file - permission.yml. BTW file name is adjustable too.
    4. SQL backend, most delicious. Currently MySQL and SQLite supported, but other DB (like Postgre) are possible too. PEX deploys the DB scheme (tables and initial data) automatically. This means, that you only need to provide data on how to connect to the db, everything else PEX will handle by itself.
    5. Flexible architecture and API - you can change a lot programmatically.
    6. Compatibility layer with TheYeti's Permissions (2.7.4) (as a separate part of the plugin). In most cases plugins, which use Permissions, will alsowork with PEX also.
    7. Rich chat/console command interface. You can do almost everything ingame. Command list below.
    8. Modifyworld - Embedded restrictions mechanism (we call it "modifyworld"), which provides the possibility to control players abilities, such as destroying/placing blocks, riding carts/boats or even getting spotted by mobs and much more. Disabled by default.
    9. Multigroup inheritance. User, as well as Group, can be member of several groups. And inherit their permissions, options and prefix/suffix.
    10. Permissions based upon Regular Expressions. This mean you can use regular expressions. Example: modifyworld.blocks.(destroy|place).(3|12) - this permission allow place or destroy only sand (12) or dirt (3) blocks. There is still limitation on dot usage in your regexps - dots are escaped by default.
    11. Multiworld permissions. Just don't specify world and permission would work in any world.
    12. Multiworld inheritance. You can inherit different groups in different worlds.
    13. Easy migration from Permissions 2.x. Converter for both YAML and SQL are embedded into PermissionsCompat. Just use simple instruction.
    14. Perfomance friendly. Low-level caching helps alot when you have 100+ online users :)
    15. Promotional/Demotional system. You can assign ranks to groups and promote/demote users to higher/lower ranked group.
    16. World-inheritance - permissions/option of one world can be inherited by another world.
    17. Timed Permissions - you can give user permission only for some amount of time.
    18. Chat Manager - small chat plugin, bundled with PEX. With prefixes/suffiex and colors. Check wiki for more details.


    Documentation
    Wiki

    Basic setup tutorial (Thanks to lycano)

    Nice tutorial made by Bennetman


    Download
    Stable version

    Development version (mostly stable) - always lastest dev build.

    Sources
    https://github.com/PEXPlugins

    Builds
    http://webbukkit.org:8080/

    Maven Repository
    http://repo.tehkode.ru/browse/ru.tehkode

    IRC
    Join us on #permissionsex, irc.esper.net. Feel free to ask any related questions.

    Tools !NEW!
    Pex Auto-Setup Tool - MySQL and FlatFile !


    Changelog
    Show Changelog (open)
    v1.19.5
    Proper intervals for timed commands (both group/permissions management), without pesky seconds calculations (like /pex user t3hk0d3 timed add cool.permission 10days)
    Bugfixes.
    1.4.6 compatibility.


    v1.19.4
    Built for Bukkit 1.4.2-R0.1
    Added inventory permissions (modifyworld.items.put/take.<item>.of.<chest>)
    Added item hold permission (modifyworld.items.hold.<item>)
    Sdded monster egg spawn permission (modifyworld.spawn.<creature>)
    Few other minor fixes
    v.1.19.3
    Modifyworld improvements (configurable messages, now independent from PEX)
    /pex help command
    Minor improvements and bugfixes
    v.1.19.2
    New modifyworld permissions
    Some bugfixes
    v.1.19.1
    Bugfix release
    v1.19
    Bukkit R6 compatible.
    Several bugfixes!
    Permissions now case-insensetive.
    v1.18
    Users logging and cleanup feature.
    Non-inheriting nodes feature.
    Several Bugfixes.
    PermissionsCompat is finally remove from default bundle.
    v1.17
    User/group specific management permissions (permissions.manage.group.Admin)
    Fixed some superperms compatibility issues
    Fixed several bugs
    v1.16
    SuperPerms compatbility bridge were rewritten - no lags anymore and now with debug output (now you can view superperms checks).
    Numerous of bugs were fixed (Thanks you guys for reporting them)
    Modifyworld were improved (modifyworld.item.use)
    v1.15
    Compatiblity for 1317+
    Fixed perfomance issues with SuperPerms (if you still experience they try to disable "raw-permissions" in config.yml)
    Fixed issue with prefix inheritance
    v1.14
    Improved Options mechanism.
    Auto saving new users feature, disabled by default.
    SuperPerms bridge improved - more permissions supported by wildcards.
    File backend dumping now fully functional. SQL dumping is still bogus (do not dump world-specific inheritance and prefixes), will be fixed soon.
    Many bugfixes and minor improvements.
    v1.13
    Superperms (BukkitPerms) support
    Multiworld inheritance and prefixes/suffixes
    Groups weighting
    ChatManager, chat plugin which bundled with PEX.
    Modifyworld now separate plugin, but still bundled with PEX.
    API changed slightly, CustomEvents (PermissionsEntityEvent, PermissionsSystemEvent) introduced.
    Many lesser improvements and tons of bugfixes.
    v1.12
    API get slightly improved
    Ranking ladders.
    User/group name case-insensetivity.
    World-inheritance.
    Timed permissions.
    Modifyworld rules are get improved.
    Tons of minor improvements and bugfixes.
    v1.11
    Many bugfixes and improvements.
    MySQL connection stability improved - reconnection mechanism.
    v1.10
    Promotional/Demotional system.
    Perfomance improvement, with new low-level caching system (thx Joy)
    Modifyworld improved.
    Many lesser improvements and bugfixes.
    v1.06
    New p2compat backend, for easy migration from Permissions 2.x to PEX.
    v1.05
    Users/Groups dumping (pex dump <backend> <file>).
    New commands pex promote/demote. Actually this is just aliases for "pex user group set/remove"
    Few bugfixes.
    v1.04
    Players now can be informed about changes (has been added to group, changed permission/option). Disabled by default - set "permissions.informplayers.changes" to "true"
    Config node "permissions.verbose", which responsible for player informing about modifyworld restrictions has been renamed to "permissions.infromplayers.modifyworld".
    Autocomplete has been improved.
    New command "pex config <node> [value]". This command help to manipulate configuration file (config.yml) from console/chat interface.
    Many bugfixes.
    v1.03
    Autocomplete for users (taken from registred users and online users) and groups names.
    New command for user removing (pex user <user> delete)
    Fixed several nasty bugs. Thanks for bugreports!
    v1.02
    Compatibility layer loading order issue fixed. Now most of plugins should work.
    Tested with new CB 803 build.
    v1.01
    Regular expression permissions support.
    Newer permissions now added above (bugfix).
    Several bugfixes.
    v1.00
    Initial public release.
     
    BRampersad, grid21, MrRazull and 71 others like this.
  2. Offline

    Percefane

    Does the news items, as enchantment table works with modifyworld plz?

    Thanks!
     
  3. Offline

    Farblez

    i can`t promote people in my server can somebody help me?
     
  4. Yes it works. You can use the name enchantmenttable or the item id 116.

    -- Martin
     
  5. I'm afraid I'm confused over your description.

    If you have set group b to inherit the perms from group a, which has *, then you should not need to add anything to group b for them to have access to anything.

    I would start with looking at the output of pex hierarchy, this will show a simplified tree structure of your groups and the inheritance setup, along with the players that are members of each group.

    Also, the pex toggle debug command can be helpful as well.

    There are a few things that could be causing promotion problems. However, your description isn't enough to go on.

    Please check this page https://github.com/t3hk0d3/PermissionsEx/wiki/Troubleshooting-and-FAQ and go from there. :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 10, 2018
  6. When i try to run the command:
    It told me:
    And now i have an empty file in my pex directory, and i cant use it, because it's empty.
     
  7. Offline

    _Alf

    I don't want to add access, i'd like to remove access for group B which group A has.

    I thought on giving the parent a set of permissions but denying some of them for the child. As i understand PEX with usage of MySQL the child gets checked first and only if no permission found, checking the parent too.
    In case of "-modifyworld.*" it's working (parent has "*", but child cannot build like intended).
    In case of "-multiverse.portal.access.*" it's not (parent has "*" = access to portals, child shouldn't, but still has access).

    Maybe i just misunderstood the concept of inheriting.
     
  8. Offline

    Zelly

    Anyone know why my colors are not working? Ive gone around to about 4-5 different chat plugins (Including chat manager) And none seem to be working, I have all permissions, but the colors in my chat and prefix dont work :(

    Its probably something simple I missed, but i swear ive read over everything 30 times
     
  9. No, that is correct. User specific permissions override the previous tho.

    So here is what I did to test:
    1. Created a new group and gave it everything (pex group test1 add *)
    2. Created another group, test2, and made it a child to test1 (pex group test2 create test1)
    3. Added a player to the test1 group (pex group <player> group set test1)
    4. Everything worked as expected, I had access to everything
    5. Moved the player to the secondary group (pex user <player> group set test2)
    6. Everything still worked as expected
    7. Took away the multiverse portal node (pex group test2 add -multiverse.portal.access.*)
    8. I was no longer able to walk through portals
    9. Assigned everything to the player directly (pex user <player> add *)
    10. I was able to walk through portals and had access to everything.
    This was with bukkit 1.1 R3 build 1846, multiverse core and portals 2.3 AB and PEX 1.18 on a SQL backend.

    My random guess, without seeing your permissions setup, is that somewhere, the group (or the user being used for testing) is getting the nodes needed to access the portals, or some other plugin is conflicting.

    If you like and if you think it might help, I can post my testing configs for PEX and multiverse portals.:eek:
     
  10. Offline

    DerekZil

    How can I do Display Name with Chat Manager???
     
  11. Offline

    _Alf

    I'm using same but multiverse core and portals 2.2AB (due to some problems some seem to have with 2.3 i wait).
    I investigated further and realized using mv debugger that when -multiverse.portal.access.* is present, it finds permission multiverse.portal.*, when -multiverse.portal.* is present, it finds permission multiverse.*, when -multiverse.* is present, it's working like i want and can add my grained multiverse.portal.access.XYZ [sheep]
     
  12. Offline

    worstboy32

    Hey,
    I was wondering if you could add a WebGui
    so we can edit the permissions instant like Bpermissions.
    I have like 5k of permissions lines and its a lot work to edit them in game even with macro's
    My users can choose ranks by them self with a custom empire plugin.
    So that means the permissions get changeed like every minute so there is no way to edit it from the file
    Without players losing there ranks.
    So a web gui would be the best and only solution for me.
    And i would prefer one with accounts and passwords instead of ip checking because not every ip is unique.
    bpermissions use ip and i dont feel like that.
    I'm sure pex would be even better with a web gui and a lot ppl would love it and use pex.
    I know some other big servers using bpermissions just for the webgui so they can easy manage permissions.
    All the commands are great but its really a time eating job to edit thousand of lines with commands.
    So i really hope you can look into this and add this to pex.

    Bpermissions webgui: http://dev.bukkit.org/server-mods/bpermissionswebgui/
     
  13. Offline

    AstramG

    I have a problem, users dont sure up in the permissions file when they login for the first time or are not on the file. Me, running a big server find this a trouble because they can't use default commands can anyone please help me?
     
  14. Offline

    joey550

    When I run the YAML test and post this in I get an error:
    ERROR:

    while scanning a simple key
    in "<unicode string>", line 4, column 9:
    prefix:&0[&eGeuset&0]&e
    ^
    could not found expected ':'
    in "<unicode string>", line 5, column 9:
    permissions:
    ^
    I look at every thing and this is my .yml
    I know at the end for Admin and Owner I have '.' and *.* and knwo i know its just * ,but that shouldn't mess it up right?




    groups:
    default:
    default: true
    prefix:&0[&eGeuset&0]&e
    permissions:
    - modifyworld.chat
    - essentials.spawn
    - essentials.help
    - essentials.helpop
    User:
    default: false
    prefix:&0[%bUser&0]&1
    permissions:
    - lwc.protect
    - essentials.home
    - essentials.sethome
    - factions.kit.halfplayer
    - modifyworld.*
    - essentials.help
    - essentials.list
    - essentials.realname
    - essentials.rules
    - iConomy.access
    - iConomy.bank.*
    - iConomy.list
    - iConomy.payment
    Trusted:
    default: false
    prefix:&b[%cT&bu&cs&bt&ce&bd&b]&4
    permissions:
    - factions.kit.player
    - essentials.me
    - essentials.nick
    - essentials.compass
    - essentials.afk
    - essentials.realname
    - essentials.tpa
    - essentials.back
    - essentials.warp
    - bookworm.create
    - bookworm.write.own
    - bookworm.place.own
    - bookworm.remove.own
    - bookworm.destroy.own
    - bookworm.get.own

    Vip:
    default:false
    prefix: &f{&eVip&f}&6
    permissions:
    - rocketboots.boots.diamond
    - essentials.repair
    - essentials.feed
    - essentials.unlimited
    - essentials.nick.color
    - essentials.tp
    - essentials.top
    Builder:
    default:false
    prefix: &0[&aBuilder&0]
    permissions:
    essentials.give
    essentials.gamemode
    essentials.god
    rocketboots.boots
    rocketboots.feather
    essentials.item
    essentials.spawner
    essentials.jump
    worldedit.*
    Mod:
    default:false
    permissions:
    -worldguard.*
    - essentials.ban
    - essentials.ban.notify
    - essentials.ban.offline
    - essentials.banip
    - essentials.invsee
    - factions.kit.mod
    - lwc.mod
    - essentials.mute
    - essentials.ping
    - essentials.socialspy
    - essentials.sudo
    - essentials.tempban
    - essentials.tempban.offline
    - essentials.unban
    - essentials.signs.color
    - essentials.sleepingignored
    - essentials.chat.color
    - essentials.chat.spy
    - essentials.give
    - essentials.god
    - vanish.*
    - rocketboots.boots
    - simplejail.*
    - log.stick
    - worldedit.wand
    - bookworm.*
    Admin:
    defualt:false
    prefix:&b[&2Admin&b]
    permissions:
    '.'
    *.*
    *
    Owner:
    defualt:false
    prefix:&c[&9Owner&c]
    permissions:
    '.'
    *.*
    *
     
  15. Offline

    ACStache

    joey550 every time you have a : in your config with something following it, such as "prefix:&c[&9Owner&c]" you need a space after it.
    Code:
    prefix:&c[&9Owner&c]   ---->   prefix: &c[&9Owner&c]
    Also, in Admin/Owner you have it as "defualt:", typo ;)
    Finally, the spacing mention above isn't exclusive to that one spot, check everywhere in your config to make sure there's a space following those : 's where something is next to it
     
  16. Offline

    FlyingPIes155

    when i start my server it says this about SRPEX:
    [SEVERE] [SRPEX] PermissionsEx not detected, disabling SetRankPEX
    how do I fix that? I tried putting my permissions file through the parser thingy and it worked fine.
     
  17. Offline

    Buckethead

    players cant sleep in beds

    Code:
        Jailed:
            default: false
            permissions:
            - essentials.rules
            - essentials.help
            - essentials.helpop
            - BedHeal.Advanced.Use
            - heroicrebuke.list
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.mail.clear
            - IPGet.self
            - modifyworld.chat
            - modifyworld.sneak
            - modifyworld.sprint
            - chaircraft.sit
            - modifyworld.usebeds
            - modifyworld.items.have.*
            options: null
            prefix: '&4Jailed&f>'
    there is an updated version of srpex on the dev page look there

    i posted m config it works for me try it

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  18. Offline

    ACStache

    you also have spaces after all of your colons that need it :)
     
  19. Offline

    Buckethead

    so i helped?
     
  20. Offline

    ACStache

    nope, my first post was to help joey550
    I didn't need help at all ^^ thank you though
     
  21. Offline

    Jade

    Mine effed over, I had to drop PEX :(
     
  22. Offline

    Oblivion-Craft

    Code:
    groups:
        default:
            default: false
            prefix: '&f[n00by]'
            suffix: ''
            permissions:
            - modifyworld.*
            - essentials.afk
            - essentials.balance
            - essentials.balancetop
            - telepads.use
            - essentials.balance.others
            - essentials.home
            - essentials.kit
            - essentials.kit.tools
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.nick
            - essentials.msg
            - essentials.pay
            - essentials.ping
            - essentials.sethome
            - essentials.signs.use.*
            - essentials.time
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - essentials.warp.list
            - iConomy.holdings
            - iConomy.payment
            - iConomy.help
            - factions.kit.fullplayer
            - showcase.buy.infinite
            - mobarena.user.*
            - simplespleef.reset
            - mcmmo.ability.*
            - mcmmo.skill.*
            - multiverse.access.*
            worlds:
                world:
                    permissions:
            - modifyworld.*
            - essentials.afk
            - essentials.balance
            - essentials.balancetop
            - telepads.use
            - essentials.balance.others
            - essentials.home
            - essentials.kit
            - essentials.kit.tools
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.nick
            - essentials.msg
            - essentials.pay
            - essentials.ping
            - essentials.sethome
            - essentials.signs.use.*
            - essentials.time
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - essentials.warp.list
            - iConomy.holdings
            - iConomy.payment
            - iConomy.help
            - factions.kit.fullplayer
            - showcase.buy.infinite
            - mobarena.user.*
            - simplespleef.reset
            - mcmmo.ability.*
            - mcmmo.skill.*
            - multiverse.access.*
            - lockette.user.create.*
                world_creative:
                    permissions:
            - modifyworld.*
            - essentials.afk
            - essentials.balance
            - essentials.balancetop
            - telepads.use
            - essentials.balance.others
            - essentials.home
            - essentials.kit
            - essentials.kit.tools
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.nick
            - essentials.msg
            - essentials.pay
            - essentials.ping
            - essentials.sethome
            - essentials.signs.use.*
            - essentials.time
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - essentials.warp.list
            - iConomy.holdings
            - iConomy.payment
            - iConomy.help
            - factions.kit.fullplayer
            - showcase.buy.infinite
            - mobarena.user.*
            - simplespleef.reset
            - mcmmo.ability.*
            - mcmmo.skill.*
            - multiverse.access.*
            - lockette.user.create.*
                world_hardcore:
                    permissions:
            - modifyworld.*
            - essentials.afk
            - essentials.balance
            - essentials.balancetop
            - telepads.use
            - essentials.balance.others
            - essentials.home
            - essentials.kit
            - essentials.kit.tools
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.nick
            - essentials.msg
            - essentials.pay
            - essentials.ping
            - essentials.sethome
            - essentials.signs.use.*
            - essentials.time
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - essentials.warp.list
            - iConomy.holdings
            - iConomy.payment
            - iConomy.help
            - factions.kit.fullplayer
            - showcase.buy.infinite
            - mobarena.user.*
            - simplespleef.reset
            - mcmmo.ability.*
            - mcmmo.skill.*
            - multiverse.access.*
        VIP:
            default: false
            inheritance: default
            prefix: '&6[VIP]'
            suffix: ''
            permissions:
            - commandbook.return
            - commandbook.warp.set
            - telepads.use
            - iConomy.holdings.others
            - iConomy.payment
            - factions.kit.fullplayer
            - showcase.buy.infinite
            - mobarena.user.*
            - essentials.afk
            - essentials.balance
            - essentials.balancetop
            - essentials.balance.others
            - essentials.home
            - essentials.kit
            - mcmmo.ability.*
            - mcmmo.skill.*
            - essentials.kit.tools
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.nick
            - essentials.msg
            - essentials.pay
            - essentials.ping
            - essentials.sethome
            - essentials.signs.use.*
            - essentials.time
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - essentials.warp.list
            - essentials.warp
            - essentials.back
            - modifyworld.*
            - multiverse.access.*
            worlds:
                world:
                    permissions:
            - commandbook.return
            - commandbook.warp.set
            - telepads.use
            - iConomy.holdings.others
            - iConomy.payment
            - factions.kit.fullplayer
            - showcase.buy.infinite
            - mobarena.user.*
            - essentials.afk
            - essentials.balance
            - essentials.balancetop
            - essentials.balance.others
            - essentials.home
            - essentials.kit
            - mcmmo.ability.*
            - mcmmo.skill.*
            - essentials.kit.tools
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.nick
            - essentials.msg
            - essentials.pay
            - essentials.ping
            - essentials.sethome
            - essentials.signs.use.*
            - essentials.time
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - essentials.warp.list
            - essentials.warp
            - essentials.back
            - modifyworld.*
            - multiverse.access.*
                world_creative:
                    permissions:
            - commandbook.return
            - commandbook.warp.set
            - telepads.use
            - iConomy.holdings.others
            - iConomy.payment
            - factions.kit.fullplayer
            - showcase.buy.infinite
            - mobarena.user.*
            - essentials.afk
            - essentials.balance
            - essentials.balancetop
            - essentials.balance.others
            - essentials.home
            - essentials.kit
            - mcmmo.ability.*
            - mcmmo.skill.*
            - essentials.kit.tools
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.nick
            - essentials.msg
            - essentials.pay
            - essentials.ping
            - essentials.sethome
            - essentials.signs.use.*
            - essentials.time
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - essentials.warp.list
            - essentials.warp
            - essentials.back
            - modifyworld.*
            - multiverse.access.*
            - lockette.user.create.*
                world_hardcore:
                    permissions:
            - commandbook.return
            - commandbook.warp.set
            - telepads.use
            - iConomy.holdings.others
            - iConomy.payment
            - factions.kit.fullplayer
            - showcase.buy.infinite
            - mobarena.user.*
            - essentials.afk
            - essentials.balance
            - essentials.balancetop
            - essentials.balance.others
            - essentials.home
            - essentials.kit
            - mcmmo.ability.*
            - mcmmo.skill.*
            - essentials.kit.tools
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.nick
            - essentials.msg
            - essentials.pay
            - essentials.ping
            - essentials.sethome
            - essentials.signs.use.*
            - essentials.time
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - essentials.warp.list
            - essentials.warp
            - essentials.back
            - modifyworld.*
            - multiverse.access.*
        Staff:
            default: false
            prefix: '&2[Staff]'
            suffix: ''
            permissions:
            - permissions.manage
            - permissions.manage.reload
            - permissions.manage.config
            - permissions.manage.backend
            - permissions.manage.users
            - permissions.manage.dump
            - permissions.manage.worlds
            - permissions.manage.worlds.inheritance
            - permissions.manage.users
            - permissions.manage.users.permissions
            - permissions.manage.users.permissions.timed
            - permissions.manage.membership
            - permissions.manage.groups.inheritance
            - permissions.manage.groups
            - permissions.manage.groups.create
            - permissions.manage.groups.remove
            - permissions.manage.groups.permissions
            - permissions.manage.groups.permissions.timed
            - multiverse.access.*
            - '*'
                world_creative:
                    permissions:
            - permissions.manage
            - permissions.manage.reload
            - permissions.manage.config
            - permissions.manage.backend
            - permissions.manage.users
            - permissions.manage.dump
            - permissions.manage.worlds
            - permissions.manage.worlds.inheritance
            - permissions.manage.users
            - permissions.manage.users.permissions
            - permissions.manage.users.permissions.timed
            - permissions.manage.membership
            - permissions.manage.groups.inheritance
            - permissions.manage.groups
            - permissions.manage.groups.create
            - permissions.manage.groups.remove
            - permissions.manage.groups.permissions
            - permissions.manage.groups.permissions.timed
            - multiverse.access.*
            - '*'
                world_hardcore:
                    permissions:
            - permissions.manage
            - permissions.manage.reload
            - permissions.manage.config
            - permissions.manage.backend
            - permissions.manage.users
            - permissions.manage.dump
            - permissions.manage.worlds
            - permissions.manage.worlds.inheritance
            - permissions.manage.users
            - permissions.manage.users.permissions
            - permissions.manage.users.permissions.timed
            - permissions.manage.membership
            - permissions.manage.groups.inheritance
            - permissions.manage.groups
            - permissions.manage.groups.create
            - permissions.manage.groups.remove
            - permissions.manage.groups.permissions
            - permissions.manage.groups.permissions.timed
            - multiverse.access.*
            - '*'
    users:
    
    hellow i have a Server called OblivionCraft(IP:Oblivioncraft.info:25580) and i have tried to get my PEX to work and it has. i have resently installed MultiVirse And when i tryed putting in certain perms for certain worlds my chat plugin(ChatManager) Says "[World][Player-Name]- (comment) and i dont know why waht am i doing wrong?
     
  23. Offline

    ACStache

    Multiverse has an option in it's config that adds the current world before the player's name. Check in it's config and disable it :)
     
  24. Offline

    Oblivion-Craft

    that took the prefix away yet the perms are still messed upo did i do anything wrong?
     
  25. Actually, someone is working on this thing for SQL backends: http://dev.bukkit.org/server-mods/permissionsex/forum/29881-pex-web-interface-wipe-x

    If you are using SQL, you might want to check that out. :)

    Setting createUserRecords to true in the PEX config.yml should do this.

    Reference:
    https://github.com/t3hk0d3/PermissionsEx/wiki/Plugin-Configuration#wiki-configuration-description

    Also, don't forget to put those prefixes and suffixes in quotes! :)

    References:
    The in-game/console commands-
    https://github.com/t3hk0d3/PermissionsEx/wiki/Basic-Permissions-Setup#wiki-prefixes
    The results in the file backend-
    https://github.com/t3hk0d3/PermissionsEx/wiki/Basic-Permissions-Setup#wiki-file-backend-example

    Your what "effed over"?

    First off, thank you for using code tags! :)

    As for the question, yes, I'm afraid so. :p

    Running your permissions, as you posted them, in the online YAML parser (https://yaml-online-parser.appspot.com/) shows that you have formatting problems in your file.

    Looking at it, none of your world specific nodes are indented far enough.

    Example:
    Code:
                world_creative:
                    permissions:
            - modifyworld.*
            - essentials.afk
    They need to look like this:
    Code:
                world_creative:
                    permissions:
                    - modifyworld.*
                    - essentials.afk
    Remember kids, with YAML, proper spacing is essential! :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 10, 2018
  26. Offline

    Oblivion-Craft

    Thanks a bunch! Justin You just saved a server :D
     
    Justin The Cynical likes this.
  27. Offline

    FlyingPIes155

    I updated and I'm still getting that.
    EDIT: I took the one from CraftBukkitUpToDate and it still doesn't work.
     
  28. Offline

    joey550

    I did that and there was no error ,but it looked weird :p so I just have to have spaced after every comma?

    Now I have another problem when I do /pex it diplays the version but then it say internal eror (i have 1.1.8)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  29. Offline

    worstboy32

  30. Offline

    KOD_28

    Hi, I like your plugin a lot ! :)
    But I can't configure ChatManager, when I set a group's prefix it doesn't show it in the chat... Can somebody help me please ?
    (I've Bukkit 1.1-R4, the last version of PEX and I've enabled ChatManager ^^)
     
  31. Offline

    FlyingPIes155

    Now my SRPEX works, but the permissions file does nothing i think...
     

Share This Page