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

    TheRealKANi

    Wich group shouldn't be able to build..?? because you gave modifyworld.* to commoner.. If it is tourists that can build give them -* or check that you have enabled modifyworld module in the config..
     
  3. Offline

    14forrest14

    for some reason, when players join my server, besides a few people, my server automatically restarts instantly. And i found that its PermissionsEx that is causing this to happen. I know i have set everything up right. Do you know why it does this? and how i could fix this? any help would be appreciated, thanks
     
  4. Offline

    alexspy

    bucket can't work with permission "modifyworld.*"
     
  5. Offline

    Woolcity

    2011-10-08 23:21:42 [SEVERE] at ru.tehkode.permissions.PermissionGroup.isChildOf(PermissionGroup.java:346)
    2011-10-08 23:21:42 [SEVERE] at ru.tehkode.permissions.PermissionGroup.getParentGroups(PermissionGroup.java:227)


    what do? Whenever one of our users logs in we get this spam, but repeated 50 times until we finally repeat the server.
     
  6. Offline

    ignotus

    Help! Im new here and cant seem to get this plugin working! Whenever i start the server up, weird messages spam the console! They seem to be duplicates of this message:
    Code:
    2011-10-09 04:06:33 [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
        at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:140)
        at com.nijikokun.bukkit.Permissions.Permissions.getHandler(Permissions.java:80)
        at com.earth2me.essentials.perm.Permissions2Handler.<init>(Permissions2Handler.java:17)
        at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:152)
        at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:23)
        at org.bukkit.plugin.java.JavaPluginLoader$46.execute(JavaPluginLoader.java:562)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:927)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Can anyone tell me what im doing wrong?
     
  7. Offline

    RaesWolf

    Anyone?
     
  8. Offline

    Woolcity

    at ru.tehkode.permissions.config.ConfigurationNode.splitPath(ConfigurationNode.java:59)
    at ru.tehkode.permissions.config.ConfigurationNode.getProperty(ConfigurationNode.java:134)
    at org.bukkit.util.config.ConfigurationNode.getString(ConfigurationNode.java:152)
    at org.bukkit.util.config.ConfigurationNode.getString(ConfigurationNode.java:170)
    at ru.tehkode.permissions.compat.P2Backend.getWorldInheritance(P2Backend.java:175)
    at ru.tehkode.permissions.PermissionManager.getWorldInheritance(PermissionManager.java:387)
    at ru.tehkode.permissions.PermissionGroup.getParentGroups(PermissionGroup.java:234)
    at ru.tehkode.permissions.PermissionGroup.isChildOf(PermissionGroup.java:346)
    at ru.tehkode.permissions.PermissionGroup.isChildOf(PermissionGroup.java:351)
    at ru.tehkode.permissions.PermissionGroup.getParentGroups(PermissionGroup.java:227)
    at ru.tehkode.permissions.PermissionGroup.isChildOf(PermissionGroup.java:346)
    at ru.tehkode.permissions.PermissionGroup.getParentGroups(PermissionGroup.java:227)
    at ru.tehkode.permissions.PermissionGroup.isChildOf(PermissionGroup.java:346)
    at ru.tehkode.permissions.PermissionGroup.getParentGroups(PermissionGroup.java:227)
    at ru.tehkode.permissions.PermissionGroup.isChildOf(PermissionGroup.java:346)
    at ru.tehkode.permissions.PermissionGroup.getParentGroups(PermissionGroup.java:227)
    at ru.tehkode.permissions.PermissionGroup.isChildOf(PermissionGroup.java:346)
    at ru.tehkode.permissions.PermissionGroup.getParentGroups(PermissionGroup.java:227)
    at tehkode.permissions.PermissionGroup.getParentGroups(PermissionGroup.java:227)
    at ru.tehkode.permissions.PermissionGroup.isChildOf(PermissionGroup.java:346)
    at ru.tehkode.permissions.PermissionGroup.getParentGroups(PermissionGroup.java:227)
    at ru.tehkode.permissions.PermissionGroup.isChildOf(PermissionGroup.java:346)
    at ru.tehkode.permissions.PermissionGroup.getParentGroups(PermissionGroup.java:227)
    at ru.tehkode.permissions.PermissionGroup.isChildOf(PermissionGroup.java:346)
    at ru.tehkode.permissions.PermissionGroup.getParentGroups(PermissionGroup.java:227)
    at ru.tehkode.permissions.PermissionGroup.isChildOf(PermissionGroup.java:346)
    at ru.tehkode.permissions.PermissionGroup.getParentGroups(PermissionGroup.java:227)
    at ru.tehkode.permissions.PermissionGroup.isChildOf(PermissionGroup.java:346)
    at ru.tehkode.permissions.PermissionGroup.getParentGroups(PermissionGroup.java:227)
    at ru.tehkode.permissions.PermissionGroup.isChildOf(PermissionGroup.java:346)
    at ru.tehkode.permissions.PermissionGroup.getParentGroups(PermissionGroup.java:227)
    at ru.tehkode.permissions.PermissionGroup.isChildOf(PermissionGroup.java:346)
    at ru.tehkode.permissions.PermissionGroup.getParentGroups(PermissionGroup.java:227)
    at ru.tehkode.permissions.PermissionGroup.isChildOf(PermissionGroup.java:346)


    This plugin,... is not working... it is failing. my server is crashing. hard. It happens whenever one of my players visits a certain world. And it only happens to that specific player.

    I friggin hate every permission system out there.
    1) Why must pex be so complex?
    2) Why must bukkit be so weird and so simple?
    3) Why can't we all just integrate?
    4) Why do devs refuse to upgrade??
    5) DAMN 2.7.4! Y U WORK SO WELL?? (yet plugins no longer support it)

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

    14forrest14

    lol, i don't think pex is very complicated at all, but im still having the restart problem which is very annoying..
     
  10. Offline

    JOPHESTUS

    Do you have a chat plugin like: mChat, iChat or pex's Chatmanger?

    http://wiki.bukkit.org/vanilla_permissions

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

    t3hk0d3

    Already done, just not added to documentation

    You have cyclic inheritance

    Do your read OP post? There is something written, this may help you ;)

    try to disable superperms in config.yml. If you still need superperms try to set matched-permissions: false

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

    Grifhell

    in my config:

    Code:
    chat-range: 100.0
    display-name-format: '%prefix%player%suffix'
    global-message-format: <%prefix%player%suffix> &e%message
    enable: true
    message-format: %H:%i<%prefix%player%suffix> %message
    ranged-mode: true
    
    What i must write, for changed color for Moder group?
     
  13. Offline

    xshadowflame99x

    how do you enabble enable modifyworld in the config it says nothing about it
     
  14. Offline

    TheRealKANi

    You'll need to open your plugin directory and look for a folder called modiyworld, in there is a config file, in wich you can enable the plugin.. If it is already set to enable:true you'll need to show me wich group that must not build..

    OH Thank god, are you saying that i can use it now, or do i need to update (if yes, do you got an ETA on it.?)
    Thx again..

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

    The_Yogs

    My admins have all perms but no one else, all i have is what you gave me in this download. Do i need to download Superperms bridge?
     
  16. Offline

    Pyraah

    Hi,

    I would like to allow the group "mj" to edit the whitelist (/whitelist add, /whitelist remove). What nodes for that ?
    (sorry for my pathetic english :oops:)
     
  17. Offline

    TheRealKANi

    NM.. found out of it.. :-D
     
  18. Offline

    ignotus

    ??? Don't get it... What's OP post?
     
  19. Offline

    The3vilm0nk3y

    Ok... so i have a huge security issue... I upgraded to the 1240 version of this and now every player has access to my OP command..ie whitelist, give, op, time my permissions.yml file is perfectly fine checked with the parser... i have even added all the bukkit permissions within all my classes. yet still all players have access to all the bukkit commands.... any thoughts on what this could possibly be. Please help as this is a huge security risk.
     
    Buckethead likes this.
  20. Offline

    BlancoLanda

    Someone can answer my question? I wanna have the '*' node for Superadmins. But for example, the plugin VanishNoPacket has a node "vanish.silentjoin". With that node you join being invisible... I don't want admins being invisible, but with '*' node we appaear invisible. Is there any way to revoke any node having '*' permission in PEX?

    Thank you.
     
  21. Offline

    darkhelmet

    I've got everything setup correctly and can promote users properly through console. However, when I try to promote in game I see "you don't have permission to promote on this ladder". Maybe I'm not understanding the ladders right.

    Here is my config. http://www.pastie.org/2667243
     
  22. Offline

    8Keep

    put a "-" before the node you dont want them to have, i think.
     
  23. Offline

    The3vilm0nk3y

    can you confirm this?
     
  24. Offline

    BlancoLanda

    @8Keep I don't think it's correct... because you have to put "-" in all nodes. Example: - '*'

    Anyone knows how to do it?

    That's it with the PermissionsBukkit plugin... but is there any way to revoke it here? :(
     
  25. Offline

    RaesWolf

    We have Mchat


    and apparently we have chat manager as well

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

    Buckethead

    what do u think. PEX!

    also citizen preffix not showing?

    Code:
        Citizen:
            default: false
            inheritance:
            - Guest
            permissions:
            - essentials.tell
            - essentials.help
            - essentials.helpop
            - essentials.eco
            - essentials.spawn
            - essentials.afk
            - essentials.back
            - essentials.back.ondeath
            - essentials.clearinventory
            - essentials.compass
            - essentials.depth
            - essentials.getpos
            - essentials.geoip.show
            - essentials.sethome
            - essentials.home
            - essentials.info
            - essentials.kit
            - essentials.kit.list
            - essentials.kit.Building_starter
            - essentials.kit.Armor_starter
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.mail.clear
            - essentials.me
            - essentials.motd
            - essentials.msg
            - essentials.protect
            - essentials.protect.alerts
            - essentials.protect.damage.drowning
            - essentials.protect.damage.creeper
            - essentials.protect.damage.fall
            - essentials.protect.damage.lightning
            - essentials.protect.damage.projectiles
            - essentials.protect.damage.suffocation
            - essentials.protect.damage.fire
            - essentials.protect.damage.fireball
            - essentials.protect.entitytarget.bypass
            - essentials.protect.ownerinfo
            - essentials.r
            - essentials.setxmpp
            - essentials.signs.create.protection
            - essentials.signs.create.trade
            - essentials.signs.break.protection
            - essentials.signs.break.trade
            - essentials.signs.use.balance
            - essentials.signs.use.buy
            - essentials.signs.use.disposal
            - essentials.signs.use.free
            - essentials.signs.use.heal
            - essentials.signs.use.mail
            - essentials.signs.use.protection
            - essentials.signs.use.sell
            - essentials.signs.use.time
            - essentials.signs.use.trade
            - essentials.signs.use.weather
            - essentials.signs.use.warp
            - essentials.suicide
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - essentials.warp
            - essentials.warp.list
            - essentials.warp.*
            - essentials.xmpp
            - essentials.balance
            - essentials.pay
            - essentials.sell
            - essentials.worth
            - essentials.helpop.recieve
            - essentials.ban.notify
            - essentials.kick.notify
            - essentials.portal
            - BedHeal.Advanced.Use
            - mobarena.use.spectate
            - mobarena.use.*
            - mobarena.classes.*
            - mobarena.arenas.*
            - heroicrebuke.list
            - lytreehelper.destroyall
            - lytreehelper.db.forestlist
            - signlift.use.normal
            - signlift.use.private.own
            - signlift.create.private.own
            - dreamland.goto
            - dreamland.fly
            - NightClub.go
            - nomovedtooquicklykick.exempt
            - nSpleef.member.creategame
            - nSpleef.member.deletegame
            - nSpleef.member.join
            - nSpleef.member.leave
            - nSpleef.member.list
            - deadbolt.user.*
            - deadbolt.user.create.*
            - modifyworld.usebeds
            - modifyworld.chat.private
            - modifyworld.bucket.empty.*
            - modifyworld.bucket.fill.*
            - modifyworld.blocks.destroy.*
            - modifyworld.blocks.place.*
            - modifyworld.blocks.interact.*
            - modifyworld.items.pickup.*
            - modifyworld.items.drop.*
            - modifyworld.items.have.*
            - modifyworld.damage.deal.*
            - modifyworld.damage.take.*
            - modifyworld.mobtarget.*
            - modifyworld.interact.*
            - modifyworld.tame.animal.wolf
            - modifyworld.tame.wolf
            - modifyworld.vehicle.destroy
            - modifyworld.vehicle.enter
            - modifyworld.vehicle.collide
        options:
            prefix: '&c<Citizen>&f'
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  27. Offline

    The_Yogs

    this aint working...
     
  28. Offline

    Buckethead

    meaning?
     
  29. Offline

    The_Yogs

    Ok. So, nothing works when i configure it check for errors and everything it doesnt work.
    All i have downloaded is the pex, chatmanager, modifyworld, and the sql.
    What do i have to do? download what?

    and ppl have the servers name infront of thiers..

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  30. Can you post what you did or add it to the wiki?

    Original Post (AKA First Post).

    Are you using the file based back end? If so, the line that removes the permissions node has to come before the one that grants access. Think of the file backend like a firewall. The wiki will have more information on this with an example.

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

    Buckethead

    are u sure ur doing everything right in sql
     

Share This Page