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

    crabcakes66

    Hello. I just started a new server a little over a week ago and am trying to learn how to set up permissions and plugins.

    I'm not sure what I might be doing wrong. Here is my permissions file if anyone would care to take a look. I'm getting errors when trying to execute commands or do pretty much anything.

    <Edit by Moderator: Redacted mediafire url>


    edit: I'm starting from scratch with permissionsEx(and packaged plugins) as the only installed plugin. I don't plan to use chat manager.
     
    Last edited by a moderator: Sep 9, 2018
  3. Offline

    Dargan

    That one seems to have to do with alerter, and doesn't seem to do much and goes away if I try it without alerter, but I also get another string of errors when I use the command Pex user <user> group add <group> and this one doesnt go away without alerter.
    this is the error
    http://pastebin.com/vApWrm2z
    About the first one should I ask alerter about the error?
     
  4. Offline

    Jäsef

    try to run the command via console, and use "set" instead of "add"
    pex user <username> group set <groupname>
     
  5. FYI, next time, please use pastebin or code tags. Downloading files from unknown people is risky, and not everyone would bother to look.

    That being said, I looked at your permissions file and dropped it into a YAML parser. Errors and errors. You seem to have tabs in various places in your config. You need to find them and remove them before PEX will load it and stay running, which is what I'm guessing is the errors you are talking about as you didn't specify what command you were trying to use or the errors you were getting.
     
    Last edited by a moderator: Sep 9, 2018
  6. Offline

    crabcakes66

    I will use pastebin in the future. I was having issues using tags on these forums for some reason.

    I'm using notepad++ without really understanding what I'm doing but your reply lead me to the answer. Selecting all text and using (edit>blank operations>tab to space) fixed my issue. From what I understand this is a common problem so I appreciate your patience.
     
    Justin The Cynical and Jäsef like this.
  7. Offline

    noneandnonly

    Sometime essentials causes problems with WorldEdit, so also try "/etree tree" and if that still doesn't work it seems like you've done something wrong in the permissions.yml. The '*'-node enables everything and every essential-node doesn't change a thing there.
    Please make sure that everything's set up properly ;)
     
  8. Offline

    Adam_

    thanks for the info , so ive been recommended to just use the groupmanager , and i did . it works perfectly fine . what other plugins would you recommend me ?
     
  9. Offline

    noneandnonly

    Does GroupManager support disabling only setting/breaking certain blocks? Because then I might switch, too :D
     
  10. Offline

    Jäsef

    yes it does but i would not recommend switching to that. groupmanager was great (still is), but for some reason people started making other permission-plugins. eventually groupmanager got outdated and a lot of permission-based plugins removed support for GM :(
     
  11. Offline

    Kevybevy

    To get started, stop the server. put the PEX and all others from the .zip into your plugins folder. Start the server. In console, type "pex group <GroupName> create [regular]". Then go and set the prefix: "pex group <GroupName> prefix (Prefix)" . Now, to add users to that group type: "pex group <GroupName> user add [UserName]". That'e the basics for group creation and prefixes.

    Lol, I figured that out!
    EDIT: Its great!

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

    matthebat

    I can't seem to get rid f a single white bracket on my prefixes
    it looks like this:
    [Mod]
    (except the grey is white)
    and it annoys the hell out of me but I can't figure out how to get rid of it...
     
  13. Offline

    Shooty

    Superperms bridge it's needed for ^plugins using old permissions systems :p you don't understand ^^
     
  14. NEED HELP WITH PREFIXES!!!!! I USE MCMYADMIN ALSO! Is there a way to do it with that?
    I JUST WANT A PREFIX!
     
  15. Offline

    Leggomylegos

    My console is being spammed by
    Code:
    [INFO] Permissions
    2011-11-30 20:03:56 [INFO] Permissions
    2011-11-30 20:03:56 [INFO] Permissions
    2011-11-30 20:03:56 [INFO] Permissions
    2011-11-30 20:03:56 [INFO] Permissions
    2011-11-30 20:03:56 [INFO] Permissions
    2011-11-30 20:03:56 [INFO] Permissions
    2011-11-30 20:03:56 [INFO] Permissions
    2011-11-30 20:03:56 [INFO] Permissions
    2011-11-30 20:03:56 [INFO] Permissions
    2011-11-30 20:03:56 [INFO] Permissions
    2011-11-30 20:03:56 [INFO] Permissions
    2011-11-30 20:03:56 [INFO] Permissions
    2011-11-30 20:03:56 [INFO] Permissions
    2011-11-30 20:03:56 [INFO] Permissions
    2011-11-30 20:03:57 [INFO] Permissions
    2011-11-30 20:03:57 [INFO] Permissions
    2011-11-30 20:03:57 [INFO] Permissions
    2011-11-30 20:03:57 [INFO] Permissions
    2011-11-30 20:03:57 [INFO] Permissions
    2011-11-30 20:03:57 [INFO] Permissions
    2011-11-30 20:03:57 [INFO] Permissions
    2011-11-30 20:03:57 [INFO] Permissions
    2011-11-30 20:03:57 [INFO] Permissions
    2011-11-30 20:03:57 [INFO] Permissions
    2011-11-30 20:03:57 [INFO] Permissions
    2011-11-30 20:03:57 [INFO] Permissions
    2011-11-30 20:03:57 [INFO] Permissions
    2011-11-30 20:03:57 [INFO] Permissions
    2011-11-30 20:03:57 [INFO] Permissions
    2011-11-30 20:03:57 [INFO] Permissions
    2011-11-30 20:03:57 [INFO] Permissions
    2011-11-30 20:03:57 [INFO] Permissions
    2011-11-30 20:03:57 [INFO] Permissions
    2011-11-30 20:03:57 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:58 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:03:59 [INFO] Permissions
    2011-11-30 20:04:00 [INFO] Permissions
    2011-11-30 20:04:00 [INFO] Permissions
    2011-11-30 20:04:00 [INFO] Permissions
    2011-11-30 20:04:00 [INFO] Permissions
    2011-11-30 20:04:00 [INFO] Permissions
    2011-11-30 20:04:00 [INFO] Permissions
    2011-11-30 20:04:00 [INFO] Permissions
    2011-11-30 20:04:00 [INFO] Permissions
    2011-11-30 20:04:00 [INFO] Permissions
    2011-11-30 20:04:00 [INFO] Permissions
    2011-11-30 20:04:00 [INFO] Permissions
    2011-11-30 20:04:00 [INFO] Permissions
    2011-11-30 20:04:00 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    2011-11-30 20:04:01 [INFO] Permissions
    
    I am using the latest stable release, here is my permissions.yml

    Code:
    groups:
        default:
            default: true
            options:
                rank: 2
            permissions:
            - essentials.gamemode
            - essentials.item
            - essentials.unlimited.*
            - essentials.afk.*
            - essentials.help
            - essentials.helpop
            - essentials.msg
            - essentials.rules
        mod:
            default: false
            options:
                rank: 1
            permissions:
            - essentials.*
        admin:
            default: false
            options:
                rank: 0
            permissions:
            - '*'
    users:
        Legoman25:
            group:
            - Admin
    
     
  16. I understand fine.

    If you have older plugins that don't support PEX or SuperPerms, you need to run the Permissions compatability plugin (named permissions.jar in the PEX archive), which is detailed in the wiki.

    Again, you can not run another permissions manager (or parts of it) with PEX. If you do, strange things can happen, as you are finding out now.

    That's odd.

    Unless I'm way off, according to google, that's a line from the old Permissions 2.x series. I know I don't have that showing up in my log. Did you recently move from that to PEX?

    I just want people to stop abusing their caps lock key.

    *sigh*

    What help are you looking for? What chat manager are you using? Have you read the wiki, in particular the section on the pretty simple chatmanager that PEX comes with? What about your permissions file?

    If you are using the PEX ChatManager, that is configured via the config.yml for that plugin. If you are using ChatManager, can you post the config file (in code tags please).

    It is fairly common, easy to fix, but can be the most time consuming.:)

    Good job on the notepad++ method, I didn't know it had that function (I prefer vim myself)!

    You will want to use -modifyworld.blocks.destroy. to disable destroy and -modifyworld.blocks.place. to disable placement (put the item number after the last period, or use an asterisk to cover everything).

    Make sure the deny lines are at the top of the permissions list for the group you want to deny these abilities when using a file backend.

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

    Leggomylegos

    No I just set up my server so all the plugins are newly installed. If it helps it seems to only spam that message when people are only connected to the server.
     
  18. Well, that makes sense as the permissions aren't being checked if there are no players on. :)

    Which PEX version and bukkit version are you using? Also, have you turned on any debugging in the PEX config.yml?
     
  19. Offline

    Jäsef

    do this:
    make a desired preifx in the PEX config.
    remove ChatManager entirely.
    download Chatter, a chat plugin.
    in the chatter config, remove "+group" in both msg-format and name-format.
    ?????
    PROFIT! :D
     
  20. Offline

    knutarn

    m
    i get this too, if i add this to my plugins: http://dev.bukkit.org/server-mods/advlog/ then i get this spam and i add advlog.* too perm


    btw: how i add perm to mod then mod can promote user
     
  21. Offline

    Shooty

    ok thanks, i UNDERSTAND now ! Sorry guy !
     
  22. Offline

    CakRochi

    how to make people can pick up everything but can't pick up arrow.
    then, i have to write down a node "modifyworld.items.pick.1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50........."?
     
  23. Offline

    Jäsef

    that's the hard way of doing it, try this instead:
    - -modifyworld.items.pick.<insert block id>
    - modifyworld.items.pick.*

    this makes it so people can pick up everything except a certain block you don't want people to able to pick up(<insert block id>) :) thanks to negative nodes you don't have to deal with all that typing you did;) :D
     
  24. Offline

    Raycrash

    Well that doesn't work for me anymore ;(
     
  25. Then you are doing something wrong, potentially using a dev build that changed something in the way it works that no one else is familiar with, or you might have a conflicting plugin.

    No permissions.yml, no PEX version, no bukkit version, no server startup log, no clear and exact explanation of which players or groups are being affected, how they are being affected, what you tried to do to figure it out yourself...

    Get the idea?:) Saying "that doesn't work for me anymore" without the above info doesn't do anything to help us help you.
     
  26. Offline

    blutherz

    Help,
    i didnt get the right group permissions running in case of multiwords.
    I have 13 worlds running and they must have different permissions.

    A.e. me as admin can't do tp but admin group should be able to do every thing also tp between worlds

    Following scenario i have:
    Groups:
    default <<> should be only be able to use chat and minemail(ingame mail plguin)
    guest <<> should be only able normal build&miner function in special guest worlds and buy/sell in shops able for mobarena fights
    Trial <<> should be able to build&miner in more worlds but still can not protect builds or claim
    Member <<> should be able to build & mine in all member & guest worlds and protect buildings, tp in world, create shops, save building shematics
    Moderator <<> should be able to build & mine in all member & guest worlds and protect buildings, claim, tp to all world, create/delete shops, jail/unjail player manually, promote player and demote,
    Admins <<> should be able to do all incl. server reboot

    For this i had createt in old permssions 3 a lot of *yml files and it had workd.

    So i did the howto migrate from old permssions to new and also migrate it to my mysql server

    here my config:
    http://pastebin.com/ys1A2kA3

    here my "wrong" permssions.yml
    http://pastebin.com/NTjX7EAA

    and here the sql dump of all worlds:
    http://pastebin.com/zUnszv24

    I work now on this for 1 week but i didnt get it like in the past.

    If someone can help me to setup it right i would be a very happy man!

    Also who help to solve it finally becomes instant lifetime moderator permissons on my server :)

    insert in front of world a "space" that is what this erro mean.

    Im still working on my permission too it is not so simple like it looks
    I already tried bPermssions too but bPermissions also not worked for me very well (had make a short tutorial how to install bPermissions on youtube but not using it at moment)


    p.s. könnt mich ja mal auf meinen server besuchen :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 10, 2018
  27. 13 worlds? That's a decent amount.:)

    Thank you for using pastebin, it makes this easier.

    OK, what do you mean by "wrong permissions" file? Did it just not work like you were hoping?

    First off, I'd remove the build: lines as they are not needed (and do nothing) for limiting the ability of players to build.

    Using your "wrong" permissions as a base to start on (which can be converted to SQL later), I would:

    • Default: chat and minemail permissions, global scope
    • Guest: Inherit permissions from default, add the mobarena permissions globally, and add the permissions per world from there.
    • Trial: This one, you could inherit permissions from Guest or Default, it would depend on if the Trial group should still have the same access to the guest worlds. Either way, per world permissions for this group as well.
    • Continue with the other groups using this as a template.
    To further illustrate, this is part of my server group structure:
    • New users/guests can only walk around, chat, open doors. No building or opening containers, nor can they hold anything but food.
    • If they decide to stick around, they can be promoted to the Users group, which has build rights in the survival world, but not the creative.
    • If they show that they are trustworthy (and not griefers), they can be promoted to builders, which have build rights in survival as well as creative.
    The permissions file look something like this:
    Code:
        Users:
            options:
                rank: '900'         <-- promotion ladder rank, higher numbers are lower ranks
            permissions:            <-- global scope permissions
            - lockette.user.create.*
            - mobarena.classes.*
            - mobarena.use.*
            - mobarena.arenas.*
            - CommandSigns.use.regular
            - modifyworld.*
            worlds:                 <-- world specific permission settings
                survival:           <-- build rights to survival
                - modifyworld.*
            inheritance: null
        Builders:
            options:
                rank: '800'         <-- promotion ladder rank, higher numbers are lower ranks
            inheritance:
            - Users
            permissions: null       <-- global scope permission settings, these add to the ones gained from Users
            worlds:                 <-- world specific permission settings
                creative:
                    permissions:
                    - modifyworld.* <-- build rights to creative
                    - mywarp.warp.* <-- access to the warp command to see different things that have been built
    With this setup, I can allow players access to build in creative, but if something comes up and there are questions as to who did what, my mods or myself can demote a player, removing their build/destroy abilities in the creative (which has higher value targets, if you will), and even in survival.

    Making the modifyworld node world specific allows for this to happen without having to mess with three different groups (one for build/destroy in survival, one for build/destroy in creative, and one for build/destroy in both worlds).

    Oh yes, admins... The easiest way to give them access to everything is just give them the - '*' permission node, just like permissions 3 (which PEX borrows a lot from).

    Does this help any? I can't be any more specific without knowing your world names and such, but hopefully this gives you a basis to work with.
     
  28. Offline

    blutherz

    Correct i mean with wrong that it not worked as i thought or hope.
    And in case i have only a small player base (7 regular players) at moment i leave old worlds online which can be accesed by multiverse.
    Plan is to make schematic from all buildings/regions players want to save.
    And then merge all into new wolrds:
    • World1: Entranceworld with cities etc etc Survival Mode and option for creative Mode
    • World2: Let's Play Worlds a.e. skyblock or something which im on recording
    • World3 PvP World which will be reseted every day (with creative mode option if someone want to change it perm)
    • World_skylands
    • World_the_end
    • world_nether
    • testworld
    But this is the plan, before that i must first finishe homepage etc etc. and getting Server stable online back.

    ...
    GREAT! This is what i want. I will try it now.
    ....
    Yes it helps.
    Sorry for my bad english.
    Ähm and my world names are at moment:
    • guest: <<<world where Members, Trials, Guest kann build
    • World: Entrance Wolrd, nobody use it but it is like a big spawn point it will be merged.
    • World2: my own 1st ever played map in snigle game which i had imported. Will also be merged
    • World3: my son his first ever played map in sniglegame and i had imported, woll also be merged
    • world10: actual world with Minecraft 1.0.0 generator seed. This is where all player "should" make new content
    • world19: old test world of mc 1.9 pre tests will be abadonded
    • Keks: same, also testworld of 1.8 beta
    • world_nether mc1.0.0 seed nether will be abadonded
    • world_skylands not exist at moment only the old save of back up, but hope craftbukkit will make plugin to enable it.
    • nether: old nether with very old old seed will be abadonded
    • Robin: old 1.6er wolrd for test, will be abadonded
    • LPDrache: old Lets play test world, will be abadonded after schematics are exported
    • Dungeonrunner: a Adventuremap, will sty perhaps, depends on the player and my son
    • World_the_end: i had foregt...so it is 14 worlds :D

    In the past the permssions was like:
    my son char wolfkoenig2005 had moderator permissions and can build etc every where
    Me had Admin permissions with main char blutherz and also i have 2 two other chars one member and one guest for testing permissions (yes i had bought them all :D and yes i know im Mincraft adicted)

    • Guest: can build in wolrd: guest, world but cant touch anything in the other wolrd, but can use shops
    • Members: same but also can members teleport and sethome
    • Moderatotrs: can all like admin but nothing delete or reboot server main job is jail and chat permssions and claim for buildings, they can give and take. And have Content permssions on Homepage and small admin perm in TS3 server and chat (op)
    • Admins: can do all and have also access via mobilephone admin console


    So thank you very much for you help, i will try now to setup like your draft, perhaps you have some additional hints and if you want you are very welcome to join my server as a player with mod rights :D

    Greetz :)

    blutherz
     
  29. Offline

    BlackHawkLex

    Hey, getting a problem with the newest bukkit version for 1.0.0. It says ModifyWorld disabled and Guest can actually destroy blocks although they are not allowed to. Am I doing something wrong? Didnt have the ModifyWorld problem before 1.0.0
     
  30. Offline

    Jäsef

    *sigh*
    post PEX config please!
     
  31. We have some problems to get this plugin to work, because we used before permissions 3.1.6
    So we make this https://github.com/t3hk0d3/PermissionsEx/wiki/Migrate-from-Permissions it is all ok, but the permission.yml is wrong.

    we have two world (names are: world & Anarchy) so the migrate worked and server is running but if i look into the permissions.yml something is wrong under "worlds".
    "Anarchy" is there but where is "world"?

    Wrong permisssions -> http://pastebin.com/8hu85eZ9
    Server worked with this file without problem but permissions are wrong

    Then we looked in the wiki and changed our permissions.yml in the following

    http://pastebin.com/pfNsqK0H

    But now the Server give us only errors and permissions are not working
    Code:
    2011-12-02 18:23:17 [INFO] Starting minecraft server version 1.0.1
    2011-12-02 18:23:17 [INFO] Loading properties
    2011-12-02 18:23:17 [INFO] Starting Minecraft server on *:25565
    2011-12-02 18:23:17 [INFO] This server is running Craftbukkit version git-Bukkit-1.8.1-R4-77-ge86a355-b1550jnks (MC: 1.0.1) (Implementing API version 1.0.0-R1-SNAPSHOT)
    2011-12-02 18:23:17 [INFO] [PermissionsEx] sql backend registered!
    2011-12-02 18:23:17 [INFO] [PermissionsEx] file backend registered!
    2011-12-02 18:23:17 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2011-12-02 18:23:17 [INFO] [PermissionsEx] p2compat backend registered!
    2011-12-02 18:23:17 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    2011-12-02 18:23:18 [INFO] LWC: Loading shared objects
    2011-12-02 18:23:18 [INFO] LWC: Protection cache: 0/10000
    2011-12-02 18:23:18 [INFO] LWC: Native library: plugins/LWC/lib/lib/native/Windows/amd64/sqlitejdbc.dll
    2011-12-02 18:23:18 [INFO] [PermissionsEx] Initializing file backend
    2011-12-02 18:23:18 [SEVERE] while parsing a block mapping; expected <block end>, but found BlockMappingStart initializing PermissionsEx v1.16 (Is it up to date?)
    while parsing a block mapping
     in "<reader>", line 19, column 9:
                worlds:
                ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 23, column 12:
                   world:
                   ^
    
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:575)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
        at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
        at ru.tehkode.permissions.config.Configuration.load(Configuration.java:64)
        at ru.tehkode.permissions.backends.FileBackend.initialize(FileBackend.java:104)
        at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:420)
        at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:471)
        at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:53)
        at ru.tehkode.permissions.bukkit.PermissionsEx.onLoad(PermissionsEx.java:74)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:150)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:123)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:141)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    2011-12-02 18:23:18 [WARNING] [PermissionsCompat] PermissionsEx plugin not found. Some plugins may not work.
    2011-12-02 18:23:18 [INFO] [WormholeXTreme][v1.011] Loading WormholeXTreme ...
    2011-12-02 18:23:18 [INFO] [WormholeXTreme][v1.011] Load complete
    2011-12-02 18:23:18 [INFO] Preparing level "world"
    2011-12-02 18:23:18 [INFO] Default game type: 0
    2011-12-02 18:23:18 [INFO] Preparing start region for level 0 (Seed: -3829552233839956175)
    2011-12-02 18:23:19 [INFO] Preparing start region for level 1 (Seed: -3829552233839956175)
    2011-12-02 18:23:19 [INFO] Preparing spawn area: 85%
    2011-12-02 18:23:19 [INFO] Preparing start region for level 2 (Seed: 7534801029250441756)
    2011-12-02 18:23:19 [INFO] CommandBook 1.6 enabled.
    2011-12-02 18:23:19 [WARNING] CommandBook: 1 Warps(s) loaded
    2011-12-02 18:23:19 [WARNING] CommandBook: 3 Homes(s) loaded
    2011-12-02 18:23:19 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-12-02 18:23:19 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-12-02 18:23:19 [INFO] CommandBook: 1 kit(s) loaded.
    2011-12-02 18:23:19 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-12-02 18:23:20 [INFO] FakeMessage version 0.5 is enabled!
    2011-12-02 18:23:20 [SEVERE] Error occurred while enabling FakeMessage v0.5 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
        at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:156)
        at com.nijikokun.bukkit.Permissions.Permissions.getHandler(Permissions.java:80)
        at com.niccholaspage.FakeMessage.FakeMessage.setupPermissions(FakeMessage.java:82)
        at com.niccholaspage.FakeMessage.FakeMessage.onEnable(FakeMessage.java:168)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:182)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:165)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    2011-12-02 18:23:20 [INFO] [ FalseBook Core ] using PermissionsEx for Permissions!
    2011-12-02 18:23:20 [INFO] [ FalseBook Core ] FalseBookCore v0.90alpha by GeMo enabled!
    2011-12-02 18:23:20 [INFO] [ FalseBook IC ] FalseBookIC v0.90alpha by GeMo enabled
    2011-12-02 18:23:20 [INFO] [GravelClay] Permissions found, using
    2011-12-02 18:23:20 [INFO] [PermissionsEx] p2compat backend registered!
    2011-12-02 18:23:20 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    2011-12-02 18:23:20 [SEVERE] Error occurred while enabling GravelClay v1.3.4 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
        at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:156)
        at com.nijikokun.bukkit.Permissions.Permissions.getHandler(Permissions.java:80)
        at net.louderthanthunder.darklust.GravelClay.DarkInit.<init>(Unknown Source)
        at net.louderthanthunder.darklust.GravelClay.GravelClay.onEnable(Unknown Source)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:182)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:165)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    2011-12-02 18:23:20 [INFO] [Multiverse-Core] - Version 2.1-b326 (API v7) Enabled - By Rigby, fernferret, lithium3141 and main--
    2011-12-02 18:23:20 [INFO] [AllPay] - Version 3.0 - using only an item based economy for Multiverse-Core v2.1-b326
    2011-12-02 18:23:20 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - NETHER
    2011-12-02 18:23:20 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - NORMAL
    2011-12-02 18:23:20 [INFO] [Multiverse-Core] Loading World & Settings - 'Anarchy' - NORMAL
    2011-12-02 18:23:20 [INFO] Preparing start region for level 3 (Seed: 6099388422437723383)
    2011-12-02 18:23:20 [INFO] [Multiverse-Core] Loading World & Settings - 'Anarchy_nether' - NETHER
    2011-12-02 18:23:20 [INFO] Preparing start region for level 4 (Seed: -5462887488983830589)
    2011-12-02 18:23:21 [INFO] [Multiverse-Core] 4 - World(s) loaded.
    2011-12-02 18:23:21 [INFO] [PermissionsEx] Superperms support enabled.
    2011-12-02 18:23:21 [INFO] [PermissionsEx] v1.16 enabled
    2011-12-02 18:23:21 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-12-02 18:23:21 [INFO] WorldEdit 4.7 enabled.
    2011-12-02 18:23:21 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-12-02 18:23:21 [INFO] WorldGuard: Using the Bukkit Permissions API.
    2011-12-02 18:23:21 [INFO] WorldGuard: (world) Single session is enforced.
    2011-12-02 18:23:21 [INFO] WorldGuard: (world) TNT ignition is blocked.
    2011-12-02 18:23:21 [INFO] WorldGuard: (world) Lighters are blocked.
    2011-12-02 18:23:21 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-12-02 18:23:21 [INFO] WorldGuard: (world) All fire spread is disabled.
    2011-12-02 18:23:21 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-12-02 18:23:21 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-12-02 18:23:21 [INFO] WorldGuard: (world_nether) TNT ignition is blocked.
    2011-12-02 18:23:21 [INFO] WorldGuard: (world_nether) Lighters are blocked.
    2011-12-02 18:23:21 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-12-02 18:23:21 [INFO] WorldGuard: (world_nether) All fire spread is disabled.
    2011-12-02 18:23:21 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-12-02 18:23:21 [INFO] WorldGuard: (world_the_end) Single session is enforced.
    2011-12-02 18:23:21 [INFO] WorldGuard: (world_the_end) TNT ignition is blocked.
    2011-12-02 18:23:21 [INFO] WorldGuard: (world_the_end) Lighters are blocked.
    2011-12-02 18:23:21 [INFO] WorldGuard: (world_the_end) Lava fire is blocked.
    2011-12-02 18:23:21 [INFO] WorldGuard: (world_the_end) All fire spread is disabled.
    2011-12-02 18:23:21 [INFO] WorldGuard: Loaded configuration for world 'world_the_end"
    2011-12-02 18:23:21 [INFO] WorldGuard: (Anarchy) Single session is enforced.
    2011-12-02 18:23:21 [INFO] WorldGuard: (Anarchy) TNT ignition is blocked.
    2011-12-02 18:23:21 [INFO] WorldGuard: (Anarchy) Lighters are blocked.
    2011-12-02 18:23:21 [INFO] WorldGuard: (Anarchy) Lava fire is blocked.
    2011-12-02 18:23:21 [INFO] WorldGuard: (Anarchy) All fire spread is disabled.
    2011-12-02 18:23:21 [INFO] WorldGuard: Loaded configuration for world 'Anarchy"
    2011-12-02 18:23:21 [INFO] WorldGuard: (Anarchy_nether) Single session is enforced.
    2011-12-02 18:23:21 [INFO] WorldGuard: (Anarchy_nether) TNT ignition is blocked.
    2011-12-02 18:23:21 [INFO] WorldGuard: (Anarchy_nether) Lighters are blocked.
    2011-12-02 18:23:21 [INFO] WorldGuard: (Anarchy_nether) Lava fire is blocked.
    2011-12-02 18:23:21 [INFO] WorldGuard: (Anarchy_nether) All fire spread is disabled.
    2011-12-02 18:23:21 [INFO] WorldGuard: Loaded configuration for world 'Anarchy_nether"
    2011-12-02 18:23:21 [INFO] WorldGuard: Unable to register missing event type SNOW_FORM
    2011-12-02 18:23:21 [INFO] WorldGuard 5.2.2 enabled.
    2011-12-02 18:23:21 [SEVERE] [ChatManager] PermissionsEx not found, disabling
    2011-12-02 18:23:21 [INFO] [ChatManager] ChatManager disabled!
    2011-12-02 18:23:21 [SEVERE] [Modifyworld] PermissionsEx not found, disabling
    2011-12-02 18:23:21 [INFO] [Modifyworld] Modifyworld disabled!
    2011-12-02 18:23:21 [INFO] [PailStone] No areas to load.
    2011-12-02 18:23:21 [INFO] [PailStone] Loading PailStone
    2011-12-02 18:23:21 [INFO] [PailStone] Copyright (c) 2011 Chris Bode
    2011-12-02 18:23:21 [INFO] [PailStone] Author contact: [email protected]
    2011-12-02 18:23:21 [INFO] [PailStone] PailStone is licensed under the
    2011-12-02 18:23:21 [INFO] [PailStone] RECIPROCAL PUBLIC LICENSE 1.1
    2011-12-02 18:23:21 [INFO] [PailStone] wipe-protection is set to 'true'
    2011-12-02 18:23:21 [INFO] [PailStone] max-cuboid-area is set to '400'
    2011-12-02 18:23:21 [INFO] [PailStone] debug is set to 'false'
    2011-12-02 18:23:21 [INFO] [PailStone] block-blacklist is set to ''
    2011-12-02 18:23:21 [INFO] [PailStone] use-blacklist-as-whitelist is set to 'false'
    2011-12-02 18:23:21 [INFO] [PailStone] allow-list is set to 'Hafnium, Thulinma, imjake9'
    2011-12-02 18:23:21 [INFO] [PailStone] using allow-list permissions.
    2011-12-02 18:23:21 [INFO] [PailStone] Loaded old signs.
    2011-12-02 18:23:21 [INFO] [PailStone] Finished Loading. (3.8)
    2011-12-02 18:23:21 [INFO] [PermissionsCompat] Compatibility layer enabled.
    2011-12-02 18:23:21 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-12-02 18:23:21 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-12-02 18:23:21 [INFO] WorldGuard: Using the Bukkit Permissions API.
    2011-12-02 18:23:21 [INFO] [iChat] Found PermissionsEx v1.16
    2011-12-02 18:23:21 [INFO] iChat (v2.4.4) enabled
    2011-12-02 18:23:21 [INFO] LWC: Loaded 137 locale strings (0 overrides)
    2011-12-02 18:23:21 [SEVERE] Error occurred while enabling LWC v3.54 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
        at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:156)
        at com.nijikokun.bukkit.Permissions.Permissions.getHandler(Permissions.java:80)
        at com.griefcraft.integration.permissions.NijiPermissions.<init>(NijiPermissions.java:56)
        at com.griefcraft.lwc.LWC.load(LWC.java:1210)
        at com.griefcraft.lwc.LWCPlugin.onEnable(LWCPlugin.java:297)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:182)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:165)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    2011-12-02 18:23:21 [SEVERE] Error occurred while enabling mcMMO v1.1.17 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
        at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:156)
        at com.gmail.nossr50.mcPermissions.initialize(mcPermissions.java:52)
        at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:116)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:182)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:165)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    2011-12-02 18:23:21 [INFO] [WormholeXTreme][v1.011] Boot sequence initiated...
    2011-12-02 18:23:21 [INFO] [WormholeXTreme][v1.011] Wormhole Worlds support disabled in settings.txt, loading stargates and worlds ourself.
    2011-12-02 18:23:21 [INFO] [WormholeXTreme] 3 Wormholes loaded from WormholeDB.
    2011-12-02 18:23:21 [WARNING] [WormholeXTreme] Caught Exception while trying to load support plugins.Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    2011-12-02 18:23:21 [SEVERE] java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    2011-12-02 18:23:21 [SEVERE]     at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:156)
    2011-12-02 18:23:21 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.getHandler(Permissions.java:80)
    2011-12-02 18:23:21 [SEVERE]     at de.luricos.bukkit.WormholeXTreme.Wormhole.plugin.PermissionsSupport.enablePermissions(PermissionsSupport.java:75)
    2011-12-02 18:23:21 [SEVERE]     at de.luricos.bukkit.WormholeXTreme.Wormhole.WormholeXTreme.onEnable(WormholeXTreme.java:187)
    2011-12-02 18:23:21 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
    2011-12-02 18:23:21 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    2011-12-02 18:23:21 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    2011-12-02 18:23:21 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:182)
    2011-12-02 18:23:21 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:165)
    2011-12-02 18:23:21 [SEVERE]     at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337)
    2011-12-02 18:23:21 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324)
    2011-12-02 18:23:21 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161)
    2011-12-02 18:23:21 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
    2011-12-02 18:23:21 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    2011-12-02 18:23:21 [INFO] [WormholeXTreme][v1.011] Boot sequence completed
    2011-12-02 18:23:21 [INFO] Done (0,352s)! For help, type "help" or "?"
    2011-12-02 18:23:24 [INFO] [ FalseBook IC ] Loaded selftriggered ICs: 0 done
    2011-12-02 18:23:24 [INFO] [ FalseBook IC ] Failed selftriggered ICs: 1 failed
    2011-12-02 18:23:24 [INFO] [ FalseBook IC ] List of failed ICs:
    2011-12-02 18:23:24 [INFO] [ FalseBook IC ] ID: 1, UNKNOWN @ Location - World: Anarchy , X: 285 , Y: 94 , Z: -52
    
    Where is our problem because we can't find it? Hope someone can help us

    greetz,
    Taverne
     

Share This Page