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

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    [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
    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.

    This post has been edited 103 times. It was last edited by t3hk0d3 Dec 24, 2012.
    grid21, MrRazull, EditsHD and 70 others like this.
  2.  
  3. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What link are you clicking on?

    I just downloaded the stable version from the first post and the PermissionsEx.jar file is in there.
  4. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Colour settings can be done either by adding it to the suffix for a group or in the config.yml for chatmanager, assuming you are using chatmanager that comes with PEX.
  5. Offline

    IsaiahRobichaud

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Those permissions are given to everyone by default. That's where I put them if I don't want those given away right?
  6. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I am afraid I do not understand the question.

    Are you wanting to keep players from having those permissions? If so, and if the server gives them to players by default (some bukkit commands and some plugins do this), you need to negate them in the permissions.yml, not the config.yml
  7. Offline

    gemuese21

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    My ChatManager works, but the whisper function for private messaging is always white, like /msg /r /tell
    I want turn it into green. What can I do?
  8. Offline

    kikkerkopje

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    if you use groupmanager too must you delete groupmananger or can they work together
  9. Offline

    gemuese21

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I use PermissionEx not group manager :D
    I just want to have different color for whisper


    My ChatManager works, but the whisper function for private messaging is always white, like /msg /r /tell
    I want turn it into green. What can I do?
  10. Offline

    Boohoo wally

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    HELP! I got all permissions things set up correctly, and it works fine, including colors, but I am having problems premoting. I want to premote myself to the next group. It says something about ladder in the command help, so do i need to set something on the ladder?
    When i do /pex groups, it shows the groups. But it says like #0 Citizen and #0 legendary. Do i need to change that to make them correct on the ladder for premoting? If so, how?
  11. Offline

    Boohoo wally

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I mean /pex premote <username> it says incorrect syntax
  12. Offline

    hogeco

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    try spelling premote "promote". if you still have problems post your permissions.yml file using the code tag.

    This post has been edited 1 time. It was last edited by hogeco Jul 10, 2012.
  13. Offline

    f1eins0pp

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Help i cant break or place any block! plz help
  14. Offline

    hogeco

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @ f1eins0pp post your permissions.yml file

    This post has been edited 1 time. It was last edited by hogeco Jul 10, 2012.
  15. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    No, you can not have multiple permissions managers running at the same time.
  16. Offline

    Sharkmaster321

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I am still having a problem where it is not recognizing - essentials.back as a command
  17. Offline

    IsaiahRobichaud

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Let me make this simple:

    1. I don't want these permissions to be given to all players by default!
    2. Do I put them under superperms?
  18. Offline

    nicquehen

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hello,

    I try to migrate mysql --> files
    i have an error :/

    i do a /pex dump file perm.yml

  19. Offline

    EmanuxJade

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    The problem is:

    how to do for make a groups for different worlds? I don't find this solution on wiki page..

    Example of my group user on the file:

    Code:
      nsm:
        prefix: '&6'
        permissions:
        - noinstantlogin.add
        - bukkit.command.plugins
        - bukkit.command.version
        - mobarena.use.join
        - mobarena.use.leave
        - mobarena.use.spectate
        - mobarena.use.arenalist
        - mobarena.use.playerlist
    What is the correct change?

    This post has been edited 5 times. It was last edited by EmanuxJade Jul 11, 2012.
  20. Offline

    hogeco

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @Sharkmaster321
    first, i noticed another of your mistakes in the code that i missed: put single quotes around the '800' for the builder rank.

    i dont think that is causing the problem but try. If still having issues, you should provide some information to assist the person who wants to help you.

    1. which groups do you want to be able to use the command "/back"?
    2. which groups currently are unable to use the command /back?
    3. for #2 check all groups
    4. what happens when someone that is given permission to use the command, types the command? Is there a message in chat? does nothing at all happen?
  21. Offline

    hogeco

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    go here Wiki.
    click on "advanced permissions setup"
    scroll down to "multiworld"
  22. Offline

    EmanuxJade

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    That not resolve my problem...
  23. Offline

    generalmek

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    KuPuK:
    group:
    - Guard
    permissions:
    - -essentials.gamemode.others
    - -essentials.fly.others
    worlds:
    World: {}
    not work!!!! or Iam make something wrong?
  24. Offline

    MortesNoize

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What do i need to write for the Default Group that they can Chat but not edit any Block (Break, Place) ?
  25. Offline

    Sharkmaster321

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    First, I'm trying to fix all YAML parser errors.
    Next, when I log on to my own server, I get this whole series of [severe] error messages, I'll post it.
    And lastly, I have no one to come on my server to help me test it, and even when I do /pex in-game, it says,
    [PermissionsEx] version [1.19.2]
    An internal error occured when attempting to perform this command
    So now what?
    Code:
    2012-07-06 23:16:55 [INFO] /127.0.0.1:54459 lost connection
    2012-07-06 23:17:33 [WARNING] [PermissionsEx] Failed to inject own Permissible
    2012-07-06 23:17:33 [SEVERE] ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:149)
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.inject(PermissiblePEX.java:89)
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.BukkitPermissions.updatePermissions(BukkitPermissions.java:116)
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.BukkitPermissions$EventListener.onPlayerLogin(BukkitPermissions.java:131)
    2012-07-06 23:17:33 [SEVERE]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-07-06 23:17:33 [SEVERE]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2012-07-06 23:17:33 [SEVERE]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-07-06 23:17:33 [SEVERE]    at java.lang.reflect.Method.invoke(Unknown Source)
    2012-07-06 23:17:33 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
    2012-07-06 23:17:33 [SEVERE]    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    2012-07-06 23:17:33 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.ServerConfigurationManager.attemptLogin(ServerConfigurationManager.java:227)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:102)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:41)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    2012-07-06 23:17:33 [INFO] Sharkmaster321 [/127.0.0.1:54479] logged in with entity id 493 at ([world] -149.2745063116315, 72.0, 226.7920662247264)
    2012-07-06 23:17:33 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-07-06 23:17:33 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-07-06 23:17:33 [WARNING] [PermissionsEx] Failed to inject own Permissible
    2012-07-06 23:17:33 [SEVERE] ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:149)
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.inject(PermissiblePEX.java:89)
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.BukkitPermissions.updatePermissions(BukkitPermissions.java:116)
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.BukkitPermissions.updateAllPlayers(BukkitPermissions.java:123)
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.BukkitPermissions$EventListener.onSystemEvent(BukkitPermissions.java:160)
    2012-07-06 23:17:33 [SEVERE]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-07-06 23:17:33 [SEVERE]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2012-07-06 23:17:33 [SEVERE]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-07-06 23:17:33 [SEVERE]    at java.lang.reflect.Method.invoke(Unknown Source)
    2012-07-06 23:17:33 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
    2012-07-06 23:17:33 [SEVERE]    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    2012-07-06 23:17:33 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.reinjectAll(PermissiblePEX.java:101)
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.performCheck(PermissiblePEX.java:184)
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:118)
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:110)
    2012-07-06 23:17:33 [SEVERE]    at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:102)
    2012-07-06 23:17:33 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.onPlayerJoin(CraftServer.java:1142)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:139)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:129)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:41)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    2012-07-06 23:17:33 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-07-06 23:17:33 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-07-06 23:17:33 [WARNING] [PermissionsEx] Failed to inject own Permissible
    2012-07-06 23:17:33 [SEVERE] ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:149)
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.inject(PermissiblePEX.java:89)
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.BukkitPermissions.updatePermissions(BukkitPermissions.java:116)
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.BukkitPermissions.updateAllPlayers(BukkitPermissions.java:123)
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.BukkitPermissions$EventListener.onSystemEvent(BukkitPermissions.java:160)
    2012-07-06 23:17:33 [SEVERE]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-07-06 23:17:33 [SEVERE]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2012-07-06 23:17:33 [SEVERE]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-07-06 23:17:33 [SEVERE]    at java.lang.reflect.Method.invoke(Unknown Source)
    2012-07-06 23:17:33 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
    2012-07-06 23:17:33 [SEVERE]    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    2012-07-06 23:17:33 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.reinjectAll(PermissiblePEX.java:101)
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionSet(PermissiblePEX.java:221)
    2012-07-06 23:17:33 [SEVERE]    at org.bukkit.permissions.PermissibleBase.hasPermission(PermissibleBase.java:71)
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:121)
    2012-07-06 23:17:33 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:110)
    2012-07-06 23:17:33 [SEVERE]    at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:102)
    2012-07-06 23:17:33 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.onPlayerJoin(CraftServer.java:1142)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:139)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:129)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:41)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    2012-07-06 23:17:33 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    2012-07-06 23:21:43 [INFO] Sharkmaster321 lost connection: disconnect.quitting
    2012-07-06 23:21:43 [INFO] Connection reset
    2012-07-06 23:21:43 [SEVERE] Could not pass event PlayerQuitEvent to PermissionsEx
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
        at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:179)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:698)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:234)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
        at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:149)
        at ru.tehkode.permissions.bukkit.PermissionsEx$PlayerEventsListener.onPlayerQuit(PermissionsEx.java:192)
        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:302)
        ... 10 more

    This post has been edited 1 time. It was last edited by Sharkmaster321 Jul 11, 2012.
  26. Offline

    Sharkmaster321

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I fixed all the YAML errors! The only problem I have is editing the message format
  27. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ok, I follow now. You have two choices:
    1. Negate them in the permissions.yml (not the config.yml)
    2. Turn on strict mode, which will prevent the superperms layer from granting permissions, leaving it all to PEX. (this will have some side effects, such as players not being able to chat in-game unless the bukkit permission nodes are granted)
    So no, they do not go into the config.yml, you negate them in the permissions.yml file.
  28. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Unfortunately, this is a known issue. The work around for now is to fire up an older version of PEX (I believe 1.18 will work) and dump the perms that way. :(
  29. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Groups on multiworld... Yes, the wiki doesn't cover that as I don't think the ability to do that was intended. I'm sure @t3hk0d3 can chime in if it was.

    Going from the online help (and earlier versions of the wiki), it seems that PEX was designed around the idea of setting word specific permissions at the group level, not defining groups at a world level.

    The closest I've seen is defining at a user level the group a player is a member of at the world level, such as this thread:

    http://dev.bukkit.org/server-mods/p...-documentation-on-multi-world-permissions/#p7

    Does this help any?
  30. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You didn't use code tags, so there is no way for anyone to tell if your formatting is off. :(

    My suggestions:
    1. What exactly are you trying to setup?
    2. Define not work. That doesn't tell us anything. Did PEX not start and fill your logs full of errors? Is it not working like you expected (again, be very specific).
    3. Post your permissions on pastie.org or pastebin.com and put the link from that here
  31. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You need to turn on modifyworld (or some other pertection plugin). With modifyworld, you can then define exactly what the players can and can't do.
  32. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Which message format are you referring to? I didn't see anything in the earlier posts about this, so I'm a bit confused.

    BTW, good work on the YAML problems! I would say that's the #1 cause of problems. :)

Share This Page