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. Update please the plugin doesn't work at all for me since 1.4.5 recommended build and up.
    All plugins say that playyers don't have permissions. Only works if you are op...
     
  3. Offline

    xMinecraft

    [WARNING] [PermissionsEx] Unknown server implementation being used!
    15:49:33 CONSOLE: [WARNING] [PermissionsEx] No Permissible injector found for your server implementation!
     
  4. This version will work with 1.4.5 RB and 1.4.6 Beta R0.1 build 2561
     
  5. Offline

    Erling01

    PermissionsEX. I think you missing somthing. PermissionSEX
     
  6. Offline

    LadySuzie

    This plugin doesn't seems to be working on version 1.4.6
     
    mds818 likes this.
  7. Offline

    mds818

    I cant wait for a update for 1.4.6 :D
     
  8. Offline

    Ametz

    Also i cant change time or toggle downfall anymore:
    I have used this settings:
    Code:
            - bukkit.command.toggledownfall
            - bukkit.command.time*
    It says i have no permissions.
    Can it be because i removed the other plugin (Modifyworld) ?
     
  9. Offline

    mds818

    PermissionsEX doesn't work for 1.4.6
     
  10. Offline

    Ferus Grim

    Assuming you're using the latest dev build compatible with 1.4.6, I couldn't tell you why toggledownfall isn't working, but the proper permission for "time" would be
    Code:
    - bukkit.command.time.*
    or
    Code:
    - bukkit.command.time.add
    - bukkit.command.time.set
     
  11. Offline

    Ametz

    It works now, thanks :)
     
  12. Offline

    nhadobas

    It works for 1.4.6 >.>
     
    mds818 likes this.
  13. Offline

    crore

    says it works.... yet its not adding new players to the default group
     
  14. Offline

    EditsHD

    Thanks guys for getting a stable version out for 1.4.6 keep it up team well i hope it stays stable you will be getting a donate soon :D
     
  15. Offline

    wes102799

    Ever since I updated to 1.4.6 it hasn't been giving people the permissions that I gave them in the permissions file. Here is my permissions.yml and Here is the link to the server.log
     
  16. Offline

    dacnien

    I'm having problem that players can't use basic command like /home or /spawn even I already wrote those permissions in the yml file already. It work for everyone after i disabled pex :(
     
  17. Offline

    KamJam99

    Excuse me, but why does it say 1.4.6 when BukkitDev says 1.4.2? Does the 1.4.2 version work with 1.4.6 or has it not fixed the download link yet?

    *EDIT* Nevermind, I figured it out... thanks for the great plugin by the way :D
     
  18. Offline

    Doidle

    For some reason everytime when I enter the game I can't make my name or any other name get on the ''user'' list
    Infact, there is no user category created in my permissions.yml
    And when I create the user category myself it won't detect my character so it won't write my name in the file.
    So the only thing that I have in my permissions.yml is just the groups.

    How to fix?
     
  19. Offline

    AnthonyB

    Can someone help? I can't execute any command, it just brings up the list every time I try anything. I'm using the latest build off of Jenkins...
     
  20. Offline

    RebzO1

    how do i let the default group build? my server is whitelist so i (hope) grief protection isnt something ill need
     
  21. Offline

    Daxxie

  22. Offline

    RebzO1

    Also i have a problem users can add themselves to whichever group they want how do i stop this
    groups:
    Guest:
    prefix: '&0(&fGuest&0)&7 '
    default: true
    permissions:
    - modifyworld.chat
    - permissions.build
    options:
    rank: '1000'

    is this wrong whats missing?

    i just made the switch from permissions bukkit

    i want admins and owner to be able to use all bukkit/plugin commands
    i want to stop users beig able to set themselves as admin or any group for that matter
    i want users to be able to build at spawn
     
  23. Offline

    RebzO1

    im still having this issue van any1 help pls
     
  24. Offline

    Daxxie

    thanks a lot buddy, i finally solved the problem, but now i got something new :confused:

    Now people can interact with the "block" but now "normal" players cant destroy blocks, not even in the wildness where there is no protection(and in the chat dosent say nothing)..i think is from ModifyWorld but i dont know how to set it up good
    Please Help?

    And if i add at the permissions modifyworld.items.craft <item id> how can i allow ALL items to be crafted...In the end i know is from the modifyworld,

    Here Are My Permissions http://pastebin.com/6CsPMPwB


    -Thanks!
     
  25. Offline

    nickpikflik

    Hello!
    When i start the server no error's come's up all fine.
    when i or someone join the server on minecraft 'internal server error' pop's up and on the console
    'http://pastebin.com/WB8R1ng4'. what must i do to fix that?
     
  26. Offline

    RebzO1

    ok ill try a different forum
     
  27. Offline

    nickpikflik

  28. Offline

    MrJoshyPooh

    I've always been a PermissionsEX fan, but till today, when I used it on my server, it seems that new players are not automatically to the permissions.yml, further more you have to manually add it, to the group guest, default, or whichever you guys use.
    any help or tips on how to fix this?
     
  29. Offline

    snivell

    I love this plugin, I use it for my server. Brilliant work!
     

Share This Page