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

    embty

    Groups colors are just disappearing all the time after updating to 3.
     
  3. Offline

    Maxis010

    Check what plugin you are using to provide the colours, I've just installed a very simple plugin called nChat and it worked right off the bat
     
  4. Offline

    Theborg

    So how to write into the latest SQL version?
    Could the transfers be updated for moving towards the latest tables? Preferably also taking the 3.* yaml.
    I'd love you guys for it.
     
  5. Offline

    embty

    It works for a moment then colors start disappearing. and the users.yml starts deleting the user I put to write the new ppl who join the server.
     
  6. Offline

    L5D

    Default group with mysql doesn't run whit perms.
    we do to pr pseudo parents add Default to get default perms.

    Possibly fix ?
     
  7. Offline

    Maxis010

    Can't help you then, I don't know what is causing this as the closest I've got to my files being reset is them being ignored, I had missed the users: from the start of the file but it just appended the correct entry to the end of my files

    Are you sure that the user running your server has access to those files, I don't know about Windows but for linux I've ensured that my start scripts make the files writeable and owned by the correct user and group
    If you are running Vista or 7 then don't you have that pain in the arse security, that might be causing problems (XP user)
     
  8. Offline

    Peps

    Whenever anyone other than admin who has "*" right clicks it works yet says "You do not have permission to do this" on their screen.
    CB Build 860 w/ Permissions 3.1.5
     
  9. Offline

    Zoranny

    Hi,

    please are fast.

    I have a BIG PROBLEM, ll user can made /god(WorldEdit/WorldGuard) but that ISN't in the Permission of my users, pls help.
     
  10. Offline

    maximemoring

    I have permissions 2.7.2 with PermissionsPlus and everything is set up, but the prefixes(ex:'&C[Admin]')
    won't work for any of the groups. Is there a reason why it doesn't?
     
  11. Offline

    xXNeMeSiSXx

    HELP PLS
     
  12. Offline

    Selryam

    I just downloaded this from 2.7.2, and loving it. First, I thought it would be very difficult to take the permission nodes from 2.7.2, but nope, it was very easy; thanks to a youtube tutorial. I like the global yml files very much. Great job, and keep on mining!
     
  13. Offline

    Maxis010

    You are running a chat plugin to manage the prefixes aren't you?
    If not then I recommend nChat
     
  14. Offline

    Jaker232

    The only flaw since I got no error in the console is the users file keeps resetting on me. I have to work around this bug by using /op Jaker232 in the console.

    Any bug-fixes?

    Running Permissions 3.1.5b on CB RB 860
     
  15. Offline

    Avous

    @TheYeti @rcjrrjcr

    I keep getting this error spammed in my log and permissions wont work. I never had a problem with 2.0 just 3.0 heres the error. the groups and users are set up correctly no tabs ect. it ONLY does this with some plugins that are already 3.0 compatible. like Worldedit... 100% compatible and it throws this error :p same for many other plugins

    heres the error.
    Code:
    2011-06-22 15:55:58 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$RefreshTask from class com.nijiko.permissions.ModularControl
    2011-06-22 15:55:58 [SEVERE] 	at com.nijiko.permissions.ModularControl.<clinit>(ModularControl.java:45)
    2011-06-22 15:55:58 [SEVERE] 	at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:184)
    2011-06-22 15:55:58 [SEVERE] 	at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:139)
    2011-06-22 15:55:58 [SEVERE] 	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    2011-06-22 15:55:58 [SEVERE] 	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-22 15:55:58 [SEVERE] 	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-22 15:55:58 [SEVERE] 	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-22 15:55:58 [SEVERE] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-06-22 15:55:58 [SEVERE] 	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-22 15:55:58 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-22 15:55:58 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
     
  16. I'd be nice if there's a command to add or remove groups directly. I don't have a promote/demote track system that works, as my permissions tree is more like a permissions hedge. I use groups to give permissions for different regions using EpicZones, so the player group is their town.
     
  17. Offline

    Maxis010

    /pr username parents add groupname
    Change add to remove to remove someone from a group
     
  18. Offline

    Avous

    :confused:You just solved all my problems :confused: A KING AMONG MEN!
     
  19. Offline

    DJ_Idol

    Ok, I've tried changing Permissions.jar to aPermissions.jar, tried deleting PermissionsSQL.jar (Re-added cause that didn't work), and I've tried deleting my users.yml/groups.yml from my world folder, re-uploading the default ones that come in the .zip, that didn't work. Can anyone tell me if there's SOMEHOW a formatting error or something here? It tells me I have no permissions, although I do.

    Here's my server.log, no errors at all, till the very end when I tried to use the /npc help Citizens command:

    Show Spoiler

    Code:
    2011-06-22 15:59:48 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-22 15:59:48 [INFO] Loading properties
    2011-06-22 15:59:48 [INFO] Starting Minecraft server on 69.162.110.39:25565
    2011-06-22 15:59:48 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-823-gb9d0b04-b860jnks (MC: 1.6.6)
    2011-06-22 15:59:48 [INFO] Preparing level "world"
    2011-06-22 15:59:48 [INFO] Preparing start region for level 0
    2011-06-22 15:59:49 [INFO] Preparing spawn area: 16%
    2011-06-22 15:59:50 [INFO] Preparing spawn area: 24%
    2011-06-22 15:59:51 [INFO] Preparing spawn area: 36%
    2011-06-22 15:59:52 [INFO] Preparing spawn area: 48%
    2011-06-22 15:59:53 [INFO] Preparing spawn area: 97%
    2011-06-22 15:59:53 [INFO] Preparing start region for level 1
    2011-06-22 15:59:54 [INFO] Starting Minequery server on 69.162.110.39:25566
    2011-06-22 15:59:54 [INFO] DataSourcePool [MinecartManiaCore] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-06-22 15:59:54 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-22 15:59:54 [INFO] Entities enhanced[0] subclassed[2]
    2011-06-22 15:59:55 [INFO] DataSourcePool [MinecartManiaSignCommands] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-06-22 15:59:55 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-22 15:59:55 [INFO] Entities enhanced[0] subclassed[2]
    2011-06-22 15:59:55 [INFO] LWC	Loading shared objects
    2011-06-22 15:59:55 [INFO] Cache	Protection cache: 0/10000
    2011-06-22 15:59:55 [INFO] LWC	Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
    2011-06-22 15:59:55 [INFO] [Permissions] (Phoenix) was Initialized.
    2011-06-22 15:59:55 [INFO] [General-0.0] Loaded.
    2011-06-22 15:59:55 [INFO] Lottery version 0.4.3 is enabled
    2011-06-22 15:59:55 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    2011-06-22 15:59:55 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.8 is enabled!
    2011-06-22 15:59:55 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    2011-06-22 15:59:55 [INFO] Big Catch version 0.5 is enabled.
    2011-06-22 15:59:55 [INFO] Backup v1.6 was sucessfully loaded!
    2011-06-22 15:59:55 [WARNING] [AutoSave] UNKNOWN SERVER VERSION: It has NOT been tested and AutoSave MAY NOT function properly: git-Bukkit-0.0.0-823-gb9d0b04-b860jnks (MC: 1.6.6)
    2011-06-22 15:59:55 [INFO] [AutoSave] Loading config file
    2011-06-22 15:59:55 [INFO] [AutoSave] Version 1.3.0 is enabled: 3b53a428-5cad-4899-8827-3146fee8f58c
    2011-06-22 15:59:55 [INFO] [Minecart Mania] Permissions detected. Using permissions.
    2011-06-22 15:59:55 [INFO] [Minecart Mania] MinecartManiaAdminControls version 1.2.7 is enabled!
    2011-06-22 15:59:56 [INFO] MagicSpells v0.6.2 loaded!
    2011-06-22 15:59:56 [INFO] [DynamicMarket] version [v0.4.8.N3X15.1] (Shaniqua) enabled
    2011-06-22 15:59:56 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.2.5 is enabled!
    2011-06-22 15:59:56 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-06-22 15:59:56 [INFO] mcSimpleMail[0.89] is enabled
    2011-06-22 15:59:56 [WARNING] [General-3.4.2] An error occured: either general.kits does not exist or it could not be read; kits ignored
    2011-06-22 15:59:56 [INFO] [Permissions] version [3.1.5] (Phoenix)  loaded
    2011-06-22 15:59:56 [INFO] [HeroChat] Permissions 3.1.5 found.
    2011-06-22 15:59:56 [INFO] [DynamicMarket] Successfully linked with Permissions.
    2011-06-22 15:59:56 [INFO] [General-3.4.2]  Using [Permissions 3.1.5] for permissions.
    2011-06-22 15:59:56 [INFO] [General-3.4.2] [Codename: Hindemith] Plugin successfully loaded!
    2011-06-22 15:59:56 [WARNING] [General-3.4.2] [Help] isn't detected. No /help support; instead use /general help
    2011-06-22 15:59:56 [INFO] [Performance Tweaks] Version 0.08 enabled.
    2011-06-22 15:59:56 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "world"
    2011-06-22 15:59:56 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "world_nether"
    2011-06-22 15:59:56 [INFO] [Performance Tweaks] Chunk Life Time: 300000ms
    2011-06-22 15:59:56 [INFO] [Performance Tweaks] Chunk Prune Time: 5000ms
    2011-06-22 15:59:56 [INFO] [Performance Tweaks] Monster Limit set to 0
    2011-06-22 15:59:56 [INFO] [Performance Tweaks] Monster Limiter:
    2011-06-22 15:59:56 [INFO] [Performance Tweaks]  	"world":
    2011-06-22 15:59:56 [INFO] [Performance Tweaks]  		Max Monsters: 2500
    2011-06-22 15:59:56 [INFO] [Performance Tweaks]  		Allow Monsters: true
    2011-06-22 15:59:56 [INFO] [Performance Tweaks]  		Allow Animals: true
    2011-06-22 15:59:56 [INFO] [Performance Tweaks]  	"world_nether":
    2011-06-22 15:59:56 [INFO] [Performance Tweaks]  		Max Monsters: 2500
    2011-06-22 15:59:56 [INFO] [Performance Tweaks]  		Allow Monsters: true
    2011-06-22 15:59:56 [INFO] [Performance Tweaks]  		Allow Animals: true
    2011-06-22 15:59:56 [INFO] [iConomy] Logging is currently disabled.
    2011-06-22 15:59:56 [INFO] [iConomy] v5.0 (Eruanna) loaded.
    2011-06-22 15:59:56 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-06-22 15:59:56 [INFO] [DynamicMarket] iConomy connected.
    2011-06-22 15:59:56 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:56 [INFO] [iConomy] hooked into Permissions.
    2011-06-22 15:59:56 [INFO] [Minecart Mania] MinecartManiaAutocart version 1.2.2 is enabled!
    2011-06-22 15:59:56 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:56 [INFO] [NPC-Quester]: Setting up config files
    2011-06-22 15:59:56 [INFO] [NPC-Quester]: Config file found!
    2011-06-22 15:59:56 [INFO] [NPC-Quester]: Players file found!
    2011-06-22 15:59:56 [INFO] [NPC-Quester]: Permissions detected
    2011-06-22 15:59:56 [INFO] [NPC-Quester]: Players branch is empty, ignoring.
    2011-06-22 15:59:56 [INFO] [NPC-Quester]: Players completed branch is empty, ignoring.
    2011-06-22 15:59:56 [INFO] [NPC-Quester]: enabled
    2011-06-22 15:59:56 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:56 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:56 [INFO] [MyPlugin] hooked into iConomy.
    2011-06-22 15:59:56 [INFO] [FishPeople] version 1.6 is enabled!
    2011-06-22 15:59:56 [INFO] [FishPeople] using permissions
    2011-06-22 15:59:56 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:56 [INFO] FalseBookExtra v0.86.2alpha by GeMo enabled
    2011-06-22 15:59:56 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:56 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.2.8 is enabled!
    2011-06-22 15:59:56 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:56 [INFO] [MagicCarpet] MagicCarpet version 1.5.5 is enabled!
    2011-06-22 15:59:56 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc. 
    2011-06-22 15:59:56 [INFO] [MagicCarpet] Using Permissions.
    2011-06-22 15:59:56 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:56 [INFO] Loading Config File...
    2011-06-22 15:59:57 [INFO] [mcMMO] Permissions enabled.
    2011-06-22 15:59:57 [INFO] mcMMO version 1.0.23 is enabled!
    2011-06-22 15:59:57 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:57 [INFO] Armor version 1.2 is enabled. If you updated Armor from 1.1 to 1.2 please delete the config file!
    2011-06-22 15:59:57 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:57 [INFO] [FalseBook Core] FalseBookCore v0.86.2alpha by GeMo enabled!
    2011-06-22 15:59:57 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:57 [INFO] [AutoAnnouncer] Permissions support enabled!
    2011-06-22 15:59:57 [INFO] [AutoAnnouncer] Settings Loaded (9 announces).
    2011-06-22 15:59:57 [INFO] [AutoAnnouncer] Scheduled every 5 minutes!
    2011-06-22 15:59:57 [INFO] [AutoAnnouncer] v1.2-05.01 is enabled!
    2011-06-22 15:59:57 [INFO] [AutoAnnouncer] Developed by: [Sharkiller]
    2011-06-22 15:59:57 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:57 [INFO] [MobLoot] v2.01 (Beryllium) enabled.
    2011-06-22 15:59:57 [INFO] [MobLoot] Developed by: [Mattera, Steven (IchigoKyger)].
    2011-06-22 15:59:57 [INFO] [MobLoot] hooked into Permissions/GroupManager.
    2011-06-22 15:59:57 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:57 [INFO] [HeroBounty] HeroBounty version 1.8.0 enabled.
    2011-06-22 15:59:57 [INFO] [HeroBounty] Permissions 2.7.2 found.
    2011-06-22 15:59:57 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:57 [INFO] [HeroBounty] Payment method found (iConomy version: 5)
    2011-06-22 15:59:57 [INFO] MCBans: mcbans version 2.9.1 is enabled!
    2011-06-22 15:59:57 [INFO] MCBans: Voting enabled!
    2011-06-22 15:59:57 [INFO] MCBans: Debug mode active!
    2011-06-22 15:59:57 [INFO] MCBans: Checking for premium!
    2011-06-22 15:59:57 [INFO] MCBans: Server NOT premium!
    2011-06-22 15:59:57 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:57 [INFO] [Minecart Mania] MinecartManiaStation version 1.2.5 is enabled!
    2011-06-22 15:59:57 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:57 [INFO] [DataLog] Starting DataLog initiation process...
    2011-06-22 15:59:57 [INFO] [DataLog] Using Permissions for user permissions
    2011-06-22 15:59:57 [INFO] [DataLog] Version 1.0.3 enabled!
    2011-06-22 15:59:57 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:57 [INFO] Turnstile 1.8 is enabled!
    2011-06-22 15:59:57 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:57 [INFO] [Turnstile] Successfully linked with Permissions!
    2011-06-22 15:59:57 [INFO] [Turnstile] Successfully linked with iConomy 5!
    2011-06-22 15:59:57 [INFO] WorldEdit 4.6 enabled.
    2011-06-22 15:59:57 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-22 15:59:57 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:57 [INFO] [FalseBook Block] 3100 Books loaded!
    2011-06-22 15:59:57 [INFO] FalseBookBlock v0.86.2alpha by GeMo enabled
    2011-06-22 15:59:57 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-06-22 15:59:57 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:57 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-22 15:59:57 [INFO] WorldGuard: (world) Single session is enforced.
    2011-06-22 15:59:57 [INFO] WorldGuard: (world) TNT ignition is blocked.
    2011-06-22 15:59:57 [INFO] WorldGuard: (world) Lighters are blocked.
    2011-06-22 15:59:57 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-06-22 15:59:57 [INFO] WorldGuard: (world) All fire spread is disabled.
    2011-06-22 15:59:57 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-06-22 15:59:57 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-06-22 15:59:57 [INFO] WorldGuard: (world_nether) TNT ignition is blocked.
    2011-06-22 15:59:57 [INFO] WorldGuard: (world_nether) Lighters are blocked.
    2011-06-22 15:59:57 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-06-22 15:59:57 [INFO] WorldGuard: (world_nether) All fire spread is disabled.
    2011-06-22 15:59:57 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-06-22 15:59:57 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-06-22 15:59:57 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:57 [INFO] LWC	Loaded 134 locale strings (0 overrides)
    2011-06-22 15:59:57 [INFO] LWC	Using Permissions API...
    2011-06-22 15:59:57 [INFO] LWC	Loading MySQL
    2011-06-22 15:59:58 [INFO] MySQL	Using: Mysql-connector-java-5.1.14 ( Revision: ${bzr.revision-id} )
    2011-06-22 15:59:58 [INFO] PhysDB	Precached 0 protections.
    2011-06-22 15:59:58 [INFO] LWC	At version: v3.11
    2011-06-22 15:59:58 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:58 [INFO] FalseBookIC v0.86.2alpha by GeMo enabled
    2011-06-22 15:59:58 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:58 [INFO] [MobBounty] v4.02 (Oxygen) enabled.
    2011-06-22 15:59:58 [INFO] [MobBounty] Developed by: [Mattera, Steven (IchigoKyger)].
    2011-06-22 15:59:58 [INFO] [MobBounty] Special Thanks to: nijikokun for the Register API.
    2011-06-22 15:59:58 [INFO] [MobBounty] Config loaded.
    2011-06-22 15:59:58 [INFO] [MobBounty] Permission plugin was found (Permissions v3.1.5).
    2011-06-22 15:59:58 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:58 [INFO] [MobBounty] Payment plugin was found (iConomy v5).
    2011-06-22 15:59:58 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
    2011-06-22 15:59:58 [INFO] [Towny] Using: Permissions, iConomy
    2011-06-22 15:59:58 [INFO] [Towny] Version: 0.68 - Mod Enabled
    2011-06-22 15:59:58 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:58 [INFO] [iAuction] (version 3.2) is enabled!
    2011-06-22 15:59:58 [INFO] [iAuction]Herochat system has enabled properly!
    2011-06-22 15:59:58 [INFO] [iAuction] Permissions support enabled!
    2011-06-22 15:59:58 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:58 [INFO] LastSeen: Enabled
    2011-06-22 15:59:58 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:58 [INFO] [uQuest] Loaded with Flatfile!
    2011-06-22 15:59:58 [INFO] [uQuest] v1.5 enabled! With 53 quests loaded!
    2011-06-22 15:59:58 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:58 [INFO] NaturalGiants version 1.3 is enabled!
    2011-06-22 15:59:58 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:58 [INFO] BorderGuard version 3.1 is enabled!
    2011-06-22 15:59:58 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:58 [INFO] [nSpleef] Hooked into Permissions 3.1.5
    2011-06-22 15:59:58 [INFO] nSpleef version 0.4.2 is enabled!
    2011-06-22 15:59:58 [INFO] [nSpleef] Economy plugin found (iConomy version: 5)
    2011-06-22 15:59:58 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:58 [INFO] [Citizens]: version [1.0.8h] (Realist) loaded
    2011-06-22 15:59:58 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:58 [INFO] [Citizens]: Permissions enabled.
    2011-06-22 15:59:58 [INFO] [Citizens]: Payment method found (iConomy version: 5)
    2011-06-22 15:59:58 [INFO] [Permissions] SQL Interface enabled!
    2011-06-22 15:59:58 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:58 [INFO] [Citizens]: Permissions enabled.
    2011-06-22 15:59:58 [INFO] [NoCheat] version [1.05] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-06-22 15:59:58 [INFO] [NoCheat] version [1.05] is enabled with the following checks: moving bedteleport speedhack flying fastswim 
    2011-06-22 15:59:58 [INFO] [DynamicMarket] hooked into iConomy.
    2011-06-22 15:59:58 [INFO] [Citizens]: Permissions enabled.
    2011-06-22 15:59:58 [INFO] Done (0.967s)! For help, type "help" or "?"
    2011-06-22 15:59:58 [INFO] [FalseBook Block] 0 Areas loaded.
    2011-06-22 15:59:58 [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    2011-06-22 15:59:58 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-06-22 15:59:58 [INFO] [FalseBook Block] Gates successfully loaded.
    2011-06-22 15:59:58 [INFO] [FalseBook IC] No Transmitters loaded.
    2011-06-22 15:59:58 [INFO] [FalseBook IC] No Receivers loaded.
    2011-06-22 15:59:58 [INFO] [FalseBook IC] No Sensors loaded.
    2011-06-22 15:59:58 [INFO] [nSpleef] Arenas loaded!
    2011-06-22 15:59:58 [INFO] [Citizens]: Loaded 0 NPCs.
    2011-06-22 15:59:59 [INFO] MCBans: Sent From: Console .::. Potential Login
    2011-06-22 15:59:59 [INFO] MCBans: Sent From: Console .::. Player triggered prelogin event!
    2011-06-22 15:59:59 [INFO] MCBans: Sent From: Console .::. Online Mode.
    2011-06-22 15:59:59 [INFO] MCBans: Sent From: Console .::. Player check with mcbans.com started.
    2011-06-22 15:59:59 [INFO] MCBans: Sent From: Console .::. Recieved reply.
    2011-06-22 15:59:59 [INFO] MCBans: Sent From: Console .::. Check completed!
    2011-06-22 15:59:59 [INFO] DJ_Idol [/71.123.137.24:50847] logged in with entity id 337 at ([ world] -41.03125, 65.0, -13.625)
    2011-06-22 16:00:00 [INFO] MCBans: Sent From: Console .::. JSON ERROR
    2011-06-22 16:00:00 [INFO] [AutoSave] AutoSaveThread Started: Interval is 1800 seconds, Warn Times are 0
    2011-06-22 16:00:03 [INFO] [uQuest] Successfully linked with iConomy.
    2011-06-22 16:00:03 [INFO] [uQuest] Successfully linked with Permissions.
    2011-06-22 16:00:04 [INFO] [NPC-Quester] Total quests: 53
    2011-06-22 16:04:58 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-06-22 16:05:11 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'npc' in plugin Citizens v1.0.8
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:287)
    	at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:712)
    	at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:678)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:671)
    	at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    	at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    	at com.fullwall.Citizens.Permission.canUse(Permission.java:70)
    	at com.fullwall.Citizens.Commands.CommandExecutors.BasicExecutor.onCommand(BasicExecutor.java:352)
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    	... 12 more
    2011-06-22 16:05:41 [INFO] null
    2011-06-22 16:05:41 [INFO] null
    2011-06-22 16:05:41 [INFO] null
    2011-06-22 16:05:41 [INFO] null
    


    2011-06-22 16:05:41 [INFO] [g] DJ_Idol: test
    groups.yml:
    Code:
    ##        
    # AntiBuild is included with this.  To disable a group from being able to build then
    # set the build: flag to false (build: false).  If you want a group to be able to build
    # then set it to true. 
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'foo.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-foo.bar'
    ##
    #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #   such as iChat or HeroChat in order for these to do anything.
    groups:
        Default:
            default: true
            info:
                prefix: '&f[Citizen]'
                suffix: ''
                build: true
            inheritance:
            permissions:
        Admins:
            default: false
            info:
                prefix: '&f[&9Guard&f]'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    users.yml:

    Code:
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can have a prefix and suffix of their own.
    ##
    users:
        TheSasquatch:
            groups:
                - Admins
            permissions:
        DJ_Idol:
            info:
                prefix: '&f[&cCaptain&f]'
            groups: 
                - Admins
            permissions:
        DeusEgo:
            groups: 
                - Admins
            permissions:
    
     
  20. Offline

    MattG

    Has anyone else had issues with building. I set build: true for each group, and set the users to the group, and they can't build. Checked, nothing to do with essentials. When I disable Permissions it is gone. I am op. Is anyone else having this issue?
     
    blindsarcasm likes this.
  21. Offline

    travman11

    This is my error
    Code:
    17:03:52 [SEVERE] expected '<document start>', but found BlockMappingStart
     in "<reader>", line 11, column 1:
        users:
        ^
    
    17:03:52 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentStart.produce(ParserImpl.java:233)
    17:03:52 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    17:03:52 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    17:03:52 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:108)
    17:03:52 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    17:03:52 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    17:03:52 [SEVERE]     at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:54)
    17:03:52 [SEVERE]     at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorage.java:31)
    17:03:52 [SEVERE]     at com.nijiko.data.YamlCreator.getUserStorage(YamlCreator.java:34)
    17:03:52 [SEVERE]     at com.nijiko.data.StorageFactory.getUserStorage(StorageFactory.java:76)
    17:03:52 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:92)
    17:03:52 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:84)
    17:03:52 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:105)
    17:03:52 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:186)
    17:03:52 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:139)
    17:03:52 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    17:03:52 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    17:03:52 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    17:03:52 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    17:03:52 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    17:03:52 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    17:03:52 [SEVERE] [Permissions] Unable to load permission data.
    17:03:52 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    17:03:52 [INFO] [Permissions] (Yeti) was initialized.
    17:03:52 [INFO] [Permissions] (Yeti) disabled successfully.
    17:03:52 [INFO] [Permissions] (Yeti) disabled successfully.
    17:03:52 [SEVERE] Error occurred while enabling VanishNoPickup v1.9.9 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at com.nilla.vanishnopickup.VanishNoPickup.setupPermissions(VanishNoPickup.java:116)
        at com.nilla.vanishnopickup.VanishNoPickup.onEnable(VanishNoPickup.java:69)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        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:307)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        ... 12 more
    17:03:52 [INFO] WorldEdit 4.6 enabled.
    17:03:52 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    17:03:52 [INFO] Done (0.148s)! For help, type "help" or "?"
     
  22. Offline

    Oliver200666

    I keep getting this error, it only occurs when i add more plugins, i added 1 and this occured, at first i thought it was a problem with the plugin i added however i tried many other plugins and the same error kept coming up. I have no idea what to do. This is my error:
    Code:
    [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$RefreshTask from class com.nijiko.permissions.ModularControl
    2011-06-21 20:40:38 [SEVERE]     at com.nijiko.permissions.ModularControl.<clinit>(ModularControl.java:45)
    2011-06-21 20:40:38 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:184)
    2011-06-21 20:40:38 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:139)
    2011-06-21 20:40:38 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    2011-06-21 20:40:38 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:345)
    2011-06-21 20:40:38 [SEVERE]     at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:247)
    2011-06-21 20:40:38 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    2011-06-21 20:40:38 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:279)
    2011-06-21 20:40:38 [SEVERE]     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:428)
    2011-06-21 20:40:38 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:413)
    2011-06-21 20:40:38 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    2011-06-21 20:40:38 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-21 20:40:38 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-21 20:40:38 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    I tried making a new server and re-installing all my plugins but the same thing happens, im not sure what to do so if anyone could help that would be great.
     
  23. Offline

    KiloWhiskey

    Yeah, I just downloaded permissions 3.x today and every time I start the server I get..
    Code:
    2011-06-22 16:34:16 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$RefreshTask from class com.nijiko.permissions.ModularControl
    2011-06-22 16:34:16 [SEVERE]     at com.nijiko.permissions.ModularControl.<clinit>(ModularControl.java:45)
    2011-06-22 16:34:16 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:184)
    2011-06-22 16:34:16 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:139)
    2011-06-22 16:34:16 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    2011-06-22 16:34:16 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-22 16:34:16 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-22 16:34:16 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-22 16:34:16 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-06-22 16:34:16 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-22 16:34:16 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-22 16:34:16 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-06-22 16:34:16 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-22 16:34:16 [INFO] [Permissions] (Yeti) disabled successfully.
    I've tried just about everything I can think of. All of the other plugins seem to think permissions is loaded, but my permissions files fail so none of the plugins actually work and players show up with <name> instead of the set ichat configuration or their prefix/suffix info.

    Tested against 917, 860 and then 818 (in case something in 818+ broke it, though it didn't affect any other plugins)
     
  24. Offline

    Tagz

    I haven't been able to find if there is an answer to this question:

    Is it possible to just promote someone with a command to the globalusers.yml instead of for each world?

    Thanks
     
  25. Offline

    ubentobox

    SOLVED
    Turns out having duplicate entries in global and local was causing this issue. I am using ONLY global privs and everything is working fine.



    I am still having an unknown issue with my permissions at the moment. The error log snippet is located below, with links to pastebin of my files in question in full below that.

    Code:
    2011-06-22 18:07:04 [SEVERE] while parsing a block collection
     in "<reader>", line 94, column 13:
                    - 'glizer.comment.comment'
                    ^
    expected <block end>, but found Scalar
     in "<reader>", line 123, column 16:
                    - 'jobs.join.*'
                       ^
    
    2011-06-22 18:07:04 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:520)
    2011-06-22 18:07:04 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-06-22 18:07:04 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-06-22 18:07:04 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    2011-06-22 18:07:04 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    2011-06-22 18:07:04 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-06-22 18:07:04 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-06-22 18:07:04 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-06-22 18:07:04 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-06-22 18:07:04 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-06-22 18:07:04 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-06-22 18:07:04 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-06-22 18:07:04 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-06-22 18:07:04 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-06-22 18:07:04 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-06-22 18:07:04 [SEVERE]     at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:54)
    2011-06-22 18:07:04 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:178)
    2011-06-22 18:07:04 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:29)
    2011-06-22 18:07:04 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:58)
    2011-06-22 18:07:04 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    2011-06-22 18:07:04 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:93)
    2011-06-22 18:07:04 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:84)
    2011-06-22 18:07:04 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:105)
    2011-06-22 18:07:04 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:186)
    2011-06-22 18:07:04 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:139)
    2011-06-22 18:07:04 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    2011-06-22 18:07:04 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-22 18:07:04 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-22 18:07:04 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-22 18:07:04 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-06-22 18:07:04 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-22 18:07:04 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-22 18:07:04 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-06-22 18:07:04 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-22 18:07:04 [INFO] [Factions v1.3.1] === INIT START ===
    2011-06-22 18:07:04 [INFO] [Factions v1.3.1] Loading conf from disk
    2011-06-22 18:07:04 [INFO] [Factions v1.3.1] Loading players from disk
    2011-06-22 18:07:04 [INFO] [Factions v1.3.1] Loading factions from disk
    2011-06-22 18:07:04 [INFO] [Factions v1.3.1] Loading board from disk
    2011-06-22 18:07:04 [INFO] [Factions v1.3.1] Found and will use plugin Permissions v3.1.5
    2011-06-22 18:07:04 [INFO] [Factions v1.3.1] === INIT DONE (Took 104ms) ===
    2011-06-22 18:07:04 [INFO] [MobileAdmin] Loading server stats.
    2011-06-22 18:07:04 [INFO] [MobileAdmin] Loading chat log.
    2011-06-22 18:07:04 [INFO] [MobileAdmin] Loading users.
    2011-06-22 18:07:04 [INFO] [MobileAdmin] Starting server...
    2011-06-22 18:07:04 [INFO] [MobileAdmin] Version 3.0 is enabled!
    2011-06-22 18:07:04 [INFO] [Permissions] (Yeti) disabled successfully.
    
    Full Error Log
    Permissions - GlobalGroups
    I have tried using global only as well as the opposite and both duplicated.
     
  26. Offline

    Gimlao

    The default group doesn't work... new users aren't in any groups... still no update to fix that ?
     
  27. Offline

    Maxis010

    Not yet but work is being done, if you follow the GitHub you can see the dev team pushing commit after commit
     
  28. Offline

    DJ_Idol

    Any ideas?

    Ok, I've finally figured it out after testing each plugin 1-by-1, mcSimpleMail v0.89 breaks Permissions...no idea why, I get no error in my server.log, but it completely breaks them. So, just a heads up to anyone having the same issue. I've told the plugin author, so hopefully he'll find a fix very soon!

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

    Maxis010

    2011-06-22 15:59:55 [INFO] [Permissions] (Phoenix) was Initialized.
    As this line indicates Permissions is loaded without error so this isn't a permissions problem
    The error is with the command /npc failing as part of Citizens so you might want to go ask over there, not here
    The only relation to Permissions is that the exception was triggered on a call to permissions, this still makes it a Citizens problem
     
  30. Offline

    travman11

    Code:
    17:03:52 [SEVERE] expected '<document start>', but found BlockMappingStart
     in "<reader>", line 11, column 1:
        users:
        ^
    
    17:03:52 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentStart.produce(ParserImpl.java:233)
    17:03:52 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    17:03:52 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    17:03:52 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:108)
    17:03:52 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    17:03:52 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    17:03:52 [SEVERE]     at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:54)
    17:03:52 [SEVERE]     at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorage.java:31)
    17:03:52 [SEVERE]     at com.nijiko.data.YamlCreator.getUserStorage(YamlCreator.java:34)
    17:03:52 [SEVERE]     at com.nijiko.data.StorageFactory.getUserStorage(StorageFactory.java:76)
    17:03:52 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:92)
    17:03:52 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:84)
    17:03:52 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:105)
    17:03:52 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:186)
    17:03:52 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:139)
    17:03:52 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    17:03:52 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    17:03:52 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    17:03:52 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    17:03:52 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    17:03:52 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    17:03:52 [SEVERE] [Permissions] Unable to load permission data.
    17:03:52 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    17:03:52 [INFO] [Permissions] (Yeti) was initialized.
    17:03:52 [INFO] [Permissions] (Yeti) disabled successfully.
    17:03:52 [INFO] [Permissions] (Yeti) disabled successfully.
    17:03:52 [SEVERE] Error occurred while enabling VanishNoPickup v1.9.9 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at com.nilla.vanishnopickup.VanishNoPickup.setupPermissions(VanishNoPickup.java:116)
        at com.nilla.vanishnopickup.VanishNoPickup.onEnable(VanishNoPickup.java:69)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        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:307)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        ... 12 more
    17:03:52 [INFO] WorldEdit 4.6 enabled.
    17:03:52 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    17:03:52 [INFO] Done (0.148s)! For help, type "help" or "?"
     
  31. Offline

    pitbully

    I am not a plugin developer and I do not know how to read error logs but I am not an idiot so if I get an error, I fix what is causing the error. I don't wine on a forum about a plugin not working. PERMISSIONS DOES WORK 100% OF THE TIME WHEN SET UP PROPERLY. (Excluding KNOWN bugs that will eventually be fixed...learn to work around them)

    If you don't want errors when running your servers with Permissions then:
    DO NOT use plugins that CONFLICT with Permissions.
    If a plugin is causing Permissions to Disable due to Errors, GET RID OF THAT PLUGIN.
    DO NOT use YAML at all costs. It is too dependant on FORMATTING. Get MySQL set up and learn how to use it. I posted some information on using MySQL with permissions. Use those if you are lost. Google how to set up MySQL. IDK... Teach yourself something? Do whatever it takes to get MySQL Set up for your server. It can only improve your server.
     
Thread Status:
Not open for further replies.

Share This Page