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

    mrgreaper

    were getting an error but the server seems fine, we added 3 new plugins, soon as we got the error we removed them but the error is still there! we deleted the permisions folder as a test and the error persisted ...ummm help?

    Code:
    2011-06-29 14:02:58 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-29 14:02:58 [INFO] Loading properties
    2011-06-29 14:02:58 [INFO] Starting Minecraft server on *:25565
    2011-06-29 14:02:58 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-892-ga9ddbaa-b935jnks (MC: 1.6.6)
    2011-06-29 14:02:58 [INFO] [LongGrass 3.3] initialized
    2011-06-29 14:02:58 [INFO] DataSourcePool [MinecartManiaCore] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-06-29 14:02:59 [INFO] DatabasePlatform name:MinecartManiaCore platform:mysql
    2011-06-29 14:02:59 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-29 14:02:59 [INFO] Entities enhanced[0] subclassed[2]
    2011-06-29 14:03:00 [INFO] [Armageddon 2.0] initialized
    2011-06-29 14:03:00 [INFO] DataSourcePool [ServerGoblins] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-06-29 14:03:00 [INFO] DatabasePlatform name:ServerGoblins platform:mysql
    2011-06-29 14:03:00 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-29 14:03:00 [INFO] Entities enhanced[0] subclassed[1]
    2011-06-29 14:03:01 [INFO] DataSourcePool [PreciousStones] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-06-29 14:03:01 [INFO] DatabasePlatform name:PreciousStones platform:mysql
    2011-06-29 14:03:01 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-29 14:03:02 [INFO] Entities enhanced[0] subclassed[6]
    2011-06-29 14:03:02 [INFO] DataSourcePool [MinecartManiaSignCommands] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-06-29 14:03:02 [INFO] DatabasePlatform name:MinecartManiaSignCommands platform:mysql
    2011-06-29 14:03:02 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-29 14:03:02 [INFO] Entities enhanced[0] subclassed[2]
    2011-06-29 14:03:02 [INFO] [BaseBukkitPlugin 1.0] initialized
    2011-06-29 14:03:02 [INFO] ControllerBlock: 1.18 by Hell_Fire
    2011-06-29 14:03:02 [INFO] ControllerBlock: Using IRON_BLOCK (42) as ControllerBlock, loaded 0 disallowed types from config
    2011-06-29 14:03:03 [SEVERE] java.lang.Exception: Freshly loaded world object does not exist!
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetGroup(ModularControl.java:455)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.getGrp(ModularControl.java:517)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.User.<init>(User.java:27)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.PermissionWorld.reload(PermissionWorld.java:62)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:98)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:114)
    2011-06-29 14:03:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-06-29 14:03:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-06-29 14:03:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-06-29 14:03:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-29 14:03:03 [SEVERE] java.lang.Exception: Freshly loaded world object does not exist!
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetGroup(ModularControl.java:455)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.getGrp(ModularControl.java:517)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.User.<init>(User.java:27)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.PermissionWorld.reload(PermissionWorld.java:62)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:98)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:114)
    2011-06-29 14:03:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-06-29 14:03:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-06-29 14:03:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-06-29 14:03:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-29 14:03:03 [SEVERE] java.lang.Exception: Freshly loaded world object does not exist!
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetGroup(ModularControl.java:455)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.getGrp(ModularControl.java:517)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.User.<init>(User.java:27)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.PermissionWorld.reload(PermissionWorld.java:62)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:98)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:114)
    2011-06-29 14:03:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-06-29 14:03:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-06-29 14:03:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-06-29 14:03:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-29 14:03:03 [SEVERE] java.lang.Exception: Freshly loaded world object does not exist!
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetGroup(ModularControl.java:455)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.getGrp(ModularControl.java:517)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.User.<init>(User.java:27)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.PermissionWorld.reload(PermissionWorld.java:62)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:98)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:114)
    2011-06-29 14:03:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-06-29 14:03:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-06-29 14:03:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-06-29 14:03:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-29 14:03:03 [SEVERE] java.lang.Exception: Freshly loaded world object does not exist!
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetGroup(ModularControl.java:455)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.getGrp(ModularControl.java:517)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.User.<init>(User.java:27)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.PermissionWorld.reload(PermissionWorld.java:62)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:98)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:114)
    2011-06-29 14:03:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-06-29 14:03:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-06-29 14:03:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-06-29 14:03:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-29 14:03:03 [SEVERE] java.lang.Exception: Freshly loaded world object does not exist!
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetGroup(ModularControl.java:455)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.getGrp(ModularControl.java:517)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.User.<init>(User.java:27)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.PermissionWorld.reload(PermissionWorld.java:62)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:98)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:114)
    2011-06-29 14:03:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-06-29 14:03:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-06-29 14:03:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-06-29 14:03:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-29 14:03:03 [SEVERE] java.lang.Exception: Freshly loaded world object does not exist!
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetGroup(ModularControl.java:455)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.getGrp(ModularControl.java:517)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.User.<init>(User.java:27)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.PermissionWorld.reload(PermissionWorld.java:62)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:98)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:114)
    2011-06-29 14:03:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-06-29 14:03:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-06-29 14:03:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-06-29 14:03:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-29 14:03:03 [SEVERE] java.lang.Exception: Freshly loaded world object does not exist!
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetGroup(ModularControl.java:455)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.getGrp(ModularControl.java:517)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.User.<init>(User.java:27)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.PermissionWorld.reload(PermissionWorld.java:62)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:98)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:114)
    2011-06-29 14:03:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-06-29 14:03:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-06-29 14:03:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-06-29 14:03:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-29 14:03:03 [SEVERE] java.lang.Exception: Freshly loaded world object does not exist!
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetGroup(ModularControl.java:455)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.getGrp(ModularControl.java:517)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.User.<init>(User.java:27)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.PermissionWorld.reload(PermissionWorld.java:62)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:98)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:114)
    2011-06-29 14:03:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-06-29 14:03:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-06-29 14:03:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-06-29 14:03:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-29 14:03:03 [SEVERE] java.lang.Exception: Freshly loaded world object does not exist!
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetGroup(ModularControl.java:455)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.getGrp(ModularControl.java:517)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.User.<init>(User.java:27)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.PermissionWorld.reload(PermissionWorld.java:62)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:98)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-06-29 14:03:03 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:114)
    2011-06-29 14:03:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-06-29 14:03:03 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-06-29 14:03:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-06-29 14:03:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-06-29 14:03:03 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-29 14:03:03 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-29 14:03:03 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-06-29 14:03:03 [INFO] Preparing level "world"
    2011-06-29 14:03:04 [INFO] Preparing start region for level 0 (Seed: -8041161646959526525)
    2011-06-29 14:03:05 [INFO] Preparing spawn area: 56%
    2011-06-29 14:03:05 [INFO] Preparing start region for level 1 (Seed: -965528343222942513)
    2011-06-29 14:03:06 [INFO] Preparing spawn area: 48%
    2011-06-29 14:03:07 [INFO] [MYHOME]: 22 homes loaded
    2011-06-29 14:03:07 [INFO] [MYHOME] Permissions enabled using: Permissions v3.1.6
    2011-06-29 14:03:07 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    2011-06-29 14:03:07 [INFO] [MYHOME] MyHome 1.9.5 enabled
    2011-06-29 14:03:07 [INFO] CommandBook 1.5.2 enabled.
    2011-06-29 14:03:07 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-06-29 14:03:07 [INFO] CommandBook: 4 banned name(s) loaded.
    2011-06-29 14:03:07 [INFO] CommandBook: 4 kit(s) loaded.
    2011-06-29 14:03:07 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-29 14:03:07 [INFO] XSigns info: 0 XSigns loaded
    2011-06-29 14:03:07 [INFO] XSigns version 0.7 is enabled!
    2011-06-29 14:03:07 [INFO] [LongGrass 3.3] Server version compatibility check succeeded
    2011-06-29 14:03:08 [INFO] [LongGrass 3.3] enabled
    2011-06-29 14:03:08 [INFO] [iChat] Found Permissions (v3.1.6)[0m
    2011-06-29 14:03:08 [INFO] iChat (v2.3.1) enabled[0m
    2011-06-29 14:03:08 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    2011-06-29 14:03:08 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.8 is enabled!
    2011-06-29 14:03:08 [INFO] [MobBounty] v4.04 (Oxygen) enabled.
    2011-06-29 14:03:09 [INFO] [MobBounty] Permission plugin was found (Permissions v3.1.6).
    2011-06-29 14:03:09 [INFO] [iConomy] Logging is currently disabled.
    2011-06-29 14:03:09 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-06-29 14:03:09 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-06-29 14:03:09 [INFO] [iConomy] hooked into Permissions.
    2011-06-29 14:03:09 [INFO] [MobBounty] Payment plugin was found (iConomy v5).
    2011-06-29 14:03:09 [INFO] [MultiVerse] Permissions Found
    2011-06-29 14:03:09 [INFO] [MultiVerse] - Version 1.7.2 Enabled
    2011-06-29 14:03:09 [INFO] [MultiVerse] Found iConomy, enabling payments.
    2011-06-29 14:03:09 [INFO] [MultiVerse] Loading World & Settings - 'world_nether' - NETHER
    2011-06-29 14:03:09 [INFO] [MultiVerse] Loading World & Settings - 'world' - NORMAL
    2011-06-29 14:03:09 [INFO] [MultiVerse] Loading World & Settings - 'pvpworld' - NORMAL
    2011-06-29 14:03:09 [INFO] Preparing start region for level 2 (Seed: 7312029338375804165)
    2011-06-29 14:03:10 [INFO] Preparing spawn area for pvpworld, 61%
    2011-06-29 14:03:11 [INFO] [MultiVerse] Loading World & Settings - 'skyworld' - SKYLANDS
    2011-06-29 14:03:11 [INFO] Preparing start region for level 3 (Seed: 205684417954485372)
    2011-06-29 14:03:12 [INFO] Preparing spawn area for skyworld, 97%
    2011-06-29 14:03:12 [INFO] [MultiVerse] 4 - World(s) loaded.
    2011-06-29 14:03:12 [INFO] [Armageddon 2.0] Server version compatibility check succeeded
    2011-06-29 14:03:12 [INFO] [Armageddon 2.0] Using Permissions' permissions
    2011-06-29 14:03:12 [INFO] [Armageddon 2.0] enabled.
    2011-06-29 14:03:12 [INFO] FenceStack version 1.13 loaded.
    2011-06-29 14:03:12 [SEVERE] Error: null
    2011-06-29 14:03:12 [INFO] [BBROTHER] BBData MySQL Driver r1 loaded!
    2011-06-29 14:03:12 [INFO] [BBROTHER] Permissions enabled using: Permissions v3.1.6
    2011-06-29 14:03:12 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-06-29 14:03:12 [INFO] [BBROTHER] BigBrother 1.8-SNAPSHOT (build #552) enabled!
    2011-06-29 14:03:12 [INFO] Stargate v.0.5.0 is enabled.
    2011-06-29 14:03:12 [INFO] [Stargate] Loaded 1 gate layouts
    2011-06-29 14:03:13 [INFO] [Stargate] Found Permissions (v3.1.6)
    2011-06-29 14:03:13 [INFO] [obuShutTheHellUp version 0.2] Settings file successfully loaded
    2011-06-29 14:03:13 [INFO] [obuShutTheHellUp version 0.2] Enabled!
    2011-06-29 14:03:13 [INFO] Appleseed: ShowErrorsInClient=true
    2011-06-29 14:03:13 [INFO] Appleseed version 0.6.0 is enabled!
    2011-06-29 14:03:13 [INFO] [Minecart Mania] Permissions detected. Using permissions.
    2011-06-29 14:03:13 [INFO] [Minecart Mania] MinecartManiaAdminControls version 1.2.7 is enabled!
    2011-06-29 14:03:13 [INFO] [ServerGoblins] Version 0.3.1 is enabled.
    2011-06-29 14:03:13 [INFO] Loading Config File...
    2011-06-29 14:03:14 [INFO] [mcMMO] Permissions enabled.
    2011-06-29 14:03:14 [INFO] mcMMO version 1.0.24 is enabled!
    2011-06-29 14:03:14 [INFO] ControllerBlock: Enabling 'quick' redstone check - this mode of operation is depreciated and may be removed later
    2011-06-29 14:03:14 [INFO] ControllerBlock: Events registered
    2011-06-29 14:03:14 [INFO] [ThunderTower] Loaded 4 Towers for world, active : true
    2011-06-29 14:03:15 [INFO] [ThunderTower] Plugin ThunderTower, by Rominos2, version 1.2.1, is enabled.
    2011-06-29 14:03:15 [INFO] WorldEdit 4.6 enabled.
    2011-06-29 14:03:15 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-29 14:03:15 [INFO] [CreeperRods] Monitoring for exploding Creepers.
    2011-06-29 14:03:15 [INFO] [CreeperRods] Creepers are now walking lightning rods. Be careful.
    2011-06-29 14:03:15 [INFO] FalseBookIC v0.86.2alpha by GeMo enabled
    2011-06-29 14:03:15 [INFO] [FalseBook Core] FalseBookCore v0.86.2alpha by GeMo enabled!
    2011-06-29 14:03:15 [INFO] properTime reading from config at /home/minecraft/minecraftlive/plugins/properTime/properTime.conf
    2011-06-29 14:03:15 [INFO] properTime 1.8.9 initialized
    2011-06-29 14:03:15 [INFO] FalseBookExtra v0.86.2alpha by GeMo enabled
    2011-06-29 14:03:15 [INFO] [ElectricFence]: ElectricFence 1.4.1 has been enabled!
    2011-06-29 14:03:15 [INFO] [ElectricFence]: Configuration file loaded
    2011-06-29 14:03:15 [WARNING] plugins/ServerEvents/server_events.xml: 'conf.twitter.timestamp_hour_offset' must an integer between -24 and 24
    2011-06-29 14:03:15 [INFO] ServerEvents version 1.3.7 is enabled!
    2011-06-29 14:03:15 [INFO] ServerEvents: The server is back up at ubuntu.ubuntu-domain!
    2011-06-29 14:03:16 [INFO] [Citizens]: version [1.0.8h] (Realist) loaded
    2011-06-29 14:03:16 [INFO] [BlueTelePads] version 0.5.3 ENABLED
    2011-06-29 14:03:16 [INFO] [Citizens]: Permissions enabled.
    2011-06-29 14:03:16 [INFO] Elevators version 1.4.3 is enabled and linked to Permissions! 28 elevators in worlds "world", "world_nether", "pvpworld", "skyworld" loaded.
    2011-06-29 14:03:16 [INFO] [Citizens]: Permissions enabled.
    2011-06-29 14:03:16 [INFO] [Minecart Mania] MinecartManiaStation version 1.2.5 is enabled!
    2011-06-29 14:03:16 [INFO] [Citizens]: Permissions enabled.
    2011-06-29 14:03:16 [INFO] MCBans: mcbans version 2.9.1 is enabled!
    2011-06-29 14:03:18 [INFO] [Citizens]: Permissions enabled.
    2011-06-29 14:03:18 [INFO] [Backpack] Permissions detected.
    2011-06-29 14:03:18 [INFO] Backpack version 2.1.0 is enabled!
    2011-06-29 14:03:18 [INFO] [Citizens]: Permissions enabled.
    2011-06-29 14:03:18 [INFO] [Minecart Mania] MinecartManiaAutomations version 1.2.3 is enabled!
    2011-06-29 14:03:18 [INFO] [Citizens]: Permissions enabled.
    2011-06-29 14:03:18 [INFO] [Showcase] Registered type [basic] (0 items loaded)
    2011-06-29 14:03:18 [INFO] [Showcase] version 0.6.11 has been enabled.
    2011-06-29 14:03:18 [INFO] [Showcase] Payment method found (iConomy version: 5)
    2011-06-29 14:03:18 [INFO] [Citizens]: Permissions enabled.
    2011-06-29 14:03:18 [INFO] [AutoSave] Loading config file
    2011-06-29 14:03:18 [INFO] [AutoSave] Version 2.0.1 is enabled: 6bb5fbcd-55ca-4cbe-bdb4-bf820e66d1e2
    2011-06-29 14:03:18 [INFO] [AutoSave][Permission] Custom Permissions "Local Permissions" found: Loaded
    2011-06-29 14:03:18 [INFO] [AutoSave][Permission] PermissionsEx not found.
    2011-06-29 14:03:18 [INFO] [AutoSave][Permission] Permissions (Phoenix) hooked.
    2011-06-29 14:03:18 [INFO] [AutoSave][Permission] Permissions (Phoenix) found: Loaded
    2011-06-29 14:03:18 [INFO] [Citizens]: Permissions enabled.
    2011-06-29 14:03:18 [INFO] [Minecart Mania] MinecartManiaAutocart version 1.2.2 is enabled!
    2011-06-29 14:03:18 [INFO] [Citizens]: Permissions enabled.
    2011-06-29 14:03:18 [INFO] [Inception] version 0.9delta is enabled!
    2011-06-29 14:03:18 [INFO] [Citizens]: Permissions enabled.
    2011-06-29 14:03:18 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.2.5 is enabled!
    2011-06-29 14:03:18 [INFO] [Citizens]: Permissions enabled.
    2011-06-29 14:03:21 [INFO] [Citizens]: Permissions enabled.
    2011-06-29 14:03:21 [INFO] Big Catch version 0.7 is enabled.
    2011-06-29 14:03:21 [INFO] [Citizens]: Permissions enabled.
    2011-06-29 14:03:21 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.2.8 is enabled!
    2011-06-29 14:03:21 [INFO] [Citizens]: Permissions enabled.
    2011-06-29 14:03:21 [INFO] MagicSpells v0.7.3 loaded!
    2011-06-29 14:03:21 [INFO] [Citizens]: Permissions enabled.
    2011-06-29 14:03:21 [INFO] [BaseBukkitPlugin 1.0] Server version compatibility check succeeded
    2011-06-29 14:03:21 [INFO] [Citizens]: Permissions enabled.
    2011-06-29 14:03:21 [INFO] Done (1.778s)! For help, type "help" or "?"
    2011-06-29 14:03:21 [INFO] [Citizens]: Loaded 0 NPCs.
    2011-06-29 14:03:21 [INFO] [Showcase] Autosaved
    2011-06-29 14:03:21 [INFO] ControllerBlock: Loaded v4 data - 8 ControllerBlocks loaded
    
    some one else had a similier error 4 or 5 pages back, you suggested duplicate permisions.jar ...checked, not the case for me. there was also some one 2 or 3 pages back but no solution was posted for him :(

    just to add thats an almost complete startup log i had to delete some lines to get it to post but all plugins we use are mentioned in there etc

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

    MarchewMaster

    I can't copy fooking error, this is too big O_O...
    However, permissions is babbling something about poorly written "- 'essentials.help' ", when this is written awesomely great and delicious. I don't know what the mushroom is happening here. Every time when i "fix" something (get rid of it), permissions founds something other to blow my mind... I can't take this anymore.
     
  4. Offline

    Videogamenut101

    I just installed permissions today with Build 935 of CraftBukkit, and version 3.1.6 of Permissions, then, when fully configured, it spits the error (in attached file, too long too paste in here :() out

    EDIT: Everything that does not require Permissions loads fine when Permissions is removed
     

    Attached Files:

  5. Offline

    OZ4RK

    Me too. Also when reloading all the plugins.

    Some plugin (i believe) is causing my groups.yml permission nodes to lose their apostrophes around them. Any idea? Any idea why permissions is still working perfectly?

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

    baeshra

    Code:
    groups:
        Admin:
            default: true
            info:
                build: true
            inheritance: null
            permissions:
        - worldedit.*
        - worldguard.*
        - falsebook.*
    
    Sorry for being nooby but, whats my problem?
    What's the proper syntax here?

    Anyone have ANY idea what I'm doing wrong?

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

    mrgreaper

    where all waiting for solutions no need to keep posting wait
     
  8. Offline

    baeshra

    Sorry, I got a little impatient. :D
     
  9. Offline

    ACStache

    the first error was saying it couldn't load inception.jar, is there a config for that plugin that uses YAML formatting? if so, something's wrong with it. if that's not it, post your users.yml and groups.yml. you might have some sort of syntax error.

    your code needs to be like this:
    Code:
    groups:
        Admin:
            default: true
            info:
                build: true
            inheritance: null
            permissions:
                - worldedit.*
                - worldguard.*
                - falsebook.*
    
    your permissions were listed under the Admin: node instead of under the permissions: node. try it out and see if it works.
     
  10. Offline

    baeshra

    Thanks, it's working well now.

    Edit--- Umm... I just got a new mod (ThunderJoin) and I tested it out with my friend who's in the Player group. For some reason it let him ThunderJoin. The permission is thunder.join.

    Code:
    groups:
        Player:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'worldedit.*'
                - 'worldguard.*'
                - 'falsebook.*'
        baeshra:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    Code:
    users:
        Player1:
            info:
                build: true
            permissions: []
            groups:
            - Player
        Player2:
            info:
                build: true
            permissions: []
            groups:
            - baeshra
        Player3:
            info:
                build: true
            permissions: []
            groups:
            - Player
        Player4:
            info:
                build: true
            permissions: []
            groups:
            - Player
    
    I'm not sure whats wrong.
     
  11. Offline

    ACStache

    you shouldn't need the info: or build: true items in the users, but I don't think that would mess things up. as long as their groups have build: true then the players should be able to build without issue.
     
  12. Offline

    Spathizilla

    @rcjrrjcr

    MyHome is fixed for P3 in both 1.9.5 and 2.0 so it isnt needed on the fix list.
     
  13. Offline

    efstajas

    Oh crap, Help... I reloaded my server some minutes ago and nearly every plugin isn't enabled anymore on the server start:
    Code:
    2011-06-29 20:25:46 [SEVERE] Error occurred while enabling MultiVerse v1.7 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at com.onarandombox.Rigby.MultiVerse.MultiVerse.checkPermissions(MultiVerse.java:500)
        at com.onarandombox.Rigby.MultiVerse.MultiVerse.onEnable(MultiVerse.java:81)
        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)
    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
    Build 935
    Help me please. :(

    Edit.: Downgrading to the build before the latest build loads the plugins, but when I move or do anything, it makes hundreds of "COULD NOT PASS EVENT ... TO ...":
    Code:
    2011-06-29 20:37:08 [SEVERE] Could not pass event PLAYER_QUIT to LoginMessage
    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
        at com.tahkeh.loginmessage.LoginMessage.process(LoginMessage.java:309)
        at com.tahkeh.loginmessage.LoginMessage.sendQuitMessage(LoginMessage.java:510)
        at com.tahkeh.loginmessage.LoginMessagePlayerListener.onPlayerQuit(LoginMessagePlayerListener.java:114)
        at org.bukkit.plugin.java.JavaPluginLoader$2.execute(JavaPluginLoader.java:251)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
        at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:148)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:618)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:228)
        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:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Help me please! I have never seen this and I am afraid of loosing my permissions- config. :'(

    Edit 2: Found the error that prevents Permissions from starting:
    Code:
    2011-06-29 20:41:01 [SEVERE] java.lang.ClassCastException: [B cannot be cast to java.lang.String
    2011-06-29 20:41:01 [SEVERE]     at com.nijiko.data.YamlUserStorage.getEntries(YamlUserStorage.java:194)
    2011-06-29 20:41:01 [SEVERE]     at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorage.java:32)
    2011-06-29 20:41:01 [SEVERE]     at com.nijiko.data.YamlCreator.getUserStorage(YamlCreator.java:34)
    2011-06-29 20:41:01 [SEVERE]     at com.nijiko.data.StorageFactory.getUserStorage(StorageFactory.java:76)
    2011-06-29 20:41:01 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:92)
    2011-06-29 20:41:01 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:84)
    2011-06-29 20:41:01 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:105)
    2011-06-29 20:41:01 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:186)
    2011-06-29 20:41:01 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:139)
    2011-06-29 20:41:01 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-06-29 20:41:01 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-06-29 20:41:01 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    2011-06-29 20:41:01 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-06-29 20:41:01 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-06-29 20:41:01 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-29 20:41:01 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-29 20:41:01 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    What is this? There is absolutely no error in my config, it worked before! :confused:
    Edit 3.: I just fixed it. Somehow, some really strange Users made it into one of my users- files. It was something [binary]*randomcrap* and they didn't have any permissions. When I deleted them, it worked again.
     
  14. Offline

    Mhalkyer

  15. Greetings everyone, I'm stuck on this one. I've RTFMed a few times, so I much be blind and missing something obvious, so I'm throwing myself on the mercy of the forum.

    bukkit 935
    mc 1.6.6

    With permissions 3.1.5b, everything is fine. With 3.1.6, I get the following when I break or place a block:
    Code:
    12:06:10 [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:620)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:61)
            at org.bukkit.plugin.java.JavaPluginLoader$35.execute(JavaPluginLoader.java:483)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
            at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:160)
            at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:122)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:469)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:223)
            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:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    12:06:16 [SEVERE] Could not pass event BLOCK_PLACE to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:620)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:43)
            at org.bukkit.plugin.java.JavaPluginLoader$27.execute(JavaPluginLoader.java:427)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:90)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:74)
            at net.minecraft.server.ItemBlock.a(ItemBlock.java:82)
            at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:563)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:223)
            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:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    I've run my global Users and Groups files through a yml parser, they come back clean. This error happens with admins and visitors. In fact, the visitors are able to place and destroy blocks when they are not supposed to be allowed to. Can any one slap me upside the head and point out what I'm missing?

    It appears that I'm not allowed to add links yet to my configs on pastebin (not enough posts yet), so here they are:

    http://pastebin.com/sFk0cage - globalGroups.yml
    http://pastebin.com/BbEkwgm9 - globalUsers.yml
     
  16. Offline

    mrgreaper

    the global files dont work, place them into the individual world folders inside the permission folder omitting the word global (so just group.yml user.yml)
    at first this seemed a curse but now its a blessing, our pvp world has completly differen permissions and groups to our skyworld and normal world, it works great allows us to have destructive plugins limited to the pvp world
     
  17. Offline

    Ben_R

    I recently reloaded my server. When doing so, I got the following error message:
    Code:
    16:19:30 [SEVERE] Nag author: 'TheNo1Yeti' of 'Permissions' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    16:19:30 [SEVERE] Nag author: 'TheNo1Yeti' of 'Permissions' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    16:19:30 [INFO] While loading Clear (plugins/clear.jar) found old-data folder: plugins/clear next to the new one: plugins/Clear
    16:19:30 [SEVERE] while parsing a block mapping
     in "<reader>", line 2, column 5:
            Ben_R:
            ^
    expected <block end>, but found BlockSequenceStart
     in "<reader>", line 5, column 8:
               - Admins
               ^
    
    16:19:30 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
    16:19:30 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    16:19:30 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    16:19:30 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    16:19:30 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    16:19:30 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    16:19:30 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    16:19:30 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    16:19:30 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    16:19:30 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    16:19:30 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    16:19:30 [SEVERE]     at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    16:19:30 [SEVERE]     at com.nijiko.data.YamlUserStorage.performConversion(YamlUserStorage.java:35)
    16:19:30 [SEVERE]     at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorage.java:30)
    16:19:30 [SEVERE]     at com.nijiko.data.YamlCreator.getUserStorage(YamlCreator.java:33)
    16:19:30 [SEVERE]     at com.nijiko.data.StorageFactory.getUserStorage(StorageFactory.java:76)
    16:19:30 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:95)
    16:19:30 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    16:19:30 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:116)
    16:19:30 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    16:19:30 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    16:19:30 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    16:19:30 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:356)
    16:19:30 [SEVERE]     at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
    16:19:30 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    16:19:30 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:290)
    16:19:30 [SEVERE]     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
    16:19:30 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
    16:19:30 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    16:19:30 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    16:19:30 [SEVERE] [Permissions] Unable to load permission data.
    16:19:30 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    16:19:30 [INFO] [Permissions] (Yeti) was initialized.
    16:19:30 [INFO] [Permissions] (Yeti) disabled successfully.
    16:19:30 [INFO] [Permissions] (Yeti) disabled successfully.
    I attempted to redownload the jar file, I got the same result. Because of this, Permissions stopped working on my server. Any suggestions as to what the problem is?
     
  18. Offline

    Bart13

    Hello. I thing you should add comments to the mysql tables that are created by Permissions. I've made an sql script creating the database with comments. Based on the script from the wiki.
    http://pastebin.com/xt1UjXeE
     
  19. Offline

    ACStache

    you have something wrong with your syntax in your config files. post them here and someone can help sort it out for you. On the other hand, you can go to http://yaml-online-parser.appspot.com/ and paste in your file text, and see if it comes up with errors.
     
  20. Offline

    OZ4RK

    For some reason new usernames with strange characters around them are added to my users file. Hard to explain.

    §4neonmedia§f:
    permissions:
    groups:
    - Visitor
    §9Neoseer8§f:
    permissions:
    groups:
    - Visitor
    §0whitehawk9§f:
    permissions:
    groups:
    - Visitor

    For example: I am neonmedia and am already in this file, as an admin, but my name is added like this as a visitor (default)
     
  21. Offline

    Ben_R

    Thanks. Here is my users.yml file in the folder "world" within the folder "Permissions" within the folder "Plugins", which is the only world on my server.
    Code:
    users:
        Ben_R:
            permissions:
            groups:
           - Admins
        jjplatypus:
            permissions:
            groups:
            - Admins
    
    In the same location, here is my groups.yml file:
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: '&7'
                suffix: '&f'
                build: false
            inheritance:
            permissions:
            - PlayerList.players.node
            - SpawnControl.spawn.use
            - clear.self
        Jailed:
            default: false
            info:
               prefix: '&8JAILED'
               suffix: '&f'
               build: false
            inheritance:
            permissions:
        Member:
            default: false
            info:
                prefix: '&9Member'
                suffix: '&f'
                build: true
            inheritance:
            - Default
            permissions:
            - warpplugin.warp
            - econplugin.basic.*
            - SpawnControl.sethome.basic
            - SpawnControl.home.basic
        SemiMod:
            default: false
            info:
                prefix: '&2SemiMod'
                suffix: '&f'
                build: true
            inhertiance:
            - Member
            permissions:
            - warpplugin.warp
            - econplugin.basic.*
            - SpawnControl.groupspawn.use
        Moderator:
            default: false
            info:
                prefix: '&6Moderator'
                suffix: '&f'
                build: true
            inheritance:
            - SemiMod
            permissions:
            - modplugin.ban
            - modplugin.kick
            - modplugin.unban
            - SpawnControl.groupspawn.set
        Admins:
            default: false
            info:
                prefix: '&cAdmin'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
            - '*'
    Thanks again. Can anyone find anything wrong with these files?
     
  22. Offline

    ACStache

    it's what I had thought: in your users.yml, the "- Admin" needs to be moved 1 space to the right. Just wanted to make sure that it was what I thought it was before saying "go do xyz" blindly :)

    the one under your name that is, the one under jjplatypus is fine
     
  23. Offline

    Openlanding

    hey, everything was running fine then i restarted now i'm receiving the following error. I've moved out the files so they could be regenerated to see if they were causing the error but it's still there. Any help is greatly appreciated



    Code:
    17:01:15 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    17:01:15 [INFO] Entities enhanced[0] subclassed[1]
    17:01:16 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$RefreshTask from class com.nijiko.permissions.ModularControl
    17:01:16 [SEVERE]     at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:64)
    17:01:16 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:179)
    17:01:16 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    17:01:16 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    17:01:16 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    17:01:16 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    17:01:16 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    17:01:16 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    17:01:16 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    17:01:16 [SEVERE] [Permissions] Unable to load permission data.
    17:01:16 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    17:01:16 [INFO] [Permissions] (Yeti) was initialized.
    
    thanks
     
  24. Thank you for the reply!

    They don't work, eh? Interesting tho, as they seem to work with 3.1.5b just fine.

    Regardless, it seems to me that symlinking global[users|groups] from ./Permissions to the ./$WORLD/[users|groups] would work, agreed?
     
  25. Offline

    Ben_R

    Wow, I can't believe I missed something like that! Thanks!
     
  26. Offline

    mrgreaper

    ah when i first added permissions they didnt work may of been fixed by now i guess

    yeah symlinking them should work. personly im old schol and just duplicat the files lol
     
  27. Offline

    Videogamenut101

    I found a mistake inside the groups, I forgot a ' after the permission, testing now

    EDIT: It works fine now
     
  28. Offline

    ManuXxX

    Hey guys,
    here I can't find any error but when I type in by the server(ingame) /permissions
    it told me that I have to take a look in my server.log an than report here my ''Error''


    Code:
    2011-06-29 23:58:23 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-06-29 23:58:23 [INFO] [iChat] Found Permissions (v3.1.6)
    2011-06-29 23:58:23 [INFO] iChat (v2.3.1) enabled
    2011-06-29 23:58:23 [INFO] [Permissions] SQL Interface enabled!
    2011-06-29 23:58:23 [INFO] Reload complete.
    2011-06-29 23:58:39 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-06-29 23:58:42 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-06-29 23:58:44 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-06-30 00:00:38 [INFO] Unknown console command. Type "help" for help.
    2011-06-30 00:01:04 [INFO] Stopping server
    2011-06-30 00:01:04 [INFO] [iChat] iChat Disabled
    2011-06-30 00:01:04 [INFO] [Permissions] (Yeti) saving data...
    2011-06-30 00:01:04 [SEVERE] Error occurred while disabling Permissions v3.1.6 (Is it up to date?): null
    java.lang.NullPointerException
        at com.nijikokun.bukkit.Permissions.Permissions.onDisable(Permissions.java:143)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:280)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:273)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:312)
        at org.bukkit.craftbukkit.util.ServerShutdownThread.run(ServerShutdownThread.java:15)
    2011-06-30 00:01:04 [INFO] [iChat] Permissions plugin lost.
    
    I hope for an answer
    wmg ManuXxX
     
  29. Offline

    Sethimine

    Whenever I try to download and install everything, its alright, and I rename the file to otwopia, copy it and rename that otwopia_nether.

    But when I start up the server, especially with a plugin that recognizes the permissions, it says "---does not recognize any permissions. Reverting to default" or somethin.

    I tried without it, and it doesn't even recognize it, much less create a storage.yml folder.

    Help?
     
  30. Offline

    ACStache

    @Sethimine
    create the storageconfig.yml yourself and have it include this:
    Code:
    permissions:
        storage:
            type: YAML
    
     
  31. Offline

    Techykid3

    Okay, I just updated to Permissions 3.1.6 and I am still using Build #860. When I put in my promote command, it says: "Could not find the track specified"

    Unless I'm formatting this command wrong:

    /permissions Techykid3 promote Supermod BuilderTrack

    My Permissions file of tracks:
    Code:
    tracks:
        BuilderTrack:
        - Guest
        - Member
        - Premod
        - Moderator
        - SuperMod
     
Thread Status:
Not open for further replies.

Share This Page