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

    maroselis

  3. Offline

    T-L

    Thank you very much for the reply, it's much appreciated. I had a feeling that I was using the incorrect command, and I did have a look at the pex commands list but must have skipped over it in my sleepy state. As for the ladder system, it's really interesting and cool. I shall have a look into it. Again, thank you. //TL
     
  4. Offline

    LandonTheGeek

    Wow, I wish that someone were to take the project over, as this is such a great plugin. :)
     
  5. Offline

    KevinEssence

    Is the project really inactive!? I was going to move from group manager to this on all servers. Any who are timed permissions stackable?
     
  6. Offline

    sethgandy

    Is there a way I can change someone's rank per world?
    Like they can be member in the survival world, and creative rank in a creative world?
     
  7. Offline

    enteih20

    I have a problem with the plugin....

    ava.lang.NullPointerException
    at ru.tehkode.permissions.backends.file.FileEntity.getNode(FileEntity.java:48)
    at ru.tehkode.permissions.backends.file.FileEntity.<init>(FileEntity.java:42)
    at ru.tehkode.permissions.backends.file.FileUser.<init>(FileUser.java:39)
    at ru.tehkode.permissions.backends.FileBackend.getUser(FileBackend.java:111)
    at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:116)
    at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:135)
    at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:201)
    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.performCheck(PermissiblePEX.java:150)
    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:125)
    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:116)
    at org.bukkit.craftbukkit.v1_6_R2.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:111)
    at com.earth2me.essentials.perm.SuperpermsHandler.hasPermission(SuperpermsHandler.java:48)
    at com.earth2me.essentials.perm.PermissionsExHandler.hasPermission(PermissionsExHandler.java:69)
    at com.earth2me.essentials.perm.PermissionsHandler.hasPermission(PermissionsHandler.java:74)
    at com.earth2me.essentials.User.isAuthorizedCheck(User.java:94)
    at com.earth2me.essentials.User.isAuthorized(User.java:76)
    at com.earth2me.essentials.utils.FormatUtil.formatString(FormatUtil.java:69)
    at com.earth2me.essentials.utils.FormatUtil.formatMessage(FormatUtil.java:38)
    at com.earth2me.essentials.chat.EssentialsChatPlayerListenerLowest.onPlayerChat(EssentialsChatPlayerListenerLowest.java:48)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
    at net.minecraft.server.v1_6_R2.PlayerConnection.chat(PlayerConnection.java:887)
    at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:839)
    at net.minecraft.server.v1_6_R2.Packet3Chat.handle(SourceFile:49)
    at net.minecraft.server.v1_6_R2.NetworkManager.i(NetworkManager.java:213)
    at net.minecraft.server.v1_6_R2.NetworkManager.c(NetworkManager.java:351)

    at net.minecraft.server.v1_6_R2.NetworkReaderThread.run(SourceFile:94)


    please help, i really need this plugin to work...it might be backwards though...
     
  8. Offline

    tomy123456

  9. Offline

    JustSomebody

    I need help with PEX, I have quite a lot of plugins with different permission nodes. I'm starting with Essentials. It runs fine but I need to be Op to run any commands. I try to put in the node for, say, the balance command (I have Vault too), but putting - essentials.balance below, say VIP (I'm using the Basic Setup Script) causes the server to crash, not loading Essentials at all.

    groups:
    default:
    default: true
    options:
    rank: '1000'
    permissions:
    - modifyworld.chat
    Admins:
    permissions:
    - -modifyworld.mobtarget.*
    - modifyworld.*
    - permissions.*
    options:
    rank: '1'
    prefix: '&4(&cAdmins&4)&f '
    Member:
    options:
    rank: '900'
    prefix: '&0(&8M&7ember&0)&7 '
    permissions:
    - modifyworld.*
    VIP:
    options:
    rank: '800'
    prefix: '&0(&eVIP&0)&7 '
    permissions:
    - -modifyworld.mobtarget.monster.creeper
    - modifyworld.*

    Moderator:
    options:
    rank: '100'
    prefix: '&0(&1Moderator&0)&7 '
    permissions:
    - -modifyworld.mobtarget.*
    - modifyworld.*
    users:
    JustSomebody:
    group:
    - Admins
    JustSomebody2:
    group:
    - Admins
    CakeTheCat:
    group:
    - VIP

    There's a lot of weird spacing but I assure you that's correct. When launching the server, PEX shows no errors as long as no nodes from other mods are in. Putting any Essentials stuff stops it 100%.
     
  10. Offline

    Commander9292

    How exactly do you take over the development of a plugin? I was thinking about taking over PermissionsEx if no one else wants to.
     
  11. Offline

    n31ln3t

    You need permission from the owner xD
     
  12. Offline

    Commander9292

    Well yes, I realize that. :p I meant do I have to fill out anything or anything of that nature?
     
  13. Offline

    n31ln3t

    Nah, just send out a message to the pex devs :p
     
  14. Offline

    Commander9292

    Oh alright lol, thanks. :)
     
  15. Is there a posibility to be in multiple groups @ once? that you can make it like :
    <rankname> username <donatorrankname>

    the rank and donatorranks have both apart right to commands / regions, so a prefix or suffix isnt enough.

    Regards,
    Spinner
     
  16. Offline

    ravand

    Something is definitely wrong with the newest PEX people are complaining about losing their permission from time to time when other people in the exact same group have the permissions. Whats the meaning of this?
    I am using a single backend file for 9 different servers fyi
     
  17. Offline

    Deadwing

    The last two builds have been borked. When I join my server, I always join invisible. With the last two builds, I'm visible when I join. I rolled back to 1.19.6 and I'm invisible again. Maybe others had problems with 1.19.6 but it's worked perfectly for me forever.
     
  18. Offline

    FlawlessSin

    Does it happen when you also OP someone and then DeOP them? Having the same problem.

    I'm fairly certain it depends what ranking system you use (whether it is ladders or linear ranks, I forget).

    But this is the workaround that I usually use:

    Simply give the permissions to the player, and set their suffix, Buycraft will do it automatically for you if you get it.

    EDIT: Sorry for the double post, forgot that I had clicked enter already on the last one.

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

    ravand

    Everything works fine when OPed but the problem is that the permissions dont seem to apply on the people all the time.. sometimes they have the permissions and somtimes they don't ,seems to be random
     
  20. Offline

    ommishgamehen

    Just wondering if you could update the most recent version for the Bukget plugin for Beastnode its still at .3 not .4 :C
     
  21. Offline

    Jozeth

  22. Offline

    biffick

    Error download page...
     
  23. Offline

    thenews1999

    i cant download the dev version
     
  24. Offline

    TWSSYesterday

  25. Offline

    pepper82

    It's buggy with 1.7.2, testing it on a server with 38 players. Hope they gonna fix it!
     
  26. Offline

    crunkazcanbe

    How come on the latest version a lot of times i have to your /pex reload otherwise no permissions are working . But as soon as i do /pex reload they all work this is getting to be annoying and the plugin is becoming unreliable because on the default group i have it to where no on can build or do anything until i approve them and move them to another rank but now as soon as they join even though they have the permission to block them from building they are still able to .
     
  27. Offline

    ryr11

    Seeing as ChatManager is no longer supported, how would I make a player talking look like this:
    Default Rank:
    &7Notch&f:&8Message Goes Here
    Admin Rank:
    &f[&cOP&f] &6Notch&f: &cMessage Goes Here
     
  28. Offline

    basher07

    Where i can download chatmanager ?
     
  29. Offline

    ahnrapper

    Can u create a command for timed group...
    /pex user <user> timed add <group> [Livetime]
     
  30. Offline

    HeadJump

    Hey, so I downloaded modifyworld and I want to give my default group permission to interact with wall signs. How do I do this?
     
  31. Offline

    frobuzmumber

    Just wondering if it would be possible to separate the users from the groups? Occasionally I have an issue with permissions.yml not loading and after some time and troubleshooting, I find that there is a user with some random wackyness in their permissions or options chain. After removing said wackyness, the permissions file runs fine.. I've been using your plugin for a long time and will continue to use it and recommend it. I currently run 8 servers and needed a permissions plugin that was easy to use, not only for me on the back end, but for my owners/admins on the front end.. I look forward to the future of this plugin!!
     

Share This Page