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. Ok, I think I see part of the problem.

    Your multiworld set is formatted OK, but the names are off, I think.

    Code:
        worlds:
            -world:
                permissions:
                - myhome.home.basic.*
                - myhome.home.soc.*
    ...
    
    Remove the dash before the world name. That isn't needed and will cause PEX to look for a world named "-world", not "world".

    This, I think, is a node order issue. PEX reads the nodes from top to bottom, so the first node that matches the permission check will be used and it will stop there. (Relevant wiki page)

    Code:
                - mcmmo.commands.inspect
                - mcmmo.commands.mcstats
                - mcmmo.skills.all
                - -mcmmo.skills.repair
    
    In this case, when PEX does a check for the mcmmo repair option, it will find the .all node before it finds the negation node for repair, so it will allow it. If you are wanting to block the repair ability, it needs to come before the .all node.
     
  3. Offline

    saveryan

    Thanks a lot for those usefull answers will test this tomorow and if you wan't to do some minecraft you are always welcome my server is a bit mobarena based :)
     
  4. Offline

    Ajdeathgiver

    Not working correctly with essentials in 1.51 at all...
     
  5. Offline

    JWhy

    That'd be due to a wrong permissions(ex) set up, not about PEX or Essentials, as superperms are still superperms :)
     
  6. Offline

    Deleted user

    I still don't understand why the admins and moderators tag plugins as inactive on the forums when it's going fine on the BukkitDev page, and the OP directs them to the BD page.
     
    JOPHESTUS likes this.
  7. Offline

    JOPHESTUS

    Hi shoot!
     
  8. Offline

    Deleted user

    herro
     
  9. Offline

    owenftw

    This plugin isn't inactive :eek:
     
  10. Offline

    lycano

    But the thread is. This project moved to DBO long time ago.
     
    JWhy likes this.
  11. What is DBO?
     
  12. Offline

    lycano

    liverpool_fan_98 likes this.
  13. Offline

    tommygoesha

  14. Offline

    FabIMC

    I have this Error in my log please fix it :)
    here the error:
    Zeile 13515: 2013-05-24 21:04:52 [SEVERE] Could not pass event InventoryClickEvent to Modifyworld v1.19.4
    Zeile 13379: 2013-05-24 20:58:30 [SEVERE] Could not pass event InventoryClickEvent to Modifyworld v1.19.4
    Zeile 13352: 2013-05-24 20:58:27 [SEVERE] Could not pass event InventoryClickEvent to Modifyworld v1.19.4
    Zeile 13326: 2013-05-24 20:58:24 [SEVERE] Could not pass event InventoryClickEvent to Modifyworld v1.19.4
    Zeile 13299: 2013-05-24 20:58:21 [SEVERE] Could not pass event InventoryClickEvent to Modifyworld v1.19.4
    Zeile 13273: 2013-05-24 20:58:17 [SEVERE] Could not pass event InventoryClickEvent to Modifyworld v1.19.4
    Zeile 13246: 2013-05-24 20:58:10 [SEVERE] Could not pass event InventoryClickEvent to Modifyworld v1.19.4
     
  15. Offline

    lycano

    FabIMC this thread is inactive please checkout the dev.bukkit.org page and create a ticket there.
     
  16. Offline

    nkdrew

    Can anyone help
    6.05 16:07:38 [Server] INFO ... 13 more
    26.05 16:07:38 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    26.05 16:07:38 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source)
    26.05 16:07:38 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    26.05 16:07:38 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    26.05 16:07:38 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    26.05 16:07:38 [Server] INFO at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:26)
    26.05 16:07:38 [Server] INFO at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:110)
    26.05 16:07:38 [Server] INFO at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17)
    26.05 16:07:38 [Server] INFO at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:157)
    26.05 16:07:38 [Server] INFO Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    26.05 16:07:38 [Server] INFO at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
    26.05 16:07:38 [Server] INFO at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
    26.05 16:07:38 [Server] INFO at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151)
    26.05 16:07:38 [Server] INFO at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243)
    26.05 16:07:38 [Server] INFO at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283)
    26.05 16:07:38 [Server] INFO at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304)
    26.05 16:07:38 [Server] INFO at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264)
    26.05 16:07:38 [Server] INFO at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282)
    26.05 16:07:38 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    26.05 16:07:38 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:464)
    26.05 16:07:38 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    26.05 16:07:38 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    26.05 16:07:38 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    26.05 16:07:38 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    26.05 16:07:38 [Server] INFO org.bukkit.event.EventException
    26.05 16:07:38 [Server] SEVERE Could not pass event PluginEnableEvent to Essentials v2.10.1
    26.05 16:07:38 [Server] INFO Essentials: Using PermissionsEx based permissions.
    26.05 16:07:38 [Server] INFO Enabling EssentialsChat v2.10.1
    26.05 16:07:38 [Multicraft] Skipped 163 lines due to rate limit (60/s)
    26.05 16:07:37 [Server] INFO ... 13 more
    26.05 16:07:37 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    26.05 16:07:37 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source)
    26.05 16:07:37 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    26.05 16:07:37 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    26.05 16:07:37 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    26.05 16:07:37 [Server] INFO at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:26)
    26.05 16:07:37 [Server] INFO at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:110)
    26.05 16:07:37 [Server] INFO at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17)
    26.05 16:07:37 [Server] INFO at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:157)
    26.05 16:07:37 [Server] INFO Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    26.05 16:07:37 [Server] INFO at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
    26.05 16:07:37 [Server] INFO at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
    26.05 16:07:37 [Server] INFO at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151)
    26.05 16:07:37 [Server] INFO at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243)
    26.05 16:07:37 [Server] INFO at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283)
    26.05 16:07:37 [Server] INFO at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304)
    26.05 16:07:37 [Server] INFO at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264)
    26.05 16:07:37 [Server] INFO at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282)
    26.05 16:07:37 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    26.05 16:07:37 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:464)
    26.05 16:07:37 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    26.05 16:07:37 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    26.05 16:07:37 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    26.05 16:07:37 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    26.05 16:07:37 [Server] INFO org.bukkit.event.EventException
    26.05 16:07:37 [Server] SEVERE Could not pass event PluginEnableEvent to Essentials v2.10.1
    26.05 16:07:37 [Server] INFO Essentials: Using PermissionsEx based permissions.
    26.05 16:07:37 [Server] INFO Version 2.8 is now enabled.
    26.05 16:07:37 [Server] INFO Successfully hooked in into Vault
    26.05 16:07:37 [Server] INFO Enabling ServerSigns v2.8
    26.05 16:07:37 [Server] INFO ... 13 more
    26.05 16:07:37 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    26.05 16:07:37 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source)
    26.05 16:07:37 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    26.05 16:07:37 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    26.05 16:07:37 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    26.05 16:07:37 [Server] INFO at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:26)
    26.05 16:07:37 [Server] INFO at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:110)
    26.05 16:07:37 [Server] INFO at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17)
    26.05 16:07:37 [Server] INFO at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:157)
    26.05 16:07:37 [Server] INFO Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    26.05 16:07:37 [Server] INFO at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
    26.05 16:07:37 [Server] INFO at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
    26.05 16:07:37 [Server] INFO at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151)
    26.05 16:07:37 [Server] INFO at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243)
    26.05 16:07:37 [Server] INFO at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283)
    26.05 16:07:37 [Server] INFO at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304)
    26.05 16:07:37 [Server] INFO at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264)
    26.05 16:07:37 [Server] INFO at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282)
    26.05 16:07:37 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    26.05 16:07:37 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:464)
    26.05 16:07:37 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    26.05 16:07:37 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    26.05 16:07:37 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    26.05 16:07:37 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    26.05 16:07:37 [Server] INFO org.bukkit.event.EventException
    26.05 16:07:37 [Server] SEVERE Could not pass event PluginEnableEvent to Essentials v2.10.1
    26.05 16:07:37 [Server] INFO Essentials: Using PermissionsEx based permissions.
    26.05 16:07:37 [Server] INFO Enabling Essentials v2.10.1
    26.05 16:07:37 [Multicraft] Skipped 14 lines due to rate limit (60/s)
    26.05 16:07:37 [Server] INFO (world) All fire spread is disabled.
    26.05 16:07:37 [Server] INFO (world) Lava fire is blocked.
    26.05 16:07:37 [Server] INFO (world) Lighters are PERMITTED.
    26.05 16:07:37 [Server] INFO (world) TNT ignition is PERMITTED.
     
  17. Offline

    JWhy

  18. Offline

    FeatherCraft

    Okay I am having one of the the weird bugs with this I have a Admin on the server and say His prefix and Every thing and '*' and still dosent work Please Help server ip is rg-pvp.com
     
  19. Offline

    Jagay3

    How shod i do so just my highest rank can do the command /plugins
    Right now all my ranks can do /plugins :eek:
     
  20. Offline

    JWhy

    Assuming you're not using a plugin that overides /plugins (like Essentials), you'll have to revoke the permission bukkit.command.plugins for the non-admin groups.
     
  21. Offline

    Jagay3

    Thx its working now thx a lot :)
     
  22. Offline

    bonani

    I have i huge problem; using /pex user Name group set Group creates a huge lag and sometimes hangs the whole server (using MySQL), but changing the Group in the database and then using /pex reload works like a charm. Why is that?
     
  23. Well now...

    http://dev.bukkit.org/bukkit-plugins/permissionsex/forum/44640-pex-2-0-information/?page=2#p32

    Looks like the death of PEX as we know it. :/
     
  24. Offline

    InsaneBrain86

    I really liked PEX but after this decision I will move when 1.6 is out.
    Sure, PEX had some disadvantages, but the possibilities and its usability made countless server admins choose PEX. In my opinion this sounds like "How to make a tool useless for its users". I hope you will be successful with the new approach, but its not the way I can use it.
    Can anyone recommend if bPermissions or zPermissions would be the better replacement for PEX?
     
    Jobsti likes this.
  25. Actually, I asked the dev about modifyworld and such...

    https://github.com/PEXPlugins/PermissionsEx/issues/731#issuecomment-20257650

    Modifyworld will still be there, as will the debug output (which I find insanely useful) and regex support. And frankly, those three things are the main reasons why I stuck (and defended) PEX for as long as I did.

    The current dev/maintainer recommends zpermissions as well.

    I'm not sure how this will work out, but PEX is going to be a Permissions EXtender, not a permissions system in it's own right. If this works out, I'll still use it, but it was nice to have an all-in-one setup with only one place to go for tracking down problems with permissions.
     
    linwe likes this.
  26. Offline

    InsaneBrain86

    I agree with you about the useful features. Perhaps I will give it a try some day, but having another plugin that needs to be updated and can cause problems is a disadvantage I dont really like.
     
    linwe likes this.
  27. Offline

    InsaneBrain86

    Justin The Cynical likes this.
  28. Because of all these reasons and more, I decided to maintain the original PEX 1.x.
     
  29. Offline

    Timer3D

    When I reload my server it rollsback the ranks. So for example, I ranked someone up, then I reloaded pex and the players rank rolled back, allmost like it didnt save, Any help would be great, Thanks
     
  30. Offline

    JWhy

    Stop the server, overwrite the permissions.yml and restart the server. Don't use /reload
     
  31. Offline

    T-L

Share This Page