Inactive [ADMN/DEV] Permissions 3.1.6 - The Plugin of Tomorrow [935]

Discussion in 'Inactive/Unsupported Plugins' started by rcjrrjcr, May 24, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    rcjrrjcr

    Permissions 3.1.6 (Yeti)

    Download:
    Latest Stable (3.1.6) : Full Zip | Main Jar Only | SQL Interface Jar Only

    Previous Versions:
    3.1.5 (JAR|SQL) | 3.1.4 (JAR|SQL) | 3.1.3 (JAR|SQL) | 3.1.2 (JAR|SQL) | 3.1.1 (JAR) | 3.1 (JAR) | More older versions


    COMMAND RESTRUCTURING
    Feel free to comment and give suggestions.


    DO NOT USE GLOBAL CONFIGS FOR NOW. THE GLOBAL CONFIG IS MEANT TO SUPPLEMENT WORLD-SPECIFIC CONFIGS, NOT THE OTHER WAY ROUND. SEE https://github.com/TheYeti/Permissions/wiki/Global-vs-World .I WILL WRITE A PROPER TUTORIAL ON HOW TO USE THE GLOBAL CONFIGS SOON.

    TODO:
    • Revamp commands
    Known plugins that cause IllegalAccessError(s):

    • Help (not fixed yet)
    Temp Fix for IAEs (open)




    1. Open Help's JAR with 7zip.
    2. Find MANIFEST.MF (it can be in the root folder or in the META-INF folder, or both).
    3. Open the MANIFEST.MF file in a text editor
    4. Look for a line that starts with "Class-Path:".
    5. Delete "Permissions.jar" from that line.
    6. Save the manifest.
    7. 7zip will prompt you to save changes back into the archive. Accept.
    8. Restart server.





    Plugin Authors: How to hook into Permissions

    Due to @TheYeti being busy in RL for now, I have created a new thread for Permissions 3.x. TheYeti is still part of the Permissions team.

    Permissions... Reborn.
    This is a continuation of the work that was originally done by Nijikokun. All original credit goes to them as without their work this plugin would not have been possible. This plugin does not provide any commands or additional functionality beyond what is described in this post. That means that you need another plugin to provide colored names, chat prefixes, and op commands such as /give and /time.​

    The Permissions Team

    The team consists of myself @rcjrrjcr and @TheYeti currently with contributions from @Nijikokun as well on occasion. There are also several other members of the community who frequently assist with providing code changes, bug fixes, patches, support, feedback, and beta testing. Special thanks to @flames and the Dynmap & Wormhole X-Treme teams for the hosting of Permissions on their Jenkins server.

    What's new in 3.x?

    Taken from the GitHub page:
    1. In-game commands. For a long time, users have been pestering, nagging, demanding and/or screaming for an way to manage Permissions via commands. Now, in 3.0, in-game commands are available to manage permissions and groups.
    2. SQL storage. This allows web interfaces to manage Permissions by updating the SQL database Permissions uses.
    3. Promotion/demotion tracks. With a simple command, users can be promoted/demoted along a preconfigured track, allowing RP servers with ranks to promote the player along a class track and other possibilities.
    4. Multigroup.
    5. Weightage. Plugins are able to compare users via their weight, which is inherited from their groups. For example, SlapPlugin can check if Player A is higher-weighted than Player B when A tries to slap B (Not IRL, obviously).
    6. Improved world mirroring. Config files are now split into a group file and a user file. Also, by editing storageconfig.yml, you can configure the mirroring of entire worlds, or just its users/groups. You also do not have to create files for worlds that mirror another world. Also, two different worlds can use different storage types, like YAML and SQL.
    7. Global permissions. Instead of having to resort to cross-world group inheritance, now all worlds inherit groups and users from the global permissions file. Also, the inherited groups/users can be overridden via editing the specific world's file.
    Upgrading from 2.x to 3.x







    I have written a guide on GitHub. This demonstrates how to convert 2.x-style configs to 3.0. The YAML-to-SQL converter are still in testing, but it can be downloaded from here. It's written in Perl. @Zgred has created a web version of the script located here. @omgneeq is working on an Web UI for SQL databases (Sorry about the previous statement that he was making a converter.)​


    Install (open)
    For the admins

    In case you missed the link above, the Setup Guide on GitHub will help you quite a bit

    Samkio has updated his tutorial for P3:


    First thing that you will need to do is download the plugin. Place it in your plugins/ folder and unzip it. This should create the folder Permissions and a Permissions.jar file in your plugins folder. Next, go into Permissions/ and create a folder named the same as your world. So if your world name from server.properties is Foo you will need to create the folder plugins/Permissions/Foo. You MUST rename it to whatever your world's name is or it will not work.

    Note, if you have your server maps all saved into a single directory then the initial setup will be somewhat different. Say your maps are arranged in the main directory like so: bukkit/mapfolder/world1, bukkit/mapfolder/world2, etc. Then inside of the plugin/Permissions directory you will need to create a folder called mapfolder and inside of that put the directories containing users.yml and groups.yml in there.

    Next, you will need to go in and add yourself to the users, just replace the user that is in there with your name. Make any other modifications that you need to. While making modifications make sure that you do NOT use tabs. These will break the YAML format and cause issues. Instead, each indent should be four spaces. If you want people who aren't in the Admin group to be able to reload the permissions plugin you need to give them 'permissions.reload' permissions within the config file.

    Permissions gives server admins great control, mostly in-game reloading. More info about commands can be found here.


    FAQ (open)

    [FAQ]

    [Q] What is with the version numbers? I can't keep up, it seems like every time I look there is a new version!
    [A] I use the GNU versioning system for my version numbers. So what this means is the version number should be read as Major.Minor.Revision. So for version 2.5.2 this would mean it is the 2nd Major version, the 5th Minor release in this version, and the 2nd revision. I tend to release bug fixes and anything that doesn't add functionality or will not break things as revisions. So generally you should be safe with just watching the major & minor numbers and only getting the revision if it fixes a bug specific to you. Technically 2.5.2 should have been released as 2.6 as it did add functionality, but this was below even a minor change so I released it as a revision.

    [Q] I am getting an error that it can't pass BLOCK_PLACED or BLOCK _BREAK events to Permissions. Fix it!
    [A] That's not a question. The reason why it can't place these is probably because the syntax of your Permissions file is all whacked out, or it is a different world and you don't have a config file for that world.

    [Q] What am I suppose to name the config file?
    [A] You need to name it the same as your world. So if you look in server.properties at "level-name" you will see a world name there. Rename your config file to the same thing as that. Make sure you keep the .yml extension at the end.

    [Q] Permissions are broken. Why can no one use commands? Why am I not an admin?
    [A] First off, make sure that your formatting is correct. Look at the format that the default config file uses. Yours should look like that. Do NOT use tabs. Use 4 spaces (IE. " " <-- Four of those things.). Also, whichever group you give the permission '*' to, do not have that group inherit permissions from anyone else. That is called overloading and it will break things. Also, this.


    [Q] Which one am I suppose to download and unzip to install this?
    [A] Download the main package, not the JAR only. Unzip the ZIP file. The JAR only downloads are simply there for people who are UPGRADING and do not need the default config file.

    [Q] I have done all of this and this doesn't work! I'm going back to GroupManager!
    [A] Well, there is probably the problem. Make sure that you delete EssentialsGroupManager.jar and EssentialsGroupBridge.jar as these don't play well with Permissions and will cause headache.

    [Q] When are you going to add <blah> <feature/command> into this already? You suck! Do what I want NAU PL0X!
    [A] Feature requests should be posted on the GitHub tracker. Stupid suggestions like adding teleportation functionality and other less ludicrous stuff will be rejected.



    Changelog
    • 3.1.6
      • Major fixes.
      • Simplify tracks
    Changelog (open)





    • 3.1.5
      • Fix several minor bugs.
      • Autoconvert 2.x/GM format (only works if you split them into groups.yml and users.yml, but leave the rest untouched)
    • 3.1.4
      • Fix YAML locking bugs.
    • 3.1.3
      • Fix another SQL data and inheritance issue.
    • 3.1.2
      • Fix SQL data issues.
      • Added user/group name autocomplete
      • Separated SQL interface into separate plugin
    • 3.1.1
      • Fix prefix/suffix issues.
      • Added ON UPDATE CASCADE to the SQL foreign [/SIZE]
    • 3.1
      • Tons of fixes.
    • 3.0.6
      • Fix SQLite issues due to misimplementation of methods.
    • 3.0.5
      • Fix cache-related NPEs
      • Fixed quoted worlds (thanks again @Jeyge !)
    • 3.0.4
      • Fix LinkageError caused by ServiceManager not unloading the PermissionHandler class.
      • Added cache
      • Fix index not being incremented when promoting (thanks @Jeyge !)
    • 3.0.3
      • Fixed another getGroup bug.
    • 3.0.2
      • Fixed getGroup bug.
    • 3.0.1
      • Fixed some NPE bugs.
    • 3.0
      • Total overhaul of Permissions. Adds many new features (see What's new in 3.0?).
    • 2.7.4
      • Added overload of has() and permissions() for plugin devs
    • 2.7.3
      • Fixed negate node add/remove bug.
    • 2.7.2
      • Fix for small subtle bug introduced in last minor version.
    • 2.7.1
      • Commit by DThielke to fix several bugs with programmatic modifications of user permissions.
    • 2.7
      • Further commits by rcjrrjcr
        • Removed negatedNode checks
        • Temp fix for NULL issue
        • WorldConfigurationModification to save only modified configs
        • Fix for cache problems








    Credits (open)


    TheYeti:
    Nijikokun - Without their original work this plugin would not be possible.​
    All of the members of the community that regularly provide support in this thread for Permissions​
    Rigby, Kainzo, DThielke, GoMySQL, sk89q, RightLegRed - For hanging out with me in IRC, tons of testing, and pushing me to improve on the code constantly and make changes to make this plugin constantly better and better, and in general being entertaining.​
    Everyone else on here and in IRC who provides support, feedback, assistance, plugins that have continued to support and integrate this, and in general makes my life a bit easier, THANK YOU!​

    rcjrrjcr:
    I would like to thank Joy , jamesg and omgneeq for staying in #permissions for long periods of time to test out 3.0, and help me find many coding mistakes I made, patiently waiting for the next build while I fixed the bugs. I appreciate SvenBrnn 's and GoMySQL(Geoff Winans on this forum) 's help that allow me to design and code the SQL interface, and the HeroCraft coding team for providing support and some priceless IRC quotes (Dgco). Also, I would like to thank Lycano for helping me in many different aspects. Last but not least, I would like to thank Nijikokun and TheYeti for developing P2, which was one of my core plugins when I was still a 14-year-old server admin that didn't understand Java, and was the base for 3.0. Without these people, 3.0 would never be possible.​


    If after reading through all of that you are still having issues do one of two things. If it is a provable bug, and you have things like screenshots or copies of startup, steps to reproduce, your craftbukkit build and the version this is running along with your config files then submit the bug on the issue tracker. If it is general help or support you are needing then post a reply to this thread and someone will try to help you.

    Old thread: Permissions v2.7.4
     
  2. Offline

    Jeyge

    At the minimum, you can always retype it. Copy/paste is another good solution. Posting your server.log on pastebin.com is even better. If all else fails, you can always use a download service like dropbox.com or others.
     
  3. Offline

    bocaj812

    the latest, my globalgroups file
    Code:
    groups:
        Fugitives:
            default: false
            info:
                prefix: '&0Fugitives&f'
                suffix: '&f'
                build: true
                var1: '[+health]'
            inheritance:
            - ''
            permissions:
                - 'coupon.help'
                - 'coupon.redeem'
                - 'jail.usercmd.jailstatus'
                - 'jail.command.canbestickjailed'
                - 'livingforest.replant.chopped'
                - 'lwc.unlock'
                - 'lwc.info'
                - 'otherblocks.active'
                - 'otherblocks.custom.glass.pain'
                - 'spyer.fun'
                - 'spyer.stopmobs.fun'
                - 'towny.wild.*'
        Nomads:
            default: true
            info:
                prefix: '&8Nomad&f'
                suffix: '&f'
                build: true
                var1: '[+health]'
            inheritance:
                - Fugitives
            permissions:
                - 'citizens.use.*'
                - 'commandbook.who'
                - 'commandbook.msg'
                - 'commandbook.rules'
                - 'commandbook.whereami.*'
                - 'commandbook.motd'
                - 'iConomy.access'
                - 'iConomy.bank.access'
                - 'iConomy.bank.deposit'
                - 'iConomy.bank.join'
                - 'iConomy.bank.leave'
                - 'iConomy.bank.list'
                - 'iConomy.bank.transfer'
                - 'iConomy.bank.withdraw'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'lc.level.*'
                - 'lc.shout'
                - 'lottery.buy'
                - 'jobs.join.*'
                - 'jobs.world.*'
                - 'showcase.basic'
                - 'showcase.exchange'
                - 'showcase.buy.finite'
                - 'speedsign.super'
        Commoners:
            default: false
            info:
                prefix: '&2Commoner&f'
                suffix: '&f'
                build: true
                var1: '[+health]'
            inheritance:
                - Nomads
            permissions:
                - 'duels.user.*'
                - 'mobarena.arenas.*'
                - 'mobarena.classes.*'
                - 'mobarena.use.*'
                - 'myhome.home.basic.home'
                - 'myhome.home.basic.set'
                - 'myhome.home.basic.delete'
                - 'myhome.home.soc.others'
                - 'myhome.home.soc.list'
                - 'myhome.home.soc.invite'
                - 'myhome.home.soc.uninvite'
                - 'myhome.home.soc.public'
                - 'myhome.home.soc.private'
                - 'nSpleef.member.creategame'
                - 'nSpleef.member.deletegame'
                - 'nSpleef.member.join'
                - 'nSpleef.member.list'
                - 'nSpleef.member.wager'
                - 'turnstile.open'
                - 'war.player'
                - 'war.warp'
                - 'war.build'
                - 'worldborder.help'
                - 'worldborder.list'
        Nobles:
            default: false
            info:
                prefix: '&3Noble&f'
                suffix: '&f'
                build: true
                var1: '[+health]'
            inheritance:
                - Commoners
            permissions:
                - 'cabinet.covered'
                - 'cabinet.adjchest'
                - 'cabinet.abovechest'
                - 'commandbook.intro'
                - 'commandbook.midi'
                - 'commandbook.call'
                - 'iConomy.bank.join.multiple'
                - 'iConomy.bank.main'
                - 'iConomy.bank.main.change'
                - 'iConomy.bank.main.set'
                - 'iConomy.bank.main.view'
                - 'iConomy.bank.transfer.multiple'
                - 'jail.usercmd.jailpay'
                - 'plugininfo.view'
                - 'plugininfo.export'
                - 'plugininfo.export.all'
                - 'plugininfo.reload'
                - 'plugininfo.upload'
        Architects:
            default: false
            info:
                prefix: '&1Architect&f'
                suffix: '&f'
                build: true
                var1: '[+health]'
            inheritance:
                - Nobles
            permissions:
                - 'commandbook.clear'
                - 'falsebook.anyic'
                - 'falsebook.blocks.bridge'
                - 'falsebook.blocks.door'
                - 'falsebook.blocks.gate'
                - 'falsebook.blocks.lift'
                - 'falsebook.blocks.area'
                - 'falsebook.ic.standard'
                - 'falsebook.ic.detection'
                - 'falsebook.ic.worldedit'
                - 'falsebook.ic.selftriggered'
                - 'lwc.create.password'
                - 'lwc.create.public'
                - 'lwc.remove'
                - 'lwc.modify'
                - 'otherblocks.custom.glass'
                - 'PaintingSwitch.use'
                - 'bog.item'
                - 'bof.item'
                - 'labyrinth.*'
                - 'livingforest.chat.me.disable'
                - 'livingforest.chat.global.reload'
                - 'livingforest.chat.me.enable'
                - 'sc.signcopy'
                - 'showcase.finite'
                - 'trp.reload.*'
                - 'trp.save.*'
                - 'worldguard.stack'
                - 'worldguard.region.info.*'
                - 'worldguard.region.define'
                - 'worldguard.region.list'
                - 'worldguard.region.redefine.own'
                - 'worldguard.region.redefine.member'
                - 'worldguard.region.redefine'
                - 'worldguard.region.select.*'
                - 'worldedit.selection.*'
                - 'worldedit.wand'
                - 'worldedit.wand.toggle'
                - 'worldguard.region.remove.own.*'
                - 'worldguard.region.remove.member.*'
                - 'worldguard.region.remove.*'
        Knights:
            default: false
            info:
                prefix: '&6Knight&f'
                suffix: '&f'
                build: true
                var1: '[+health]'
            inheritance:
                - Architects
            permissions:
                - 'bbb.ban'
                - 'bbb.unban'
                - 'bbb.promote'
                - 'bbb.promote.5'
                - 'bbb.promote.4'
                - 'bbb.promote.3'
                - 'bbb.promote.2'
                - 'bbb.demote'
                - 'bbb.demote.4'
                - 'bbb.demote.3'
                - 'bbb.demote.2'
                - 'bbb.demote.1'
                - 'commandbook.spawn'
                - 'commandbook.teleport'
                - 'commandbook.return'
                - 'commandbook.broadcast'
                - 'commandbook.mute'
                - 'commandbook.slap.*'
                - 'commandbook.whois.*'
                - 'commandbook.debug.info.*'
                - 'commandbook.reload'
                - 'commandbook.kick'
                - 'commandbook.bans.isbanned'
                - 'commandbook.bans.load'
                - 'commandbook.bans.save'
                - 'dynmap.render'
                - 'dynmap.fullrender'
                - 'dynmap.reload'
                - 'dynmap.stats'
                - 'dynmap.show.others'
                - 'groupspawn.spawn'
                - 'herospawn.tp'
                - 'jail.modifyjail'
                - 'jail.command.jail'
                - 'jail.command.unjail'
                - 'jail.command.jailtransfer'
                - 'jail.command.jailtransferall'
                - 'jail.command.jailcheck'
                - 'jail.command.jailtelein'
                - 'jail.command.jailteleout'
                - 'jail.command.jailmute'
                - 'jail.command.jailstop'
                - 'jail.openchest'
                - 'jail.usejailstickX'
                - 'Lampstone.create'
                - 'livingforest.chat.player.disable'
                - 'livingforest.chat.player.enable'
                - 'lwc.mod'
                - 'Mod.Report'
                - 'Mod.Siren'
                - 'meanadmins.ride'
                - 'meanadmins.dismount'
                - 'meanadmins.freeze'
                - 'monsterbox.drops'
                - 'monsterbox.place'
                - 'mywarp.warp.basic.warp'
                - 'nSpleef.admin.forceready'
                - 'nSpleef.admin.forcejoin'
                - 'nSpleef.admin.forceleave'
                - 'OpenInv.openinv'
                - 'OpenInv.search'
                - 'simplereserve.enter.kick'
                - 'towny.spawntp'
                - 'towny.publicspawntp'
        Dukes:
            default: false
            info:
                prefix: '&4Duke&f'
                suffix: '&f'
                build: true
                var1: '[+health]'
            inheritance:
                - Knights
            permissions:
                - 'autokick.nokick'
                - 'coupon.reload'
                - 'citizens.create.*'
                - 'citizens.modify.*'
                - 'coupon.add'
                - 'coupon.remove'
                - 'commandbook.time'
                - 'commandbook.time.lock'
                - 'commandbook.spawnmob.cow'
                - 'commandbook.spawnmob.chicken'
                - 'commandbook.spawnmob.pig'
                - 'commandbook.spawnmob.sheep'
                - 'commandbook.spawnmob.squid'
                - 'commandbook.weather'
                - 'commandbook.weather.other'
                - 'commandbook.teleport.other'
                - 'commandbook.clear.other'
                - 'groupspawn.summon'
                - 'jail.command.jailcreate'
                - 'jail.command.jailcreatecells'
                - 'jail.command.jaildelete'
                - 'jail.command.jaillist'
                - 'jail.command.unjailforce'
                - 'livingforest.chat.global.disable'
                - 'livingforest.chat.global.enable'
                - 'lwc.protect'
                - 'Mod.Reply'
                - 'monsterbox.set'
                - 'monsterbox.spawn.*'
                - 'mobarena.setup.*'
                - 'mywarp.warp.basic.createpublic'
                - 'mywarp.warp.basic.createprivate'
                - 'mywarp.warp.basic.delete'
                - 'mywarp.warp.basic.welcome'
                - 'mywarp.warp.basic.welcome'
                - 'mywarp.warp.basic.compass'
                - 'mywarp.warp.basic.list'
                - 'mywarp.warp.basic.search'
                - 'mywarp.warp.soc.give'
                - 'mywarp.warp.soc.invite'
                - 'mywarp.warp.soc.unvite'
                - 'mywarp.warp.soc.public'
                - 'mywarp.warp.soc.private'
                - 'nSpleef.admin.deleteanygame'
                - 'nSpleef.admin.define'
                - 'nSpleef.admin.deletearena'
                - 'OpenInv.exempt'
                - 'OpenInv.crossworld'
                - 'permissions.reload.*'
                - 'permisssions.list.*'
                - 'permisssions.perms.list.*'
                - 'permissions.has'
                - 'permissions.info.*'
                - 'permissions.promote.*'
                - '-permissions.promote.High_King'
                - '-permissions.promote.Kings'
                - 'permissions.demote.*'
                - '-permissions.demote.High_King'
                - '-permissions.demote.Kings'
                - 'regios.bypass'
                - 'simplereserve.kick.prevent'
                - 'spyer.spy'
                - 'spyer.stopmobs.admin'
                - 'war.*'
                - 'WirelessRedstone.*'
                - 'worldguard.region.bypass.*'
                - 'trp.go.*'
                - 'trp.design.*'
                - 'trp.gate.*'
        Kings:
            default: false
            info:
                prefix: '&5King&f'
                suffix: '&f'
                build: true
                var1: '[+health]'
            inheritance:
                - Dukes
            permissions:
                - 'bbb.force'
                - 'bbb.forceall'
                - 'bbb.rank'
                - 'bbb.reload'
                - 'bbb.promote.7'
                - 'bbb.promote.6'
                - 'bbb.demote.6'
                - 'bbb.demote.5'
                - 'citizens.admin'
                - 'commandbook.give'
                - 'commandbook.give.*'
                - '-commandbook.override.any-item'
                - 'commandbook.kit.*'
                - 'commandbook.spawnmob.*'
                - '-commandbook.spawnmob.many'
                - 'commandbook.rocket'
                - 'commandbook.rocket.other'
                - 'commandbook.shock'
                - 'commandbook.shock.other'
                - 'commandbook.barrage'
                - 'commandbook.barrage.other'
                - 'commandbook.thor'
                - 'commandbook.thor.other'
                - 'commandbook.setspawn'
                - 'commandhelper.*'
                - 'coupon.renew'
                - 'coupon.remove.all'
                - 'dynmap.show.self'
                - 'dynmap.hide.self'
                - 'dynmap.hide.others'
                - 'dynmap.resetstats'
                - 'godPowers.die'
                - 'godPowers.slay'
                - 'godPowers.jesus'
                - 'godPowers.maim'
                - 'godPowers.inferno'
                - 'godPowers.superjump'
                - 'godPowers.zeus'
                - 'godPowers.gaia'
                - 'godPowers.vulcan'
                - 'godPowers.demigod'
                - 'godPowers.commands'
                - 'groupspawn.admin'
                - 'herospawn.set'
                - 'iConomy.admin.account.create'
                - 'iConomy.admin.account.remove'
                - 'iConomy.admin.bank.create'
                - 'iConomy.admin.bank.remove'
                - 'iConomy.admin.bank.set'
                - 'iConomy.admin.grant'
                - 'iConomy.admin.hide'
                - 'iConomy.admin.purge'
                - 'iConomy.admin.reset'
                - 'iConomy.admin.set'
                - 'iConomy.admin.stats'
                - 'kyku.tower'
                - 'jail.command.jailclear'
                - 'jobs.admin.fire'
                - 'jobs.admin.employ'
                - 'jobs.admin.transfer'
                - 'lc.unlevel.*'
                - 'lc.admin.*'
                - '-lc.admin.setlvl'
                - '-lc.admin.setexp'
                - '-lc.admin.purge'
                - 'lottery.admin.draw'
                - 'lwc.admin'
                - 'meanadmins.admin'
                - 'mobarena.admin.*'
                - 'mywarp.*'
                - 'nospawn.allowspawn'
                - 'nospawn.denyspawn'
                - 'nospawn.spawn'
                - 'nospawn.despawn'
                - 'nospawn.setmoblimit'
                - 'nospawn.settotalmoblimit'
                - 'nospawn.settimer'
                - 'OpenInv.override'
                - 'permissions.parents.*'
                - 'permissions.demote.*'
                - 'permissions.promote.*'
                - 'permissions.*'
                - 'regios.*'
                - 'showcase.infinite'
                - 'showcase.buy.infinite'
                - 'showcase.admin'
                - 'simplereserve.enter.full'
                - 'spyer.seeAll'
                - 'speedsign.admin'
                - 'tamer.tamegrass'
                - 'tamer.spawngrass'
                - 'towny.town.new'
                - 'towny.town.claim'
                - 'towny.admin'
                - 'turnstile.openfree'
                - 'turnstile.make'
                - 'turnstile.set.locked'
                - 'turnstile.set.price'
                - 'turnstile.set.owner'
                - 'turnstile.set.access'
                - 'turnstile.set.bank'
                - 'turnstile.earned'
                - 'turnstile.admin.list'
                - 'turnstile.admin.info'
                - 'turnstile.admin.ignoreowner'
                - 'watchpm.stalker'
                - 'worldedit.brush.ex'
                - 'worldedit.chunkinfo'
                - 'worldedit.listchunks'
                - 'worldedit.clipboard.*'
                - 'worldedit.limit'
                - 'worldedit.generation.*'
                - 'worldedit.history.*'
                - 'worldedit.navigation.*'
                - 'worldedit.region.move'
                - 'worldedit.region.move'
                - 'worldedit.region.stack'
                - 'worldedit.regen'
                - 'worldedit.scripting.execute'
                - 'worldedit.selection.*'
                - 'worldedit.wand'
                - 'worldedit.wand.toggle'
                - 'worldedit.analysis.*'
                - 'worldedit.snapshots.*'
                - 'worldedit.superpickaxe.*'
                - 'worldedit.tool.*'
                - 'worldedit.fill.*'
                - 'worldedit.drain'
                - 'worldedit.drain'
                - 'worldedit.fixlava'
                - 'worldedit.fixwater'
                - 'worldedit.snow'
                - 'worldedit.thaw'
                - 'worldedit.extinguish'
                - 'worldedit.butcher'
                - 'worldedit.remove'
                - 'worldedit.reload'
                - 'worldguard.*'
                - '-worldguard.override.infinite-stack'
                - '-worldguard.heal'
                - '-worldguard.heal.other'
                - '-worldguard.god.other'
                - 'trp.server.*'
        High_King:
            default: false
            info:
                prefix: '&5High King&f'
                suffix: '&f'
                build: true
                var1: '[+health]'
            inheritance:
                - Kings
            permissions:
                - 'bbb.promote.9'
                - 'bbb.promote.8'
                - 'bbb.demote.8'
                - 'bbb.demote.7'
                - 'commandbook.override.any-item'
                - 'lottery.admin.addtopot'
                - 'jobs.admin.promote'
                - 'jobs.admin.demote'
                - 'jobs.admin.grantxp'
                - 'jobs.admin.removexp'
                - 'permissions.create'
                - 'permissions.delete'
                - 'permissions.perms.add'
                - 'permissions.perms.delete'
                - 'worldborder.set'
                - 'worldborder.radius'
                - 'worldborder.clear'
                - 'worldborder.shape'
                - 'worldborder.knockback'
                - 'worldborder.wshape'
                - 'worldborder.getmsg'
                - 'worldborder.setmsg'
                - 'worldborder.delay'
                - 'worldborder.reload'
                - 'worldborder.debug'
        Masquerade:
            default: false
            info:
                prefix: '$2Commoner$f'
                suffix: '&f'
                build: true
            inheritance:
                - High_King
            inheritence:
                - ''
        NPC:
            default: false
            info:
                prefix: '$f'
                suffix: '&f'
                build: true
            inheritance:
                - Masquerade
            inheritence:
                - ''
    tracks:
        rank:
            - Foreigners
            - Fugitives
            - Commoners
            - Nobles
            - Architects
            - Knights
            - Dukes
            - Kings
            - High_King
    and my world group file
    Code:
    groups:
        Fugitives:
            default: false
        Nomads:
            default: true
        Commoners:
            default: false
        Nobles:
            default: false
        Architects:
            default: false
        Knights:
            default: false
        Dukes:
            default: false
        Kings:
            default: false
        High_King:
            default: false
        Masquerade:
            default: false
        NPC:
            default: false
     
  4. Offline

    Jeyge

    You didn't post all of your files so I couldn't test everything and you didn't say what version so I ran with 3.1.6 but it worked as a Knights. Is there perhaps more you can say about what isn't working and for what groups/users?
     
  5. Offline

    taknidns

    @Jeyge
    Code:
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:510)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-07-23 15:05:20 [SEVERE]     at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:179)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:30)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:57)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:96)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:116)
    2011-07-23 15:05:20 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-07-23 15:05:20 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-23 15:05:20 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
    2011-07-23 15:05:20 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    2011-07-23 15:05:20 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-23 15:05:20 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-23 15:05:20 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-23 15:05:20 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-23 15:05:20 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-23 15:05:20 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-07-23 15:05:20 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-23 15:05:20 [INFO] [Permissions] (Yeti) disabled successfully.
     
  6. Offline

    bocaj812

    The global users is blank, the users just has me in it, but I use I chat, and prefixes and suffixes dont work, I'm not sure about the actual permissions though
     
  7. Offline

    Jeyge

    You'll need to get the rest of the error. The most important part is above what you posted there.

    Ah, prefixes and suffixes won't pull from the global files. If you want those, you will need to copy them up to the local world files too. Also, you should know that adding a blank prefix or suffix to a user will usually override your groups prefix and suffix.

    Edit - this was a known bug and was being worked on by the dev btw.

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

    taknidns

    Okay, how's this?
    Code:
    2011-07-23 15:05:19 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-07-23 15:05:20 [SEVERE] while scanning for the next token
    found character     '\t' that cannot start any token
     in "<reader>", line 62, column 1:
                    - 'admincmd.tp.to'
        ^
    
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:510)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-07-23 15:05:20 [SEVERE]     at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:179)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:30)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:57)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:96)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:116)
    2011-07-23 15:05:20 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-07-23 15:05:20 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-23 15:05:20 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
    2011-07-23 15:05:20 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    2011-07-23 15:05:20 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-23 15:05:20 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-23 15:05:20 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-23 15:05:20 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-23 15:05:20 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-23 15:05:20 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-07-23 15:05:20 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-23 15:05:20 [SEVERE] while scanning for the next token
    found character     '\t' that cannot start any token
     in "<reader>", line 62, column 1:
                    - 'admincmd.tp.to'
        ^
    
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:510)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-07-23 15:05:20 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-07-23 15:05:20 [SEVERE]     at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:179)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:30)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:57)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:96)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-07-23 15:05:20 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:116)
    2011-07-23 15:05:20 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-07-23 15:05:20 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-23 15:05:20 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
    2011-07-23 15:05:20 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    2011-07-23 15:05:20 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-23 15:05:20 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-23 15:05:20 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-23 15:05:20 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-23 15:05:20 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-23 15:05:20 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-07-23 15:05:20 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-23 15:05:20 [INFO] [Permissions] (Yeti) disabled successfully.
    It worked! Thank you!

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

    Jeyge

    Perfect. You have tabs in your groups.yml file that you will need to remove/replace with 4 spaces. YAML doesn't support tabs for some reason. See the wiki FAQ for information on how to set up Notepad++ to not include tabs if you are using that editor.
     
  10. Offline

    SynMonger

    Looks good so far. We were getting the "Read Timed Out" error every 15 minutes to an hour. So far the server seems stable.
     
  11. Offline

    taknidns

    @Jeyge Well like it said on line 62, it is all in red, but I'm following how it is setup in the default. I'm not sure what is going on though. I did use 4 spaces instead of tabs. And I'm using Notepad ++.
     
  12. Offline

    Jeyge

    By default, Notepad++ will add tabs every time you hit the enter key to go to the next line. If you follow the information in the FAQ, you can turn that option off though.
     
  13. Offline

    lazybeni

    Ok wtf is going on...

    Code:
    .. 13 more
    01:38:50 [SEVERE] Error occurred while enabling MobArena v0.92.3 (Is it up to da
    te?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    at com.garbagemule.MobArena.MobArena.setupPermissions(MobArena.java:165)
    at com.garbagemule.MobArena.MobArena.onEnable(MobArena.java:47)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:878)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:272)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Pe
    rmissions
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    ... 12 more
    01:38:50 [SEVERE] Could not pass event PLUGIN_ENABLE to iConomyChestShop
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    at com.Acrobot.iConomyChestShop.iConomyChestShopPluginListener.onPluginE
    nable(iConomyChestShopPluginListener.java:39)
    at org.bukkit.plugin.java.JavaPluginLoader$44.execute(JavaPluginLoader.j
    ava:548)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:332)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:885)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:272)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    01:38:50 [SEVERE] Could not pass event PLUGIN_ENABLE to Jobs
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    at com.zford.jobs.Jobs$2.onPluginEnable(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$44.execute(JavaPluginLoader.j
    ava:548)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:332)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:885)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:272)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146
    Code:
    plugin:
        permissions:
            system: default
    groups:
        Grieffeur:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: false
                rank: 5
            inheritance:
            permissions:
        Visiteurs:
            default: true
            info:
                prefix: '&8[V]&e'
                suffix: '&8'
                build: false
                rank: 6
            inheritance:
            permissions:
            - modtrs.command.modreq
            - modtrs.command.modlist
        Citoyen:
            default: false
            info:
                prefix: '&2[C]&e'
                suffix: '&2'
                build: true
                rank: 7
            inheritance:
            permissions:
            - iConomy.payment
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.shop.create
            - essentials.spawn
            - essentials.list
            - essentials.help
            - essentials.motd
            - essentials.rules
            - essentials.msg
            - essentials.mail
            - essentials.mail.send
            - mobarena.use.join
            - mobarena.use.leave
            - mobarena.use.spectate
            - mobarena.classes.Archer
            - mobarena.classes.Oddjob
            - mobarena.classes.Tank
            - mobarena.classes.Chef
            - mobarena.classes.Knight
            - mobarena.classes.Forgeron
            - lockette.user.create.*
            - essentials.home
            - essentials.sethome
            - essentials.tpaccept
            - essentials.tpdeny
            - jobs.join.miner
            - jobs.join.fisherman
            - jobs.join.hunter
            - jobs.join.builder
            - jobs.join.farmer
            - jobs.world.world
            - modtrs.command.modreq
            - modtrs.command.modlist
            - OwnBlocks.use
            - iConomy.list
            - iConomy.rank
        Citoyen+:
            default: false
            info:
                prefix: '&2[C+]&e'
                suffix: '&2'
                build: true
                rank: 8
            inheritance: Citoyen
            permissions:
            - iConomy.payment
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.shop.create
            - essentials.spawn
            - essentials.list
            - essentials.help
            - essentials.motd
            - essentials.rules
            - essentials.msg
            - essentials.mail
            - essentials.mail.send
            - fight.user
            - stargate.network.pip
            - stargate.use
            - mobarena.use.join
            - mobarena.use.leave
            - mobarena.use.spectate
            - mobarena.classes.Archer
            - mobarena.classes.Oddjob
            - mobarena.classes.Tank
            - mobarena.classes.Chef
            - mobarena.classes.Knight
            - mobarena.classes.Forgeron
            - lockette.user.create.*
            - essentials.home
            - essentials.sethome
            - essentials.tpaccept
            - essentials.tpdeny
            - jobs.join.miner
            - jobs.join.fisherman
            - jobs.join.hunter
            - jobs.join.builder
            - jobs.join.farmer
            - jobs.world.world
            - modtrs.command.modreq
            - modtrs.command.modlist
            - OwnBlocks.use
            - iConomy.list
            - iConomy.rank
        Citoyens++:
            default: false
            info:
                prefix: '&2[C++]&e'
                suffix: '&2'
                build: true
                rank: 9
            inheritance: Citoyen
            permissions:
            - iConomy.payment
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.shop.create
            - essentials.spawn
            - essentials.list
            - essentials.help
            - essentials.motd
            - essentials.rules
            - essentials.msg
            - essentials.mail
            - essentials.mail.send
            - fight.user
            - stargate.network.pip
            - stargate.use
            - mobarena.use.join
            - mobarena.use.leave
            - mobarena.use.spectate
            - mobarena.classes.Archer
            - mobarena.classes.Oddjob
            - mobarena.classes.Tank
            - mobarena.classes.Chef
            - mobarena.classes.Knight
            - mobarena.classes.Forgeron
            - lockette.user.create.*
            - essentials.home
            - essentials.sethome
            - essentials.tpaccept
            - essentials.tpdeny
            - jobs.join.miner
            - jobs.join.fisherman
            - jobs.join.hunter
            - jobs.join.builder
            - jobs.join.farmer
            - jobs.world.world
            - modtrs.command.modreq
            - modtrs.command.modlist
            - OwnBlocks.use
            - iConomy.list
            - iConomy.rank
        Donateur:
            default: false
            info:
                prefix: '&1[Donateur]&e'
                suffix: '&1'
                build: true
                rank: 11
            inheritance: Citoyen
            permissions:
            - essentials.tpa
            - iConomy.payment
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.shop.create
            - essentials.spawn
            - essentials.list
            - essentials.help
            - essentials.motd
            - essentials.rules
            - essentials.msg
            - essentials.mail
            - essentials.mail.send
            - fight.user
            - stargate.network.pip
            - stargate.use
            - mobarena.use.join
            - mobarena.use.leave
            - mobarena.use.spectate
            - mobarena.classes.Archer
            - mobarena.classes.Oddjob
            - mobarena.classes.Tank
            - mobarena.classes.Chef
            - mobarena.classes.Knight
            - mobarena.classes.Forgeron
            - mobarena.classes.Donateur
            - lockette.user.create.*
            - essentials.home
            - essentials.sethome
            - essentials.tpaccept
            - essentials.tpdeny
            - jobs.join.miner
            - jobs.join.fisherman
            - jobs.join.hunter
            - jobs.join.builder
            - jobs.join.farmer
            - jobs.world.world
            - modtrs.command.modreq
            - modtrs.command.modlist
            - OwnBlocks.use
            - iConomy.list
            - iConomy.rank
        Moderateur:
            default: false
            info:
                prefix: '&1[M]&e'
                suffix: '&1'
                build: true
                rank: 12
            inheritance: Citoyen
            permissions:
            - iConomyChestShop.shop.*
            - essentials.ignore
            - essentials.invsee
            - essentials.clearinventory.others
            - essentials.clearinventory
            - mobarena.use.join
            - mobarena.use.leave
            - mobarena.use.spectate
            - mobarena.classes.Archer
            - mobarena.classes.Oddjob
            - mobarena.classes.Tank
            - mobarena.classes.Chef
            - mobarena.classes.Knight
            - essentials.home
            - essentials.sethome
            - essentials.ext
            - essentials.ping
            - vanish.vanish
            - vanish.dont.hide
            - essentials.spawn
            - essentials.tp
            - essentials.tpa
            - essentials.tpo
            - essentials.tpohere
            - modtrs.mod
            - modtrs.command.broadcast
            - modtrs.command.check
            - modtrs.command.teleport
            - modtrs.command.complete
            - modtrs.command.complete.override
            - jobs.admin.info
            - jobs.admin.fire
            - jobs.admin.employ
            - jobs.admin.promote
            - jobs.admin.demote
            - jobs.join.miner
            - jobs.join.fisherman
            - jobs.join.hunter
            - jobs.join.builder
            - jobs.join.farmer
            - jobs.join.woodcutter
            - jobs.world.world
            - lockette.admin.snoop
            - lockette.admin.break
            - essentials.msg
        Docteur:
            default: false
            info:
                prefix: '&4[D]&e'
                suffix: '&4'
                build: true
                rank: 13
            inheritance:
            permissions:
            - '*'
        Co-Leader:
            default: false
            info:
                prefix: '&4[C-L]&e'
                suffix: '&4'
                build: true
                rank: 14
            inheritance:
            permissions:
            - '*'
        Programmeur en chef:
            default: false
            info:
                prefix: '&4[P]&e'
                suffix: '&4'
                build: true
                rank: 15
            inheritance:
            permissions:
            - '*'
        Fondateur:
            default: false
            info:
                prefix: '&4[F]&e'
                suffix: '&4'
                build: true
                rank: 16
            inheritance:
            permissions:
            - '*'
        Jailed:
            default: false
            info:
                prefix: '&d[Jailed]&e'
                suffix: '&d'
                build: false
                rank: 3
            inheritance:
            permissions:
    Code:
    users:
        Lazybeni1:
            permissions:
            groups:
            - Programmeur en chef
        uchiwaaa:
            permissions:
            groups:
            - Docteur
        zamerak:
            permissions:
            groups:
            - Co-Leader
        Darko444:
            permissions:
            groups:
            - Fondateur
        DocMailloux:
            permissions:
            groups:
            - Citoyen
        Mariee:
            permissions:
            groups:
            - Citoyen
        R4m3N:
            permissions:
            groups:
            - moderateur
        Xsim11:
            permissions:
            groups:
            - moderateur
            - Moderateur
        barrelgrub:
            permissions:
            groups:
            - Moderateur
        Multi7200:
            permissions:
            groups:
            - Citoyen
        stokale:
            permissions:
            groups:
            - Donateur
        MrOwii:
            permissions:
            groups:
            - Citoyen
        Firedup21:
            permissions:
            groups:
            - Citoyen+
        Yoplaie:
            permissions:
            groups:
            - Citoyen
        Tazehh:
            permissions:
            groups:
            - Citoyen
        TheTallTheo974:
            permissions:
            groups:
            - Citoyen
        Stericar:
            permissions:
            groups:
            - Citoyen
        Gwendal26:
            permissions:
            groups:
            - Citoyen
        zolus99:
            permissions:
            groups:
            - Citoyen
        XxMobsKillahxX:
            permissions:
            groups:
            - Citoyen
        capici:
            permissions:
            groups:
            - Citoyen
        XxDeViNcixX:
            permissions:
            groups:
            - Citoyen
        tiwillx12:
            permissions:
            groups:
            - Citoyen
        Mathf18:
            permissions:
            groups:
            - Visiteurs
        Alskan:
            permissions:
            groups:
            - Citoyen
        FrancisD7:
            permissions:
            groups:
            - Visiteurs
        gogorox:
            permissions:
            groups:
            - Citoyen
        alexandre978:
            permissions:
            groups:
            - Visiteurs
        minecraftdu02:
            permissions:
            groups:
            - Visiteurs
        Truedise:
            permissions:
            groups:
            - Citoyen
        shooteur77:
            permissions:
            groups:
            - Citoyen
        Pendu:
            permissions:
            groups:
            - Citoyen
        Limebacteri:
            permissions:
            groups:
            - Citoyen
        eXoDe22:
            permissions:
            groups:
            - Citoyen
        quentronpers:
            permissions:
            groups:
            - Citoyen
        theo49600:
            permissions:
            groups:
            - Citoyen
        max4242400:
            permissions:
            groups:
            - Citoyen
        juju246:
            permissions:
            groups:
            - Citoyen
        Rayken60:
            permissions:
            groups:
            - Citoyen
        martinmeyer:
            permissions:
            groups:
            - Citoyen
        rogerrantoine:
            permissions:
            groups:
            - Visiteurs
        yoda41630:
            permissions:
            groups:
            - Citoyen
        genesyx:
            permissions:
            groups:
            - Visiteurs
        Magestikz02:
            permissions:
            groups:
            - Visiteurs
        Apocalipse159:
            permissions:
            groups:
            - Visiteurs
        lefousdelavie:
            permissions:
            groups:
            - Citoyen
        BeachBrothers:
            permissions:
            groups:
            - Visiteurs
        hugo29900:
            permissions:
            groups:
            - Visiteurs
        gTuLTraxSoN:
            permissions:
            groups:
            - Visiteurs
        Hlm_Z:
            permissions:
            groups:
            - Visiteurs
        evantya:
            permissions:
            groups:
            - Citoyen
        suicunet01:
            permissions:
            groups:
            - Donateur
        beber77181:
            permissions:
            groups:
            - Visiteurs
        ranon70:
            permissions:
            groups:
            - Citoyen
        Alexandrex9:
            permissions:
            groups:
            - Visiteurs
        marc29420:
            permissions:
            groups:
            - Citoyen
        cedric29410:
            permissions:
            groups:
            - Citoyen
        greg8000:
            permissions:
            groups:
            - Visiteurs
        Triviax:
            permissions:
            groups:
            - Visiteurs
        TehZeeN:
            permissions:
            groups:
            - Visiteurs
        william08089803:
            permissions:
            groups:
            - Citoyen
        Ailok37:
            permissions:
            groups:
            - Visiteurs
        gab200099:
            permissions:
            groups:
            - Citoyen
        liroyes:
            permissions:
            groups:
            - Citoyen
        misterarthur:
            permissions:
            groups:
            - Citoyen
        Mathieu62121:
            permissions:
            groups:
            - Citoyen
        fadry:
            permissions:
            groups:
            - Visiteurs
        Aiykaren:
            permissions:
            groups:
            - Citoyen
        bouscotte:
            permissions:
            groups:
            - Citoyen
        usedmagneto1:
            permissions:
            groups:
            - Citoyen
        LeSingeMachant:
            permissions:
            groups:
            - Citoyen
        godzilla5449008:
            permissions:
            groups:
            - Citoyen
        ventuskeyblade:
            permissions:
            groups:
            - Visiteurs
        ThePaul31ism:
            permissions:
            groups:
            - Visiteurs
        Flowgame:
            permissions:
            groups:
            - Citoyen
        gabi1222:
            permissions:
            groups:
            - Visiteurs
        sam1268l:
            permissions:
            groups:
            - Citoyen
        HQsherr:
            permissions:
            groups:
            - Citoyen
        phil0700:
            permissions:
            groups:
            - Citoyen
        Azik19:
            permissions:
            groups:
            - Citoyen
        Slupification:
            permissions:
            groups:
            - Citoyen
        looping77:
            permissions:
            groups:
            - Visiteurs
        tim76france:
            permissions:
            groups:
            - Visiteurs
        Masboul:
            permissions:
            groups:
            - Visiteurs
        grubbymaster98:
            permissions:
            groups:
            - Citoyen
        KevinNicolas88:
            permissions:
            groups:
            - Citoyen
        Kernso:
            permissions:
            groups:
            - Citoyen
        lim51:
            permissions:
            groups:
            - Citoyen
        lerock2000:
            permissions:
            groups:
            - Visiteurs
        alexis5111:
            permissions:
            groups:
            - Citoyen
        herbinet:
            permissions:
            groups:
            - Citoyen
        berdardoc:
            permissions:
            groups:
            - Citoyen
        ponponfel:
            permissions:
            groups:
            - Citoyen
        ryanvolcom:
            permissions:
            groups:
            - Citoyen
        yben001:
            permissions:
            groups:
            - Visiteurs
        Sailxus:
            permissions:
            groups:
            - Citoyen+
        kijen77:
            permissions:
            groups:
            - Visiteurs
        TheLolGirl444:
            permissions:
            groups:
            - Citoyen
        gfgrgrfdv1988:
            permissions:
            groups:
            - Visiteurs
        dantaz2:
            permissions:
            groups:
            - Citoyen
        leptitdu28:
            permissions:
            groups:
            - Citoyen
        LiTlEbOy:
            permissions:
            groups:
            - Visiteurs
        simkingg34:
            permissions:
            groups:
            - Citoyen
        martsch9837:
            permissions:
            groups:
            - Visiteurs
        01acarien:
            permissions:
            groups:
            - Visiteurs
        vincepro220:
            permissions:
            groups:
            - Visiteurs
        DrSlim:
            permissions:
            groups:
            - Citoyen
        myroro78:
            permissions:
            groups:
            - Visiteurs
        frootsloops:
            permissions:
            groups:
            - Citoyen
        Raph11:
            permissions:
            groups:
            - Citoyen
        Lucas953:
            permissions:
            groups:
            - Visiteurs
        Gero69:
            permissions:
            groups:
            - Visiteurs
        Mastercookiesmb:
            permissions:
            groups:
            - Visiteurs
        salade5:
            permissions:
            groups:
            - Visiteurs
        williamleb:
            permissions:
            groups:
            - Citoyen
        kryssou2a:
            permissions:
            groups:
            - Visiteurs
        Wornix:
            permissions:
            groups:
            - Visiteurs
        Melgaran:
            permissions:
            groups:
            - Citoyen
        Themizg:
            permissions:
            groups:
            - Visiteurs
        jenniferleb:
            permissions:
            groups:
            - Citoyen
        gotoex97:
            permissions:
            groups:
            - Visiteurs
        Gab05:
            permissions:
            groups:
            - Visiteurs
        alex45200:
            permissions:
            groups:
            - Visiteurs
        cvc94:
            permissions:
            groups:
            - Citoyen
        SlimmerKevin:
            permissions:
            groups:
            - Citoyen
        Waiize66:
            permissions:
            groups:
            - Citoyen
        Glyca:
            permissions:
            groups:
            - Visiteurs
        AmmortDemond:
            permissions:
            groups:
            - Citoyen
        jcl200:
            permissions:
            groups:
            - Citoyen
        jtepown71:
            permissions:
            groups:
            - Visiteurs
        maxfoot999:
            permissions:
            groups:
            - Visiteurs
        perfectBOB:
            permissions:
            groups:
            - Citoyen
        Mserpent:
            permissions:
            groups:
            - Visiteurs
        elextroz:
            permissions:
            groups:
            - Citoyen
        Jte_own:
            permissions:
            groups:
            - Visiteurs
        jst998:
            permissions:
            groups:
            - Visiteurs
        Kryor:
            permissions:
            groups:
            - Visiteurs
        demond8899:
            permissions:
            groups:
            - Citoyen
        ShiryuDark:
            permissions:
            groups:
            - Visiteurs
        dangerpublic:
            permissions:
            groups:
            - Visiteurs
        jujube94:
            permissions:
            groups:
            - Citoyen
        charlunaruto:
            permissions:
            groups:
            - Visiteurs
        FrenchBoy:
            permissions:
            groups:
            - Visiteurs
        skaryu:
            permissions:
            groups:
            - Visiteurs
        ImFaalz:
            permissions:
            groups:
            - Citoyen
        killerfx:
            permissions:
            groups:
            - Visiteurs
        laqueueq:
            permissions:
            groups:
            - Visiteurs
        BlueishOdin0304:
            permissions:
            groups:
            - Citoyen
        dillan25:
            permissions:
            groups:
            - Visiteurs
        Muser38:
            permissions:
            groups:
            - Citoyen
        samuel123321:
            permissions:
            groups:
            - Citoyen
        william777:
            permissions:
            groups:
            - Visiteurs
        jeromespeed:
            permissions:
            groups:
            - Visiteurs
        kukulo3000:
            permissions:
            groups:
            - Citoyen
        SoldatGamer94:
            permissions:
            groups:
            - Citoyen
        QcGold420:
            permissions:
            groups:
            - Citoyen
        charles3j:
            permissions:
            groups:
            - Visiteurs
        Chayer:
            permissions:
            groups:
            - Citoyen
        alex27joe:
            permissions:
            groups:
            - Citoyen
        xavier992:
            permissions:
            groups:
            - Citoyen
        stargatebestfan:
            permissions:
            groups:
            - Visiteurs
        hollisch12:
            permissions:
            groups:
            - Citoyen
        veterant56:
            permissions:
            groups:
            - Citoyen
        xR3pl4yZ:
            permissions:
            groups:
            - Citoyen
        jason123fgts:
            permissions:
            groups:
            - Citoyen
        enzoloco1:
            permissions:
            groups:
            - Citoyen
        ovechkin138:
            permissions:
            groups:
            - Donateur
        Azdingue24:
            permissions:
            groups:
            - Citoyen
        TheJoker6:
            permissions:
            groups:
            - Citoyen
        XmaloX:
            permissions:
            groups:
            - Citoyen
        WheezyMike:
            permissions:
            groups:
            - Moderateur
        Kroustipoulet:
            permissions:
            groups:
            - Citoyen
        luc91400:
            permissions:
            groups:
            - Visiteurs
        ichigo40000:
            permissions:
            groups:
            - Visiteurs
        dermi04:
            permissions:
            groups:
            - Citoyen
        azert23111:
            permissions:
            groups:
            - Visiteurs
    
     
  14. Offline

    Jeyge

    You still have a Permissions error but what you posted wasn't it. Please post the rest of your server.log or find the actual error causing Permissions to be disabled and post that.
     
  15. Offline

    lazybeni

    Helps me a lot..... NOT

    Code:
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Pe
    rmissions
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    ... 12 more
    01:49:11 [SEVERE] Could not pass event PLUGIN_ENABLE to iConomyChestShop
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    at com.Acrobot.iConomyChestShop.iConomyChestShopPluginListener.onPluginE
    nable(iConomyChestShopPluginListener.java:39)
    at org.bukkit.plugin.java.JavaPluginLoader$44.execute(JavaPluginLoader.j
    ava:548)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:332)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:885)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:272)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    01:49:11 [SEVERE] Could not pass event PLUGIN_ENABLE to Jobs
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    at com.zford.jobs.Jobs$2.onPluginEnable(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$44.execute(JavaPluginLoader.j
    ava:548)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:332)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:885)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:272)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    01:49:11 [INFO] Server permissions file permissions.yml is empty, ignoring it
    01:49:11 [INFO] Done (0.435s)! For help, type "help" or "?"
    01:49:12 [INFO] adamxp31 [/24.226.177.16:54037] logged in with entity id 402 at
     
  16. Offline

    Jeyge

    Then perhaps one of the other helpers will be able to come here and help you without the actual error message.
     
  17. Offline

    lazybeni

    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    this is the error
     
  18. Offline

    Jeyge

    That would be the result of Permissions being disabled not the cause.
     
  19. Offline

    lazybeni

    Disable? so whatdo I need to do?
     
  20. Offline

    igloo22225

    151 recipes
    16 achievements
    17:46:10 [INFO] Starting minecraft server version Beta 1.7.3
    17:46:11 [INFO] Loading properties
    17:46:11 [INFO] Starting Minecraft server on *:25565
    17:46:11 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-
    g73697a4-b1000jnks (MC: 1.7.3)
    17:46:11 [INFO] DataSourcePool [iConomyChestShop] autoCommit[false] transIsolati
    on[SERIALIZABLE] min[2] max[20]
    17:46:11 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.Plugi
    nClassLoader]
    17:46:11 [INFO] Entities enhanced[0] subclassed[1]
    17:46:11 [INFO] LWC Loading shared objects
    17:46:11 [INFO] Cache Protection cache: 0/10000
    17:46:11 [INFO] LWC Native library: plugins/LWC/lib/native/Windows/amd64/sql
    itejdbc.dll
    17:46:11 [INFO] [Permissions] version [2.5.4] (Phoenix) was Initialized.
    17:46:11 [INFO] Preparing level "world"
    17:46:11 [INFO] Preparing start region for level 0 (Seed: 6758103918193773469)
    17:46:12 [INFO] Preparing start region for level 1 (Seed: 3931597634445067507)
    17:46:12 [INFO] [AntiCreeper] version 1.0 is enabled.
    17:46:12 [INFO] [BBROTHER] ------------------------------------
    17:46:12 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of
    BigBrother!
    17:46:12 [INFO] [BBROTHER] Please note that, since this is far from complete, th
    ere will be many bugs.
    17:46:12 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bu
    gs.nexisonline.net/bb
    17:46:12 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for up
    dates and build notifications.
    17:46:12 [INFO] [BBROTHER] ------------------------------------
    17:46:15 [INFO] [BBROTHER] Building `bbdata` table...
    17:46:15 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
    17:46:15 [INFO] [BBROTHER] Building `bbworlds` table...
    17:46:15 [INFO] [BBROTHER] Building `bbactions` table...
    17:46:15 [INFO] [BBROTHER] Action #1 - BrokenBlock
    17:46:15 [INFO] [BBROTHER] Action #2 - PlacedBlock
    17:46:15 [INFO] [BBROTHER] Action #3 - DestroySignText
    17:46:15 [INFO] [BBROTHER] Action #4 - Teleport
    17:46:15 [INFO] [BBROTHER] Action #5 - DeltaChest
    17:46:15 [INFO] [BBROTHER] Action #6 - Command
    17:46:15 [INFO] [BBROTHER] Action #7 - Chat
    17:46:15 [INFO] [BBROTHER] Action #8 - Disconnect
    17:46:15 [INFO] [BBROTHER] Action #9 - Login
    17:46:15 [INFO] [BBROTHER] Action #10 - DoorOpen
    17:46:15 [INFO] [BBROTHER] Action #11 - ButtonPress
    17:46:15 [INFO] [BBROTHER] Action #12 - LeverSwitch
    17:46:15 [INFO] [BBROTHER] Action #13 - CreateSignText
    17:46:15 [INFO] [BBROTHER] Action #14 - LeafDecay
    17:46:15 [INFO] [BBROTHER] Action #15 - FlintAndSteel
    17:46:15 [INFO] [BBROTHER] Action #16 - TNTExplosion
    17:46:15 [INFO] [BBROTHER] Action #17 - CreeperExplosion
    17:46:15 [INFO] [BBROTHER] Action #18 - MiscExplosion
    17:46:15 [INFO] [BBROTHER] Action #19 - ChestOpen
    17:46:15 [INFO] [BBROTHER] Action #20 - BlockBurn
    17:46:15 [INFO] [BBROTHER] Action #21 - Flow
    17:46:15 [INFO] [BBROTHER] Action #22 - DropItem
    17:46:15 [INFO] [BBROTHER] Action #23 - PickupItem
    17:46:15 [INFO] [BBROTHER] Action #24 - SignDestroyed
    17:46:15 [INFO] [BBROTHER] Action #25 - Heartbeat
    17:46:15 [INFO] [BBROTHER] Action #26 - BlockPistoned
    17:46:15 [INFO] [BBROTHER] Building `bbusers` table...
    17:46:15 [INFO] [BBROTHER] Permissions plugin found but disabled. Enabling 'Perm
    issions' (v2.5.4).
    17:46:15 [INFO] [Permissions] version [2.5.4] (Phoenix) loaded
    17:46:15 [SEVERE] Error occurred while enabling Permissions v2.5.4 (Is it up to
    date?): BLOCK_PLACED
    java.lang.NoSuchFieldError: BLOCK_PLACED
    at com.nijikokun.bukkit.Permissions.Permissions.onEnable(Permissions.jav
    a:153)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:878)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:272)
    at me.taylorkelly.bigbrother.BBPermissions.initialize(BBPermissions.java
    :52)
    at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:150)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:878)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:272)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    17:46:15 [INFO] [BBROTHER] Permissions enabled using: Permissions v2.5.4
    17:46:15 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    17:46:15 [INFO] [BBROTHER] BigBrother 1.10.0-SNAPSHOT (build #641) enabled!
    17:46:15 [SEVERE] Error occurred while enabling Essentials v2.0.294 (Is it up to
    date?): BLOCK_RIGHTCLICKED
    java.lang.NoSuchFieldError: BLOCK_RIGHTCLICKED
    at com.earth2me.essentials.Essentials.onEnable(Essentials.java:145)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:878)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:272)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    17:46:17 [INFO] [iConomy] Logging is currently disabled.
    17:46:17 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    17:46:17 [INFO] [iConomy] Developed by: [Nijikokun]
    17:46:17 [INFO] [iConomy] hooked into Permissions.
    17:46:17 [INFO] [iConomyChestShop] version 2.75 initialized!
    17:46:17 [INFO] [iConomyChestShop] iConomy version 5 loaded.
    17:46:17 [INFO] [iConomyChestShop] Permissions version 2.5.4 loaded.
    17:46:17 [INFO] [iConomyChestShop] LWC version 3.06 loaded.
    17:46:17 [INFO] LWC Loaded 132 locale strings (0 overrides)
    17:46:17 [INFO] LWC Using Permissions API...
    17:46:17 [INFO] LWC Loading SQLite
    17:46:17 [INFO] SQLite Using: Native
    17:46:17 [INFO] LWC At version: v3.06
    17:46:17 [INFO] [MagicCarpet] MagicCarpet version 1.5.6 is enabled!
    17:46:17 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet
    or /mc.
    17:46:17 [INFO] [MagicCarpet] Using Permissions.
    17:46:17 [INFO] MCBans: mcbans version 2.9.1 is enabled!
    17:46:17 [INFO] MCBans: Voting enabled!
    17:46:17 [INFO] MCBans: Debug mode active!
    17:46:17 [INFO] MCBans: Checking for premium!
    17:46:18 [INFO] MCBans: MCBans is offline? Switching to Offline Mode!
    17:46:18 [SEVERE] org.json.JSONException: A JSONObject text must begin with '{'
    at 1 [character 2 line 1]
    17:46:18 [SEVERE] at org.json.JSONTokener.syntaxError(JSONTokener.java:432
    )
    17:46:18 [SEVERE] at org.json.JSONObject.<init>(JSONObject.java:186)
    17:46:18 [SEVERE] at org.json.JSONObject.<init>(JSONObject.java:312)
    17:46:18 [SEVERE] at com.firestar.mcbans.Data_Handler.to_json(Data_Handler
    .java:62)
    17:46:18 [SEVERE] at com.firestar.mcbans.backup.Backup.load(Backup.java:66
    )
    17:46:18 [SEVERE] at com.firestar.mcbans.mcbans.onEnable(mcbans.java:219)
    17:46:18 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlug
    in.java:126)
    17:46:18 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(
    JavaPluginLoader.java:878)
    17:46:18 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(Si
    mplePluginManager.java:272)
    17:46:18 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftSe
    rver.java:162)
    17:46:18 [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(Craf
    tServer.java:146)
    17:46:18 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:284)
    17:46:18 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:271)
    17:46:18 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:148)
    17:46:18 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:335)
    17:46:18 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    17:46:18 [INFO] MCBans: Sent From: Console .::. Error 309: Json error in the fil
    e plugins/mcbans/backup.json
    17:46:18 [INFO] Need to download 2 object(s)
    17:46:18 [INFO] - Downloading file : http://stethoscopesmp.com/tkelly/lib/sqlit
    e.jar
    17:46:18 [INFO] [MYHOME]: 1 homes loaded
    17:46:18 [INFO] [MYHOME] Permissions enabled using: Permissions v2.5.4
    17:46:18 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    17:46:18 [INFO] [MYHOME] MyHome 1.9.3 enabled
    17:46:18 [INFO] [SetRank] Booting...
    17:46:18 [INFO] [SetRank] Permissions system detected!
    17:46:18 [INFO] [SetRank] Done!
    17:46:18 [INFO] WorldEdit 4.6 enabled.
    17:46:18 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
    for permissions.
    17:46:18 [INFO] [Archers : b10] Cant find BukkitContrib, crafting permissions di
    sabled!
    17:46:18 [INFO] [Archers : b10] Permissions found
    17:46:18 [INFO] [Archers : b10] Bukkit version is not the recommended build
    17:46:18 [INFO] [Archers : b10] #archers on mibbit.net for discusion and x1337x.
    github.com/archers for website!
    17:46:18 [INFO] [Archers : b10] Made by TechGuard and x1337x Enabled!
    17:46:18 [INFO] Server permissions file permissions.yml is empty, ignoring it
    17:46:18 [INFO] Done (0.685s)! For help, type "help" or "?"
    17:46:21 [INFO] [BBROTHER] Removed 97 old records because of age in 0h00m00s.
    >ok, so can anyone help me by telling me what to do here?when i start it it does not load the ranks.
    here is the world.yml file
    <Edit by Moderator: Redacted mediafire url>
    igloo22225
     
    Last edited by a moderator: Sep 9, 2018
  21. Offline

    Tyler Gott

    can anyone help me? i just Dont Understand The Tutorial On The Site
     
  22. Offline

    msw1

    Can you update to build 1000? Upon updating to 1000, some commands, such as /pr promote, give internal errors. downgrading back and it works fine. Other plugins, however, require 1000. Thanks!
     
  23. Offline

    Jeyge

    You are running some really old versions of Permissions, Essentials and MyHome. BLOCK_PLACED was changed to BLOCK_PLACE all the way back in March so I would update your Permissions to 2.7.4 at least and you are still on the 2.0 version of Essentails when the most recent build is 2.5. Updating your plugins should fix the errors.
    That would depend on what part you don't understand. I would suggest starting with the sample files in the zip download and make little changes until you get comfortable with things.

    You'll have to post the internal errors for someone to know what needs to be fixed but "/pr promote" isn't a valid command.

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

    Kanati

    Running permissions 3.1.6

    151 recipes
    16 achievements
    20:34:43 [INFO] Starting minecraft server version Beta 1.7.3
    20:34:43 [INFO] Loading properties
    20:34:43 [INFO] Starting Minecraft server on *:25565
    20:34:43 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-938-
    ge531842-b995jnks (MC: 1.7.3)
    20:34:43 [INFO] DataSourcePool [ChestShop] autoCommit[false] transIsolation[SERI
    ALIZABLE] min[2] max[20]
    20:34:43 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.Plugi
    nClassLoader]
    20:34:44 [INFO] Entities enhanced[0] subclassed[1]
    20:34:44 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko
    .permissions.ModularControl$RefreshTask from class com.nijiko.permissions.Modula
    rControl
    20:34:44 [SEVERE] at com.nijiko.permissions.ModularControl.<init>(ModularC
    ontrol.java:64)
    20:34:44 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:179)
    20:34:44 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:133)
    20:34:44 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:122)
    20:34:44 [SEVERE] at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer
    .java:90)
    20:34:44 [SEVERE] at net.minecraft.server.ServerConfigurationManager.<init
    >(ServerConfigurationManager.java:51)
    20:34:44 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:132)
    20:34:44 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:335)
    20:34:44 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    20:34:44 [SEVERE] [Permissions] Unable to load permission data.
    20:34:44 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    20:34:44 [INFO] [Permissions] (Yeti) was initialized.
    20:34:44 [INFO] [Permissions] (Yeti) disabled successfully.
    20:34:44 [INFO] Preparing level "world"


    This happens with a few different plugins. Effective Arrows, Dreamland, and one other I can't remember off the top of my head. But soon as I remove those plugins everything is fine again.

    [edit] sorry, running any of the last versions of bukkit, but currently running 1029.

    Any ideas?
     
  25. Offline

    Jeyge

    @Kanati
    You can find some information in the wiki FAQ on how to fix the IllegalAccessError.
     
  26. Offline

    Pro457

    Can someone give me a link to a plugin that doesnt let lower ranks kick/ban higher ranks plz! Thnx.
     
  27. Offline

    spongbobrules

    What is the permission node for the /pr [player] promote t:<trackname> command? and also the demote command? I've tried all kinds of combinations and I can't give my Admins permission to promote/demote other players.
     
  28. Offline

    Nijikokun

    this plugin just needs to die.
     
    Ant59, thescreem, (infected) and 3 others like this.
  29. Offline

    Jordo1234

    Getting this trying to add users on my test server.
    Only other plugins are commandbook and worldedit

    Code:
    24.07 13:47:06 [Server] INFO     ... 6 more
    24.07 13:47:06 [Server] INFO     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    24.07 13:47:06 [Server] INFO     at com.nijikokun.bukkit.Permissions.Permissions.onCommand(Permissions.java:731)
    24.07 13:47:06 [Server] INFO     at com.nijiko.permissions.ModularControl.getTracks(ModularControl.java:532)
    24.07 13:47:06 [Server] INFO     at com.nijiko.permissions.PermissionWorld.getTracks(PermissionWorld.java:168)
    24.07 13:47:06 [Server] INFO     at com.nijiko.data.YamlGroupStorage.getTracks(YamlGroupStorage.java:284)
    24.07 13:47:06 [Server] INFO     at java.util.HashSet.<init>(Unknown Source)
    24.07 13:47:06 [Server] INFO Caused by: java.lang.NullPointerException
    24.07 13:47:06 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    24.07 13:47:06 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    24.07 13:47:06 [Server] INFO     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
    24.07 13:47:06 [Server] INFO     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
    24.07 13:47:06 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:312)
    24.07 13:47:06 [Server] INFO     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    24.07 13:47:06 [Server] INFO     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    24.07 13:47:06 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'pr' in plugin Permissions v3.1.6
    24.07 13:47:06 [Server] WARNING Unexpected exception while parsing console command
    24.07 13:47:06 [Server] INFO [Permissions] Using closest match technomancer21.
    24.07 13:47:06 [Server] INFO [Permissions] User/Group does not exist.
    24.07 13:47:06 [Server] INFO [Permissions] No world specified. Defaulting to default world.
     
  30. Offline

    Jeyge

    Seems like the original developer of the plugin should have some say in that and the last time I checked, you are still part of the team. I am wondering what you would suggest everyone use instead of this though?

    permissions.promote and permissions.demote.
    You haven't set up your tracks correctly. See the Chat Commands topic at the bottom for more information on how to set them up.

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

    MrFanForced

    Hey guys,

    I have recently been setting up permissions and I am getting errors that are complaining about the YAML groups.yml file. I don't understand YAML and I have been using the online parser exept that have been giving me no information on what the error actually is. It just shows me where the error is... Here take a look at it

    Code:
    groups:
         Member:
             default: true
            info:
                prefix: '&9 '
                suffix: ''
                build: true
            inheritance:
            permissions:
            - 'lwc.protect'
            - 'essentials.help'
            - 'essentials.getpos'
            - 'essentials.home'
            - 'essentials.sethome'
            - 'essentials.msg'
            - 'essentials.afk'
            - 'essentials.rules'
            - 'essentials.motd'
            - 'essentials.me'
            - 'essentials.list'
            - 'essentials.spawn
        Moderator:
             default: false
            info:
                prefix: '&a '
                suffix: ''
                build: true
            inheritance:
            - Member
            permissions:
            - 'lwc.mod'
            - 'nocheat.notify'
            - 'bb.admin.info'
            - 'bb.admin.watch'
            - 'essentials.top'
            - 'essentials.jump'
            - 'essentials.tp'
            - 'essentials.tpo'
            - 'essentials.tphere'
            - 'essentials.tpohere'
            - 'essentials.tppos'
            - 'essentials.tpall'
            - 'essentials.home.others'
            - 'essentials.setwarp'
            - 'essentials.delwarp'
            - 'essentials.spawnmob'
            - 'essentials.clearinventory.others'
            - 'essentials.broadcast'
            - 'essentials.burn'
            - 'essentials.ext'
            - 'essentials.kill'
            - 'essentials.kick'
            - 'essentials.invsee'
            - 'essentials.give'
            - 'essentials.item'
            - 'essentials.time'
            - 'essentials.god'
        Admins:
             default: false
            info:
                prefix: '&c '
                suffix: ''
                build: true
            inheritance:
            permissions:
            - '*'
            - 'lwc.admin'
    Thanks :)
     
Thread Status:
Not open for further replies.

Share This Page