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. So, was that it?:) Is it all working now?
     
  3. Offline

    sillycliff512

    My permissions file is not working and i parsed but i dont know what that shit means
    Code:
    groups:
        Builder:
            inheritance:
            - Builder
            build: true
            default: true
            permissions:
            - ChestShop.shop.*
            - modifyworld.chat
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - essentials.bigtree
            - essentials.balance
            - essentials.balancetop
            - essentials.portal
            - essentials.kit
            - essentials.signs.use.disposal
            - essentials.ignore
            - essentials.help
            - essentials.mail
            - essentials.mail.send
            - essentials.msg
            - essentials.rules
            - essentials.motd
            - essentials.signs.use.heal
            - iConomy.access
            - iConomy.rank
            - iConomy.payment
            - iConomy.list
            - iConomy.bank.withdraw
            - iConomy.bank.main.set
            - iConomy.bank.main.view
            - iConomy.bank.access
            - iConomy.bank.deposit
            - iConomy.bank.join
            - iConomy.bank.join.multiple
            - iConomy.bank.leave
            - iConomy.bank.list
            - iConomy.bank.main
            - iConomy.bank.main.change
            - iConomy.bank.transfer
            - iConomy.bank.transfer.multiple
        Mod:
            inheritance:
            - Builder
            default: false
            Permissions:
            - essentials.mute
            - essentials.tempban
            - essentials.tempban.exempt
            - essentials.tempban.offline
            - essentials.thunder
            - essentials.jail.exempt
            - essentials.togglejail
            - essentials.togglejail.offline
            - essentials.unban
            - essentials.unbanip
            - essentials.weather
            - ChestShop.mod
        Admin:
            inheritance:
            - Mod
            default: false
            Permissions:
            - iConomy.admin.account.create
            - iConomy.admin.account.remove
            - iConomy.admin.bank.create
            - iConomy.admin.bank.remove
            - iConomy.admin.bank.set
            - iConomy.admin.empty
            - iConomy.admin.grant
            - iConomy.admin.hide
            - iConomy.admin.purge
            - iConomy.admin.reset
            - iConomy.admin.set
            - iConomy.admin.stats
            - essentials.lightning
            - essentials.powertooltoggle
            - essentials.powertool
            - essentials.teleport.timer.bypass
            - essentials.tp
            - essentials.give
            - essentials.give.item-
            - essentials.give.item-all
            - chestshop.admin
        Owner:
            inheritance:
            - Admin
            default: false
            Permissions:
            - chestshop.*
            - essentials.itemspawn.exempt
            - '*'
    users:
        bojangles:
            group:
            - Admin
        demonslayer89:
            group:
            - Mod
        xxtroloxx:
            group:
            - Mod
        Mr_amazing:
            group:
            - Mod
        sillycliff512:
            group:
            - Owner
    worlds:
        Fuck_Nether:
            inheritance:
            - Fuck
    this is my permissions file and i cant get any of this to work without oping people
    Code:
    !!map {
      ? !!str "groups"
      : !!map {
        ? !!str "Admin"
        : !!map {
          ? !!str "Permissions"
          : !!seq [
            !!str "iConomy.admin.account.create",
            !!str "iConomy.admin.account.remove",
            !!str "iConomy.admin.bank.create",
            !!str "iConomy.admin.bank.remove",
            !!str "iConomy.admin.bank.set",
            !!str "iConomy.admin.empty",
            !!str "iConomy.admin.grant",
            !!str "iConomy.admin.hide",
            !!str "iConomy.admin.purge",
            !!str "iConomy.admin.reset",
            !!str "iConomy.admin.set",
            !!str "iConomy.admin.stats",
            !!str "essentials.lightning",
            !!str "essentials.powertooltoggle",
            !!str "essentials.powertool",
            !!str "essentials.teleport.timer.bypass",
            !!str "essentials.tp",
            !!str "essentials.give",
            !!str "essentials.give.item-",
            !!str "essentials.give.item-all",
            !!str "chestshop.admin",
          ],
          ? !!str "default"
          : !!bool "false",
          ? !!str "inheritance"
          : !!seq [
            !!str "Mod",
          ],
        },
        ? !!str "Builder"
        : !!map {
          ? !!str "build"
          : !!bool "true",
          ? !!str "default"
          : !!bool "true",
          ? !!str "inheritance"
          : !!seq [
            !!str "Builder",
          ],
          ? !!str "permissions"
          : !!seq [
            !!str "ChestShop.shop.*",
            !!str "modifyworld.chat",
            !!str "essentials.tpa",
            !!str "essentials.tpaccept",
            !!str "essentials.tpdeny",
            !!str "essentials.tpahere",
            !!str "essentials.bigtree",
            !!str "essentials.balance",
            !!str "essentials.balancetop",
            !!str "essentials.portal",
            !!str "essentials.kit",
            !!str "essentials.signs.use.disposal",
            !!str "essentials.ignore",
            !!str "essentials.help",
            !!str "essentials.mail",
            !!str "essentials.mail.send",
            !!str "essentials.msg",
            !!str "essentials.rules",
            !!str "essentials.motd",
            !!str "essentials.signs.use.heal",
            !!str "iConomy.access",
            !!str "iConomy.rank",
            !!str "iConomy.payment",
            !!str "iConomy.list",
            !!str "iConomy.bank.withdraw",
            !!str "iConomy.bank.main.set",
            !!str "iConomy.bank.main.view",
            !!str "iConomy.bank.access",
            !!str "iConomy.bank.deposit",
            !!str "iConomy.bank.join",
            !!str "iConomy.bank.join.multiple",
            !!str "iConomy.bank.leave",
            !!str "iConomy.bank.list",
            !!str "iConomy.bank.main",
            !!str "iConomy.bank.main.change",
            !!str "iConomy.bank.transfer",
            !!str "iConomy.bank.transfer.multiple",
          ],
        },
        ? !!str "Mod"
        : !!map {
          ? !!str "Permissions"
          : !!seq [
            !!str "essentials.mute",
            !!str "essentials.tempban",
            !!str "essentials.tempban.exempt",
            !!str "essentials.tempban.offline",
            !!str "essentials.thunder",
            !!str "essentials.jail.exempt",
            !!str "essentials.togglejail",
            !!str "essentials.togglejail.offline",
            !!str "essentials.unban",
            !!str "essentials.unbanip",
            !!str "essentials.weather",
            !!str "ChestShop.mod",
          ],
          ? !!str "default"
          : !!bool "false",
          ? !!str "inheritance"
          : !!seq [
            !!str "Builder",
          ],
        },
        ? !!str "Owner"
        : !!map {
          ? !!str "Permissions"
          : !!seq [
            !!str "chestshop.*",
            !!str "essentials.itemspawn.exempt",
            !!str "*",
          ],
          ? !!str "default"
          : !!bool "false",
          ? !!str "inheritance"
          : !!seq [
            !!str "Admin",
          ],
        },
      },
      ? !!str "users"
      : !!map {
        ? !!str "Mr_amazing"
        : !!map {
          ? !!str "group"
          : !!seq [
            !!str "Mod",
          ],
        },
        ? !!str "bojangles"
        : !!map {
          ? !!str "group"
          : !!seq [
            !!str "Admin",
          ],
        },
        ? !!str "demonslayer89"
        : !!map {
          ? !!str "group"
          : !!seq [
            !!str "Mod",
          ],
        },
        ? !!str "sillycliff512"
        : !!map {
          ? !!str "group"
          : !!seq [
            !!str "Owner",
          ],
        },
        ? !!str "xxtroloxx"
        : !!map {
          ? !!str "group"
          : !!seq [
            !!str "Mod",
          ],
        },
      },
      ? !!str "worlds"
      : !!map {
        ? !!str "Fuck_Nether"
        : !!map {
          ? !!str "inheritance"
          : !!seq [
            !!str "Fuck",
          ],
        },
      },
    }
    
    what the hell does this shit mean!!!!
    PLEASE HELP ME!!!!!!!!!!!!
     
  4. Offline

    NEREVAR117

    How do I give a group a color like I could in Permissions x3?

    Code:
    groups:
        Member:
            default: true
            permissions:
        Admin:
            inheritance:
            - Member
            permissions:
            - '*'
    users:
        NEREVAR117:
            group:
            - Admin
            permissions:
            - permissions.*
    
    Here's how I had it in Permisisons x3.

    Code:
        Admin:
            default: false
            info:
                prefix: '&4'
                suffix: ''
                build: true
            permissions:
            - '*'
    I've tried all sorts of variations and none of them have worked. This really should be detailed in the OP. Also, is the 'Permissions.jar' necessary, or is it just for compatibility?
     
  5. Offline

    Raycrash

    edit nevermind. it seems that I by mistake entered f and not e so it was "white" color ;)
     
  6. Offline

    baem

    wheres the error wit this multiworld perm?
    group moderator doesnt work (people in that group cant use any command and arent shown in chatmanager standard) and people can use cmds in world "freimaurer" they werent allowed to.

    Code:
    groups:
      Moderator:
        default: false
        info: [ ]
        inheritance:
          - Foerderer
        permissions:
          - spyer.spy
          - creaturebox.set
          - creaturebox.give
          - 'creaturebox.creature.{creaturename}'
          - creaturebox.period
          - creaturebox.count
          - creaturebox.limit
          - creaturebox.requires
          - creaturebox.dropspawner
          - creaturebox.placespawner
          - mcmmo.commands.whois
          - spyer.spy
          - spyer.stopmobs.admin
          - iWarning.warn
          - iWarning.playerwarning
          - iWarning.resetwarnings
          - iWarning.viewbans
          - iWarning.removeban
          - lottery.admin.draw
          - lottery.admin.addtopot
          - obuvoting.cancel
          - bb.admin.info
          - mcmmo.motd
          - mcmmo.commands.ability
          - mcmmo.regeneration
          - 'mcmmo.ability.*'
          - 'mcmmo.skills.*'
          - permissions.promote
          - payday.admin
          - nocheat.speedhack
          - nocheat.moving
          - nocheat.flying
          - nocheat.fakesneak
          - nocheat.airbuild
          - nocheat.bedteleport
          - nocheat.itemdupe
          - nocheat.bogusitems
          - general.time
          - general.teleport.here
          - general.player-info
          - minecartmania.commands.eject
          - worldguard.heal.other
          - worldguard.region.define
          - worldguard.region.list
          - worldguard.region.info
          - worldguard.region.remove
          - 'worldguard.region.addmember.*'
          - 'worldguard.region.removemember.*'
          - 'worldguard.region.addowner.*'
          - 'worldguard.region.removeowner.*'
          - worldedit.navigation.thru
          - worldedit.history.undo
          - worldedit.history.redo
          - worldedit.selection.expand
          - worldedit.fixwater
          - worldedit.snow
          - general.player-info
          - essentials.tphere
          - essentials.tppos
          - essentials.delwarp
          - essentials.kick
          - essentials.tree
          - essentials.bigtree
          - essentials.spawn
          - multiverse.tp
          - multiverse.world.setspawn
          - multiverse.world.spawn
          - multiverse.list
        build: true
        prefix: '&1[Moderator]'
        suffix: '&1'
        options:
          rank: 50
        worlds:
            freimaurer:
                permissions:
                - 'mcmmo.commands.whois'
                - spyer.spy
                - spyer.stopmobs.admin
                - iWarning.warn
                - iWarning.playerwarning
                - iWarning.resetwarnings
                - iWarning.viewbans
                - iWarning.removeban
                - lottery.admin.draw
                - lottery.admin.addtopot
                - 'obuvoting.cancel'
                - bb.admin.info
                - 'mcmmo.motd'
                - 'mcmmo.commands.ability'
                - 'mcmmo.regeneration'
                - 'mcmmo.ability.*'
                - 'mcmmo.skills.*'
                - permissions.promote
                - payday.admin
                - nocheat.speedhack
                - nocheat.moving
                - nocheat.flying
                - nocheat.fakesneak
                - nocheat.airbuild
                - nocheat.bedteleport
                - nocheat.itemdupe
                - nocheat.bogusitems
                - general.time
                - general.teleport.here
                - general.player-info
                - minecartmania.commands.eject
                - worldguard.heal.other
                - worldguard.region.define
                - worldguard.region.list
                - worldguard.region.info
                - worldguard.region.remove
                - worldguard.region.addmember.*
                - worldguard.region.removemember.*
                - worldguard.region.addowner.*
                - worldguard.region.removeowner.*
                - worldedit.navigation.thru
                - worldedit.history.undo
                - worldedit.history.redo
                - worldedit.selection.expand
                - worldedit.fixwater
                - worldedit.snow
                - general.player-info
                - essentials.tphere
                - essentials.tppos
                - essentials.delwarp
                - essentials.kick
                - essentials.tree
                - essentials.bigtree
                - essentials.spawn
            Mine:
                permissions:
                - 'mcmmo.commands.whois'
                - spyer.spy
                - spyer.stopmobs.admin
                - iWarning.warn
                - iWarning.playerwarning
                - iWarning.resetwarnings
                - iWarning.viewbans
                - iWarning.removeban
                - lottery.admin.draw
                - lottery.admin.addtopot
                - 'obuvoting.cancel'
                - bb.admin.info
                - 'mcmmo.motd'
                - 'mcmmo.commands.ability'
                - 'mcmmo.regeneration'
                - 'mcmmo.ability.*'
                - 'mcmmo.skills.*'
                - permissions.promote
                - payday.admin
                - nocheat.speedhack
                - nocheat.moving
                - nocheat.flying
                - nocheat.fakesneak
                - nocheat.airbuild
                - nocheat.bedteleport
                - nocheat.itemdupe
                - nocheat.bogusitems
                - general.time
                - general.teleport.here
                - general.player-info
                - minecartmania.commands.eject
                - worldguard.heal.other
                - worldguard.region.define
                - worldguard.region.list
                - worldguard.region.info
                - worldguard.region.remove
                - worldguard.region.addmember.*
                - worldguard.region.removemember.*
                - worldguard.region.addowner.*
                - worldguard.region.removeowner.*
                - worldedit.navigation.thru
                - worldedit.history.undo
                - worldedit.history.redo
                - worldedit.selection.expand
                - worldedit.fixwater
                - worldedit.snow
                - general.player-info
                - essentials.tphere
                - essentials.tppos
                - essentials.delwarp
                - essentials.kick
                - essentials.tree
                - essentials.bigtree
                - essentials.spawn
      Admins:
        default: false
        info: [ ]
        inheritance:
          - Moderator
        permissions:
          - '*'
        build: true
        prefix: '&4[Admin]'
        suffix: '&4'
        options:
          rank: 60
      Kaufmann:
        default: false
        info: [ ]
        inheritance:
          - Bewohner
        permissions:
          - obuvoting.create
          - worldguard.stack
          - mcmmo.motd
          - mcmmo.commands.ability
          - mcmmo.regeneration
          - 'mcmmo.ability.*'
          - 'mcmmo.skills.*'
          - 'minecartmania.signs.*'
          - iConomyChestShop.shop.create
          - essentials.setwarp
          - essentials.warp
          - falsebook.blocks.bridge
          - falsebook.blocks.door
          - falsebook.blocks.gate
          - falsebook.blocks.lift
          - 'falsebook.blocks.*'
        build: true
        prefix: '&3[Kaufmann]'
        suffix: '&3'
        options:
          rank: 30
        worlds:
            freimaurer:
                permissions:
                - 'obuvoting.create'
                - worldguard.stack
                - 'mcmmo.motd'
                - 'mcmmo.commands.ability'
                - 'mcmmo.regeneration'
                - 'mcmmo.ability.*'
                - 'mcmmo.skills.*'
                - essentials.setwarp
                - essentials.warp
                - falsebook.blocks.bridge
                - falsebook.blocks.door
                - falsebook.blocks.gate
                - 'falsebook.blocks.lift'
                - falsebook.blocks.*
            Mine:
                permissions:
                - 'obuvoting.create'
                - worldguard.stack
                - 'mcmmo.motd'
                - 'mcmmo.commands.ability'
                - 'mcmmo.regeneration'
                - 'mcmmo.ability.*'
                - 'mcmmo.skills.*'
                - essentials.setwarp
                - essentials.warp
                - falsebook.blocks.bridge
                - falsebook.blocks.door
                - falsebook.blocks.gate
                - 'falsebook.blocks.lift'
                - falsebook.blocks.*
      Foerderer:
        default: false
        info: [ ]
        inheritance:
          - Kaufmann
        permissions:
          - 'war.*'
          - mcmmo.motd
          - mcmmo.commands.ability
          - mcmmo.regeneration
          - 'mcmmo.ability.*'
          - 'mcmmo.skills.*'
          - general.teleport
          - essentials.tp
          - elevators.advancedbuilder
          - elevators.builder
          - magiccarpet.mc
          - bb.admin.info
          - essentials.msg
          - worldguard.heal
          - worldedit.tool.tree
          - essentials.clearinventory
          - worldedit.navigation.jumpto
          - worldedit.navigation.up
          - essentials.back
          - essentials.back.ondeath
        build: true
        prefix: '&6[Foerderer]'
        suffix: '&6'
        options:
          rank: 40
        worlds:
            freimaurer:
                permissions:
                - war.*
                - 'mcmmo.motd'
                - 'mcmmo.commands.ability'
                - 'mcmmo.regeneration'
                - 'mcmmo.ability.*'
                - 'mcmmo.skills.*'
                - general.teleport
                - essentials.tp
                - elevators.advancedbuilder
                - elevators.builder
                - magiccarpet.mc
                - bb.admin.info
                - essentials.msg
                - worldguard.heal
                - worldedit.tool.tree
                - essentials.clearinventory
                - worldedit.navigation.jumpto
                - worldedit.navigation.up
                - essentials.back
                - essentials.back.ondeath
            Mine:
                permissions:
                - war.*
                - 'mcmmo.motd'
                - 'mcmmo.commands.ability'
                - 'mcmmo.regeneration'
                - 'mcmmo.ability.*'
                - 'mcmmo.skills.*'
                - general.teleport
                - essentials.tp
                - elevators.advancedbuilder
                - elevators.builder
                - magiccarpet.mc
                - bb.admin.info
                - essentials.msg
                - worldguard.heal
                - worldedit.tool.tree
                - essentials.clearinventory
                - worldedit.navigation.jumpto
                - worldedit.navigation.up
                - essentials.back
                - essentials.back.ondeath
      Bewohner:
        default: false
        info: [ ]
        inheritance:
          - Neuling
        permissions:
          - mobarena.use.join
          - mobarena.use.leave
          - mobarena.use.spectate
          - essentials.list
          - multiverse.list
          - 'multiverse.access.*'
          - 'ChestShop.shop.*'
          - mcmmo.motd
          - mcmmo.commands.ability
          - mcmmo.regeneration
          - 'mcmmo.ability.*'
          - 'mcmmo.skills.*'
          - deathmessageplugin.sendmessage
          - deathmessageplugin.getmessage
          - lottery.buy
          - obuvoting.vote
          - essentials.ping
          - essentials.compass
          - essentials.top
          - essentials.afk
          - essentials.getpos
          - essentials.helpop
          - essentials.sethome
          - essentials.home
          - essentials.mail
          - essentials.mail.send
          - iConomy.payment
          - iConomy.access
          - iConomy.rank
          - iConomy.list
          - iConomyChestShop.shop.use
          - iConomyChestShop.shop.buy
          - iConomyChestShop.shop.sell
          - lwc.protect
          - war.warp
          - war.player
          - war.build
        build: true
        prefix: '&2[Bewohner]'
        suffix: '&2'
        options:
          rank: 20
        worlds:
            freimaurer:
                permissions:
                - mobarena.use.join
                - mobarena.use.leave
                - mobarena.use.spectate
                - multiverse.list
                - multiverse.access.*
                - 'mcmmo.motd'
                - 'mcmmo.commands.ability'
                - 'mcmmo.regeneration'
                - 'mcmmo.ability.*'
                - 'mcmmo.skills.*'
                - deathmessageplugin.sendmessage
                - deathmessageplugin.getmessage
                - lottery.buy
                - 'obuvoting.vote'
                - essentials.ping
                - essentials.compass
                - essentials.top
                - essentials.afk
                - essentials.getpos
                - essentials.helpop
                - essentials.sethome
                - essentials.home
                - essentials.mail
                - essentials.mail.send
                - iConomy.payment
                - iConomy.access
                - iConomy.rank
                - iConomy.list
                - 'war.warp'
                - 'war.player'
                - 'war.build'
            Mine:
                permissions:
                - mobarena.use.join
                - mobarena.use.leave
                - mobarena.use.spectate
                - multiverse.list
                - multiverse.access.*
                - 'mcmmo.motd'
                - 'mcmmo.commands.ability'
                - 'mcmmo.regeneration'
                - 'mcmmo.ability.*'
                - 'mcmmo.skills.*'
                - deathmessageplugin.sendmessage
                - deathmessageplugin.getmessage
                - lottery.buy
                - 'obuvoting.vote'
                - essentials.ping
                - essentials.compass
                - essentials.top
                - essentials.afk
                - essentials.getpos
                - essentials.helpop
                - essentials.sethome
                - essentials.home
                - essentials.mail
                - essentials.mail.send
                - iConomy.payment
                - iConomy.access
                - iConomy.rank
                - iConomy.list
                - 'war.warp'
                - 'war.player'
                - 'war.build'
                - lwc.protect
      Neuling:
        default: true
        info: [ ]
        inheritance: null
        permissions:
          - multiverse.tp
          - multiverse.world.spawn
          - general.spawn
          - essentials.spawn
          - essentials.rules
          - essentials.motd
          - essentials.help
        build: false
        prefix: '&7[Neuling]'
        suffix: '&7'
        options:
          rank: 10
    worlds:
        world_nether:
            inheritance:
            - world
        freimaurer:
        oben:
            inheritance:
            - freimaurer
        Mine:
     
  7. Offline

    Donny

    Still happens in version 1.15even with "raw-permissions: false"
    The lag is greatly less now though
    5 seconds compared to 10 seconds. (this is with 50+ players)

    My lag occurs when anyone with "*" permission joins.


    PEX: 1.15
    CB: 1318
    Backend: MySQL
     
  8. Offline

    desicions

    Is there any other permission plugin that has actually working multi-world perms?
     
  9. Offline

    Xarniia

    I have a problem with the '*' note: i cant remove permissions from people with this note:
    Code:
        Admins:
            permissions:
            - '*'
            - -plugin.permission
            worlds:
                world:
                    default: false
    Admins still can use all permissions. is this a bug or a feature?
    How can i fix it without a long list of all "plugin.*" notes?
     
  10. Offline

    desicions

    Why no one responded to my message? :(
    I can't get permissions for multiple-worlds working, even tho Im doing everything right.
    Is it this plugin , or me?
     
  11. Offline

    t3hk0d3

    negated node should be above permissive
    - -plugin.permission
    - '*'
     
  12. Offline

    MRJ

    Yeah ^^I'll be more attentive))
    Fail, i know))
     
  13. Offline

    jhonwds

    I got a problem with permissionsEX. I can't create more than 3 groups:
    Code:
    groups:
        default:
            default: true
            permissions:
            - modifyworld.*
            - commandbook.whereami
            - commandbook.say.me
            - commandbook.msg
            - commandbook.spawn
            - commandbook.kit.kits.starter
            - commandbook.rules
            - commandbook.motd
            - commandbook.who
            - commandbook.whereami
            - commandbook.time.check
            - craftbook.mech.bridge
            - craftbook.mech.bookshelf.use
            - commandbook.bans.isbanned
            - mobRider.players
            - essentials.sethome
            - essentials.home
            - myhome.home.basic.delete
            - essentials.signs.mail.create
            - essentials.signs.mail.use
            - essentials.warp
            - mywarp.warp.basic.list
            - pvptoggle.command.toggle
            - mywarp.warp.basic.warp
            - craftbook.mech.elevator
            - craftbook.mech.gate
            - iConomy.access
            - iConomy.bank.access
            - iConomy.bank.deposit
            - iConomy.bank.join
            - iConomy.bank.join.multiple
            - iConomy.bank.leave
            - iConomy.bank.list
            - iConomy.bank.main
            - iConomy.bank.main.change
            - iConomy.bank.main.set
            - iConomy.bank.main.view
            - iConomy.bank.transfer
            - iConomy.bank.transfer.multiple
            - iConomy.bank.withdraw
            - iConomy.list
            - iConomy.payment
            - iConomy.rank
            - worldguard.stack
            - monsterhunt.usercmd.hunt
            - monsterhunt.usercmd.huntscore
            - monsterhunt.usercmd.huntstatus
            - craftbook.mech.light-switch
            - craftbook.*
            - obuvoting.vote
            - falsebook.blocks.*
            - falsebook.destroy.blocks
            - mcmmo.motd
            - mcmmo.regeneration
            - mcmmo.commands.whois
            - mcmmo.commands.ability
            - mcmmo.ability.woodcutting
            - mcmmo.ability.mining
            - mcmmo.ability.axes
            - mcmmo.ability.excavation
            - mcmmo.ability.swords
            - mcmmo.ability.unarmed
            - mcmmo.ability.herbalism
            - mcmmo.item.chimaerawing
            - mcmmo.skills.*
            - commandbook.home.teleport
            - commandbook.home.set
            prefix: '&bCitizen&f'
            suffix: '&f'
        Mod:
            default: false
            permissions:
            - -essentials.ban
            - -worldguard.*
            - '*'
            prefix: '&aMod&f'
            suffix: '&f'
        Admin:
            default: false
            permissions:
            - '*'
            prefix: '&cAdmin&f'
            suffix: '&f'
        Member:
            inheritance: default
            default: false
            permissions:
            - commandbook.call
            - commandbook.return
            prefix: '&2Member&f'
            suffix: '&f'
    All the other groups work well like default,mod and Admin but the member one doesnt. It doesn't work with any name i tried guard, advanced etc.
    Help ? I can still promote someone to member but when he tries to chat, we can't see the chat.
     
  14. Offline

    7007King0770

    Hello, I am coming from the Yeti Permissions. With the latest bukkit update it appears to of finally broken, the good old plugin. So I ask, how do I transfer the groups and user files to this new permission system? I have learnt how to transfer the groups but when I put in the users, nothing happens and it acts as if all players are default.
     
  15. Offline

    t3hk0d3

    https://github.com/t3hk0d3/PermissionsEx/wiki/Migrate-from-Permissions
     
  16. Offline

    7007King0770

    Thank You, I am sorry for the trouble my questions may of brought you. I will come back if I experience any other factions related problems. Otherwise I will ask someone else.
     
  17. Offline

    kahlilnc

    Every time a player dies/ gets killed, and kills mobs the server crashes.
    Code:
    groups:
        default:
            default: true
            prefix: '&7Convict &f'
            permissions:
            - modifyworld.*
            - -modifyworld.blocks.destroy.*
            - -modifyworld.blocks.place.*
            - EconomyPunga.use
            - ecoCreature.Creature.*
            - ChestShop.shop.create
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - ecoCreature.DeathPenalty
            - ecoCreature.PVPReward
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
        vip1:
            default: false
            inheritance:
            - member
            prefix: '&2[VIP] &7Survivor &f'
            permissions:
            - signColours.*
            - VIP.VIP
            - commandbook.whereami
            - commandbook.whereami.compass
            - falsebook.blocks.door
            - falsebook.blocks.hiddenswitch
            - falsebook.blocks.hiddenswitch.create
            - simpleclans.leader.*
            - preciousstones.limit2
            - preciousstones.limit1
            - over9000homes.maxHomes.1
            - over9000homes.use
        vip2:
            default: false
            inheritance:
            - member
            prefix: '&6[VIP] &7Survivor &f'
            permissions:
            - signColours.*
            - VIP.VIP
            - commandbook.whereami
            - commandbook.whereami.compass
            - falsebook.blocks.door
            - falsebook.blocks.hiddenswitch
            - falsebook.blocks.hiddenswitch.create
            - falsebook.blocks.gate
            - herosneak.sneak
            - commandbook.spawn
            - simpleclans.leader.*
            - preciousstones.limit2
            - preciousstones.limit1
            - over9000homes.maxHomes.2
            - over9000homes.use
        vip3:
            default: false
            inheritance:
            - member
            prefix: '&d[VIP] &7Survivor &f'
            permissions:
            - signColours.*
            - VIP.VIP
            - commandbook.whereami
            - commandbook.whereami.compass
            - falsebook.blocks.door
            - falsebook.blocks.hiddenswitch
            - falsebook.blocks.hiddenswitch.create
            - falsebook.blocks.gate
            - falsebook.blocks.bridge
            - falsebook.blocks.cauldron.use
            - herosneak.sneak
            - commandbook.spawn
            - mcmmo.commands.setmyspawn
            - mcmmo.commands.myspawn
            - simpleclans.leader.*
            - blockhat.hat
            - preciousstones.limit2
            - over9000homes.maxHomes.3
            - over9000homes.use
        vip4:
            default: false
            inheritance:
            - member
            prefix: '&c[VIP] &7Survivor &f'
            permissions:
            - signColours.*
            - VIP.VIP
            - commandbook.whereami
            - commandbook.whereami.compass
            - falsebook.blocks.door
            - falsebook.blocks.hiddenswitch
            - falsebook.blocks.hiddenswitch.create
            - falsebook.blocks.gate
            - falsebook.blocks.bridge
            - falsebook.blocks.cauldron.use
            - herosneak.sneak
            - commandbook.spawn
            - mcmmo.commands.setmyspawn
            - mcmmo.commands.myspawn
            - simpleclans.leader
            - DarkBrotherhood.assassinate
            - simpleclans.leader.*
            - blockhat.hat
            - preciousstones.limit2
            - over9000homes.maxHomes.4
            - over9000homes.use
        vip5:
            default: false
            inheritance:
            - member
            prefix: '&b[VIP] &7Survivor &f'
            permissions:
            - signColours.*
            - VIP.VIP
            - commandbook.whereami
            - commandbook.whereami.compass
            - herosneak.sneak
            - commandbook.spawn
            - falsebook.blocks.lift
            - falsebook.blocks.bridge
            - falsebook.blocks.cauldron.use
            - falsebook.blocks.door
            - falsebook.blocks.gate
            - falsebook.blocks.hiddenswitch
            - falsebook.blocks.hiddenswitch.create
            - mcmmo.commands.setmyspawn
            - mcmmo.commands.myspawn
            - spoutessentials.cape
            - DarkBrotherhood.climb
            - DarkBrotherhood.assassinate
            - simpleclans.leader.*
            - blockhat.hat
            - preciousstones.limit2
            - over9000homes.maxHomes.5
            - over9000homes.use
        admin:
            default: false
            prefix: '&4[GA] &f'
            inheritance:
            - moderator
            - member
            permissions:
            - modifyworld.*
            - commandbook.setspawn
            - commandbook.rules
            - falsebook.destroy.blocks
            - worldedit.*
            - worldguard.*
            - iConomy.admin.grant
            - iConomy.admin.set
            - iConomy.admin.reset
            - iConomy.admin.hide
            - iConomy.admin.account.create
            - iConomy.admin.account.remove
            - iConomy.admin.stats
            - commandbook.give.other
            - mcmmo.admin
            - mcmmo.tools.mcrefresh
            - mcmmo.tools.mmoedit
            - mcmmo.tools.mcgod
            - spoutessentials.*
            - herosneak.auto
            - simpleclans.admin.reload
            - ecoCreature.Creature.*
            - vanish.standard
            - lockette.admin.create.*
            - lockette.admin.break
            - lockette.admin.bypass
            - lockette.admin.snoop
            - lockette.admin.reload
            - ecoCreature.Creature.*
            - worldguard.god
            - ChestShop.admin
            - nocheat
            - over9000homes.admin
            - mywarp.warp.sign.create
            - mywarp.admin
            - classign.user.place
            - classign.admin.clearuser
            - classign.admin.add
            - classign.admin.remove
            - classign.admin.items
            - classign.admin.armor
            - simpleclans.mod.*
            - simpleclans.admin.*
            - simpleclans.anyone.*
            - simpleclans.member.*
            - simpleclans.leader.*
        modplayer:
            inheritance:
            - member
            prefix: '&3[TM] &f'
            permissions:
            - mcmmo.admin
            - mchat.reload
            - classign.user.place
            - classign.admin.clearuser
            - classign.admin.add
            - classign.admin.remove
            - classign.admin.items
            - classign.admin.armor
            - vanish.standard
            - commandbook.kick
            - commandbook.bans.ban
            - commandbook.bans.unban
            - commandbook.bans.isbanned
            - commandbook.bans.load
            - commandbook.bans.save
            - commandbook.weather
            - logblock.*
            - classign.admin.toggle
        moderator:
            inheritance:
            - member
            permissions:
            - herosneak.exempt
            - mcmmo.commands.whois
            - mcmmo.admin
            - commandbook.whereami
            - commandbook.whereami.compass
            - commandbook.clear
            - commandbook.clear.other
            - commandbook.whois
            - commandbook.whois.other
            - commandbook.reload
            - commandbook.kick
            - commandbook.bans.ban
            - commandbook.bans.unban
            - commandbook.bans.isbanned
            - commandbook.bans.load
            - commandbook.bans.save
            - worldguard.heal
            - worldguard.locate
            - worldguard.stack
            - worldguard.override.infinite-stack
            - worldguard.override.lighter
            - worldguard.override.chest
            - worldguard.region.define
            - worldguard.region.claim
            - worldguard.region.list
            - worldguard.region.redefine.own
            - worldguard.region.redefine.member
            - worldguard.region.redefine
            - worldguard.region.select.own.*
            - worldguard.region.select.member.*
            - worldguard.region.select.*
            - worldguard.region.info.own
            - worldguard.region.info.member
            - worldguard.region.info
            - worldguard.region.flag.own.*
            - worldguard.region.flag.member.*
            - worldguard.region.flag.*
            - worldguard.region.flag.flags.*
            - worldguard.region.setpriority.*
            - worldguard.region.setparent.*
            - worldguard.region.remove.*
            - worldguard.region.addmember.*
            - worldguard.region.addowner.*
            - worldguard.region.removemember.*
            - worldguard.region.removeowner.*
            - commandbook.give
            - commandbook.give.infinite
            - commandbook.give.stacks
            - commandbook.give.stacks.unlimited
            - commandbook.more
            - commandbook.more.infinite
            - commandbook.time.check
            - commandbook.time
            - commandbook.time.lock
            - commandbook.weather
            - commandbook.weather.thunder
            - commandbook.teleport.other
            - commandbook.teleport
            - commandbook.return
            - commandbook.call
            - commandbook.broadcast
            - commandbook.spawn
            - bookworm.destroy.others
            - bookworm.remove.others
            - bookworm.copy.others
            - signColours.*
            - logblock.*
            - mcmmo.chat.adminchat
            - spoutessentials.cloud
            - spoutessentials.sunsize
            - spoutessentials.cloudadmin
            - spoutessentials.sunadmin
            - spoutessentials.moonadmin
            - spoutessentials.moonsize
            - spoutessentials.stars
            - spoutessentials.starsadmin
            - spoutessentials.fogadmin
            - spoutessentials.playgmusic
            - spoutessentials.stopgmusic
            - simpleclans.mod.*
            - modtrs.mod
            - modtrs.command.ban
            - modtrs.command.unban
            - modtrs.command.check
            - modtrs.command.complete
            - modtrs.command.complete.override
            - modtrs.command.broadcast
            - modtrs.command.teleport
            - modtrs.command.reload
            - ChestShop.mod
            - mywarp.warp.basic.createpublic
            - mywarp.warp.basic.createprivate
            - mywarp.warp.basic.welcome
            - mywarp.warp.basic.compass
            - mywarp.warp.basic.list
            - mywarp.warp.basic.search
            - mywarp.warp.soc.invite
            - mywarp.warp.soc.public
            - mywarp.warp.soc.private
            - classign.admin.toggle
            - DarkBrotherhood.use.lockpick
            - DarkBrotherhood.use.shuriken
            - verify.promote
            - permissions.manage.*
            - permissions.*
        greylister:
            default: false
            prefix: '&3[TM] &f'
            inheritance:
            - member
            permissions:
            - mchat.prefix.member
            - mchat.prefix.greylister
            - verify.promote
            - permissions.*
            - over9000homes.use
            - over9000homes.maxHomes.1
        member:
            default: false
            prefix: '&7Survivor &f'
            permissions:
            - modifyworld.*
            - iConomy.access
            - iConomy.rank
            - iConomy.list
            - iConomy.payment
            - bookworm.create
            - bookworm.write.own
            - bookworm.write.others
            - bookworm.remove.own
            - bookworm.destroy.own
            - bookworm.copy.own
            - mcmmo.chat.partychat
            - mcmmo.commands.party
            - mcmmo.commands.ability
            - mcmmo.item.chimaerawing
            - mcmmo.skills.taming
            - mcmmo.skills.mining
            - mcmmo.skills.woodcutting
            - mcmmo.skills.repair
            - mcmmo.skills.unarmed
            - mcmmo.skills.archery
            - mcmmo.skills.herbalism
            - mcmmo.skills.excavation
            - mcmmo.skills.swords
            - mcmmo.skills.axes
            - mcmmo.skills.acrobatics
            - ecoCreature.Creature.*
            - EconomyPunga.use
            - simpleclans.member
            - simpleclans.anyone.*
            - simpleclans.leader.create
            - lockette.user.create.*
            - DarkBrotherhood.use.lockpick
            - DarkBrotherhood.use.shuriken
            - mail.read
            - mail.delete
            - mail.write
            - modtrs.command.modlist
            - modtrs.command.modreq
            - modtrs.command.check.self
            - simpleclans.leader.promotable
            - simpleclans.leader
            - ChestShop.shop.create
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - commandbook.biome
            - falsebook.blocks.lightswitch.create
            - falsebook.blocks.lightswitch.use
            - mcmmo.ability.mining
            - mcmmo.ability.axes
            - mcmmo.ability.woodcutting
            - mcmmo.ability.unarmed
            - mcmmo.ability.swords
            - mcmmo.ability.herbalism
            - mcmmo.ability.excavation
            - preciousstones.limit1
            - mywarp.warp.basic.warp
            - mywarp.warp.sign.warp
            - classign.user.use
            - over9000homes.use
            - ecoCreature.DeathPenalty
            - ecoCreature.PVPReward
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
    users:
        kahlilnc:
            prefix: '&3[O] &f'
            group:
            - admin
        Tyssm:
            group:
            - greylister
            permissions:
            - signColours.*
            - VIP.VIP
            - commandbook.whereami
            - commandbook.whereami.compass
            - herosneak.sneak
            - commandbook.spawn
            - falsebook.blocks.lift
            - falsebook.blocks.bridge
            - falsebook.blocks.cauldron.use
            - falsebook.blocks.door
            - falsebook.blocks.gate
            - falsebook.blocks.hiddenswitch
            - falsebook.blocks.hiddenswitch.create
            - mcmmo.commands.setmyspawn
            - mcmmo.commands.myspawn
            - spoutessentials.cape
            - DarkBrotherhood.climb
            - DarkBrotherhood.assassinate
            - simpleclans.leader.*
            - blockhat.hat
            - preciousstones.limit2
            - over9000homes.maxHomes.5
            - over9000homes.use
        brianbkbstar:
            group:
            - greylister
            permissions:
            - signColours.*
            - VIP.VIP
            - commandbook.whereami
            - commandbook.whereami.compass
            - herosneak.sneak
            - commandbook.spawn
            - falsebook.blocks.lift
            - falsebook.blocks.bridge
            - falsebook.blocks.cauldron.use
            - falsebook.blocks.door
            - falsebook.blocks.gate
            - falsebook.blocks.hiddenswitch
            - falsebook.blocks.hiddenswitch.create
            - mcmmo.commands.setmyspawn
            - mcmmo.commands.myspawn
            - spoutessentials.cape
            - DarkBrotherhood.climb
            - DarkBrotherhood.assassinate
            - simpleclans.leader.*
            - blockhat.hat
            - preciousstones.limit2
            - over9000homes.maxHomes.5
            - over9000homes.use
        Jivesr:
            group:
            - moderator
        Akiad:
            group:
            - moderator
        testdumbie:
            group:
            - member
        Izoroftheundead:
            group:
            - member
        Nick_Narnia:
            group:
            - member
        BMoz:
            group:
            - member
        sumoblock:
            group:
            - member
        gugabalog:
            group:
            - member
        jroy96:
            group:
            - member
        creeperkiller7:
            group:
            - member
        topnugget:
            group:
            - member
        karahan:
            group:
            - member
        nstrafford:
            group:
            - member
        dabram71:
            group:
            - member
        eragon30:
            group:
            - member
        dovan7:
            group:
            - member
        1shallfall:
            group:
            - member
        chaosmender:
            group:
            - member
        nightflame2313:
            group:
            - member
        bradleg:
            group:
            - member
        ArchonD:
            group:
            - member
        Pancakewoman:
            group:
            - member
        brifew:
            group:
            - member
        ry777:
            group:
            - member
        bob2all:
            group:
            - member
        hoynoyminoy1:
            group:
            - member
        waldo45:
            group:
            - member
        alrgic2normality:
            group:
            - member
        theeweapon:
            group:
            - member
        Lil_Dre:
            group:
            - member
        Shavrae:
            group:
            - member
        TinyDwarfPL:
            group:
            - member
        mitchman5:
            group:
            - member
        V1v4lavida:
            group:
            - member
    
    And I am pretty sure this is the problem. :O
     
  18. Group colour: There is an example of the permissions file format in the wiki, and this very subject has been mentioned a few posts back (#2792). If you are using ChatManger, remove the info: header and it should work.

    Permissions.jar: No, it's not a 'must have', it's a compatibility plugin for older plugins that do not support SuperPerms or PEX natively.

    Perhaps because it's a weekend and this is a forum filled with people who answer questions in their free time or just happen to see the question and can answer?

    Seriously, 18 minutes goes by and you wonder why you haven't received an answer to a question that is asking about other plugins, and doesn't give any details, errors, or config files for this plugin and what you have tried? If you are having problems, do what the other posts have done, post what you have tried, what is apparently not working, and links to pastebin dumps of your config files.

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

    kahlilnc

    @Justin The Cynical
    Have any idea?
     
  20. I know I'm not directly answering the question (yet), but looking at your permissions file, I'm seeing a lot of overlap between the permissions sets, which makes it hard to follow the inheritance and which permissions are global and which are not.

    My first suggestion is to clean the file up to make it easier to figure out what is happening. Start with one group, and define what permissions they will have in all worlds. Then for each world (for example, worlds: freimaurer: section), add additional permissions that apply to that world only. A permission that is not under a worlds: section will apply to all worlds.

    I'm afraid not. I've never heard of PEX causing a server to crash when a player dies.

    Why do you think that it's PEX causing it? Any errors in the server console?

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

    kahlilnc

    Cuz I go back to permissionbukkit and it works again. :D
     
  22. Weird. What errors appear in the server console? Which version of PEX and bukkit?
     
  23. Offline

    Ticksy

    If I use MySQL, then permissions will be reloaded manually?
     
  24. Offline

    Walri

    Help Please, Pex Commands Won't Work And Thats The Error I Get
    Code:
    >pex user walri group set Owner
    16:07:01 [WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing command 'pex'
     in plugin PermissionsEx v1.15
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:41)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    3)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    53)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    49)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:499)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:478)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Permissions m
    anager is not accessable. Is the PermissionsEx plugin enabled?
            at ru.tehkode.permissions.commands.CommandsManager.execute(CommandsManag
    er.java:127)
            at ru.tehkode.permissions.bukkit.PermissionsEx.onCommand(PermissionsEx.j
    ava:126)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39)
            ... 7 more
    Caused by: java.lang.RuntimeException: Permissions manager is not accessable. Is
     the PermissionsEx plugin enabled?
            at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(Perm
    issionsEx.java:143)
            at ru.tehkode.permissions.bukkit.commands.UserCommands.userSetGroup(User
    Commands.java:476)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at ru.tehkode.permissions.commands.CommandsManager$CommandBinding.call(C
    ommandsManager.java:298)
            at ru.tehkode.permissions.commands.CommandsManager.execute(CommandsManag
    er.java:120)
            ... 9 more
     
  25. Offline

    RustyDagger

    oh that's handy to know that should be on the wiki. so if i wanted to add some thing like mcmmo.* and then remove some perms from it the mcmmo.* needs to be below what I am removing.

    so this would not work.

    - mcmmo.*
    - -mcmmo.skill.mining

    and this would work.

    - -mcmmo.skill.mining
    - mcmmo.*

    kind of makes sense cant take what they don't have :D


    are you using CB 1318 or 1317 you need to use 1318

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

    Walri

    i updated my CB and i still get the same error message...
     
  27. Offline

    Aypic

    Hey, i got this error with setting ranks.
    When i use the command /pex group defaulf rank set 1000 it says:
    [INFO] Wrong rank. Make sure it's number.
    [INFO] Group default unranked
    Then in the permissionsEX.yml file i got rank-ladder: '1000' but it doesn't work.
    If someone can help me with this that would be great :).
     
  28. Offline

    RugRats

    2011-10-16 05:37:53 [SEVERE] Error occurred while enabling Modifyworld v1.15 (Is it up to date?): null
    java.lang.NullPointerException
    at java.lang.Class.isAssignableFrom(Native Method)
    at org.bukkit.plugin.java.JavaPluginLoader.removeClass(JavaPluginLoader.java:245)
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:992)
    at ru.tehkode.modifyworld.bukkit.Modifyworld.onEnable(Modifyworld.java:71)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:170)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)?
     
  29. Offline

    kahlilnc

    Bukkit 1317, 1.15 pex and get error when it shuts down from every plugin. XD Only when I had herochat, permissions (came with pex i guess), pex and modifyworld. When I remove them I get no errors, cuz I switched back to permissionsbukkit and mchat.
     
  30. Offline

    Kanurame

    You would be right. If Fairy Tail wasnt a show about magicians.
     
  31. Offline

    Phobbsiii

    Hi, I just installed this and it seems for some reason I (and my users) are unable to attack mobs or animals. Is there something I have set wrong/haven't set?

    Code:
    groups:
        default:
            options:
                rank: '1000'
            permissions:
            - modifyworld.chat
        Admin:
            prefix: '&f[&4Admin&f] &4'
            permissions:
            - '*'
            options:
                rank: '0'
        Member:
            prefix: '&f[&8Member&f] &8'
            permissions:
            - modifyworld.*
            options:
                rank: '900'
            default: true
        VIP:
            prefix: '&f[&eVIP&f] &e'
            permissions:
            - modifyworld.*
            inheritance:
            - Member
            options:
                rank: '800'
        Moderator:
            prefix: '&f[&1Moderator&f] &1'
            permissions:
            - modifyworld.mobtarget.*
            - modifyworld.*
            options:
                rank: '100'
        Admins:
            permissions:
            - -modifyworld.mobtarget.*
            - '*'
    users:
    -removed-
    
     
    kahlilnc likes this.

Share This Page