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

    Pumpkinblood1

    I can't download the plugin to install on my server..
    This is what it says each time I try clicking on either download:

    Error 404!


    /jenkins/packages/PermissionsEx/PermissionsEx-latest-package.zip
    File Not Found!
    Any Help?
     
  3. Offline

    JWhy

  4. Offline

    OJR

    Ok, so I'm running a Bungee server and I wan't to sync everyone's ranks across all my servers. I did some research and everyone was saying use MySQL so I did and it gave me errors and also said no default group. But the problem is hat it wouldn't create tables on the database... Anyone have suggestions?
     
  5. Offline

    MaizeHorizon0

    trying to use PEX with tekkit classic(bukkit 1.2.5) And I cant get the permissions to work. I think the user commands in MultiCraft are interfering. anyone have a permissions file they can share for 1.2.5?
     
  6. Offline

    JWhy

    You'll have to export your permissions to a .sql-file with
    pex dump sql permissions.sql
    and then execute the generated file in the database you want to use for PEX. Then add your DB information to PEX' permissions.yml's SQL backend section and restart.
     
  7. Offline

    Acer_Mortem

    Will PermissionsEX be updated for the new Mojang UUID change?
     
    snivell likes this.
  8. Offline

    fudool8

    Gonna have to ask the same question as Acer_Mortem... will this be updated for UUID change or should I look elsewhere for permissions?
     
  9. Offline

    lycano

    Acer_Mortem fudool8 i do not understand why this thread is always revived ... please checkout DBO or github pages. To answer your question .. the devs of PEX are already adressing this issue and it has already been fixed in development builds ( https://github.com/PEXPlugins/PermissionsEx/issues/1178 )

    You will probably not notice anything when 1.8 goes live.
     
    JWhy likes this.
  10. Offline

    fudool8

    lycano Because this is the first link offered on their plugin page. Thanks for the info though, I appreciate it, and I'll be sure to check the github instead next time.
     
  11. Offline

    lycano

    fudool8 i see how this can be confusing since they say "Please use forum link for discussion" refering to the link below not above. Bukkit Forum Thread is just for the archive.
     
  12. Offline

    zachrywilsn

    LONG LIVE PEX!!!!!
     
  13. Offline

    OHQCraft

    Are you going to adjust to UUIDs?
     
  14. Offline

    jacoool

    I have just baught a server and am making a prison server, but my prefix's aren't showing when someone types in chat. I have tried everything i can find and I don't know why prefix's aren't showing please help.

    this is my PEX file

    groups:
    A:
    default: true
    prefix: '&f[&aA&f] '
    build: true
    permissions:
    - shop.buy
    - shop.sell
    - shop.enchantments
    - shop.tab.*
    - iconomy.list?
    - iconomy.payment
    - iconomy.pay
    - money.top
    - serversigns.use.*
    - essentials.enderchest
    - plotme.limit.1
    - paidranks.normal
    - essentials.help
    - essentials.rules
    - essentials.motd
    - modifyworld.chat
    - modifyworld.*
    - essentials.build.*
    - essentials.warp
    - essentials.warp.list
    - essentials.kits
    - essentials.kit
    - essentials.kits.starter
    - essentials.who
    - rankup
    - plotme.use.claim
    - plotme.use.auto
    - plotme.use.home
    - plotme.ues.info
    - plotme.use.sell
    - plotme.use.buy
    - plotme.use.add
    - plotme.use.remove
    - plotme.use.dispose
    - plotme.use.done
    - plotme.use.comment
    - essentials.spawn
    options:
    user: xxblackmountanxx
    B:
    default: false
    prefix: '&f[&bB&f]&f '
    build: true
    inheritance:
    - A
    permissions:
    - shop.buy
    - shop.sell
    - shop.enchantments
    - shop.tab.*
    - essentials.enderchest
    - paidranks.normal
    - essentials.help
    - essentials.rules
    - essentials.motd
    - essentials.help
    - essentials.home
    - essentials.kit
    - essentials.kit.starter
    - essentials.list
    - essentials.motd
    - essentials.msg
    - essentials.ping
    - essentials.r
    - essentials.rules
    - essentials.seen
    - essentials.spawn
    - essentials.suicide
    C:
    default: false
    prefix: '&f[&cC&f]&f '
    inheritance:
    - A
    - B
    build: true
    permissions:
    - shop.buy
    - shop.sell
    - shop.enchantments
    - shop.tab.*
    - essentials.enderchest
    - paidranks.normal
    - essentials.help
    - essentials.rules
    - essentials.motd
    D:
    default: false
    prefix: '&f[&dD&f]&f '
    inheritance:
    - A
    - B
    - C
    build: true
    permissions:
    - shop.buy
    - shop.sell
    - shop.enchantments
    - shop.tab.*
    - essentials.enderchest
    - paidranks.normal
    - essentials.help
    - essentials.rules
    - essentials.motd
    E:
    default: false
    prefix: '&f[&eE&f] '
    build: true
    permissions:
    - shop.buy
    - shop.sell
    - shop.enchantments
    - shop.tab.*
    - money.top
    - serversigns.use.*
    - essentials.enderchest
    - paidranks.normal
    - essentials.help
    - essentials.rules
    - essentials.motd
    - modifyworld.chat
    - modifyworld.*
    - essentials.build.*
    - essentials.warp
    - essentials.warp.list
    - essentials.kits
    - essentials.kit
    - essentials.kits.starter
    - essentials.who
    - rankup
    - essentials.spawn
    F:
    default: false
    prefix: '[F] '
    inheritance:
    - A
    - B
    - C
    - D
    - E
    build: true
    permissions:
    - shop.buy
    - shop.sell
    - shop.enchantments
    - shop.tab.*
    - iconomy.list
    - iconomy.payment
    - iconomy.pay
    - money.top
    - serversigns.use.*
    - essentials.enderchest
    - paidranks.normal
    - essentials.help
    - essentials.rules
    - essentials.motd
    - modifyworld.chat
    - modifyworld.*
    - essentials.build.*
    - essentials.warp
    - essentials.warp.list
    - essentials.kits
    - essentials.kit
    - essentials.kits.starter
    - essentials.who
    - rankup
    - essentials.spawn
    G:
    default: false
    prefix: '&f[&7G&f] '
    inheritance:
    - A
    - B
    - C
    - D
    - E
    - F
    build: true
    permissions:
    - shop.buy
    - shop.sell
    - shop.enchantments
    - shop.tab.*
    - money.top
    - serversigns.use.*
    - essentials.enderchest
    - plotme.limit.1
    - paidranks.normal
    - essentials.help
    - essentials.rules
    - essentials.motd
    - modifyworld.chat
    - modifyworld.*
    - essentials.build.*
    - essentials.warp
    - essentials.warp.list
    - essentials.kits
    - essentials.kit
    - essentials.kits.starter
    - essentials.who
    - rankup
    - essentials.spawn
    H:
    default: false
    prefix: '&f[&8H&f] '
    inheritance:
    - A
    - B
    - C
    - D
    - E
    - F
    - G
    build: true
    permissions:
    - shop.buy
    - shop.sell
    - shop.enchantments
    - shop.tab.*
    - iconomy.list
    - iconomy.payment
    - iconomy.pay
    - money.top
    - serversigns.use.*
    - essentials.enderchest
    - paidranks.normal
    - essentials.help
    - essentials.rules
    - essentials.motd
    - modifyworld.chat
    - modifyworld.*
    - essentials.build.*
    - essentials.warp
    - essentials.warp.list
    - essentials.kits
    - essentials.kit
    - essentials.kits.starter
    - essentials.who
    - rankup
    - essentials.spawn
    I:
    default: false
    prefix: '&f[&9I&f] '
    inheritance:
    - A
    - B
    - C
    - D
    - E
    - F
    - G
    - H
    build: true
    permissions:
    - shop.buy
    - shop.sell
    - shop.enchantments
    - shop.tab.*
    - money.top
    - serversigns.use.*
    - essentials.enderchest
    - plotme.limit.1
    - paidranks.normal
    - essentials.help
    - essentials.rules
    - essentials.motd
    - modifyworld.chat
    - modifyworld.*
    - essentials.build.*
    - essentials.warp
    - essentials.warp.list
    - essentials.kits
    - essentials.kit
    - essentials.kits.starter
    - essentials.who
    - rankup
    - essentials.spawn
    Free:
    default: false
    prefix: '&f[&Citizen&f]&f '
    inheritance:
    - A
    - B
    - C
    - D
    build: true
    permissions:
    - shop.buy
    - shop.sell
    - shop.enchantments
    - shop.tab.*
    - paidranks.normal
    - essentials.help
    - essentials.rules
    - essentials.motd
    Mod:
    default: false
    prefix: '&f[&9Mod&f]&f '
    inheritance:
    - VIP
    - Member
    - Guest
    - A
    - B
    - C
    - D
    build: true
    permissions:
    - essentials.kick
    - essentials.sethome.multiple.staff
    - essentials.helpop
    - essentials.home.others
    - essentials.nick
    - essentials.warp
    - essentials.warp.list
    Admin:
    default: false
    prefix: '&f[&aAdmin&f]&f '
    inheritance:
    - Mod
    - VIP
    - Member
    - Guest
    - A
    - B
    - C
    - D
    - E
    - F
    - G
    - H
    - I
    build: true
    permissions:
    - paidranks.rankup
    - essentials.god
    - essentials.hat
    - essentials.kick
    - essentials.ban
    - shop.buy
    - shop.sell
    - shop.enchantments
    - shop.tab.*
    - iconomy.list
    - iconomy.payment
    - iconomy.pay
    - money.top
    - serversigns.use.*
    - essentials.enderchest
    - plotme.limit.1
    - paidranks.normal
    - essentials.help
    - essentials.rules
    - essentials.motd
    - modifyworld.chat
    - modifyworld.*
    - essentials.build.*
    - essentials.warp
    - essentials.warp.list
    - essentials.kits
    - essentials.kit
    - essentials.kits.starter
    - essentials.who
    - rankup
    - essentials.spawn
    Owner:
    default: false
    prefix: '&f[&bWarden&f]&f '
    build: true
    permissions:
    - '*'
    d:
    worlds:
    hejsa2:
    permissions:
    - user
    permissions:
    - hejsa2
    e:
    prefix: '&f[&eE&f]'
    f:
    prefix: '[F]'
    users:
    1412976c-9284-41a1-8751-c355d9ba252f:
    permissions:
    - '*'
    group:
    - Owner
     
  15. Offline

    Stormbow

    Use pastebin.com to share your configs and permission files. It's important to maintain the formatting you use (which is destroyed when you paste it into a website forum) and the line numbering that pastebin does for you will help people find any errors you are reporting.
     
  16. Offline

    jacoool



    Okay, I will do that in the future. I have fixed my problem now anyway. Thank you for replying.
     
  17. Offline

    Stormbow

    Excellent. :) And you're welcome.
     

Share This Page