[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

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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)




    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.






    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.)


    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]

    [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





    • 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










    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

    This post has been edited 1 time. It was last edited by MonsieurApple Aug 7, 2011.
  2.  
  3. Offline

    Jeyge

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    That would be the result of Permissions being disabled not the cause.
  4. Offline

    lazybeni

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Disable? so whatdo I need to do?
  5. Offline

    igloo22225

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

    Tyler Gott

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    can anyone help me? i just Dont Understand The Tutorial On The Site
  7. Offline

    msw1

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Can you update to build 1000? Upon updating to 1000, some commands, such as /pr promote, give internal errors. downgrading back and it works fine. Other plugins, however, require 1000. Thanks!
  8. Offline

    Jeyge

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

    Jeyge

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You'll have to post the internal errors for someone to know what needs to be fixed but "/pr promote" isn't a valid command.
  10. Offline

    Kanati

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Running permissions 3.1.6

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


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

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

    Any ideas?
  11. Offline

    Jeyge

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @Kanati
    You can find some information in the wiki FAQ on how to fix the IllegalAccessError.
  12. Offline

    Pro457

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Can someone give me a link to a plugin that doesnt let lower ranks kick/ban higher ranks plz! Thnx.
  13. Offline

    spongbobrules

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What is the permission node for the /pr [player] promote t:<trackname> command? and also the demote command? I've tried all kinds of combinations and I can't give my Admins permission to promote/demote other players.
  14. Offline

    Nijikokun

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    this plugin just needs to die.
    Ant59, thescreem, (infected) and 3 others like this.
  15. Offline

    Jordo1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Getting this trying to add users on my test server.
    Only other plugins are commandbook and worldedit

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

    Jeyge

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Seems like the original developer of the plugin should have some say in that and the last time I checked, you are still part of the team. I am wondering what you would suggest everyone use instead of this though?
  17. Offline

    Jeyge

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    permissions.promote and permissions.demote.
    You haven't set up your tracks correctly. See the Chat Commands topic at the bottom for more information on how to set them up.
  18. Offline

    MrFanForced

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey guys,

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

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

    Jeyge

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    If the error you are getting is something along the lines of:
    Code:
    2011-07-24 00:12:26 [SEVERE] while parsing a block mapping
     in "<reader>", line 2, column 6:
             Member:
             ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 4, column 9:
                info:
    
    then you need to move Member: back to column 5, move all default: back one space to column 9 and add a closing quote to line 21.
    Code:
    groups:
        Member:
            default: true
            info:
                prefix: '&9 '
                suffix: ''
                build: true
            inheritance:
            permissions:
            - 'lwc.protect'
            - 'essentials.help'
            - 'essentials.getpos'
            - 'essentials.home'
            - 'essentials.sethome'
            - 'essentials.msg'
            - 'essentials.afk'
            - 'essentials.rules'
            - 'essentials.motd'
            - 'essentials.me'
            - 'essentials.list'
            - 'essentials.spawn'
        Moderator:
            default: false
            info:
                prefix: '&a '
                suffix: ''
                build: true
            inheritance:
            - Member
            permissions:
            - 'lwc.mod'
            - 'nocheat.notify'
            - 'bb.admin.info'
            - 'bb.admin.watch'
            - 'essentials.top'
            - 'essentials.jump'
            - 'essentials.tp'
            - 'essentials.tpo'
            - 'essentials.tphere'
            - 'essentials.tpohere'
            - 'essentials.tppos'
            - 'essentials.tpall'
            - 'essentials.home.others'
            - 'essentials.setwarp'
            - 'essentials.delwarp'
            - 'essentials.spawnmob'
            - 'essentials.clearinventory.others'
            - 'essentials.broadcast'
            - 'essentials.burn'
            - 'essentials.ext'
            - 'essentials.kill'
            - 'essentials.kick'
            - 'essentials.invsee'
            - 'essentials.give'
            - 'essentials.item'
            - 'essentials.time'
            - 'essentials.god'
        Admins:
            default: false
            info:
                prefix: '&c '
                suffix: ''
                build: true
            inheritance:
            permissions:
            - '*'
            - 'lwc.admin'
    MrFanForced likes this.
  20. Offline

    MrFanForced

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    OMG! THANK YOU! :D
  21. Offline

    decebaldecebal

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    My HeroChat config:

    [Mod: trimmed]

    I don't think it's a conflict with essentials because i don't have EssentialsChat!
  22. Offline

    Jeyge

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @decebaldecebal
    You'll need to post those again but in code blocks or on pastebin.com this time.
  23. Offline

    vefald

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey, is there anyway i can do like all the essentials commands with essentials.* BUT not having godmode?
    something like that is there a -- thing? to remove commands?
  24. Offline

    slaymonok

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    can Someone Please give me the name or link to the plugin that make you able to set time for demotion
    like if i want a vip to demote to member after 30 days it should do that
    some ppl say that it existed but dident know name, and i searched but couldent find it
    Please =)
    if u know, please quote this so i see =)
  25. Offline

    helpmoeny

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    permissions 3X is giving me problems...all ranks are able to enable and use every plugin! i know that just recently bukkit made it's own permissions system, of course i don't know how to use it and transfer stuff over. THis is my worlds groups xml(not global groups because that doesn't seem to override whats in groups... so that doesn't work either)
  26. Offline

    LaKiller

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    How to convert GroupManeger files to Permissions files?
  27. Offline

    Lookatmego

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    does anyone know and can help me because my users.yml keep reseting themself every 10 min and turns everyone to default any ideas?
  28. Offline

    Lookatmego

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    does anyone know and can help me because my users.yml keep reseting themself every 10 min and turns everyone to default any ideas?
  29. Offline

    xChris14

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I am trying to use my iChat and it doesnt seem to be working correctly with my Permissions. Please tell me how to make it so that the [Citizen(COLORED)]UserName(WHITE): Talk(WHITE)... My iChat has default settings.
    Code:
    groups:
            Admin:
                default: false
                info:
                    prefix: '[&5Admin]'
                    suffix: ''
                    build: true
                inheritance: ''
                permissions:
                  - '*'
            Moderators:
                default: false
                info:
                    prefix: '[&2Mods]'
                    suffix: ''
                    build: true
                inheritance: 'Citizen'
                permissions:
                  - 'essentials.ban'
                  - 'essentials.kick'
                  - 'essentials.setwarp'
                  - 'essentials.kit.*'
            Citizens:
                default: true
                info:
                    prefix: '[&3Citizen]'
                    suffix: ''
                    build: true
                inheritance: ''
                permissions:
                  - 'essentials.home'
                  - 'essentials.sethome'
                  - 'essentials.warp'
                  - 'essentials.help'
                  - 'essentials.warp.list'
                  - 'lockette.user.create.*'

    Also my users is NOT working at all. Here it is. I enter everything in, then when I go ingame, I am still just the default group.


    Code:
    users:
        xChris14:
            groups:
                - Admins
            permissions:
        johnhutson85:
            groups:
                - Admins
            permissions:
  30. Offline

    LaKiller

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Can somebody help?
    Code:
    2011-07-24 18:36:57 [INFO] Starting minecraft server version Beta 1.7.3
    2011-07-24 18:36:57 [INFO] Loading properties
    2011-07-24 18:36:57 [INFO] Starting Minecraft server on 5.127.255.155:25565
    2011-07-24 18:36:57 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-07-24 18:36:57 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-07-24 18:36:57 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-07-24 18:36:57 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-07-24 18:36:57 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-07-24 18:36:57 [SEVERE] while scanning a simple key
     in "<reader>", line 29, column 17:
                        build:true
                        ^
    could not found expected ':'
     in "<reader>", line 30, column 13:
                    inheritance:
                    ^
    
    2011-07-24 18:36:57 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(ScannerImpl.java:400)
    2011-07-24 18:36:57 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.java:231)
    2011-07-24 18:36:57 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:182)
    2011-07-24 18:36:57 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:564)
    2011-07-24 18:36:57 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-07-24 18:36:57 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-07-24 18:36:57 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    2011-07-24 18:36:57 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-24 18:36:57 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-24 18:36:57 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-24 18:36:57 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-24 18:36:57 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-24 18:36:57 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-24 18:36:57 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-24 18:36:57 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-07-24 18:36:57 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-07-24 18:36:57 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-07-24 18:36:57 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-07-24 18:36:57 [SEVERE]     at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    2011-07-24 18:36:57 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:179)
    2011-07-24 18:36:57 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:30)
    2011-07-24 18:36:57 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:57)
    2011-07-24 18:36:57 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    2011-07-24 18:36:57 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:96)
    2011-07-24 18:36:57 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-07-24 18:36:57 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:116)
    2011-07-24 18:36:57 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-07-24 18:36:57 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-24 18:36:57 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
    2011-07-24 18:36:57 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    2011-07-24 18:36:57 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-24 18:36:57 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-24 18:36:57 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-24 18:36:57 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-24 18:36:57 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-24 18:36:57 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-07-24 18:36:57 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-24 18:36:57 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-24 18:36:57 [INFO] Preparing level "StovezataPraha"
    2011-07-24 18:36:57 [INFO] Preparing start region for level 0 (Seed: -1758946291)
    2011-07-24 18:36:58 [INFO] Preparing start region for level 1 (Seed: -1758946291)
    2011-07-24 18:36:58 [INFO] Loaded Essentials build 2.4.2 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-07-24 18:36:58 [INFO] [MultiWorld] Booting...
    2011-07-24 18:36:58 [INFO] [MultiWorld] Permissions system detected!
    2011-07-24 18:36:58 [SEVERE] Error occurred while enabling MultiWorld v1.0 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at com.Baummann.MultiWorld.MultiWorld.setupPermissions(MultiWorld.java:42)
        at com.Baummann.MultiWorld.MultiWorld.onEnable(MultiWorld.java:25)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    2011-07-24 18:36:58 [INFO] [Permissions] SQL Interface enabled!
    2011-07-24 18:36:58 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-07-24 18:36:58 [INFO] Done (0,125s)! For help, type "help" or "?"
    

    My Groups:
    Code:
    groups:
    
            Noob:
    
                default: true
                info:
                   prefix: '[&aNoob&f] &b'
                   suffix: ''
                   build: false
                inheritance:
                permissions:
                  - 'essentials.online'
                  - 'essentials.spawn'
                  - 'lockette.user.create.*'
                  - 'mywarp.warp.basic.*'
                  - 'mywarp.warp.sign.warp'
     
            Builder:
    
                default: false
                info:
                    prefix: '&b'
                    suffix: ''
                    build:true
                inheritance:
                permissions:
    
                  - 'citizens.create.*'
                  - 'citizens.modifiy.*'
                  - 'citizens.use.*'
                  - 'citizens.use.trader'
                  - 'essentials.afk'
                  - 'essentials.back.ondeath'
                  - 'essentials.balance'
                  - 'essentials.chat.shout'
                  - 'essentials.compass'
                  - 'essentials.home'
                  - 'essentials.kit'
                  - 'essentials.mail'
                  - 'essentials.mail.send'
                  - 'essentials.me'
                  - 'essentials.msg'
                  - 'essentials.online'
                  - 'essentials.protect'
                  - 'essentials.sethome'
                  - 'essentials.signs.disposal.create'
                  - 'essentials.signs.disposal.use'
                  - 'essentials.signs.mail.create'
                  - 'essentials.signs.mail.use'
                  - 'essentials.spawn'
                  - 'essentials.suicide'
                  - 'essentials.tpa'
                  - 'essentials.tpaccept'
                  - 'essentials.tpahere'
                  - 'essentials.tpdeny'
                  - 'jobs.join.*'
                  - 'jobs.world.*'
                  - 'lockette.admin.create.*'
                  - 'lockette.user.create.*'
                  - 'mywarp.warp.basic.*'
                  - 'mywarp.warp.sign.create'
                  - 'mywarp.warp.sign.warp'
                  - 'mywarp.warp.soc.*'
                  - 'online'
            Admin:
    
                default: false
    
                info:
                    prefix: &4[Admin] &3
                    suffix: ''
                    build:true
                inheritance:
                permissions:
    
                  - 'essentials.protect.damage.*'
                  - '*'
    My Users:
    Code:
    users:
        LaKiller:
            groups:
                - Admins
            permissions:
        JohnCZ123:
            groups:
                - Admins
            permissions:
    Very very thanks for help =(
  31. Offline

    Darkone003

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What would you suggest we use in place of this plugin?
  32. Offline

    noron596

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I just get a TON of errors ,which disables all the plugins that work with permissions.
    It doesnt say like, unexpected symbols, just a laod of errors. Do I really have to show all of them?
    also, help.
Thread Status:
Not open for further replies.

Share This Page