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

    @dadirta
    These should work a little better:

    groups.yml
    Code:
    groups:
        Default:
            default: true
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
            - simplegive.give
            - simplegive.item
            - simplegive.give.*
            - simplegive.item.*
            - minecraft.tp
            - minecraft.time.set
            - minecraft.help
            - picasso.use
            - picasso.use.wool
            - picasso.use.stone
            - groupPvP.denyattack
            - lockette.user.create
            - nocheat.moving
            - bog.torch
            - bog.ladder
            - bog.rail
            - bog.powered_rail
            - bog.detector_rail
            - bog.redstone
            - bog.wood_door
            - bog.iron_door
            - bog.sign
            - bog.stone_plate
            - bog.wood_plate
            - bog.stone_button
            - bog.bed
            - bog.redstone_torch_on
            - minecraft.list
            - bedrockcontrol.placeblock
        Moderator:
            default: false
            info:
                prefix: '&1LORD '
                suffix:
                build: true
            inheritance:
            - Default
            permissions:
            - picasso.use
            - picasso.use.wool
            - picasso.use.stone
            - multichannel.admin
            - superpowers.use
            - bedrockcontrol.placeblock
            - herochat.color
            - disarm.disarm
            - lockette.user.create.*
            - minecraft.*
            - ThunderJoin.join
            - -minecraft.ban
            - -minecraft.ip-ban
            - groupPvP.denyattack
            - commandalert.alerts
        defaulted:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            - Moderator
            permissions:
            - picasso.use
            - picasso.use.wool
            - picasso.use.stone
            - multichannel.admin
            - superpowers.use
            - bedrockcontrol.placeblock
            - bedrockcontrol.destroyblock
            - bedrockcontrol.getdrop
            - herochat.color
            - disarm.disarm
            - lockette.user.create.*
            - minecraft.*
            - -ThunderJoin.join
            - groupPvP.denyattack
            - instabreak.toggle
            - jail.command.jail
            - jail.command.unjail
            - jail.command.telein
            - jail.command.teleout
            - jail.command.check
            - jail.command.jaillist
            - jail.command.jailmute
        Admins:
            default: false
            info:
                prefix: '&4ADMIN '
                suffix:
                build: true
            inheritance:
            permissions:
            - '*'
        Prisoner:
            default: false
            info:
                prefix: '&8PRISONER '
                suffix:
                build: false
            inheritance:
            permissions:
    
    users.yml
    Code:
    users:
        dadirta:
            permissions: []
            groups:
            - Admins
        L:
            permissions: []
            groups:
            - defaulted
        GEEZUS:
            groups:
            - Moderator
            permissions:
            - bedrockcontrol.destroyblock
            - bedrockcontrol.getdrop
            - instabreak.toggle
            - jail.command.jail
            - jail.command.unjail
            - jail.command.telein
            - jail.command.teleout
            - jail.command.check
            - jail.command.jaillist
            - jail.command.jailmute
            - jail.command.jailtransfer
        krazedkat:
            permissions: []
            groups:
            - Moderator
        Classified:
            permissions: []
            groups:
            - Moderator
        shadowstepx1:
            info:
                prefix: '&eMOD '
            permissions: []
            groups:
            - defaulted
        testmod:
            info:
                prefix: '&eMOD '
            permissions: []
            groups:
            - Moderator
        Argon66:
            info:
                prefix: '&dLORD OF FIRE '
            permissions: []
            groups:
            - defaulted
        Shklemmer:
            info:
                prefix: '&dLORD OF FIRE '
            permissions: []
            groups:
            - Default
    
     
  3. Offline

    Dalik

    What is your problem? They offer a service for you to use, and then you just insult it and it's creator. If you don't like it then, one, don't comment, and two, make your own permissions system!
     
  4. Well, I tried it tonight and still received the block destroy/creation error. Looks like I'm going to be waiting for the next version unless someone comes up with another idea.
     
  5. Offline

    Milaannnn_

    I also tried using it with Minecraft Beta 1.7.2 (Build 953) but I got some errors. I don't know if it was me, or it was because Permissions is not updated just yet. I hope they'll update soon!

    Don't really know, I've had some errors. Could just be me though.

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

    senior_hombre

    Can anyone answer some of my questions, below?
     
  7. does this work for 1.7.02?
    Build 953?
     
  8. Offline

    Sethimine

    Not yet, they haven't updated it to that build yet.
     
  9. Offline

    FireFreak111

    rcjrrjcr, It would be nice if you could make a jenkins site to make your dev builds, would be great.
     
  10. Offline

    wouter0100

    Sorry for this very noob question..
    but how can i add players to a group :p?
    In the database (Mysql) and Commands (ingame) thanks!
     
  11. Offline

    Fob_Upset

    It won't let me promote or demote anyone.

    Server: /pr add NGGentertainment Member
    Permissions: No world specified. Defaulting to default world.
    Permissions: User/Group does not exist.
     
  12. Offline

    Yudaz

    - I find promoting and demoting complicated (for both moderators and me), and thats why I still stick to Essentials Groupmanager... And thats also why I dont want'em to get ridd of Groupmanager and let the work over to you. If you had changed the commands to something simplier, like Groupmanager have then I would start maybe using Permissions.

    Examples:
    1. To promote a player / add a player into a group:
    /pr add (world) (player/target) (group)
    2. Dont need demote when you can add:

    3. List all groups <for a specified selected world>:
    /pr listgroups <world>

    - It is just these commands I want to be easier... Then I would start using it! (It is just this things who makes me using Essentials Groupmanager).

    :D;):cool::confused:[glass][diamondore][fire]:p
     
  13. Offline

    anagog

    2011-07-02 19:57:09 [SEVERE] while parsing a block mapping
    in "<reader>", line 2, column 3:
    Builder:
    ^
    expected <block end>, but found BlockMappingStart
    in "<reader>", line 48, column 4:
    Donator1:
    ^

    2011-07-02 19:57:09 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
    2011-07-02 19:57:09 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-07-02 19:57:09 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-07-02 19:57:09 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    2011-07-02 19:57:09 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-02 19:57:09 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-02 19:57:09 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-02 19:57:09 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-07-02 19:57:09 [SEVERE] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-07-02 19:57:09 [SEVERE] at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-07-02 19:57:09 [SEVERE] at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-07-02 19:57:09 [SEVERE] at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    2011-07-02 19:57:09 [SEVERE] at com.nijiko.data.YamlGroupStorage.forceSave(YamlGroupStorage.java:157)
    2011-07-02 19:57:09 [SEVERE] at com.nijiko.permissions.PermissionWorld.save(PermissionWorld.java:92)
    2011-07-02 19:57:09 [SEVERE] at com.nijiko.permissions.ModularControl.saveAll(ModularControl.java:161)
    2011-07-02 19:57:09 [SEVERE] at com.nijiko.permissions.ModularControl.storageReload(ModularControl.java:120)
    2011-07-02 19:57:09 [SEVERE] at com.nijiko.permissions.ModularControl.access$000(ModularControl.java:23)
    2011-07-02 19:57:09 [SEVERE] at com.nijiko.permissions.ModularControl$RefreshTask.run(ModularControl.java:41)
    2011-07-02 19:57:09 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2011-07-02 19:57:09 [SEVERE] at java.lang.Thread.run(Thread.java:636)


    What does this mean :(
     
  14. Offline

    zaklampje

    Give your groups.yml

    Got a question too: When new people join my server, I can't promote them. I think that I know why. When they join, they don't get into a group. When I set the 'Guest'-group to default, they become a guest, but not in the users.yml (They aren't in a group, in my users.yml). So my question, is it possible to get the Guest-group in the users.yml as a default? Cuz otherwise, the line behind the 'Group:' is empty, and that's why I can't promote them.

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

    Our Revolution

    I find the conflict ! It's a problem with WorldEdit. Since I took it off, everything works :)
     
  16. Offline

    Jeyge

    I believe you will find that 3.1.6 did fix that so the default group is placed on every user that has a blank group: line.
    @anagog
    Your spacing is messed up. From the error message, I can already see that one group starts in column 3 and the next group in column 4. They both need to be in the same column. Fix the spacing and you shouldn't have any problems.
    If you are running 3.1.6, then the new syntax is "/pr <user> (w:<world>) promote t:<track>".
    "/pr <user> (w:<world>) parents add <group>". If the player doesn't exists already, then use "/pr <user> create" to create the record.
    1. Yes and no. They have always worked if you knew what you were doing.
    2. You describe exactly how they are supposed to work but the question becomes, is that actually how you want to use them. What you said means that you have to mimic all group structures in the local world files even if they don't have any permissions in them.
    3. Adding a user globally really doesn't do what you think. It is the local worlds users.yml that defines where a user is so the answer will be yes.
    4. Setting the default group in the globalgroups.yml file shouldn't ever work. That should always be defined by the local world files.

    If you, like most users who post here really only want to set up one file and use that everywhere then you should look at the world mirroring. By using worldcopy, you can set up one world and have all of the rest use the same permissions and never again will you have to promote/demote in all worlds.

    @everyone running 1.7
    There have been plenty of reports of Permissions 3.1.6 working with the new 953 build so if it isn't working for you, you will need to post your errors.
     
  17. Offline

    khamseen_air

    Hey, I'm running RB 953, just experimenting with this version of permissions for the first time (was a 2.7.4 user) and I've ran into this error when starting the server up. I've got my users.yml and groups.yml in plugins/permissions/world/ like specified. Can anybody help?

    Code:
    2011-07-02 18:00:30 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$RefreshTask from class com.nijiko.permissions.ModularControl
    2011-07-02 18:00:30 [SEVERE] 	at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:64)
    2011-07-02 18:00:30 [SEVERE] 	at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:179)
    2011-07-02 18:00:30 [SEVERE] 	at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-02 18:00:30 [SEVERE] 	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-07-02 18:00:30 [SEVERE] 	at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-07-02 18:00:30 [SEVERE] 	at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-02 18:00:30 [SEVERE] 	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-02 18:00:30 [SEVERE] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-02 18:00:30 [SEVERE] 	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-02 18:00:30 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-02 18:00:30 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-07-02 18:00:30 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-02 18:00:30 [INFO] [Permissions] (Yeti) disabled successfully.
     
  18. Offline

    Jeyge

    @khamseen_air
    There is a fix in the wiki faq or if you are running Help 0.2, there is also the fix in the OP.
     
  19. Offline

    zaklampje

    Nvm, know the problem of this. Don't use global-stuff.
     
  20. Offline

    wouter0100

  21. Offline

    lipe123

    Holy ***** what a bunch of complainers and syntax nubs!
    let this be the ONE positive post.

    Using perm 3.1.6 on Mc 1.7.2 and bukkit 953 with all of these plugins:
    AfkKick, AntiXRay, Azimuth, CraftBukkitUpToDate, DropChest, Essentials, EssentialsChat, EssentialsGeoIP, EssentialsProtect, EssentialsSpawn, GravelClay, GriefAlertR, HeroicDeath, LimitSpawns, BukkitCompat, mcMMO, MobBounty, NSCommand, Permissions, PickBoat, PlgRailBoost, PumpkinDiver, RetractableBridge, Tombstone, WolfPound, WoolSwitch, WorldEdit, dynmap, MobArena


    And guess what? It just bloody works inheritance work, globals work everything works. So how about everyone stops blaming the dev for every little syntax error.

    (I totally agree that the commands is a pain in the butt, luckily i have mcma's gui)
     
    MrMinecraftMcGee likes this.
  22. Offline

    poke722

    This is very strange, but when I have 12 plugins permissions works fine. When I add a 13th I get:

    Code:
    2011-07-02 12:55:31 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$RefreshTask from class com.nijiko.permissions.ModularControl
    2011-07-02 12:55:31 [SEVERE]     at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:64)
    2011-07-02 12:55:31 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:179)
    2011-07-02 12:55:31 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-02 12:55:31 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-07-02 12:55:31 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-07-02 12:55:31 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-02 12:55:31 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-02 12:55:31 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-02 12:55:31 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-02 12:55:31 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-02 12:55:31 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    It doesn't matter what the 13th plugin is, it fails no matter what. Any solutions??
     
  23. Offline

    Fob_Upset

    I gives me a "an internal error occured while attempting to perform this command" message when i try to do that syntax.
     
  24. Offline

    Jeyge

    That usually means your Permissions plugin isn't actually loaded. Post your server.log and exactly what you typed.
    Same as posted above.
     
  25. Offline

    Fob_Upset

    Code:
    2011-07-02 19:24:31 [INFO] Starting minecraft server version Beta 1.7.2
    2011-07-02 19:24:31 [INFO] Loading properties
    2011-07-02 19:24:31 [INFO] Starting Minecraft server on *:25565
    2011-07-02 19:24:31 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-g9277096-b953jnks (MC: 1.7.2)
    2011-07-02 19:24:31 [INFO] Starting Minequery server on *:25566
    2011-07-02 19:24:31 [SEVERE] ebean.properties not found
    2011-07-02 19:24:31 [INFO] DataSourcePool [HiddenDoor] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-02 19:24:31 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-02 19:24:32 [INFO] Entities enhanced[0] subclassed[1]
    2011-07-02 19:24:32 [INFO] DataSourcePool [RCSkills] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-02 19:24:32 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-02 19:24:32 [INFO] Entities enhanced[0] subclassed[2]
    2011-07-02 19:24:32 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-02 19:24:32 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-07-02 19:24:32 [INFO] Preparing level "Mcwar World"
    2011-07-02 19:24:32 [INFO] Preparing start region for level 0 (Seed: -5701333806307121107)
    2011-07-02 19:24:34 [INFO] Preparing spawn area: 81%
    2011-07-02 19:24:34 [SEVERE] [HELP] Error!
    java.lang.NullPointerException
        at me.taylorkelly.help.HelpLoader.load(HelpLoader.java:76)
        at me.taylorkelly.help.Help.onEnable(Help.java:39)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
        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)
    2011-07-02 19:24:34 [SEVERE] [HELP] Error!
    java.lang.NullPointerException
        at me.taylorkelly.help.HelpLoader.load(HelpLoader.java:33)
        at me.taylorkelly.help.Help.onEnable(Help.java:39)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
        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)
    2011-07-02 19:24:34 [INFO] [HELP] 82 extra help entries loaded
    2011-07-02 19:24:34 [INFO] [HELP] Permissions enabled using: Permissions v3.1.6
    2011-07-02 19:24:34 [INFO] [HELP] Help 0.2 enabled
    2011-07-02 19:24:34 [INFO] [TeleConfirmLite] [v1.5] loaded
    2011-07-02 19:24:34 [SEVERE] Error occurred while enabling BrokenFingers v1.0 (Is it up to date?): null
    java.lang.NullPointerException
        at com.SySammy.BrokenFingers.Broken.getDamage(Broken.java:84)
        at com.SySammy.BrokenFingers.Broken.onEnable(Broken.java:69)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
        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)
    2011-07-02 19:24:34 [INFO] [MYHOME]: 80 homes loaded
    2011-07-02 19:24:34 [INFO] [MYHOME] Permissions enabled using: Permissions v3.1.6
    2011-07-02 19:24:34 [INFO] [MYHOME] 'Help' support enabled.
    2011-07-02 19:24:34 [INFO] [MYHOME] MyHome 1.9.5 enabled
    2011-07-02 19:24:34 [INFO] [iChat] Found Permissions (v3.1.6)
    2011-07-02 19:24:34 [INFO] iChat (v2.3.1) enabled
    2011-07-02 19:24:34 [INFO] [Performance Tweaks] Version 0.08 enabled.
    2011-07-02 19:24:34 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "Mcwar World"
    2011-07-02 19:24:34 [INFO] [Performance Tweaks] Chunk Life Time: 300000ms
    2011-07-02 19:24:34 [INFO] [Performance Tweaks] Chunk Prune Time: 5000ms
    2011-07-02 19:24:34 [INFO] [Performance Tweaks] Monster Limit set to 0
    2011-07-02 19:24:34 [INFO] [Performance Tweaks] Monster Limiter:
    2011-07-02 19:24:34 [INFO] [Performance Tweaks]      "Mcwar World":
    2011-07-02 19:24:34 [INFO] [Performance Tweaks]          Max Monsters: 2500
    2011-07-02 19:24:34 [INFO] [Performance Tweaks]          Allow Monsters: true
    2011-07-02 19:24:34 [INFO] [Performance Tweaks]          Allow Animals: true
    2011-07-02 19:24:34 [INFO] [AutoPlant] version 1.6 is enabled!
    2011-07-02 19:24:34 [INFO] Vanilla version 0.1 is enabled!
    2011-07-02 19:24:34 [INFO] [Priest]: Using Permissions
    2011-07-02 19:24:34 [INFO] [Priest]: Plugin Started
    2011-07-02 19:24:34 [INFO] §2[Virtual Shop] §fVirtualShop loading.
    2011-07-02 19:24:34 [INFO] FalseBookExtra v0.86.2alpha by GeMo enabled
    2011-07-02 19:24:34 [INFO] [HeroSneak] 1.2.2.51 enabled.
    2011-07-02 19:24:34 [INFO] [BBROTHER] ------------------------------------
    2011-07-02 19:24:34 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-07-02 19:24:34 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-07-02 19:24:34 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-07-02 19:24:34 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-07-02 19:24:34 [INFO] [BBROTHER] ------------------------------------
    2011-07-02 19:24:34 [SEVERE] Error: null
    2011-07-02 19:24:34 [INFO] [BBROTHER] Building `bbdata` table...
    2011-07-02 19:24:34 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
    2011-07-02 19:24:34 [INFO] [BBROTHER] Building `bbworlds` table...
    2011-07-02 19:24:34 [INFO] [BBROTHER] Building `bbusers` table...
    2011-07-02 19:24:34 [INFO] [BBROTHER] Permissions enabled using: Permissions v3.1.6
    2011-07-02 19:24:35 [INFO] [BBROTHER] 'Help' support enabled
    2011-07-02 19:24:35 [INFO] [BBROTHER] BigBrother 1.8-SNAPSHOT (build #552) enabled!
    2011-07-02 19:24:35 [INFO] [iConomy] Logging is currently disabled.
    2011-07-02 19:24:35 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-07-02 19:24:35 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-07-02 19:24:35 [INFO] [iConomy] hooked into Permissions.
    2011-07-02 19:24:35 [INFO] HiddenDoor: Trying to enable version 0.2 ...
    2011-07-02 19:24:35 [INFO] HiddenDoor: Configuration file loaded.
    2011-07-02 19:24:35 [INFO] HiddenDoor: No hidden doors has been loaded.
    2011-07-02 19:24:35 [INFO] HiddenDoor: Version 0.2 enable.
    2011-07-02 19:24:35 [INFO] NoWeather version 1.5 is enabled!
    2011-07-02 19:24:35 [INFO] [FalseBook Block] 3100 Books loaded!
    2011-07-02 19:24:35 [INFO] FalseBookBlock v0.86.2alpha by GeMo enabled
    2011-07-02 19:24:35 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-07-02 19:24:35 [INFO] [Jail] Loaded 1 jail zones.
    2011-07-02 19:24:35 [INFO] [Jail] Loaded 6 prisoners.
    2011-07-02 19:24:35 [INFO] [Jail] Loaded 0 cells.
    2011-07-02 19:24:35 [INFO] [FalseBook Core] FalseBookCore v0.86.2alpha by GeMo enabled!
    2011-07-02 19:24:35 [INFO] [AutoMessage] version [1.5] loaded
    2011-07-02 19:24:35 [INFO] [RCSkills] Permissions version 3.1.6 loaded.
    2011-07-02 19:24:35 [INFO] [RCSkills] RCSkills version 1.0 is enabled!
    2011-07-02 19:24:35 [INFO] [bAntiCaps] Permission system found
    2011-07-02 19:24:35 [INFO] [bAntiCaps] version 1.2.0 is enabled!
    2011-07-02 19:24:35 [INFO] [RCSkills] iConomy version 5 loaded.
    2011-07-02 19:24:35 [INFO] CommandBook 1.5.2-customized enabled.
    2011-07-02 19:24:35 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-07-02 19:24:35 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-07-02 19:24:35 [INFO] CommandBook: 7 kit(s) loaded.
    2011-07-02 19:24:35 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-02 19:24:35 [INFO] WorldEdit 4.6 enabled.
    2011-07-02 19:24:35 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-02 19:24:35 [INFO] [Command iConomy] Loaded.
    2011-07-02 19:24:35 [INFO] FalseBookIC v0.86.2alpha by GeMo enabled
    2011-07-02 19:24:35 [INFO] [VanishNoPickup] 1.9.9 enabled.
    2011-07-02 19:24:35 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-02 19:24:35 [INFO] WorldGuard: Blacklist loaded.
    2011-07-02 19:24:35 [INFO] WorldGuard: (Mcwar World) Single session is enforced.
    2011-07-02 19:24:35 [INFO] WorldGuard: (Mcwar World) TNT ignition is blocked.
    2011-07-02 19:24:35 [INFO] WorldGuard: (Mcwar World) Lighters are PERMITTED.
    2011-07-02 19:24:35 [INFO] WorldGuard: (Mcwar World) Lava fire is blocked.
    2011-07-02 19:24:35 [INFO] WorldGuard: (Mcwar World) Fire spread is UNRESTRICTED.
    2011-07-02 19:24:35 [INFO] WorldGuard: Loaded configuration for world 'Mcwar World"
    2011-07-02 19:24:35 [INFO] WorldGuard: 15 regions loaded for 'Mcwar World'
    2011-07-02 19:24:35 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-07-02 19:24:35 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    2011-07-02 19:24:35 [INFO] Found Diamonds STARTED
    2011-07-02 19:24:35 [INFO] [MYWARP] [MYWARP]: 29 warps loaded
    2011-07-02 19:24:35 [INFO] [MYWARP] Permissions enabled using: Permissions v3.1.6
    2011-07-02 19:24:36 [INFO] [MYWARP] Help plugin support enabled.
    2011-07-02 19:24:36 [INFO] [MYWARP] MyWarp 2.0 enabled
    2011-07-02 19:24:36 [INFO] Commands Logging version 1.1 is enabled!
    2011-07-02 19:24:36 [INFO] MCBans: mcbans version 2.9.1 is enabled!
    2011-07-02 19:24:36 [INFO] MCBans: Checking for premium!
    2011-07-02 19:24:36 [INFO] MCBans: Server NOT premium!
    2011-07-02 19:24:36 [INFO] Loading Config File...
    2011-07-02 19:24:37 [INFO] [mcMMO] Permissions enabled.
    2011-07-02 19:24:37 [INFO] mcMMO version 1.0.26 is enabled!
    2011-07-02 19:24:37 [INFO] BorderGuard version 3.1 is enabled!
    2011-07-02 19:24:37 [INFO] AfkKick version 1.4 is enabled with permissions!
    2011-07-02 19:24:37 [INFO] [NoCheat] version [1.06] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-07-02 19:24:37 [INFO] [NoCheat] version [1.06] is enabled with the following checks: moving speedhack airbuild bogusitems flying fakesneak fastswim
    2011-07-02 19:24:37 [INFO] Done (0.452s)! For help, type "help" or "?"
    2011-07-02 19:24:37 [INFO] [FalseBook Block] 0 Areas loaded.
    2011-07-02 19:24:37 [INFO] [FalseBook Block] 1 Bridges successfully loaded.
    2011-07-02 19:24:37 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-07-02 19:24:37 [INFO] [FalseBook Block] Gates successfully loaded.
    2011-07-02 19:24:37 [INFO] [FalseBook IC] No Transmitters loaded.
    2011-07-02 19:24:37 [INFO] [FalseBook IC] No Receivers loaded.
    2011-07-02 19:24:37 [INFO] [FalseBook IC] No Sensors loaded.
     
  26. Offline

    Jeyge

    @Fob_Upset
    Without the actual command you typed, all I can do is type that which I already know works and it did work for me. I hadn't updated to CB 953 yet so that was the first thing I did.
     
  27. Offline

    Sethimine

    When I attempt to run with permissions, this is what I get:

    Code:
    15:23:32 [INFO] Entities enhanced[0] subclassed[1]
    15:23:33 [SEVERE] expected '<document start>', but found BlockMappingStart
     in "<reader>", line 2, column 5:
            users:
            ^
    
    15:23:33 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentSta
    rt.produce(ParserImpl.java:233)
    15:23:33 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:163)
    15:23:33 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:148)
    15:23:33 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:108)
    15:23:33 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:124)
    15:23:33 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    15:23:33 [SEVERE]       at org.bukkit.util.config.Configuration.load(Configurati
    on.java:82)
    15:23:33 [SEVERE]       at com.nijiko.data.YamlUserStorage.performConversion(Yam
    lUserStorage.java:35)
    15:23:33 [SEVERE]       at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
    e.java:30)
    15:23:33 [SEVERE]       at com.nijiko.data.YamlCreator.getUserStorage(YamlCreato
    r.java:33)
    15:23:33 [SEVERE]       at com.nijiko.data.StorageFactory.getUserStorage(Storage
    Factory.java:76)
    15:23:33 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:95)
    15:23:33 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:86)
    15:23:33 [SEVERE]       at com.nijiko.permissions.ModularControl.load(ModularCon
    trol.java:114)
    15:23:33 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:181)
    15:23:33 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:133)
    15:23:33 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:121)
    15:23:33 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer
    .java:89)
    15:23:33 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.<init
    >(ServerConfigurationManager.java:51)
    15:23:33 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:132)
    15:23:33 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:335)
    15:23:33 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    15:23:33 [SEVERE] [Permissions] Unable to load permission data.
    15:23:33 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    15:23:33 [INFO] [Permissions] (Yeti) was initialized.
    15:23:33 [INFO] [Permissions] (Yeti) disabled successfully.
    15:23:33 [INFO] Preparing level "Otwopia"
    15:23:33 [INFO] Preparing start region for level 0 (Seed: -1912301210514442310)
    15:23:34 [INFO] Preparing spawn area: 97%
    15:23:34 [INFO] Preparing start region for level 1 (Seed: -1912301210514442310)
    15:23:35 [INFO] CommandBook 1.5.2-customized enabled.
    15:23:35 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some feat
    ures have been disabled to be compatible with poorly written server wrappers.
    15:23:35 [INFO] CommandBook: 0 banned name(s) loaded.
    15:23:35 [INFO] CommandBook: 1 kit(s) loaded.
    15:23:35 [INFO] CommandBook: No known permissions plugin detected. Using configu
    ration file for permissions.
    15:23:35 [INFO] [PortalStick] 1 region(s) loaded
    15:23:35 [INFO] [PortalStick] 0 grill(s) loaded
    15:23:35 [SEVERE] Error occurred while enabling PortalStick v2.3.1 (Is it up to
    date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
            at com.matejdro.bukkit.portalstick.util.Permission.<init>(Permission.jav
    a:25)
            at com.matejdro.bukkit.portalstick.PortalStick.onEnable(PortalStick.java
    :86)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:857)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:264)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136
    )
            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(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            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(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 12 more
    15:23:35 [SEVERE] Error occurred while enabling Prefixer v2.4 (Is it up to date?
    ): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
            at com.sparkedia.valrix.Prefixer.Prefixer.onEnable(Prefixer.java:158)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:857)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:264)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136
    )
            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(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            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(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 11 more
    15:23:35 [SEVERE] Error occurred while enabling SimpleAdmin v2.0 (Is it up to da
    te?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
            at me.captain.SimpleAdmin.SimpleAdmin.setupPermissions(SimpleAdmin.java:
    53)
            at me.captain.SimpleAdmin.SimpleAdmin.onEnable(SimpleAdmin.java:222)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:857)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:264)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136
    )
            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(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            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(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 12 more
    15:23:35 [INFO] WorldEdit 4.6 enabled.
    15:23:35 [INFO] WorldEdit: No known permissions plugin detected. Using configura
    tion file for permissions.
    
     
  28. Offline

    khamseen_air

    @Jeyge Thanks for the tip, wasn't Help causing it, but using the instructions to fix that allowed me to find which plugin it was, MyHome 1.9.5 was causing the illegal access error, I've edited it's manifest as per the instructions for fixing help and it has solved my problem.

    @poke722 You may wish to check that one too. :)
     
  29. Offline

    Jeyge

    @Sethimine
    users: should start in column 1 and not column 5. Sounds like you may have some spacing problems. Post your permissions yml files if you need more assistance.
     
  30. Offline

    Sethimine

  31. Offline

    Jeyge

    @Sethimine
    You are missing a closing quote on line 71 in your globalgroups.yml file. You need to delete the {} at the top of your globalusers.yml file and line 13 needs to be pulled back 4 spaces to column 5.
     
Thread Status:
Not open for further replies.

Share This Page