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

    isikerkan

    Shit up man -.- every time i do again PEX on my Server, the Java Jar chrashs. -.-. And its only says A fatal error detected.
     
  3. Offline

    Buckethead

    i know im sayng i just retyped groups and it worked fine. but when i copy pasted same text it gave me that. so it works now.

    however i have new questions. i cant fing superperms bridging in wiki and also do i need modify world for anyone to do anything or can i use build:false or true like in permissions

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

    Snaipe

    I'm confused, does this uses the built-in permission system or does it makes a whole new one ?
     
  5. Offline

    Buckethead

    it is its own but can bridge with superperms which is what bukkit uses by default
     
  6. Offline

    Snaipe

    @Buckethead So, if a plugin uses BukkitPerms, will PEX grant the permissions even if the plugin does not hook in it ?
     
  7. Offline

    palz2015

    I love you. This plugin makes my life a whole lot easier. There isn't a ton of new stuff I have to learn as with any superperms plugin, so thanks :D
     
  8. Offline

    twointhebush

    ERROR:
    while scanning an anchor
    in "", line 219, column 18:
    prefix: '&c[SpecMod&c] &f'
    ^
    expected alphabetic or numeric character, but found '['
    in "", line 219, column 20:
    prefix: '&c[SpecMod&c] &f'
    ^
    i have no idea how to fix
     
  9. Offline

    Headshot212

    how do you add permissions to certain groups with notepad++ every time i hit enter it turns red and then when i put that file back into PEX folder the console ignores the file complete..what am i doing wrong is there a video or a word tutorial anywhere?
     
  10. Offline

    Tanite

    It sounds like notepad++ is doing syntax or spell checking if you're seeing colors. In general though, if you edit the permissions file outside of the game (without the pex commands), you need to issue "/pex reload" to catch the changes once it's re-uploaded. And make sure that editor isn't putting tabs in your file or it won't end well :D
     
  11. Offline

    Moochie

    I have made another world called "creative" but when I do "/pex worlds" it only displays "world" and "world_nether". I have restarted my server but it wont pick them up, any help?
    Thanks

    Nvm, fixed it :D

    When you hit enter it drops down to the next line, back space that line (2 tabs) and then hit space to get back in line with the other lines, it will work then

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

    3x3mpt

    Without using modify world is there a permission that blocks someone from building in a certain world
     
  13. Offline

    Moochie

  14. Offline

    3x3mpt

    Without using modify world is there a way to set it so someone can't enter or build in certain worlds
     
  15. Offline

    JSmoove98

    Last edited by a moderator: Sep 9, 2018
  16. Offline

    micdoodle8

    Anyone checked this with #1240?
     
  17. Offline

    petfrank

    Right now i use permissions 3 by rcjrcj er something and my setup took me forever will i redo the setup or can i use my current permissions minus the permissions 3 plugin?
     
  18. Offline

    Megalanias

    @Justin The Cynical

    which line is incorrect ?

    okay, i can't build and none of the permissions works, is this a better description ?
     
  19. Offline

    petfrank

    i use permissions 3 can i use that config for groups and/or users minus the permissions 3 plugin?
     
  20. Offline

    t3hk0d3

    Make sure you have lastest JRE installed

    Yea, working nice.....i'll update thread title

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

    MartN

    have anyone a detailed howto for the permission file?
    we using permission 2.7.
    we need complete diffrent permissions for every world and no global permissions, without the ingame commads.
     
  22. Offline

    micdoodle8

    Ok thanks ^.^
     
  23. I was going to point out the options line indentation needs to be fixed, but looking closer at your file, you have a lot more wrong with it than just that.
    Somewhat. I bet your server log (AKA the console) has errors from PEX when it loads.

    Look at the first post, t3hkod3 updated it with a link to an online real-time yaml parser. You can use that to help format your file correctly.

    Let me try to get you started here. Taking a block from your config file...
    Code:
     users:
        Megalanias:
            group:
            - admins
            permissions:
            - permissions.*
            worlds:
                world:
            permissions:
            - "*"
            group:
            - admins
                    Prefix '&5[YARR]&f'
    ...and dropping it in the parser, it shows that the data structure that PEX sees looks like this:
    Code:
    {
      "users": {
        "Megalanias": {
          "worlds": {
            "world": null
          },
          "group": [
            "admins Prefix '&5[YARR]&f'"
          ],
          "permissions": [
            "*"
          ]
        }
      }
    }
    Somehow, I don't think that is what you are after.

    Now, if you take the prefix line, add the colon that is needed ( : ) and fix the indentation (it's too far in), you will get this:
    Code:
    {
      "users": {
        "Megalanias": {
          "worlds": {
            "world": null
          },
          "prefix": "&5[YARR]&f",
          "group": [
            "admins"
          ],
          "permissions": [
            "*"
          ]
        }
      }
    }
    Notice that the prefix is now it's own data entry point and not a part of a group name.

    Add in the rest of your permissions file, one part at at time, and adjust them until they all look the same (allowing for different names and permissions, of course).

    Also, it appears that you copied a lot from the example in the first post. There are lines in there that are not needed unless you are wanting a different set of permissions for different worlds on your server. I'm also seeing a lot of duplicate lines, like the two permissions lines in the admins group.

    Remember, YAML, which is the format that the permissions file uses, hence the .yml extension, is very, very picky. It's case sensitive, indentation sensitive, and character sensitive. Don't use tabs, use four spaces. And the indentation of lines matters!
     
  24. Offline

    Delois

    Been trying to do per world based prefix and suffix, cant seam to get it, is it possible or am I doing something wrong?

    Code:
        Admin:
            inheritance:
            - default
            permissions:
            - '*'
            worlds:
                Survival:
                    permissions:
                    - nocheat.fly
                    prefix: '&2S&f][&4Admin &4'
                    suffix: '&f'
                Creative:
                    prefix: '&3C&f][&4Admin &4'
                    suffix: '&f'
     
  25. Offline

    Buckethead

    u mean if plugin uses superperms/bukkitperms will it use pex? cuz yes pex is a bridge for superperms

    i still need help understandin bridgeing to superperms. and dont tell me to look in wiki cuz i have and cant find it. also what is user format in perms file

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

    TheBeast808

    Is there anywhere to let a group only promote others to a certain level?
    I want my moderators to be able to promote everybody to Citizen, but no higher.
    I know there is the "permissions.manage.membership" perm, but that would let them promote to any rank.
     
  27. What about it? If it's turned on in your config file, it will work. I know of only one plugin, CommandSigns 1.x, that has problems with the built-in SuperPerms support of PEX, and it's only with the elevated permissions support. I'm not using any of the elevated permissions stuff, so it works fine for me.
     
  28. Offline

    Smxe

    Hey guys help me plz ? 09:49 PM [INFO] [Pail] Setting up window...
    09:49 PM [INFO] [Pail] Pail 0.7.4 Enabled
    09:49 PM [INFO] Preparing level "World One"
    09:49 PM [INFO] Default game type: 0
    09:49 PM [INFO] Preparing start region for level 0 (Seed: 3850433055)
    09:49 PM [INFO] Preparing spawn area: 24%
    09:49 PM [INFO] Preparing start region for level 1 (Seed: -5388127236358023229)
    09:49 PM [INFO] Preparing spawn area: 0%
    09:49 PM [INFO] Preparing spawn area: 48%
    09:49 PM [INFO] AdvancedPail v0.1 alpha enabled
    09:49 PM [SEVERE] Error occurred while enabling AnnouncemenTNT v0.2 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    09:49 PM [SEVERE] Error occurred while enabling AntiHack v2.1 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    09:49 PM [INFO] [Armageddon 2.4] Server version compatibility check succeeded
    09:49 PM [SEVERE] [Armageddon 2.4] Unknown material 'disable-joke' - IGNORED!
    09:49 PM [INFO] [Armageddon 2.4] Using Permissions' permissions
    09:49 PM [INFO] [PermissionsCompat] Compatibility layer enabled.
    09:49 PM [SEVERE] [Armageddon 2.4] Error enabling! ABORTED
    09:49 PM [INFO] [Armageddon 2.4] disabled.
    09:49 PM [INFO] [AutoMessage] version [1.5] loaded
    09:49 PM [INFO] [AutoSave] Loading config file
    09:49 PM [INFO] [AutoSave] Version 2.0.1 is enabled: 33c279b1-6016-48b2-8b8e-1b55e347241f
    09:49 PM [INFO] [AutoSave][Permission] Custom Permissions "Local Permissions" found: Loaded
    09:49 PM [INFO] [AutoSave][Permission] PermissionsEx found: Waiting
    09:49 PM [INFO] [AutoSave][Permission] Permissions (Phoenix) hooked.
    09:49 PM [INFO] [AutoSave][Permission] Permissions (Phoenix) found: Loaded
    09:49 PM [SEVERE] Error occurred while enabling bColoredChat v2.1.0 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    09:49 PM [INFO] [BetterMechanics] Loading cauldron recipes from C:\Users\David1\AppData\Roaming\.craftbukkit\plugins\BetterMechanics\cauldron-recipes.yml
    09:49 PM [INFO] [BetterMechanics] Cauldron loaded 5 recipes.
    09:49 PM [SEVERE] Error occurred while enabling BetterMechanics v1.11 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    09:49 PM [INFO] [Bookdrop] version 1.0 is enabled
    09:49 PM [INFO] BOSEconomy: Located Permissions 2.7.7.
    09:49 PM [INFO] BOSEconomy v0.7.2 enabled.
    09:49 PM [SEVERE] Error occurred while enabling ColorSheep v0.5 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    09:49 PM [INFO] CraftBukkitUpToDate version 2.6.6 is enabled!
    09:49 PM [INFO] CButD: Permission didn't work, defaulting to OP
    09:49 PM [INFO] [CreeperHeal] Loaded 0 traps
    09:49 PM [SEVERE] Error occurred while enabling CreeperHeal v3.2.2 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    09:49 PM [INFO] CButD: CraftBukkit is Outdate, try to download new version
    09:49 PM [WARNING] Version mismatch! Please update EssentialsSpawn to the same version.
    09:49 PM [INFO] Loaded Essentials build 2.5.8 by: Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    09:49 PM [INFO] Essentials: Using Permissions 2 based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    09:49 PM [WARNING] Version mismatch! Please update all Essentials jars to the same version.
    09:49 PM [INFO] Loaded EssentialsSpawn build 2.6.2 by: essentials team
    09:49 PM [INFO] Essentials: Using Permissions 2 based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    09:49 PM [INFO] KiwiAdmin version 2.2 is enabled!
    09:49 PM [INFO] Essentials: Using Permissions 2 based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    09:49 PM [INFO] Essentials: Using Permissions 2 based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    09:49 PM [SEVERE] Error occurred while enabling MagicCarpet v1.5.6 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    09:49 PM [INFO] Essentials: Using Permissions 2 based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    09:49 PM [INFO] [MinecartToolbox] Enabled version 0.8
    09:49 PM [INFO] Essentials: Using Permissions 2 based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    09:49 PM [INFO] [MobDisguise] by desmin88 version 1.6 enabled.
    09:49 PM [INFO] Essentials: Using Permissions 2 based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    09:49 PM [INFO] NoMoreRollBack has been enabled!
    09:49 PM [INFO] NoMoreRollBack by Jumla. V.0.4.1
    09:49 PM [INFO] Essentials: Using Permissions 2 based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    09:49 PM [INFO] [PermissionsEx] Superperms support enabled.
    09:49 PM [INFO] [PermissionsEx] v1.14 enabled
    09:49 PM [INFO] Essentials: Using PermissionsEx based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    09:49 PM [INFO] [AutoSave][Permission] PermissionsEx hooked.
    09:49 PM [INFO] [Pinapp] Loading config.
    09:49 PM [INFO] [Pinapp] Creating world: World One
    09:49 PM [INFO] [Pinapp] Registered PLAYER_PORTAL and PORTAL_CREATE events successfully.
    09:49 PM [INFO] [Pinapp] Registered BLOCK_PLACE, BLOCK_IGNITE, and BLOCK_PHYSICS events successfully.
    09:49 PM [INFO] [Pinapp] Enabled.
    09:49 PM [INFO] Essentials: Using PermissionsEx based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    09:49 PM [INFO] [PlayerStatus] Found Permissions Bridge. Using SuperPerms
    09:49 PM [INFO] PlayerStatus version 2.1 is enabled!
    09:49 PM [INFO] Essentials: Using PermissionsEx based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    09:49 PM [INFO] Found BOSEconomy!
    09:49 PM [INFO] PvPMoney 1.1 is now enabled!
    09:49 PM [INFO] Essentials: Using PermissionsEx based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    09:49 PM [INFO] [Shotgun] enabled version 0.3
    09:49 PM [INFO] Essentials: Using PermissionsEx based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    09:49 PM [SEVERE] Error occurred while enabling SignShops v1.2 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    09:49 PM [INFO] Essentials: Using PermissionsEx based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    09:49 PM [INFO] WorldEdit 4.6 enabled.
    09:49 PM [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    09:49 PM [INFO] Essentials: Using PermissionsEx based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    09:49 PM [SEVERE] [ChatManager] PermissionsEx not found, disabling
    09:49 PM [INFO] [ChatManager] ChatManager disabled!
    09:49 PM [INFO] Essentials: Using PermissionsEx based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_DISABLE to Essentials
    09:49 PM [INFO] Essentials: Using PermissionsEx based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    09:49 PM [SEVERE] [Modifyworld] PermissionsEx not found, disabling
    09:49 PM [INFO] [Modifyworld] Modifyworld disabled!
    09:49 PM [INFO] Essentials: Using PermissionsEx based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_DISABLE to Essentials
    09:49 PM [INFO] Essentials: Using PermissionsEx based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    09:49 PM [INFO] [BaseBukkitPlugin 1.5] Server version compatibility check succeeded
    09:49 PM [INFO] Essentials: Using PermissionsEx based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    09:49 PM [SEVERE] Error occurred while enabling ChestShop v3.22 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    09:49 PM [INFO] Essentials: Using PermissionsEx based permissions.
    09:49 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    09:49 PM [INFO] [ChestShop] BOSEconomy 0.7.0 loaded.
    09:49 PM [INFO] Server permissions file permissions.yml is empty, ignoring it
    09:49 PM [INFO] Done (1.088s)! For help, type "help" or "?"
    09:49 PM [INFO] Server is saving the map, expect some lag...
    09:49 PM [INFO] CONSOLE: Forcing save..
    09:49 PM [INFO] CONSOLE: Forcing save..
    09:49 PM [INFO] CONSOLE: Save complete.
    09:49 PM [INFO] CONSOLE: Save complete.
    09:49 PM [INFO] Save complete!
    09:49 PM [INFO] Save complete!
    09:50 PM [INFO] The automatic update-Check only work every 6 hours, the last check was 282 minutes ago.
    09:50 PM [INFO] Smxe [/5.108.182.51:49737] logged in with entity id 24 at ([World One] -44.532376270112735, 65.17675927506424, -11.52081104275382)
    09:50 PM [SEVERE] Could not pass event PLAYER_JOIN to PermissionsEx
    09:50 PM [INFO] [AutoSave] AutoSaveThread Started: Interval is 300 seconds, Warn Times are 0
    09:50 PM [INFO] connect from ip 5.108.182.51
    09:50 PM [SEVERE] Could not pass event PLAYER_TELEPORT to PermissionsEx
    09:50 PM [INFO] New max size: 484
    09:50 PM [INFO] New max size: 784
    09:50 PM [INFO] [Auto] And Left Click With Clay and Stun Others :D
    09:51 PM [INFO] [Auto] Question About A Plugin !?!? Ask Our Helpful Admins!
    09:51 PM [INFO] Error in command syntax. Check command help.
    09:52 PM [SEVERE] Exception in thread "AWT-EventQueue-0"
    09:52 PM [SEVERE] org.bukkit.command.CommandException: Unhandled exception executing command 'pex' in plugin PermissionsEx v1.14
    09:52 PM [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:41)
    09:52 PM [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    09:52 PM [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
    09:52 PM [SEVERE] at me.escapeNT.pail.GUIComponents.ServerConsolePanel$ConsoleCommandListener.actionPerformed(ServerConsolePanel.java:69)
    09:52 PM [SEVERE] at javax.swing.JTextField.fireActionPerformed(Unknown Source)
    09:52 PM [SEVERE] at javax.swing.JTextField.postActionEvent(Unknown Source)
    09:52 PM [SEVERE] at javax.swing.JTextField$NotifyAction.actionPerformed(Unknown Source)
    09:52 PM [SEVERE] at javax.swing.SwingUtilities.notifyAction(Unknown Source)
    09:52 PM [SEVERE] at javax.swing.JComponent.processKeyBinding(Unknown Source)
    09:52 PM [SEVERE] at javax.swing.JComponent.processKeyBindings(Unknown Source)
    09:52 PM [SEVERE] at javax.swing.JComponent.processKeyEvent(Unknown Source)
    09:52 PM [SEVERE] at java.awt.Component.processEvent(Unknown Source)
    09:52 PM [SEVERE] at java.awt.Container.processEvent(Unknown Source)
    09:52 PM [SEVERE] at java.awt.Component.dispatchEventImpl(Unknown Source)
    09:52 PM [SEVERE] at java.awt.Container.dispatchEventImpl(Unknown Source)
    09:52 PM [SEVERE] at java.awt.Component.dispatchEvent(Unknown Source)
    09:52 PM [SEVERE] at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
    09:52 PM [SEVERE] at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
    09:52 PM [SEVERE] at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
    09:52 PM [SEVERE] at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
    09:52 PM [SEVERE] at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
    09:52 PM [SEVERE] at java.awt.Component.dispatchEventImpl(Unknown Source)
    09:52 PM [SEVERE] at java.awt.Container.dispatchEventImpl(Unknown Source)
    09:52 PM [SEVERE] at java.awt.Window.dispatchEventImpl(Unknown Source)
    09:52 PM [SEVERE] at java.awt.Component.dispatchEvent(Unknown Source)
    09:52 PM [SEVERE] at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    09:52 PM [SEVERE] at java.awt.EventQueue.access$000(Unknown Source)
    09:52 PM [SEVERE] at java.awt.EventQueue$3.run(Unknown Source)
    09:52 PM [SEVERE] at java.awt.EventQueue$3.run(Unknown Source)
    09:52 PM [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
    09:52 PM [SEVERE] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    09:52 PM [SEVERE] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    09:52 PM [SEVERE] at java.awt.EventQueue$4.run(Unknown Source)
    09:52 PM [SEVERE] at java.awt.EventQueue$4.run(Unknown Source)
    09:52 PM [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
    09:52 PM [SEVERE] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    09:52 PM [SEVERE] at java.awt.EventQueue.dispatchEvent(Unknown Source)
    09:52 PM [SEVERE] at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    09:52 PM [SEVERE] at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    09:52 PM [SEVERE] at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    09:52 PM [SEVERE] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    09:52 PM [SEVERE] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    09:52 PM [SEVERE] at java.awt.EventDispatchThread.run(Unknown Source)
    09:52 PM [SEVERE] Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    09:52 PM [SEVERE] at ru.tehkode.permissions.commands.CommandsManager.execute(CommandsManager.java:127)
    09:52 PM [SEVERE] at ru.tehkode.permissions.bukkit.PermissionsEx.onCommand(PermissionsEx.java:123)
    09:52 PM [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39)
    09:52 PM [SEVERE] ... 42 more
    09:52 PM [SEVERE] Caused by: java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    09:52 PM [SEVERE] at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:140)
    09:52 PM [SEVERE] at ru.tehkode.permissions.bukkit.commands.PromotionCommands.promoteUser(PromotionCommands.java:79)
    09:52 PM [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    09:52 PM [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    09:52 PM [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    09:52 PM [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source)
    09:52 PM [SEVERE] at ru.tehkode.permissions.commands.CommandsManager$CommandBinding.call(CommandsManager.java:298)
    09:52 PM [SEVERE] at ru.tehkode.permissions.commands.CommandsManager.execute(CommandsManager.java:120)
    09:52 PM [SEVERE] ... 44 more
    09:52 PM [INFO] CONSOLE: Forcing save..
    09:52 PM [INFO] CONSOLE: Forcing save..
    09:52 PM [INFO] CONSOLE: Forcing save..
    09:52 PM [INFO] CONSOLE: Save complete.
    09:52 PM [INFO] CONSOLE: Save complete.
    09:52 PM [INFO] CONSOLE: Save complete. and if u need the download just askj
     
  29. Offline

    Orgy

    So been trying for quite some time to get ChatManager's prefixes working, and I'm about to give up.

    My config.yml for ChatManager:
    Code:
    enable: true
    ranged-mode: false
    chat-range: 100.0
    message-format: <%prefix%player%suffix> %message
    global-message-format: <%prefix%player%suffix> &e%message
    display-name-format: '%prefix%player%suffix'
    
    My permissions.yml snippet for the Owner group and related prefix:
    Code:
        Owner:
            prefix: 'Owner '
            permissions:
            - '*'
            options:
                rank: '0'
    
    Indentation is right and I'm not receiving any errors. I have no idea what I'm doing wrong.
     
  30. Offline

    Errored

    Add single quotation marks around both your message formats:
    Like so:

    '<%prefix%player%suffix> %message'
     
  31. Offline

    Orgy

    First off, thank you for the help.

    However, everytime I reload, it removes the single quotes from the file.
     

Share This Page