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

    Jason_Tha_Beast

    C'mon i need this 1.3 my server is screwed with out it, and its the only one needed for the server to update:/
     
  3. Right, I did type that. However, the subject under discussion for that post was if PEX is broken (AKA not working) with 1.3.1. The answer to that is no, PEX is not non-functional with 1.3.1, and every problem (PEX non-functional under 1.3.1) I've seen so far has been due to another plugin or a misconfiguration.

    Is it a problem with PEX? Yep. Is it performance affecting? Might be (I've not run any benchmarks myself). Will it get fixed soon? I hope so as well. :)

    Sadly, this is a known issue. A ticket was opened on it as well. Current workaround that I am aware of is to start the server with an older version version of PEX and dump the perms to a file that way.

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

    Feew

    My members cannot build anyway if i have - Modifyworld.* on their permission file, this is my file :

    Code:
    groups:
      default:
        prefix: '&7[Guest]'
        default: true
        build: false
        options:
          rank: '1000'
        permissions:
        - modifyworld.chat
        - essentials.back.ondeath
        - xauth.register
        - essentials.suicide
      Member:
        prefix: '&0[&8M&2ember&0]&7 '
        build: true
        permissions:
        - modifyworld.*
        - lwc.create.*
        - essentials.warp
        - essentials.afk
        - essentials.back
        - essentials.back.ondeath
        - essentials.clearinventory
        - essentials.delhome
        - essentials.help
        - essentials.ignore
        - essentials.msg
        - essentials.chat.url
        - essentials.spawn
        - essentials.sethome
        - essentials.sethome.multiple
        - essentials.suicide
        - essentials.time
        - essentials.tpa
        - essentials.sign.use
        - iConomy.holdings
        - iConomy.payment
        - iConomy.accounts.create
        - essentials.balance
        - essentials.balancetop
        - essentials.pay
        - essentials.sell
        - essentials.compass
        - essentials.helpop
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.msg
        - essentials.rules
        - essentials.warp.list
        - essentials.signs.use.*
        - motd.who.use
        - motd.rtp.yes
        - motd.rtp.request
        - motd.motd.use
        inheritance:
        - default
        options:
          rank: '600'
      Moderator:
        prefix: '&0[&6Moderator&0]&7 '
        build: true
        permissions:
        - -modifyworld.mobtarget.*
        - modifyworld.*
        - essentials.*
        - motd.who.use
        - motd.rtp.yes
        - motd.rtp.request
        - motd.motd.use
        options:
          rank: '100'
      Hoster:
        prefix: '&0[&5Host&0er]&7 '
        permissions:
        - -modifyworld.mobtarget.*
        - modifyworld.*
        - permissions.*
        - '*'
      Owner:
        prefix: '&0[&9Own&ber&0]&7 '
        permissions:
        - -modifyworld.mobtarget.*
        - modifyworld.*
        - permissions.*
        - '*'
        options:
          rank: '2'
      Admin:
        prefix: '&0[&4Admi&0N]&7 '
        permissions:
        - -modifyworld.mobtarget.*
        - modifyworld.*
        - permissions.*
        - '*'
        options:
          rank: '1'
      CoOwner:
        prefix: '&0[&5Co&0Owner]&7 '
        permissions:
        - -modifyworld.mobtarget.*
        - modifyworld.*
        - permissions.*
        - '*'
        options:
          rank: '3'
    users:
      Feew:
        group:
        - Owner
    
    WHAT IS WRONG ?! :mad:
     
  5. Offline

    Remi_Scarlet

    Has there been any workaround for the chat manager + factions for 1.3.1 issue? I really need factions on my server and I'm not willing just yet to give up chat manager and PeX. Would be nice if someone could help those who use chat manager and factions out.

    In case the issue isn't known, using the current version of chat manager and factions breaks the chat in that it displays no groups or colors. According to factions, the solution is to change a few lines of code over on chat manager to update to a new chat event or something with the new 1.3.1 mc.
     
  6. Offline

    Mazaveli

    Erm it works with 1.3.2... have a little faith and try things for yourself.
     
  7. Offline

    Bobbosells32

    Yes that is correct. Until ChatManagers chat event is updated to the 1.3 one it will not work with factions. For the time being I just switched over to EssentialsChat which I will promptly dispose of once ChatManager updates.
     
  8. Offline

    Remi_Scarlet

    Does EssentialsChat work 100% with Factions? I'm assuming latest "recommended" builds for both plugins. (1.6.9 for Factions)
     
  9. Offline

    Bobbosells32

    Yup. EssentialsChat works 100% with factions. No errors or anything.
     
  10. Offline

    KJK_Kn1ght

    Why PermissionsEx doesn't work for me?
    Game Version: 1.3.1
    OS: Windows Server 2008
     
  11. Offline

    Joseei

    Still seems to work with 1.3.1 anyways for me, can't wait for the next update to this plugin.
     
  12. Offline

    Lenoris

    Hello Bukit Forums!
    I've got a problem with my permissions.yml file.
    Although it seems like I wrote my permissions.yml correctly there's a problem with the inheritance.
    For example my group "Gast" (german for guest) can execute the command "/spawn". The group "User" can execute commands like "/sethome" but isn't able to execute "/spawn". It's the same problem with my group "VIP". This group can execute every "VIP" command but not "Guest" or "User" commands.

    My plugins:
    AuthMe
    dynmap
    Essentials, EssentialsChat, EssentialsSpawn
    ZavAutoMessenger
    WorldGuard, WorldEdit
    PermissionsEx
    NoCheatPlus
    LWC

    Here's my permissions.yml file:
    Code:
    groups:
      Gast:
        default: true
        options:
          rank: '1000'
        permissions:
        - essentials.afk
        - essentials.info
        - essentials.help
        - essentials.motd
        - essentials.list
        - essentials.mail
        - essentials.msg
        - essentaials.rules
        - essentaials.spawn
        - essentials.tpaccept
        - essentials.signs.use.info
      User:
        permissions:
        - essentials.signs.use.*
        - essentials.chat.*
        - essentials.chat.spy
        - essentials.warp.*
        - essentials.warp
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.sethome
        - essentials.home
        - essentials.delhome
        - essentials.suicide
        - essentials.compass
        - essentials.kit.tools
        - authme.register
        - authme.login
        - authme.logout
        - authme.changepassword
        - authme.unregister
        - lwc.protect
        options:
          rank: '900'
        inheritance:
        - Gast
      VIP:
        inheritance:
        - User
        permissions:
        - essentials.kit.VIP
        - essentials.workbench
        - essentials.ignore
        - essentials.nick.*
        - -essentials.nick.others
        - essentials.hat
        - essentials.tpa
        - essentials.tpahere
        - essentials.sethome.multiple.vip
        - essentials.back
        options:
          rank: '800'
      Moderator:
        inheritance:
        - VIP
        permissions:
        - permissions.manage.membership.*
        - permissions.manage.users.*
        - permissions.manage.users.prefix.*
        - permissions.manage.users.suffix.*
        - essentials.*
        - realteleporter.*
        - hideme.*
        - lwc.mod
        options:
          rank: '100'
      Admin:
        inheritance:
        - Moderator
        permissions:
        - permissions.*
        - essentials.*
        - authme.admin.*
        - bukkit.*
        - lwc.admin
        options:
          rank: '50'
      Owner:
        inheritance:
        - Admin
        permissions:
        - '*'
        options:
          rank: '1'
    users:
      kroonhorstdino:
        group:
        - Admin
      Razor9515:
        group:
        - Admin
      lippi95:
        group:
        - Us
      kuchenkasten:
        group:
        - Admin
      _Steve_M_:
        group:
        - Owner
    
    I'm german and not very experienced in speaking english, so excuse my bad english :'(.
     
  13. Offline

    Phoroxs

    I got a error when someone joines: http://pastebin.com/b1F7LKbR
    Permissions:
    groups:
    Code:
    groups:
      Guest:
        default: true
        permissions:
        - essentials.spawn
        - essentials.help
        - essentials.ignore
        - essentials.sethome
        - essentials.delhome
        - essentials.home
        - essentials.kit
        - essentials.realname
        - essentials.afk
        - essentials.tpa
        - essentials.list
        - essentials.helpop
        - essentials.motd
        - essentials.mail
        - essentials.mail.send
        - mcmmo.skills.*
        - mcmmo.chat.partychat
        - mcmmo.commands.party
        - mcmmo.ability.*
        - instaeat.instaheal
        - sss.silk_touch
        - sss.drop.*
        - sss.place.*
        inheritance: []
        prefix: '&7'
      Trusted:
        default: false
        permissions:
        - essentials.mute
        inheritance:
        - Guest
        - Coal
        - Iron
        - Gold
        - Diamond
        prefix: '&d'
      Coal:
        default: false
        permissions:
        - essentials.workbench
        inheritance:
        - Guest
        prefix: '&3'
      Iron:
        default: false
        permissions:
        - essentials.joinfullserver
        - sss.drop.*
        - sss.place.*
        inheritance:
        - Guest
        - Donator
        prefix: '&1'
      Gold:
        default: false
        permissions:
        - bukkit.command.me
        inheritance:
        - Guest
        - Donator
        - Donator+
        prefix: '&6'
      Diamond:
        default: false
        permissions:
        - blazeofglory.use
        - blockhat.hat
        inheritance:
        - Guest
        - Donator
        - Donator+
        - Donator++
        - Premium
        prefix: '&b'
      Moderator:
        default: false
        permissions:
        - -essentials.spawner.enderdragon
        - essentials.afk.kickexempt
        - essentials.ban
        - essentials.ban.notify
        - essentials.banip
        - essentials.broadcast
        - essentials.chat.url
        - essentials.chat.magic
        - essentials.clearinventory
        - essentials.delwarp
        - essentials.eco.loan
        - essentials.ext
        - essentials.fly
        - essentials.getpos
        - essentials.helpop.recieve
        - essentials.home.others
        - essentials.invsee
        - essentials.jails
        - essentials.jump
        - essentials.kick
        - essentials.kick.notify
        - essentials.kill
        - essentials.kit.*
        - essentials.msg.magic
        - essentials.mute
        - essentials.nick.color
        - essentials.nick
        - essentials.nick.others
        - essentials.realname
        - essentials.seen.banreason
        - essentials.setwarp
        - essentials.signs.create.*
        - essentials.signs.break.*
        - essentials.spawner
        - essentials.spawner.*
        - essentials.thunder
        - essentials.time
        - essentials.time.set
        - essentials.protect.alerts
        - essentials.protect.admin
        - essentials.protect.ownerinfo
        - essentials.ptime
        - essentials.ptime.others
        - essentials.togglejail
        - essentials.top
        - essentials.tp
        - essentials.tp.others
        - essentials.tphere
        - essentials.tppos
        - essentials.tptoggle
        - essentials.unban
        - essentials.unbanip
        - essentials.weather
        - essentials.whois
        - essentials.world
        - essentials.world.*
        - nametags.color.green
        inheritance:
        - Guest
        - Coal
        - Iron
        - Gold
        - Diamond
        - Trusted
        prefix: '&a'
      Admin:
        default: false
        permissions:
        - nametags.color.red
        inheritance:
        - Owner
        - Guest
        - Coal
        - Iron
        - Gold
        - Diamond
        - Trusted
        - Moderator
        prefix: '&c'
      Owner:
        default: false
        permissions:
        - bukkit.*
        - blazeofglory.*
        - borderguard.*
        - buycraft.*
        - buyregion.*
        - mcmmo.*
        - essentials.*
        - factions.*
        - instaeat.instaheal
        - instaeat.reload
        - combattag.reload
        - combattag.wipe
        - disguisecraft.*
        - craftbukkituptodate.*
        - hidestream.*
        - mcbans.*
        - nocheat.*
        - pexrank.*
        - permissionsex.*
        - worldedit.*
        - worldguard.*
        - blockhat.*
        - vault.*
        - cfbanner.*
        - nametags.color.yellow
        - dispenserrefill.general.dispenser
        - bookmanager.*
        inheritance:
        - Admin
        - Guest
        - Trusted
        - Coal
        - Iron
        - Gold
        - Diamond
        - Moderator
        prefix: '&e'
    users:
      tomdebom:
        group:
        - Owner
      bearsam:
        group:
        - Moderator
      jimmytan:
        group:
        - Admin
      gamerzkill:
        group:
        - Admin
      zapperdeflap:
        group:
        - Trusted
      Raaviland:
        group:
        - Trusted
      Kowskii:
        group:
        - Owner
    
     
  14. Offline

    MagicRecon

  15. Offline

    2Beast4u

    Hello,

    My server seems to have a problem with pex.

    Here is the error on console:
    22.08 22:27:18 [Server] WARNING [PermissionsEx] Failed to inject own Permissible
    22.08 22:27:18 [Server] WARNING [PermissionsEx] Reinjecting all permissibles
    22.08 22:27:18 [Server] WARNING [PermissionsEx] Can't obtain PermissionsEx instance

    Any idea how to fix this?
    Thanks.


    Cheers.
     
  16. Offline

    SpeedySwordsman

    It says I dont have permissions im owner/op!?!
     
  17. Offline

    Tanite

    I'm still (still still still) seeing this error with the current dev builds of ModifyWorld:

    Code:
    12:59:43 [SEVERE] Could not pass event InventoryClickEvent to Modifyworld
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:332)
            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:462)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:1109)
            at net.minecraft.server.Packet102WindowClick.handle(SourceFile:29)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
            at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
            at net.minecraft.server.ServerConnection.b(SourceFile:35)
            at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
            at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581)
            at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
            at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: -999
            at net.minecraft.server.TileEntityChest.getItem(TileEntityChest.java:55)
            at net.minecraft.server.InventoryLargeChest.getItem(InventoryLargeChest.java:76)
            at org.bukkit.craftbukkit.inventory.CraftInventory.getItem(CraftInventory.java:44)
            at ru.tehkode.modifyworld.handlers.PlayerListener.onPlayerInventoryClick(PlayerListener.java:189)
            at sun.reflect.GeneratedMethodAccessor94.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:330)
            ... 14 more
    I'm on Bukkit RB 2340.
     
  18. Offline

    midnightfang22

    The permission to edit/use permissionsEX commands in-game defaults to no one. You need to add it to your name/group.
     
  19. Offline

    Actium Praetor

    Do a "pex group admins add permissions.*" in console (change the group name "admins" as needed) and make sure you're in the group you're giving the permissions to ("pex user _your_name_ group set admins"), then do a "pex reload" and you should have access to PEX commands from in-game. (You'll still have to add your other permissions for Bukkit/Minecraft commands, plugins, etc.)
     
  20. Offline

    Chief149

    It's not working for me :/

    I am getting the same issues. When I add myself to my "root" group which is the group that has full unrestricted access to everything, it still says Im not allowed to do anything whatsoever. Even after reload, reconnect, etc. PermissionsEx simply ignores it all!
     
  21. Offline

    Guyapollo

    The top gethub link is broken
     
  22. Offline

    epicguydk

    PLEASE Can anyone get Residence to work with this!? It has never recognized my groups like Admins and such! Really appreciate help!
     
  23. Offline

    minimonkeyble

    while i am sure that the answer to my question is somewhere in the 246 pages, i just thought i would ask anyway. i am having trouble getting the commands for pex to work. each time i type "/pex _____" all it does is show the full list of pex commands. and when i try one of said commands, it just does it again. in my yml file, i created groups. i can't seem to add myself to any of them to test it out, or anything. so far, there are 5 groups, each inheriting the previous ones. i haven't been able to set ranks for them and just want to know if i have done something wrong, or if i need to fill in permissions before each group before testing.
     
  24. Offline

    TheKevinn

    So... Does it work with 1.3.2 or not :$
     
  25. Did you try it? :)

    Code:
    2012-08-25 11:59:38 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.2-R0.1-b2352jnks (MC: 1.3.2) (Implementing API version 1.3.2-R0.1)
    2012-08-25 11:59:39 [INFO] [PermissionsEx] sql backend registered!
    2012-08-25 11:59:39 [INFO] [PermissionsEx] file backend registered!
    2012-08-25 11:59:39 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    
    Seems to be working for me just fine so far.

    The only pre-editing you should need to do is make sure your player name has the right permissions to use the pex commands.

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

    Zork766

    And what about modifyworld and chat manager ? And for 1.3.2 ?
    My server still in 1.2.5 cause i just came back from trip, i want to update it in 1.3, but i've read a lot of probems with the new bukkit's chat event, factions, chat manager...
    Cause i've to port all my custom blocks, mods, and the 86 plugins of the server, i would like to know about it ^^

    Is this plugin still alive or no? Because i love it and doesn't wan't to change, but don't see any kind of news from the autor...
     
  27. Offline

    Voidfury

    Yeah, I dont know, I have been pointed here by several large servers saying this was the best. So here I am. This plugin's lack of attention has nearly killed one of those servers because the owner throught it was all set and has been very busy and unable to put the time in to transfer the 6000+ lines of permissions over to another system that would not work as well. This being broken has rendered crafting on his server impossible, making survival pointless, and the creative worlds no longer have creative. No one can do anything...

    I promissed my friend that I would transfer his server to bukkit, but the things he wants need permissions, and now the highly recommended ones seem to be forgotten.

    Come on! Im sure even if the original authors of this arent up for the job, there must be plenty of modders capable of updating this!!! Please. Keep the best alive.
     
  28. Offline

    Highway

    Oi!

    My name is Highway, or well that's what i go by.
    i've been requested to start a fallout themed server, and i'm currently working on setting plugins up with permissions.
    but i ran into an issue.
    I have these groups in PermissionsEX, they should work, but when it comes to giving a user a group it doesn't seem to work. i don't know what to do. i've tried what ever i could figure out, and read about, but to be fair. "i ain't the brightest kid in the class" so to say when it comes to technical stuff like this.

    So i decided to sneak on here (reason why i created this account also), and ask all these bright minds on here!

    I'll also provide my permission setup as it is right now. and i've ran it trough yaml parser so it shouldn't be that btw.

    Permissions (open)
    groups:
    default:
    default: true
    permissions:
    - pvpbounty.bountyassign
    - pvpbounty.bountylist
    - pvpbounty.bountyaccept
    - iConomy.holdings
    - iConomy.holdings.others
    - iConomy.help
    - iConomy.payment
    -
    -
    -
    -

    Moderator:
    default: false
    permissions:
    - pvpbounty.bountyassign
    - pvpbounty.bountylist
    - pvpbounty.bountyaccept
    - iConomy.holdings
    - iConomy.holdings.others
    - iConomy.help
    - iConomy.payment

    Admin:
    default: false
    permissions:
    - pvpbounty.bountyassign
    - pvpbounty.bountylist
    - pvpbounty.bountyaccept
    - iConomy.holdings
    - iConomy.holdings.others
    - iConomy.help
    - iConomy.payment

    Owner:
    default: false
    permissions:
    - worldedit.*
    - pvpbounty.bountyassign
    - pvpbounty.bountylist
    - pvpbounty.bountyaccept
    - iConomy.holdings
    - iConomy.accounts.create
    - iConomy.accounts.remove
    - iConomy.accounts.give
    - iConomy.accounts.take
    - iConomy.accounts.set
    - iConomy.accounts.status
    - iConomy.accounts.purge
    - iConomy.accounts.empty
    - iConomy.holdings.others
    - iConomy.help
    - iConomy.payment
    - worldedit.chunkinfo
    - worldedit.listchunks
    - worldedit.delchunks
    - worldedit.clipboard.clear
    - worldedit.clipboard.load
    - worldedit.schematic.list
    - worldedit.clipboard.save
    - worldedit.schematic.formats
    - worldedit.clipboard.load
    - worldedit.clipboard.save
    - worldedit.clipboard.copy
    - worldedit.clipboard.rotate
    - worldedit.clipboard.flip
    - worldedit.clipboard.cut
    - worldedit.clipboard.paste
    - worldedit.reload
    - worldedit.fast
    - worldedit.limit
    - worldedit.global-mask
    - worldedit.generation.cylinder
    - worldedit.generation.sphere
    - worldedit.generation.forest
    - worldedit.generation.pumpkins
    - worldedit.generation.pyramid
    - worldedit.generation.shape
    - worldedit.history.clear
    - worldedit.history.redo
    - worldedit.history.undo
    - worldedit.navigation.thru
    - worldedit.navigation.unstuck
    - worldedit.navigation.ascend
    - worldedit.navigation.descend
    - worldedit.navigation.jumpto
    - worldedit.navigation.ceiling
    - worldedit.navigation.up
    - worldedit.regen
    - worldedit.region.hollow
    - worldedit.region.overlay
    - worldedit.region.naturalize
    - worldedit.region.walls
    - worldedit.region.faces
    - worldedit.region.smooth
    - worldedit.region.deform
    - worldedit.region.replace
    - worldedit.region.stack
    - worldedit.region.set
    - worldedit.region.move
    - worldedit.scripting.execute
    - worldedit.selection.chunk
    - worldedit.selection.pos
    - worldedit.wand
    - worldedit.selection.hpos
    - worldedit.wand.toggle
    - worldedit.selection.contract
    - worldedit.selection.outset
    - worldedit.analysis.distr
    - worldedit.analysis.count
    - worldedit.selection.size
    - worldedit.selection.expand
    - worldedit.selection.shift
    - worldedit.selection.inset
    - worldedit.snapshots.restore
    - worldedit.tool.replacer
    - worldedit.tool.data-cycler
    - worldedit.tool.flood-fill
    - worldedit.brush.sphere
    - worldedit.brush.smooth
    - worldedit.brush.gravity
    - worldedit.brush.cylinder
    - worldedit.brush.clipboard
    - worldedit.brush.ex
    - worldedit.tool.deltree
    - worldedit.tool.farwand
    - worldedit.tool.lrbuild
    - worldedit.tool.info
    - worldedit.tool.tree
    - worldedit.superpickaxe
    - worldedit.brush.options.material
    - worldedit.brush.options.size
    - worldedit.brush.options.mask
    - worldedit.brush.options.range
    - worldedit.tool.replacer
    - worldedit.tool.data-cycler
    - worldedit.tool.flood-fill
    - worldedit.brush.sphere
    - worldedit.brush.smooth
    - worldedit.brush.gravity
    - worldedit.brush.cylinder
    - worldedit.tool.deltree
    - worldedit.tool.tree
    - worldedit.tool.info
    - worldedit.fill.recursive
    - worldedit.fixlava
    - worldedit.fixwater
    - worldedit.removeabove
    - worldedit.removebelow
    - worldedit.removenear
    - worldedit.replacenear
    - worldedit.extinguish
    - worldedit.butcher
    - worldedit.remove
    - worldedit.fill
    - worldedit.green
    - worldedit.drain


    users:
    Highway:
    group: Owner
    permissions:

     
  29. Offline

    BrotherD23

    HELP I GOT PEX AND DID EXACTLY THE SAME THING
    groups:

    Guest:
    default: true
    - permissions:

    - modifyworld.blocks.destroy.(1/2)
    - modifyworld.blocks.place.
    - modifyworld.blocks.interact.
    - modifyworld.blocks*
    - modifyworld.*
    THEN I DO /pex user (myname) group set Guest And the server crashes PLZ HELP
     
  30. Offline

    Loogeh

    For the Owner permissions, why don't you just use the '*' permission (it gives you everypermission.)
     
  31. Offline

    hadriel

    idk if anyone else is having this issue, but my users are randomly losing permissions for other plugins such as lockette and zavautomessager. I have the permissions added properly, as well as all plugins up to date, but they still lose permissions for these plugins. By lose I mean the permissions are still on the file, but in-game it doesn't work. I don't know if this is due to a lack of updates to PEX or what.
     

Share This Page