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. I made this:
    Code:
    users:
      ScottSpittle:
        worlds:
          Muezli:
            group:
           - Owner
          '`Muezli`':
            group:
           - Owner
        worlds.`Muezli`.group:
       - Owner
    Into this:
    Code:
    users:
      ScottSpittle:
    Ran "pex reload", then ran that command you specified earlier "pex user ScottSpittle group set Owner Muezli"

    Well, the equivalent for my test setup, but you get the idea.

    Now that is interesting, it's not working now.

    However, changing the group setting to a global one does stick around:

    Code:
    users:
      ScottSpittle:
        group:
        - Owner
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  3. Offline

    ScottSpittle

    noticed that yes. If its a global it stays. If it's tied to a world it does not.

    I've just started a fresh server with the following..

    HTML:
    groups:
      Crafter:
        default: true
        inheritance:
        - g-basic
        prefix: '&a[Crafter] '
      Owner:
        default: false
        inheritance:
        - Crafter
        prefix: '&7[Owner] '
        worlds:
          Muezli-1:
            permissions:
            - -vanish.silentjoin
            - '*'
    users:
      ScottSpittle:
        worlds.`Muezli-111`.group:
        - Owner
    


    And when i join im still crafter(test world is called Muezli-111)
     
  4. On this one, I don't know for sure. I think the [world] addition to the group set command is a new one, so I'm not that familiar with it yet, but this does appear to be a bug. I would open a ticket on github for it if it's something critical and just use the global setting for now. :(

    https://github.com/PEXPlugins/PermissionsEx/issues/292

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Aug 28, 2019
  5. Offline

    saladfingers

    Group inheritance no longer seems to be working. Is this feature still available in 1.9?

    Modifyworld also seems to be ignoring the 'whitelist' option. It's set to false in the config but anyone without the modifyworld.login permission is denied access.

    Code:
    groups:
        Newbie:
            default: true
            options:
                rank: '5'
            prefix: '&7[Apply]&6 '
            permissions:
            - general.spawn
            - general.player-info
            - general.teleport.silent
            - modifyworld.chat
            - modifyworld.chat.private
            - modifyworld.sneak
            - modifyworld.sprint
            - modifyworld.damage.*
            - multiverse.access.*
            - multiverse.portal.access.*
            - herochat.join.global
            - herochat.speak.global
        Builder:
            options:
                rank: '4'
            worlds:
                survival:
                    permissions:
                    - modifyworld.*
                    - ChestShop.shop.buy
                    - ChestShop.shop.sell
                    - lwc.protect
                    - craftbook.mech.ammeter.use
                    - craftbook.mech.bridge
                    - craftbook.mech.bookshelf.use
                    - craftbook.mech.cauldron
                    - craftbook.mech.elevator
                    - craftbook.mech.elevator.use
                    - craftbook.mech.gate
                    - craftbook.mech.light-switch
                    - mcmmo.skills.*
                    - mcmmo.ability.*
                    - mobarena.use.*
                    - mobarena.classes.*
                    - mobarena.arenas.*
                    - multihome.defaulthome.go
                    - multihome.defaulthome.set
                    - multihome.namedhome.go
                    - multihome.namedhome.set
                    - multihome.namedhome.delete
                    - multihome.namedhome.list
                    - deathtpplus.deathtp
                    - iConomy.access
                    - iConomy.payment
                    - iConomy.list
                    - jobs.join.*
                    - jobs.world.survival
                    - lottery.buy
                    inheritance:
                    - Newbie
                    prefix: '&8[survival] &1[Builder]&6 '
                creative:
                    permissions:
                    - modifyworld.*
                    - lwc.protect
                    - craftbook.mech.ammeter.use
                    - craftbook.mech.bridge
                    - craftbook.mech.bookshelf.use
                    - craftbook.mech.cauldron
                    - craftbook.mech.elevator
                    - craftbook.mech.elevator.use
                    - craftbook.mech.gate
                    - craftbook.mech.light-switch
                    - multihome.defaulthome.go
                    - multihome.defaulthome.set
                    - multihome.namedhome.go
                    - multihome.namedhome.set
                    - multihome.namedhome.delete
                    - multihome.namedhome.list
                    - deathtplus.deathtp
                    - iConomy.access
                    - iConomy.payment
                    - iConomy.list
                    - lottery.buy
                    - jobs.world.survival
                    inheritance:
                    - Newbie
                    prefix: '&8[creative] &1[Builder]&6 '
                survival_nether:
                    permissions:
                    - modifyworld.*
                    - lwc.protect
                    - craftbook.mech.ammeter.use
                    - craftbook.mech.bridge
                    - craftbook.mech.bookshelf.use
                    - craftbook.mech.cauldron
                    - craftbook.mech.elevator
                    - craftbook.mech.elevator.use
                    - craftbook.mech.gate
                    - craftbook.mech.light-switch
                    - mcmmo.skills.*
                    - mcmmo.ability.*
                    - mobarena.use.*
                    - mobarena.classes.*
                    - mobarena.arenas.*
                    - multihome.defaulthome.go
                    - multihome.defaulthome.set
                    - multihome.namedhome.go
                    - multihome.namedhome.set
                    - multihome.namedhome.delete
                    - multihome.namedhome.list
                    - deathtplus.deathtp
                    - iConomy.access
                    - iConomy.payment
                    - iConomy.list
                    - monsterbox.place
                    - jobs.join.*
                    - jobs.world.survival
                    - lottery.buy
                    inheritance:
                    - Newbie
                    prefix: '&8[nether] &1[Builder]&6 '
        VIP:
            options:
                rank: '3'
            worlds:
                survival:
                    inheritance:
                    - Builder
                    prefix: '&8[survival] &9[VIP]&6 '
                creative:
                    inheritance:
                    - Builder
                    prefix: '&8[creative] &9[VIP]&6 '
                survival_nether:
                    inheritance:
                    - Builder
                    prefix: '&8[nether] &9[VIP]&6 '
                skylands:
                    inheritance:
                    - Builder
                    prefix: '&8[skylands] &9[VIP]&6 '
        Donator:
            options:
                rank: '2'
            worlds:
                survival:
                    permissions:
                    - general.teleport
                    - general.teleport.here
                    - scavenger.scavenge
                    - worldedit.snow
                    - worldguard.stack
                    - worldguard.stack.illegitimate
                    - worldguard.stack.damaged
                    - worldedit.generation.pumpkins
                    - worldedit.tool.tree
                    - nocheat.checks
                    - mobdisguise.chicken
                    - mobdisguise.cow
                    - mobdisguise.mooshroom
                    - mobdisguise.pig
                    - mobdisguise.sheep
                    - mobdisguise.squid
                    - mobdisguise.villager
                    - mobdisguise.enderman
                    - mobdisguise.wolf
                    - mobdisguise.zombiepigman
                    - mobdisguise.blaze
                    - mobdisguise.cavespider
                    - mobdisguise.creeper
                    - mobdisguise.ghast
                    - mobdisguise.silverfish
                    - mobdisguise.skeleton
                    - mobdisguise.slime
                    - mobdisguise.spider
                    - mobdisguise.spiderjockey
                    - mobdisguise.zombie
                    inheritance:
                    - VIP
                    prefix: '&8[survival] &5[Donator]&6 '
                creative:
                    permissions:
                    - general.teleport
                    - general.teleport.here
                    - worldedit.snow
                    - worldguard.stack
                    - worldguard.stack.illegitimate
                    - worldguard.stack.damaged
                    - worldedit.generation.pumpkins
                    - worldedit.tool.tree
                    - nocheat.checks
                    - mobdisguise.chicken
                    - mobdisguise.cow
                    - mobdisguise.mooshroom
                    - mobdisguise.pig
                    - mobdisguise.sheep
                    - mobdisguise.squid
                    - mobdisguise.villager
                    - mobdisguise.enderman
                    - mobdisguise.wolf
                    - mobdisguise.zombiepigman
                    - mobdisguise.blaze
                    - mobdisguise.cavespider
                    - mobdisguise.creeper
                    - mobdisguise.ghast
                    - mobdisguise.silverfish
                    - mobdisguise.skeleton
                    - mobdisguise.slime
                    - mobdisguise.spider
                    - mobdisguise.spiderjockey
                    - mobdisguise.zombie
                    inheritance:
                    - VIP
                    prefix: '&8[creative] &5[Donator]&6 '
                survival_nether:
                    permissions:
                    - general.teleport
                    - general.teleport.here
                    - scavenger.scavenge
                    - worldedit.snow
                    - worldguard.stack
                    - worldguard.stack.illegitimate
                    - worldguard.stack.damaged
                    - worldedit.generation.pumpkins
                    - worldedit.tool.tree
                    - nocheat.checks
                    - mobdisguise.chicken
                    - mobdisguise.cow
                    - mobdisguise.mooshroom
                    - mobdisguise.pig
                    - mobdisguise.sheep
                    - mobdisguise.squid
                    - mobdisguise.villager
                    - mobdisguise.enderman
                    - mobdisguise.wolf
                    - mobdisguise.zombiepigman
                    - mobdisguise.blaze
                    - mobdisguise.cavespider
                    - mobdisguise.creeper
                    - mobdisguise.ghast
                    - mobdisguise.silverfish
                    - mobdisguise.skeleton
                    - mobdisguise.slime
                    - mobdisguise.spider
                    - mobdisguise.spiderjockey
                    - mobdisguise.zombie
                    inheritance:
                    - VIP
                    prefix: '&8[nether] &5[Donator]&6 '
        Mods:
            options:
                rank: '1'
            worlds:
                survival:
                    permissions:
                    - mcbans.*
                    - multiverse.tp
                    - multiverse.portal.list
                    - vanish.list
                    - vanish.vanish
                    - vanish.noaggromobs
                    - OpenInv.openinv
                    - OpenInv.crossworld
                    - lwc.mod
                    - general.teleport.to
                    - logblock.tools.tool
                    - logblock.lookup
                    - permissions.user.promote.*
                    - permissions.user.demote.*
                    - permissions.manage.memebership
                    - odd.give.i0.other
                    - nocheat.admin.chatlog
                    - worldguard.*
                    - worldedit.wand
                    - worldedit.selection.pos
                    - worldedit.selection.hpos
                    - playerinfo.lookup
                    inheritance:
                    - Donator
                    prefix: '&8[survival] &3[Mod]&6 '
                creative:
                    permissions:
                    - mcbans.*
                    - multiverse.tp
                    - multiverse.portal.list
                    - vanish.list
                    - vanish.vanish
                    - vanish.noaggromobs
                    - OpenInv.openinv
                    - OpenInv.crossworld
                    - lwc.mod
                    - general.teleport.to
                    - logblock.tools.tool
                    - logblock.lookup
                    - permissions.user.promote.*
                    - permissions.user.demote.*
                    - permissions.manage.memebership
                    - odd.give.i0.other
                    - nocheat.admin.chatlog
                    - worldguard.*
                    - worldedit.wand
                    - worldedit.selection.pos
                    - worldedit.selection.hpos
                    - playerinfo.lookup
                    inheritance:
                    - Donator
                    prefix: '&8[creative] &3[Mod]&6 '
                survival_nether:
                    permissions:
                    - mcbans.*
                    - multiverse.tp
                    - multiverse.portal.list
                    - vanish.list
                    - vanish.vanish
                    - vanish.noaggromobs
                    - OpenInv.openinv
                    - OpenInv.crossworld
                    - lwc.mod
                    - weather.strike.*
                    - general.teleport.to
                    - logblock.tools.tool
                    - logblock.lookup
                    - permissions.user.promote.*
                    - permissions.user.demote.*
                    - permissions.manage.memebership
                    - odd.give.i0.other
                    - nocheat.admin.chatlog
                    - worldguard.*
                    - worldedit.wand
                    - worldedit.selection.pos
                    - worldedit.selection.hpos
                    - playerinfo.lookup
                    inheritance:
                    - Donator
                    prefix: '&8[nether] &3[Mod]&6 '
        Admins:
            options:
                rank: '0'
            worlds:
                survival:
                    permissions:
                    - '*'
                    prefix: '&8[survival] &4[Admin]&6 '
                creative:
                    permissions:
                    - '*'
                    prefix: '&8[creative] &4[Admin]&6 '
                survival_nether:
                    permissions:
                    - '*'
                    prefix: '&8[nether] &4[Admin]&6 '
        Owner:
            worlds:
                survival:
                    permissions:
                    - '*'
                    prefix: '&8[survival] &6[&0Owner&6]&6 '
                creative:
                    permissions:
                    - '*'
                    prefix: '&8[creative] &6[&0Owner&6]&6 '
                survival_nether:
                    permissions:
                    - '*'
                    prefix: '&8[nether] &6[&0Owner&6]&6 '
    
     
  6. Group inheritance still works.

    The modifyworld whitelist thing does appear to be a bug:
    https://github.com/PEXPlugins/Modifyworld/issues/16

    Workaround for now is to add modifyworld.login to any group that doesn't have modifyworld.* in it's permissions.
     
  7. Offline

    saladfingers

    Well that is weird. If I demote myself to builder for example then i'm no longer able to talk in the global channel even tho the group above that has the permissions set. Could just be that I haven't setup herochat right. I've been using version 4 for long time and only just updated to 5

    Edit: it's not just herochat, nothing at all is being inherited
     
  8. Offline

    davy

    th
    x
     
  9. Offline

    Lemonhands

    Is this supported for 1.2 or whatever?
     
  10. Offline

    kernet

    Group lifetime is not working for me in 1.19. It just works if I set it but after user relog it's gone. Anybody can help me? Thank you.
     
  11. Offline

    DarklightPvP

    Question: Will this work with the latest MC 1.2.3 bukkit?
     
  12. Offline

    MFN

    Is this updated for the new dev builds of bukkit? I need a permissions plugin that works, and fast.
     
  13. Offline

    darkcreon

    i am getting these errors whenever something requests a permission check i believe. latest build of permissionsex on the server. let me know if more info is needed.

    http://pastebin.com/KWQ01GMH
     
  14. Offline

    scottymalloty

    Is it just me or does the prefix not work? It wont add colour or change the name of the group. It may just be me entering it wrong but I did it exactly like the tutorial.
     
  15. Offline

    noneandnonly

    After reloading I get this error
    Code:
    2012-03-03 04:27:20 [SEVERE] java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    2012-03-03 04:27:20 [SEVERE]    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:150)
    2012-03-03 04:27:20 [SEVERE]    at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:157)
    2012-03-03 04:27:20 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.performCheck(PermissiblePEX.java:123)
    2012-03-03 04:27:20 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:109)
    2012-03-03 04:27:20 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:101)
    2012-03-03 04:27:20 [SEVERE]    at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:99)
    2012-03-03 04:27:20 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:950)
    2012-03-03 04:27:20 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:322)
    2012-03-03 04:27:20 [SEVERE]    at org.bukkit.Bukkit.broadcastMessage(Bukkit.java:114)
    2012-03-03 04:27:20 [SEVERE]    at org.bukkit.command.defaults.SayCommand.execute(SayCommand.java:37)
    2012-03-03 04:27:20 [SEVERE]    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    2012-03-03 04:27:20 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:461)
    2012-03-03 04:27:20 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:457)
    2012-03-03 04:27:20 [SEVERE]    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:599)
    2012-03-03 04:27:20 [SEVERE]    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:568)
    2012-03-03 04:27:20 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    2012-03-03 04:27:20 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-03 04:27:20 [WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing 'say Test' in org.bukkit.command.defaults.SayCommand@16290fbc
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:170)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:461)
        at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:457)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:599)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:568)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
        at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:150)
        at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:157)
        at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionSet(PermissiblePEX.java:199)
        at org.bukkit.permissions.PermissibleBase.hasPermission(PermissibleBase.java:71)
        at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:112)
        at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:101)
        at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:99)
        at org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:950)
        at org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:322)
        at org.bukkit.Bukkit.broadcastMessage(Bukkit.java:114)
        at org.bukkit.command.defaults.SayCommand.execute(SayCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
        ... 6 more
    
    Could be because of using 1.2-R1 (or something like that). I'm only getting it after a reload and trying to use /say <message> or /bcast <message> (from Essentials).
    Just to let you know and get a quick response if it's cuz of using 1.2...
     
  16. Hmm, it appears that group inheritance doesn't work at a world-specific level. If I moved the line out into a global section of the file, it works.

    I'm guessing this used to work under 1.16/1.17? The only suggestions I have:
    • Go back to an earlier version, if possible
    • Move the inheritance to the global section
    I don't know if this is a bug or something that was fixed that shouldn't have worked in earlier revisions.

    Either way, I would suggest to open a ticket and see what t3hk0d3 says.

    http://forums.bukkit.org/threads/ad...ow-is-today-1-1-r6.18140/page-189#post-994856

    Don't use /reload. It does bad things.

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

    Mishrathium

  18. Offline

    nicklas1162

    If i had permissions yeti before, can i just copy the permissions in to permissionsEX folder? You know instead of re-writing ALL the permissions (i have a lot of plugins) again!
     
  19. Which version of PEX and bukkit?

    Kind of. There are some differences. The wiki has instructions on how to migrate from permissions 2/3 to PEX.

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

    Mishrathium

    upgrading to 1.19 pex my permissions file looks very odd... It has always been perfect.

    Pex 1.19-Bukkit-1.1-R6-14-gfdfd3ab-b2010jnks (MC: 1.2.2)
    http://pastebin.com/U6gdVMnc
    Top Part is normal - then everything just gets odd, I dont remember "default" users being added to the PEX file before?


    PEX + HeroicDeath error - http://pastebin.com/HwtV8bTU
    Error that the Heroic Death devs said is caused by PEX
     
  21. Offline

    saladfingers

    Yes, i've been using PEX since permissions 3.x stopped working and my config has always been set that way. I'd rather not use global inheritence either, I like to keep everything seperate.

    Opened a ticket anyway.
     
  22. Offline

    Badguy_1

    ok so... with the new update, i can't seem to do /pex user group set
     
  23. Offline

    Milaannnn_

    My prefixes aren't working :s
     
  24. Offline

    ksisniper47

    Does this work with the latest Dev Build for 1.2.3?
     
  25. Offline

    blazee15

    Doesnt work with 1.2.3
     
  26. Offline

    Sandgeist

    "- -modifyworld.mobtarget.monster.creeper"

    Creeper target player afterall instead of this permission since 1.2 devbuilds.
    I dont know why. Maybe its a bug from pex. Maybe its not and its a bug from Worldguards modifyworld.
     
  27. Offline

    EmberKnight

    Hello,
    Guys this works with 1.2.3 but will not. It will work if you do it like this,
    Groups:
    Member: Etc, But then the /reload and all other plugins will be broken. So i would just sit back and wait for PermissionsEX to be fixed. Thank you all,
    -Will
     
  28. Offline

    Spacey_Puppy

    UPDATE: PermissionsEX Works perfectly in CB DevBuild 2032! YMMV, But it is working no problems with me in CB 2032 DevBuild for MC 1.2.3

    CB DevBuild 2032: link
    PEX DevBuild: link
    (These are NOT my own, duh, I am just posting them here for convienience.)

    HTH,
    -Spacey
     
  29. Offline

    aleksander64

    hey can you please update your PermissionsEx to 1.2.3 or at least to the current delveloper build of craftbukkit. AlekCraft Really! needs your permissions working.

    www.alekcraft.enjin.com
     
  30. Offline

    Physikbuddha

    Using Bukkit 1.2.3 (b2032) and PEX 1.19 I noticed the following:
    - I'm in group admin, commands are working fine
    - Now demoting myself to a Guest (group with no rights) via permissions.yml
    - /pex reload
    - HeroChat successful shows me as a Guest, but I still have access to all admin-commands
    - Stopping and starting the server
    - Now everything works as it should be
    (So the pex reload command doesn't work as intended.)
     
  31. Offline

    GarretSidzaka

    we have pex working fine in 1.2.3. however chat manager is red and not functioning at all, as well as modify world is red.
     

Share This Page