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

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

  1. Offline

    t3hk0d3

    [​IMG]
    Version: 1.19.5

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

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

    [​IMG]

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


    Documentation
    Wiki

    Basic setup tutorial (Thanks to lycano)

    Nice tutorial made by Bennetman


    Download
    Stable version

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

    Sources
    https://github.com/PEXPlugins

    Builds
    http://webbukkit.org:8080/

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

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

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


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


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

    Dotapurex1

    Please update permissionex.... ty
     
  3. Offline

    vanquesh

    getting this error message?
    15.12 21:14:14 [Server] WARNING [PermissionsEx] Reinjecting all permissibles
    15.12 21:14:14 [Server] WARNING [PermissionsEx] Can't obtain PermissionsEx instance
    15.12 21:14:14 [Server] WARNING [PermissionsEx] Reinjecting all permissibles
    15.12 21:14:14 [Server] WARNING [PermissionsEx] Can't obtain PermissionsEx instance
     
  4. Offline

    bacondragon7

    hello, on my server i added this, i had this awhile ago on 1.2.5 and it worked, i relize it updated so i updated my permissions to. But for some reasons players cant pick up blocks or use blocks (including items) or open doors. i added the 2 permissions in the 1.4.5 like modifyworld.items.hold.<item> and the other one but they dont work
     
  5. Offline

    Adrenaline

    Bukkit 1.4.5 - Recommended build OUT !
     
  6. Yep, and it's still business as usual. Did a quick check this morning before heading to work and PEX/modifyworld/chatmanager started up as before (no real testing beyond that yet).

    Update: Yep, busted. Followup post below
     
  7. Offline

    Dotapurex1

    Update this plugin? It doesn't work with the newest recommend build!
     
  8. Offline

    Kommy000

    Does anybody know if there is a solution for mutiple group membership.
    Basically I created a group outside of ranking ladder that has extra PVP nodes enabled. I want to be able to add certain members to that group in addition to their ranked group if they want pvp enabled for them.
    I tested it and it works but it only shows the prefix of their new PVP group in /list or /who or chat in game though they still have all the correct permissions from both groups. Basically it works well except I want to show both of their group memberships in chat so people know they can PVP in addition to their regular abilities. Anybody has a solution for that?? Or do I have to manually rewrite each member prefix. There is got to be a solution to show prefixes from both groups.
     
  9. Update from previous post:

    yep, it's busted.

    Code:
    19:05:25 [WARNING] [PermissionsEx] Unknown server implementation being used!
    19:05:25 [WARNING] [PermissionsEx] No Permissible injector found for your server implementation!
    19:05:25 [INFO] [PermissionsEx] Permissions handler for bacon_avenger successfuly injected
    
    Even with the message saying that it's been successfully injected (BTW, successfully is misspelled in the message), permissions do not work and there is nothing that appears in the debug output.

    IIRC, a ticket has been opened and th3k0d3 is aware.
     
  10. Offline

    DutchCraft

    Code:
    20.12 05:34:09 [Server] WARNING [PermissionsEx] No Permissible injector found for your server implementation!
    20.12 05:34:09 [Server] WARNING [PermissionsEx] Unknown server implementation being used!
    20.12 05:34:09 [Server] WARNING [PermissionsEx] No Permissible injector found for your server implementation!
    20.12 05:34:09 [Server] WARNING [PermissionsEx] Unknown server implementation being used!
    
    After my update to RB 1.4.5
     
  11. Offline

    ServerCrafter

    Hello, I'm wondering if it's possible to use group-message-formats instead of just a message format for all groups in the ChatManager???
     
  12. Offline

    WeeklyTroll

    I'm getting this error. When In-Game my chat prefixes are working, but my permissions are not.

    Code:
    20.12 13:44:40 [Server] WARNING [PermissionsEx] No Permissible injector found for your server implementation!
    20.12 13:44:40 [Server] WARNING [PermissionsEx] Unknown server implementation being used!
     
    Cytooxien likes this.
  13. Offline

    Cytooxien

    Yes,
    2012-12-20 20:04:31 [WARNING] [PermissionsEx] Unknown server implementation being used!
    2012-12-20 20:04:31 [WARNING] [PermissionsEx] No Permissible injector found for your server implementation!
     
  14. *sigh*

    http://forums.bukkit.org/threads/ad...-today-1-4-2-r0-1.18140/page-254#post-1459815

    http://forums.bukkit.org/threads/ad...-today-1-4-2-r0-1.18140/page-254#post-1459948

    Literally two and three posts above yours.

    Last update I saw on github was that 1.19.5 will work and is due out Very Soon (tm)
     
  15. Offline

    Cytooxien

    We need a Update...!
     
  16.  
  17. Offline

    lenis0012

    anakhon and Pr0Failure like this.
  18. Offline

    snowmaster97

    hey, i am running Tekkit 3.1.3 server (yes i know this is Bukkit, i just couldn't find anyone to help me through Tekkit) and I wondering which version of PermissionsEX should i be using. I tried the most recent and the 1.2.5 version but chat manager is not working at all. the prefixes do not show up and i am not able to enter any commands in-game at all. At first, nothing would happen at all. Then i downgraded even my essentials thinking that might be the problem but now it just says internal server error. Could anyone help me?
     
  19. Offline

    Pr0Failure

  20. Offline

    lenis0012

    1.2.5 & 1.3.2:
    http://dev.bukkit.org/server-mods/permissionsex/files/14-permissions-ex-v1-19-3-package/
    1.4.5:
    http://dev.bukkit.org/server-mods/permissionsex/files/15-permissions-ex-v1-19-4-package/
    1.4.6:
    https://dl.dropbox.com/u/67122021/PermissionsEx.jar
     
  21. Offline

    Mineacer

    Vouch for lenis! This works. :D
    Although there are plentiful errors in console NOT due to permissions, bugs in the new 1.4.6 update.
    We'll have to wait until they release more stable versions for 1.4.6.
    Goon on you lenis. ;)
     
  22. Offline

    lenis0012

    Even LegendaryCraft and Skyblock are using my version, hows that?
     
    bullt8storm likes this.
  23. Offline

    hermannas2002

    It says i dont have permission to /pex group Member create
     
  24. Offline

    lenis0012

    Official pex v1.19.5 out now. you shall use that, click download latest build at this thread

    Its called the world of unofficial dev builds

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

    Ferus Grim

    lenis0012 - Where?

    I'm still seeing newest version as v1.19.4.
     
  26. Offline

    lenis0012

  27. Offline

    Asmosia

    lenis0012 Thanks so much for your release, you saved my butt haha. Kudos to you for getting a quick fix out there. *Applause*
     
  28. Offline

    snowmaster97

  29. Offline

    datwerd

  30. Offline

    z00100100

    hi could you please update support for 1.4.6
     
  31. Offline

    Ametz

    I had the same problem, and i got it fixed by removing "Modify World" Version 2.7.7 plugin
    Modifyworld Folder and Modifyworld.jar file

    Before:
    No one could place blocks, pick up items etc. And when scrolling throu the list the items dissapeared.

    BTW: What is Modifyworld? It has something to do with this plugin, is it needed to be installed at all? Read about it in "Overview page"

    I running Bukkit 1.4.6
     

Share This Page