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

    afistofirony

    Correct.
     
  3. Offline

    Frequenter

    OK, I really wanted to try and get this right of my own volition, but I just cannot figure out what I am doing incorrectly.I am at my wit's end; angry and frustrated.

    Could someone with a working permissions/yml post their code up? Even if it is basic, only has a few ranks, whatever. I can't seem to find the problem with mine, no matter what I do, and I just want to verify that if I put a working script in there, it will work. Because at the moment, it doesn't feel like it.

    I don't necessarily want a hand-out, just a helping hand.

    It would be very appreciated.
     
  4. Offline

    muckermanfinn

    Hi, I really like PEx for my server. I just have one question. What are the perms to be able to use PEx? Because I want my staff to be able to set ranks, instead of me just using the console.
     
  5. Offline

    AdveMaps

    Whenevre I type a command that involves /pex it always spasses out and says internal error or every single command you can use. But when I try use them it says the same thing.. Help?
     
  6. These are listed in the wiki. Look for the permissions.* nodes

    Something is probably causing PEX to not load all the way.
    https://github.com/PEXPlugins/Permi...ooting-and-FAQ#wiki-pex-internal-server-error
     
  7. Offline

    afu008

    is this updated for 1.3.2 if not can you do so?
     
  8. The current version is working fine for me under the 1.3.2 RB
     
  9. Offline

    stoneminer02

    Quote

    My answer (open)
    I made a new one!
    Here is the new!
     
  10. I would strongly suggest not using op. A properly set up permissions plugin makes "op" more or less unnecessary, as well as closing an attack point.

    Think about it, how many people are trying to get op? Disable it via strict mode, and being an 'op' won't mean anything, they still won't be able to do anything.
     
  11. Offline

    perwin

  12. Offline

    afu008

    ok :D
     
  13. Offline

    stoneminer02

    I try'd it and I LOVE IT!
    You have maked a good plugin my man/woman!
     
  14. Offline

    briankdk

    so i guess this plugin isent being updated anymore ?

    Any recomendations to what permission plugin to use instead ?
     
  15. Offline

    lycano

    It is beeing updated: See his github repo.
     
  16. Offline

    KaosKraft

    I would like for the Developer to have all of the attributes of the OWNER except for the ones that I defined.

    No matter what I do I can't get this to work.

    Here is my permissions.yml file:

    groups:
    default:
    default: true
    build: true
    permissions:
    - -assassin.help
    - -assassin.kill
    - -assassin.revenge
    - -assassin.cancel
    - -assassin.expired
    - -assassin.hunt
    - -casinoslots.use
    - -ChestShop.shop.buy
    - -ChestShop.shop.sell
    - -creativegates.use
    - -factions.kit.halfplayer
    - -mcmmo.skills.*
    - -mcmmo.ability.*
    - -minevehicles.aircraft.canuse
    - -minevehicles.submarine.canuse
    - -minevehicles.submarine.remair
    - -simplespawn.home.*
    - -simplespawn.use
    - -simplespawn.use.worlds
    - -carz.use
    - -dogtags.claim
    - -dogtags.knife
    - -dogtags.backstab
    OWNER:
    build: true
    prefix: '&4[OWNER]&f'
    permissions:
    - '*'
    Developer:
    inheritance:
    - OWNER
    build: true
    prefix: '&3[Developer]&f'
    permissions:
    - bukkit.command.op.take:false
    - bukkit.command.op.give:false
    - bukkit.command.me:false
    - bukkit.command.stop:false
    - bukkit.command.say:false
    - bukkit.command.whitelist.enable:false
    - bukkit.command.whitelist.disable:false
    - bukkit.command.whitelist.add:false
    - bukkit.command.whitelist.remove:false
    - bukkit.command.whitelist.list:false
    - bukkit.command.whitelist.reload:false
    - bukkit.command.time.add:false
    - bukkit.command.time.set:false
    - bukkit.command.gamemode:false
    - bukkit.command.xp:false
    - bukkit.command.toggledownfall:false
    - bukkit.command.defaultgamemode:false
    - bukkit.command.seed:false
    users:
    harper10:
    group:
    - OWNER
    soba124:
    group:
    - OWNER
    The_Deepling:
    group:
    - default
    Chocosaur:
    group:
    - default
    beastofsoccer10:
    group:
    - default
    ondine10:
    group:
    - default
    coolpeety1:
    group:
    - Developer


    I also attached my config.yml file and the permissions.yml file.

    Thank you,

    KaosKraft
     

    Attached Files:

  17. Offline

    DarkNinja215

     
  18. Offline

    Electro93

    i have this error [WARNING] Server permissions file permissions.yml is not valid YAML.
    unacceptable character '?' (0xFFFD) special characters are not allowed
    in "<reader>", position 1742
    Code:
    groups: 
        default: 
            default: true.
            permissions: 
            - modifyworld.*
            - authme.register.
            - authme.login.
            - authme.logout.
            - authme.changepassword.
            - authme.unregister.
            - myhome.home.basic.home.
            - myhome.home.basic.set.
            - myhome.home.basic.delete.
            - myhome.home.soc.others.
            - myhome.home.soc.list.
            - myhome.home.soc.invite.
            - myhome.home.soc.uninvite.
            - myhome.home.soc.public.
            - myhome.home.soc.private.
            - myhome.admin.home.list.*
            - myhome.admin.home.delete.*
            - myhome.admin.convert.*
            - myhome.admin.reload.*
            - mobarena.use.join.
            - mobarena.use.spec.
            - mobarena.use.leave.
            - mobarena.use.playerlist.
            - mobarena.use.arenalist.
            - mobarena.admin.*
            - mobarena.setup.*
            - iConomy.*
            - iConomy.accounts.*
            - iConomy.plus.
            - iConomy.user.
            - iConomy.accounts.create.*
            - iConomy.accounts.remove.*
            - iConomy.accounts.give.*
            - iConomy.accounts.take.*
            - iConomy.accounts.set.*
            - iConomy.accounts.status.
            - iConomy.accounts.status.set.*
            - iConomy.accounts.purge.*
            - iConomy.accounts.empty.*
            - jobs.join.
            - jobs.world.
            - jobs.admin.fire.*
            - jobs.admin.employ.*
            - jobs.admin.promote.*
            - jobs.admin.demote.*
            - jobs.admin.grantxp.*
            - 'jobs.admin.removexp.*'
            - 'jobs.admin.transfer.*'
     
    groups:
        admin:
            default: false
            permissions:
            - '*'
            prefix: '&4[&2Admin&4]&6 ' # для всех пользователей группы 
     
    users:
        Electro93:
            group:
            - admin
            permissions:
            -  '*'
            prefix: '&4[&2Admin&4]&6 ' # для одного пользователя        
    Anyother question.I have worldedit but command /spawn is unavaible.What to do?

    People help when i add this in permissions.yml and i try to enter the server i have ===>[SEVERE] java.lang.RuntimeException: Default user group is not defined. Please select one using the "default: true" property
    2012-10-20 13:27:14

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

    columb

    Lol'd so hard from upper posts.
    Try to re-read your error. The answer is in it. Open your config and set any default group. On wiki.
    Не надо ставить точек в конце пермишены же. До чего же вы тут все упоротые, однако.
    Code:
    authme.register.
    А должно быть
    Code:
    authme.register 
    Дальше сам, да.
    You doesn't have to use :true/:false flag. Node
    «-» before permission means it's blocked. (For example,
    Code:
    - -modifyworld.*
    ). If there is no such node, it's means that it's allowed.
     
  20. Offline

    lycano

    No, thats not true. If there is no such node it means its blocked! You would have to add them to allow. Default is disallow.

    The negate node was added cause you can inherit other groups (where this node can be set to allow) but you may want to disallow it in that newly created group. So you negate it then with minus in front of that node.
     
  21. Offline

    awaping

    When come a new version ?
     
  22. It's also useful when a plugin auto-grants a permission to all players and you don't want them to have said permissions (IIRC, jobs is one of those plugins that does this, and McMMO as well)

    When it's done. :)

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

    DrNoD

    Could not pass event InventoryClickEvent to Modifyworld v1.19.4...

    Ticket appears in PEX issues and Modifyworld issues.


    This always happens if someone interacts with a enderchest.
     
  24. is there no version for Minecraft 1.3.2(craftbukkit-1.3.2-R2.0)?
     
  25. The current stable release in the top post works with the current recommended builds just fine.
     
  26. Offline

    briankdk

    1.4 is out - wonder if PEX will stil work after Craftbukkit updates ?
     
  27. T3hk0d3 stated in a github comment that if 1.4 breaks PEX (which it shouldn't), he will push out an update so it will work. Otherwise, he's apparently concentrating on PEX 2.0 (which is supposed to be a full rewrite).
     
    briankdk likes this.
  28. Offline

    Mr Dice

    Does this plugin allow me to enable certain standard operator commands for non ops?
     
  29. Offline

    orange_ghast

    Hi, is there any way to get every single permission from one group, and instantly transfer all of them to another group? Like using a command. If there is a way, what is the command?
     
  30. Offline

    midnightfang22

    Just set it similar to this
    Code:
      group_gaining_the_permissions:
        inheritance:
        - group_that_has_the_permissions_you_want
     
  31. Offline

    xKarolusx

    Error on 1.4.2 CB latest version: <Edit by Moderator: Redacted wklej url>
    PEX v.1.19.3
     
    Last edited by a moderator: May 6, 2020

Share This Page