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

    Tanite

    Not if it reads from the bottom up :p That works for me as well, negating above the wildcard.
     
  3. Offline

    compwiz91

    wtf...thats like reading right to left....
    anyways...i'll try that...

    im having issues with ichat working with PEX =/
    not sure if its a PEX problem or a ichat problem
     
  4. Offline

    Vixolus

    I'm using Prefixer. But when I removed that it still didn't give me the prefix. (removed the JAR completely and refreshed)
     
  5. Offline

    compwiz91

    ive only used ichat and very briefly used chatmanager with PEX, if you remove prefixer, in PEX add a prefix for the group you want and it will showup in chat.
    use Chatmanager.jar
    /pex group <group> prefix [newprefix]
    issue this command ingame
    /pex group Admin prefix Admin-

    Chat

    Admin-compwiz91: Hello, my prefix works now =)
     
  6. Offline

    swordxh

    i want 4 different nodes for 4 different world but the rest is the same (groups,prefix,nodes,etc.)
    how can i do it?
     
  7. Offline

    Kuja_Diartua

    Guys? Can anyone help me?
     
  8. Offline

    RaymanMaik

    The same :/
     
  9. Offline

    Tanite

    Do you have this set in ModifyWorld/config.yml:

    Code:
    enable: true
    itemRestrictions: true
    I think they moved from PermissionsEx/config.yml (I think).
     
  10. Offline

    compwiz91

    @swordxh

    if you check the PEX wiki there's a node for adding the players world their in to the chat. Atleast if your using Chatmanager.
     
  11. Offline

    Kuja_Diartua

    Yes, of course i did.

    Strangely, i added
    - modifyworld.blocks.place.dirt
    and it started to work. somehow, its related with the ID's digits, i guess.

    Damn. Not works again. wtf....

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

    t3hk0d3

    use quotes!
    global-message-format: '%prefix %player\: &f%message'

    isn't it obvious :p ?
     
  13. Offline

    RaymanMaik

    Not really :D
    EDIT: Doesn't work too
     
  14. Offline

    Himeki

    I have a feature request, didn't see it above.
    Timed permissions are amazing, great job on them, is it possible to add timed groups?
    for example, people donate and you grant them donator rank for 2 months ( 5,184,000 seconds ) and at the end they revert back down based on the rank system, basically an auto demote.
     
  15. Offline

    Vixolus

    Players that join my server for the first time, aren't automatically added to the "default" permission group. I have to manually add each player to default because of this. Is there any fix?

    Also, without prefixer and ChatManager set to True, no prefix is showing.
     
  16. Offline

    Himeki

    @Vixolus check the permissions, make sure the one you want to be default has "default: true" and the rest are false.

    For prefixes to be shown you need a chat plugin that uses them, ChatManager is a built in plugin to allow them to be displayed, you need to enable it in the config file first though.

    Example for permissions:
    Code:
    groups:
        default:
            prefix: 'default'
            default: true
            permissions:
            - first.permission
            - second.permission.etc
            options:
                rank: '900'
        moderator:
            prefix: 'moderator'
            default: false
            inheritance:
            - default
            permissions:
            - first.permission
            - second.permission.etc
            options:
                rank: '800'
        admin:
            prefix: 'Admin'
            default: false
            inheritance:
            - moderator
            permissions:
            - first.permission
            - second.permission.etc
            options:
                rank: '0'
     
  17. Offline

    Vixolus

    My Default setup.

    Code:
    groups:
        default:
            default: true
            permissions:
            - bukkit.command.plugins
            - bukkit.command.list
            - bukkit.command.help
            - bukkit.command.me
            - bukkit.command.kill
            - bukkit.command.tell
            - bukkit.command.version
            - lwc.modify
            - lwc.unlock
            - lwc.create
            - lwc.remove
            - mcmmo.*
            - mcmmo.skills.*
            - modifyworld.*
            - logblock.me
            - essentials.kit.*
            - essentials.afk
            - essentials.getpos
            - essentials.help
            - essentials.helpop
            - essentials.ignore
            - essentials.info
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.motd
            - essentials.msg
            - essentials.realname
            - essentials.rules
            - essentials.suicide
            - essentials.whois
            - essentials.clearinventory
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - ChestShop.shop.*
            - essentials.tpdeny
            - essentials.tpaccept
            - essentials.time
            - essentials.time.set
            - essentials.nick
            - iConomy.payment
            - iConomy.help
            - iConomy.holdings
            options:
                rank: '1000'
     
  18. Offline

    Zone

    Could you add "Player" Permissions that override "Groups" Permissions?
     
  19. Offline

    TopGear93

    is there a way to make players automatically become a specific group? i dont feel like sitting around whitelisting & constantly setting up permissions. LethalDrive made hosting servers difficult.
     
  20. Offline

    WaferMouse

    Hello. I'm currently testing to see whether I can get my server running on 1149, and part of that involved switching to PEX. The plugin seems to work great for the most part, but I'm having trouble preventing groups from building on individual worlds. Is there an equivalent to permissions.build from bukkitpermissions?

    I'm currently trying to use modifyworld for these purposes, but I'm uncertain whether that works in 1149.
    Code:
                hubship:
                - -modifyworld.bucket.empty.*
                - -modifyworld.blocks.destroy.*
                - -modifyworld.blocks.place.*
    Any help would be great!

    In your permissions.yml add the line default: true to the group you want to be the default.

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

    Zeeky

    NM think I FINALLY GOT IT!
     
  22. Offline

    WaferMouse

    If you scroll down to File backend configuration on this page, you should be able to work it out from the example: https://github.com/t3hk0d3/PermissionsEx/wiki/Configuration
     
  23. Offline

    Zeeky

  24. Offline

    Brandon Egnell

    Ok I may seem like a noob here but im not. I just cant find the permissions format. With the suffix prefix inheritance and the stuff like that and what order they go in.

    nvm i found my old permissions plugin ^.^
     
  25. Offline

    c4ss

    Im still having the same problem, with minecraft 1.7.3 and cb 1060. I cant give the default (guest) group rights to user levers, stone buttons etc through modifyworld. (modifyworld.blocks.interact.id). I cant even get them to be able to place something, for example (modifyworld.blocks.interact.3 and modifyworld.blocks.place.3). What works is modifyworld.blocks.interact.*. But thats exactly what i DONT want. I tried ids, names, different blocks, and alot of other stuff. No use.
    Does anyone have any idea what to do? :(

    My first post, more detailled: http://forums.bukkit.org/threads/ad...orrow-is-today-1060.18140/page-60#post-673077
     
  26. Hey! First of all, awesome work. It took me a while to understand everyhing and be able to use PEX, but now its running great.
    However, I am having one kind of an issue with chatmanager.

    I have my config set up like this.
    global-message-format: <%prefix%player%suffix> &f%message

    Howeverr, I would like it to be %prefix%player: %suffix%message, so I wouldn't have to have those <> tags in the names so the name would simply be:
    Name: Message

    Is it possible to do this somehow, or could this be implemented in a next build of ChatManager?
     
  27. Offline

    ZIM1988

    hi, i have a problem with the plugin izone.

    ist it compatible?
     
  28. Offline

    Kuja_Diartua

    +1 to this gentleman.

    When i set some group to be default, players who log in are still no group. Only manual adding. Is it me, or its a bug?
     
  29. Offline

    Daiver

    Please help, when i use sql format, all prefix and suffix in mysql set '' '', i use Chat Manager, and in game all messages see like [Null] Nick [Null], how i can cofig Chat manager, use groups suffix and prefix?
     
  30. Offline

    jaboy

    i thingy i relly want is if
    the prefix can be saved in the "worlds" tab ... like this
    Code:
        Admin:
            worlds:
                world1:
                    prefix: '&4[Admin]'
                    permissions:
                world2:
                    prefix: '&1[NOOB]'
                    permissions:
              
    or is there already a way to do this ... and i just dont know ?!
     
  31. Offline

    Merdril

    I'm not sure what's going wrong, but whenever I (Merdril) true to use the command "/warp create here" (part of MyWarp), the server tells me I don't have permissions. The output of "pex user Merdril" shows that I do. However, if I use '*', the plugin in (along with MyHome) work, but that's not an ideal solution. I have a feeling it's an issue with the plugins, and not pex, since all the other ones work just fine. Any ideas?

    Code:
    groups:
        default:
            default: true
            permissions:
            - modifyworld.*
            - help.*
            - myhome.home.*
            - namespace.*
            - chunk.*
            - deathtpplus.*
            - backup.*
            - chunkload.*
            - commandbook.give.*
            - commandbook.more.*
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
            - commandbook.time.check
            - commandbook.setspawn
            - commandbook.spawn
            - commandbook.teleport.*
            - commandbook.teleport
            - commandbook.say.me
            - commandbook.msg
            - commandbook.whereami.*
            - permissions.reload.all
            - mywarp.warp.basic.*
            - commandbook.clear
            - dropchest.*
            worlds:
                free:
                    permissions:
                    - '*'
        special:
            default: false
            permissions:
            - permissions.*
            - commandbook.give.*
            - commandbook.more.*
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
            - commandbook.time.check
            - commandbook.setspawn
            - commandbook.spawn
            - commandbook.teleport.*
            - commandbook.teleport
            - commandbook.say.me
            - commandbook.msg
            - commandbook.whereami.*
            - commandbook.clear
            - multiverse.*
            - help.*
            - deathtpplus.*
            - mywarp.warp.basic.*
            - backup.*
            worlds:
                free:
                    permissions:
                    - '*'
    users:
        Merdril:
            group:
            - special
    
     

Share This Page