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

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

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

    rcjrrjcr

    Permissions 3.1.6 (Yeti)

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

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


    COMMAND RESTRUCTURING
    Feel free to comment and give suggestions.


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

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

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




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





    Plugin Authors: How to hook into Permissions

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

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

    The Permissions Team

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

    What's new in 3.x?

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







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


    Install (open)
    For the admins

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

    Samkio has updated his tutorial for P3:


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

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

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

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


    FAQ (open)

    [FAQ]

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

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

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

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


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

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

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



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





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








    Credits (open)


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

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


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

    Old thread: Permissions v2.7.4
     
  2. Offline

    Jeyge

  3. Offline

    Diaz9943

    What? I'm running CraftBukkit 803?
     
  4. Offline

    Jeyge

    Um, you are in the Permissions thread not the CraftBukkit thread. But you are running the 3.1 version of Permissions which to my knowledge is only available from a bug.
     
  5. Offline

    Diaz9943

    So wait.. this permissions.. 3.0.6, isnt supposed to be out yet?
     
  6. Offline

    Jeyge

    Directly from the errors you posted:
    You aren't running 3.0.6. You are running a test build of 3.1 downloaded from a bug. I just checked the issues and see that you posted something there so I at least now know you did pick it up from there.
     
  7. Offline

    baem

    Ive updated from 2.7.x to 3.06 and permissions seems to work, but
    everybody who isnt admin cant use any command
    ive checked the files with online yaml parser: no error

    my users.yml:

    Code:
    users:
        bambole:
            groups:
            - Admins
            permissions: null
        doenertasche4:
            groups:
            - Admins
            permissions: null
        Bongbart:
            groups:
            - Admins
            permissions: null
        Cool_Alex:
            groups:
            - Bewohner
            permissions: null
        Lucas0816:
            groups:
            - Kaufmann
            permissions: null
        tom0816:
            groups:
            - Bewohner
        explisive_sounds:
            groups:
            - Bewohner
        lpkevo:
            groups:
            - Bewohner
    My groups.yml:

    Code:
    groups:
        Neuling:
            default: true
            info:
                prefix: '&7'
                suffix: '&7'
                build: false
            inheritance: null
            permissions:
            - general.spawn
            - essentials.spawn
            - essentials.rules
            - essentials.motd
            - essentials.list
        Bewohner:
            default: false
            info:
                prefix: '&2'
                suffix: '&2'
                build: true
            inheritance:
            - Neuling
            permissions:
            - essentials.ping
            - essentials.compass
            - essentials.top
            - essentials.back
            - essentials.back.ondeath
            - essentials.afk
            - essentials.getpos
            - essentials.helpop
            - essentials.sethome
            - essentials.home
            - essentials.mail
            - essentials.mail.send
            - iConomy.payment
            - iConomy.access
            - iConomy.rank
            - iConomy.list
            - iConomyChestShop.shop.use
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - lwc.protect
        Kaufmann:
            default: false
            info:
                prefix: '&3'
                suffix: '&3'
                build: true
            inheritance:
            - Bewohner
            permissions:
            - minecartmania.signs
            - iConomyChestShop.shop.create
            - essentials.setwarp
            - essentials.warp
            - falsebook.blocks.*
        Foerderer:
            default: false
            info:
                prefix: '&6'
                suffix: '&6'
                build: true
            inheritance:
            - Kaufmann
            permissions:
            - general.teleport
            - essentials.tp
            - elevators.advancedbuilder
            - elevators.builder
            - magiccarpet.mc
            - bb.admin.info
            - essentials.msg
            - worldedit.superpickaxe
            - worldguard.heal
            - worldedit.tool.tree
            - essentials.clearinventory
            - worldedit.navigation.jumpto
            - worldedit.navigation.thru
            - worldedit.navigation.up
        Moderator:
            default: false
            info:
                prefix: '&1'
                suffix: '&1'
                build: true
            inheritance:
            - Prominenz
            permissions:
            - permissions.promote.track
            - nocheat.speedhack
            - nocheat.moving
            - nocheat.flying
            - nocheat.fakesneak
            - nocheat.airbuild
            - nocheat.bedteleport
            - nocheat.itemdupe
            - nocheat.bogusitems
            - general.time
            - general.teleport.here
            - general.player-info
            - minecartmania.commands.eject
            - worldguard.heal.other
            - worldguard.region.define
            - worldguard.region.list
            - worldguard.region.info
            - worldguard.region.remove
            - worldguard.region.addmember.*
            - worldguard.region.removemember.*
            - worldguard.region.addowner.*
            - worldguard.region.removeowner.*
            - worldedit.clipboard.cut
            - worldedit.history.undo
            - worldedit.history.redo
            - worldedit.region.set
            - worldedit.region.walls
            - worldedit.selection.expand
            - worldedit.fixwater
            - worldedit.snow
            - assignpermissions.add.group.Bewohner
            - assignpermissions.del.group.Bewohner
            - assignpermissions.add.group.Kaufmann
            - assignpermissions.del.group.Kaufmann
            - assignpermissions.list.all
            - lwc.mod
            - general.player-info
            - essentials.tphere
            - essentials.tppos
            - essentials.delwarp
            - essentials.kick
            - essentials.tree
            - essentials.bigtree
            - essentials.spawn
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix: '&4'
                build: true
            inheritance:
            - Moderator
            permissions:
            - magiccarpet.mc
            - nocheat.speedhack
            - nocheat.moving
            - nocheat.flying
            - nocheat.fakesneak
            - nocheat.airbuild
            - nocheat.bedteleport
            - nocheat.itemdupe
            - nocheat.bogusitems
            - '*'
    tracks:
        track:
        - Neuling
        - Bewohner
        - Kaufmann
        - Foerderer
     
  8. Offline

    Diaz9943

    So how do I get 3.6? I downloaded 3.1 it form THIS very thread..

    Well, its 3.0.6 now.. still same error..

    Start:
    http://pastebin.com/uHcga9qy

    Stop:
    http://pastebin.com/CiEw3g8K

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  9. Offline

    dekduee

    I solved that issue by removing every single plugin and then adding them one by one, that way you will find which plugin is not working with permissions, for me it was Slots and MyWarp
     
  10. Offline

    Diaz9943

    I already know which plugins dosent work with it, its MyHome and MyWarp.. I want to know if they will ever work with permissions again.. :p
     
  11. Offline

    Ar88rA

    I just updated my permissions to 3.0.6 as well as all of my plugins when i updated to build 803. I installed permissions exactly as you said to on the guide for updating from 2.x to 3.x and now my permissions doesnt work at all. Its like its not installed..
     
  12. Offline

    Diaz9943

    I'm guessing you have MyWarp, MyHome or some plugin like that installed? Cause I have the same problem.. dosent work for me either.. but if I remove those plugins, it works..
     
  13. Offline

    baem

    atleast im not alone, maybe i go back to permissions 2, you can see my .yml's @post 515
    and i did it as said in the guide too
     
  14. Offline

    Diaz9943

    Can you post what you get in the console when you start the server on www.pastebin.com , and link it here? then we can see if its the plugin not booting properly, or your config file :)
     
  15. Offline

    Dragonntiger

    Code:
    2011-05-31 11:13:05 [INFO] Starting minecraft server version Beta 1.6.6
    2011-05-31 11:13:05 [INFO] Loading properties
    2011-05-31 11:13:05 [INFO] Starting Minecraft server on 192.168.1.69:25565
    2011-05-31 11:13:05 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-764-g44c8ffd-b817jnks (MC: 1.6.6)
    2011-05-31 11:13:05 [INFO] Preparing level "world"
    2011-05-31 11:13:05 [INFO] Preparing start region for level 0
    2011-05-31 11:13:06 [INFO] Preparing spawn area: 40%
    2011-05-31 11:13:07 [INFO] Preparing start region for level 1
    2011-05-31 11:13:07 [INFO] Preparing spawn area: 0%
    2011-05-31 11:13:08 [INFO] Preparing spawn area: 77%
    2011-05-31 11:13:09 [SEVERE] tried to access class com.nijiko.configuration.NotNullConfiguration$NotNullRepresenter from class com.nijiko.configuration.NotNullConfiguration initializing Permissions v3.0.6 (Is it up to date?)
    java.lang.IllegalAccessError: tried to access class com.nijiko.configuration.NotNullConfiguration$NotNullRepresenter from class com.nijiko.configuration.NotNullConfiguration
        at com.nijiko.configuration.NotNullConfiguration.<init>(NotNullConfiguration.java:47)
        at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:112)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-05-31 11:13:09 [INFO] [Permissions] version [3.0.6] (Yeti)  loaded
    2011-05-31 11:13:09 [INFO] [AssignPermissions] Plugin enabled! (version1.1)
    2011-05-31 11:13:09 [INFO] AutoRepair version 1.10.2 is enabled
    2011-05-31 11:13:09 [INFO] ChairCraft 1.2.2 is enabled.
    2011-05-31 11:13:09 [INFO] [Citizens]: Permissions enabled.
    2011-05-31 11:13:09 [INFO] [Citizens]: version [1.0.8d] (Helpers) loaded
    2011-05-31 11:13:09 [INFO] CraftBookCommon 3.0-alpha2 enabled.
    2011-05-31 11:13:09 [INFO] CraftBookCommon: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-31 11:13:09 [INFO] CraftBookCircuits 3.0-alpha2 enabled.
    2011-05-31 11:13:09 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-31 11:13:09 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-31 11:13:09 [INFO] CraftBookMechanisms 3.0-alpha2 enabled.
    2011-05-31 11:13:09 [INFO] CraftBookMechanisms: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-31 11:13:09 [INFO] 1 cauldron recipe(s) loaded
    2011-05-31 11:13:09 [INFO] CraftBookVehicles 3.0-alpha2 enabled.
    2011-05-31 11:13:09 [INFO] CraftBookVehicles: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-31 11:13:09 [INFO] [DelayedStop] Enabling Delayed Stop v0.17
    2011-05-31 11:13:09 [INFO] [DelayedStop] Permission system found
    2011-05-31 11:13:09 [INFO] [DelayedStop] version 0.17 enabled
    2011-05-31 11:13:09 [INFO] Door Protection 1.0 loaded.
    2011-05-31 11:13:09 [INFO] [EasyFlight] version [0.2] is Enabled.
    2011-05-31 11:13:10 [INFO] Loaded Essentials build 2.2.8 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-05-31 11:13:10 [INFO] Loaded EssentialsProtect build 2.2.8 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-05-31 11:13:10 [INFO] Loaded EssentialsSpawn build 2.2.8 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-05-31 11:13:10 [INFO] [iChat] Found Permissions (v3.0.6)
    2011-05-31 11:13:10 [INFO] iChat (v2.3.0) enabled
    2011-05-31 11:13:10 [INFO] [LockChest] Using Permissions!
    2011-05-31 11:13:10 [INFO] [LockChest] Enabled
    2011-05-31 11:13:10 [INFO] [MagicCarpet] MagicCarpet version 1.5.5 is enabled!
    2011-05-31 11:13:10 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-05-31 11:13:10 [INFO] [MagicCarpet] Restricted to: []
    2011-05-31 11:13:10 [INFO] [MYHOME]: 4 homes loaded
    2011-05-31 11:13:10 [INFO] [MYHOME] Permissions enabled using: Permissions v3.0.6
    2011-05-31 11:13:10 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    2011-05-31 11:13:10 [INFO] [MYHOME] MyHome 1.9.5 enabled
    2011-05-31 11:13:10 [INFO] [MYWARP]: 3 warps loaded
    2011-05-31 11:13:10 [INFO] [MYWARP] Permissions enabled using: Permissions v3.0.6
    2011-05-31 11:13:10 [WARNING] [MYWARP] 'Help' isn't detected. No /help support.
    2011-05-31 11:13:10 [INFO] MyWarp 1.10.5c enabled
    2011-05-31 11:13:11 [INFO] [OwnBlocks] Database read in from file
    2011-05-31 11:13:11 [INFO] [OwnBlocks] version 10.0 initialized
    2011-05-31 11:13:11 [INFO] ScheduledAnnouncer v1.6.2 is enabled!
    
    2011-05-31 11:13:11 [INFO] Found permissions. Using them for SpyerAdmin.
    2011-05-31 11:13:12 [INFO] SpyerAdmin has completed updating the script successfully.
    2011-05-31 11:13:12 [INFO] SpyerAdmin module version 1.3 stable, a spying utility for administrators and moderators, is active. Part of the Spyer package by [nickguletskii200]
    2011-05-31 11:13:12 [INFO] Found permissions. Using them for SpyerAdmin.
    2011-05-31 11:13:12 [INFO] SpyerFun module version 1.3 stable, a spying utility for normal players, is active. Part of the Spyer package by [nickguletskii200]
    2011-05-31 11:13:12 [INFO] Stargate v.0.4.8 is enabled.
    2011-05-31 11:13:12 [INFO] [Stargate] Loaded 1 gate layouts
    2011-05-31 11:13:13 [INFO] [Stargate] {world} Loaded 7 stargates with 0 set as always-on
    2011-05-31 11:13:13 [INFO] [Stargate] {world_nether} No stargates for world
    2011-05-31 11:13:13 [INFO] [Stargate] Found Permissions (v3.0.6)
    2011-05-31 11:13:13 [INFO] WarnFreeze by Queepo, version 1.0 is enabled!
    2011-05-31 11:13:13 [INFO] WorldEdit 4.4 enabled.
    2011-05-31 11:13:13 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-31 11:13:13 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-31 11:13:13 [INFO] WorldGuard: (world) Single session is enforced.
    2011-05-31 11:13:13 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-05-31 11:13:13 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-05-31 11:13:13 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-05-31 11:13:13 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-05-31 11:13:13 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-05-31 11:13:13 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-05-31 11:13:13 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-05-31 11:13:13 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-05-31 11:13:13 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-05-31 11:13:13 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-05-31 11:13:13 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-05-31 11:13:13 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-05-31 11:13:13 [INFO] Done (0.790s)! For help, type "help" or "?"
    2011-05-31 11:13:13 [INFO] [Citizens]: Loaded 0 NPCs.
    
    Hello there, great plugin using Permissions ;D But when I converted over to 3.x I got the error after map loads in the CONSOLE. Any Suggestions?
     
  16. Offline

    Diaz9943

    That is probably MyHome or MyWarp, or some other plugin causing it..
     
  17. Offline

    Dragonntiger

    I have MyHome, so should i delete it or will it cause any problems? Cuhs both are great plugins and I enjoy using them very much ;]
     
  18. Offline

    Diaz9943

    I'm guessing they'll fix the bug soon enough.. I mean, it worked with the previous version of Permissions, so it's prolly just a bug :)
     
  19. Offline

    Linaks

    Can anyone tell me, how to write anyone into a group in MySQL?
    I dont find the table, where i can write someone of our users into a group.
     
  20. Offline

    Delavor

    Error after player enter the game.
    Bukkit version: #817 / Minecraft 1.6

    Code:
    2011-05-31 18:53:26 [INFO] Szybki [/178.73.*.*:51061] logged in with entity id 165 at (-144.6751352603301, 65.0, -368.58113791004484)
    2011-05-31 18:53:26 [SEVERE] java.lang.NoSuchMethodError: com.nijiko.permissions.PermissionHandler.inGroup(Ljava/lang/String;Ljava/lang/String;)Z
    2011-05-31 18:53:26 [SEVERE]     at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
    2011-05-31 18:53:26 [SEVERE]     at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
    2011-05-31 18:53:26 [SEVERE]     at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:219)
    2011-05-31 18:53:26 [SEVERE]     at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:438)
    2011-05-31 18:53:26 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
    2011-05-31 18:53:26 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-05-31 18:53:26 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-05-31 18:53:26 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:123)
    2011-05-31 18:53:26 [SEVERE]     at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
    2011-05-31 18:53:26 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    2011-05-31 18:53:26 [SEVERE]     at net.minecraft.server.Packet1Login.a(SourceFile:43)
    2011-05-31 18:53:26 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    2011-05-31 18:53:26 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    2011-05-31 18:53:26 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-05-31 18:53:26 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    2011-05-31 18:53:26 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    2011-05-31 18:53:26 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-05-31 18:53:26 [SEVERE] java.lang.NoSuchMethodError: com.nijiko.permissions.PermissionHandler.inGroup(Ljava/lang/String;Ljava/lang/String;)Z
    2011-05-31 18:53:26 [SEVERE]     at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
    2011-05-31 18:53:26 [SEVERE]     at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
    2011-05-31 18:53:26 [SEVERE]     at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:219)
    2011-05-31 18:53:26 [SEVERE]     at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:442)
    2011-05-31 18:53:26 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
    2011-05-31 18:53:26 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-05-31 18:53:26 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-05-31 18:53:26 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:123)
    2011-05-31 18:53:26 [SEVERE]     at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
    2011-05-31 18:53:26 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    2011-05-31 18:53:26 [SEVERE]     at net.minecraft.server.Packet1Login.a(SourceFile:43)
    2011-05-31 18:53:26 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    2011-05-31 18:53:26 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    2011-05-31 18:53:26 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-05-31 18:53:26 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    2011-05-31 18:53:26 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    2011-05-31 18:53:26 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  21. Offline

    Ar88rA

    but i dont have any of those installed. >.> guess ima have to remove each individual one till it works.
     
  22. Offline

    Clem

    Okay guys... HUGE problem here. I just switched from GM to P3 and haven't been able to get it to work. I have been reading the wiki, experimenting, etc... But to no avail :(. I looked through the console logs, but showed me nothing to which I could understand :(. Whenever I try to promote myself it says a need to select a world, which I have (this is from console), when I do it ingame it says the group/user doesn't exist... Also when I log on it puts me as Default, which I have changed the name to Visitor... What?

    Here is my group.yml file under "world"

    Code:
    tracks:
        trackname:
            - Visitor
            - Member
            - Donator
            - Moderator
            - Admin
            - Owner
    groups:
        Visitor:
            default: true
            info:
                prefix: '&7'
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'essentials.help'
                - 'essentials.helpop'
                - 'essentials.list'
                - 'essentials.motd'
                - 'essentials.rules'
                - 'essentials.spawn'
        Moderator:
            default: false
            info:
                prefix: '&5'
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'essentials.back'
                - 'essentials.ban'
                - 'essentials.banip'
                - 'essentials.broadcast'
                - 'essentials.delwarp'
                - 'essentials.depth'
                - 'essentials.eco'
                - 'essentials.ext'
                - 'essentials.getpos'
                - 'essentials.jump'
                - 'essentials.kick'
                - 'essentials.kill'
                - 'essentials.setwarp'
                - 'essentials.time'
                - 'essentials.togglejail'
                - 'essentials.unban'
                - 'essentials.unbanip'
                - 'essentials.whois'
                - 'essentials.world'
                - 'essentials.warp'
                - 'essentials.home'
                - 'essentials.home.others'
                - 'essentials.sethome'
                - 'permissions.*'
                - 'iConomy.access'
                - 'iConomy.admin.reset'
                - 'iConomy.admin.hide'
                - 'iConomy.admin.account.create'
                - 'iConomy.admin.account.remove'
                - 'iConomy.admin.stats'
                - 'iConomy.bank.access'
                - 'lockchest.*'
                - 'tpp.*'
    
        Admin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
        Donator:
            default: false
            info:
                prefix: '&9'
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.warp'
                - 'essentials.warp.list'
                - 'tpp.jump.jump'
                - 'tpp.jump.top'
                - 'tpp.jump.up'
                - 'tpp.mod.mover'
                - 'tpp.mod.tool'
        Owner:
            default: false
            info:
                prefix: '&3'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
        Member:
            default: false
            info:
                prefix: '&2'
                suffix: ''
                build: true
            inheritance:
                - Visitor
            permissions:
                - 'commandSigns.use'
                - 'essentials.afk'
                - 'essentials.chat.shout'
                - 'essentials.compass'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.me'
                - 'essentials.msg'
                - 'essentials.signs.buy.use'
                - 'essentials.signs.disposal.create'
                - 'essentials.signs.disposal.use'
                - 'essentials.signs.free.use'
                - 'essentials.signs.heal.use'
                - 'essentials.signs.mail.create'
                - 'essentials.signs.mail.use'
                - 'essentials.signs.sell.use'
                - 'essentials.signs.trade.create'
                - 'essentials.signs.trade.use'
                - 'essentials.suicide'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'tpp.mod.take'
                - 'tpp.request'
                - 'tpp.tp.coords'
                - 'tpp.tp.menu'
                - 'tpp.tp.player'
    *Note I used TextWrangler to make sure the formatting is correct(TAB = four spaces, exactly).

    Here are the console errors when I start the server:

    Code:
    2011-05-31 12:27:29 [INFO] Starting minecraft server version Beta 1.5_02
    2011-05-31 12:27:29 [INFO] Loading properties
    2011-05-31 12:27:29 [INFO] Starting Minecraft server on BLANKED
    2011-05-31 12:27:29 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-751-g45fecad-b798jnks (MC: 1.5_02)
    2011-05-31 12:27:30 [INFO] Preparing level "world"
    2011-05-31 12:27:30 [INFO] Preparing start region
    2011-05-31 12:27:31 [SEVERE] Could not load 'plugins\SimpleTips.jar' in folder 'plugins':
    while parsing a block collection
    in "<reader>", line 21, column 5:
            - "%A Remember to Donate to get  ...
            ^
    expected <block end>, but found Scalar
    in "<reader>", line 21, column 91:
        ... help the server grow! Visit &b "BLANKED" for  ...
                                            ^
    
    
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:520)
    
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    
        at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    
        at org.bukkit.util.config.Configuration.load(Configuration.java:74)
    
        at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:156)
    
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:174)
    
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:194)
    
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:117)
    
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
    
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
    
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    2011-05-31 12:27:31 [SEVERE] while scanning for the next token
    found character    '\t' that cannot start any token
    in "<reader>", line 75, column 9:
                    - Member
                ^
    
    2011-05-31 12:27:31 [SEVERE]    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
    2011-05-31 12:27:31 [SEVERE]    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    2011-05-31 12:27:31 [SEVERE]    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:592)
    2011-05-31 12:27:31 [SEVERE]    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-05-31 12:27:31 [SEVERE]    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-05-31 12:27:31 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132)
    2011-05-31 12:27:31 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-05-31 12:27:31 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-05-31 12:27:31 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-05-31 12:27:31 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-05-31 12:27:31 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-05-31 12:27:31 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-05-31 12:27:31 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-05-31 12:27:31 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-05-31 12:27:31 [SEVERE]    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-05-31 12:27:31 [SEVERE]    at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-05-31 12:27:31 [SEVERE]    at org.bukkit.util.config.Configuration.load(Configuration.java:74)
    2011-05-31 12:27:31 [SEVERE]    at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:168)
    2011-05-31 12:27:31 [SEVERE]    at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:28)
    2011-05-31 12:27:31 [SEVERE]    at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:158)
    2011-05-31 12:27:31 [SEVERE]    at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:84)
    2011-05-31 12:27:31 [SEVERE]    at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:75)
    2011-05-31 12:27:31 [SEVERE]    at com.nijiko.permissions.ModularControl.load(ModularControl.java:96)
    2011-05-31 12:27:31 [SEVERE]    at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:161)
    2011-05-31 12:27:31 [SEVERE]    at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:118)
    2011-05-31 12:27:31 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:103)
    2011-05-31 12:27:31 [SEVERE]    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    2011-05-31 12:27:31 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    2011-05-31 12:27:31 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    2011-05-31 12:27:31 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
    2011-05-31 12:27:31 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-31 12:27:31 [SEVERE] [Permissions] Unable to load permission data.
    2011-05-31 12:27:31 [INFO] [Permissions] Shutting down Permissions due to error(s).
    2011-05-31 12:27:31 [INFO] [Permissions] (Yeti) was initialized.
    2011-05-31 12:27:31 [INFO] [Annotate] 1.2.3 enabled.
    2011-05-31 12:27:31 [INFO] Annotate: Integrated with Permissions
    2011-05-31 12:27:31 [INFO] [BBROTHER] ------------------------------------
    2011-05-31 12:27:31 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-05-31 12:27:31 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-05-31 12:27:31 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-05-31 12:27:31 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-05-31 12:27:31 [INFO] [BBROTHER] ------------------------------------
    2011-05-31 12:27:34 [INFO] [BBROTHER] Building `bbdata` table...
    2011-05-31 12:27:34 [SEVERE] [BBROTHER] executeUpdate failed (CREATE TABLE IF NOT EXISTS `bbdata` (`id` INTEGER AUTO_INCREMENT PRIMARY KEY,`date` INT UNSIGNED NOT NULL DEFAULT '0',`player` INT UNSIGNED NOT NULL DEFAULT '0',`action` tinyint NOT NULL DEFAULT '0',`world` tinyint NOT NULL DEFAULT '0',`x` int NOT NULL DEFAULT '0',`y` tinyint UNSIGNED NOT NULL DEFAULT '0',`z` int NOT NULL DEFAULT '0',`type` smallint NOT NULL DEFAULT '0',`data` TEXT NOT NULL DEFAULT '',`rbacked` boolean NOT NULL DEFAULT '0');CREATE INDEX dateIndex on bbdata (date);CREATE INDEX playerIndex on bbdata (player);CREATE INDEX actionIndex on bbdata (action);CREATE INDEX worldIndex on bbdata (world);CREATE INDEX posIndex on bbdata (x,y,z);CREATE INDEX typeIndex on bbdata (type);CREATE INDEX rbackedIndex on bbdata (rbacked);):
    org.h2.jdbc.JdbcSQLException: Index "DATEINDEX" already exists; SQL statement:
    CREATE INDEX dateIndex on bbdata (date);CREATE INDEX playerIndex on bbdata (player);CREATE INDEX actionIndex on bbdata (action);CREATE INDEX worldIndex on bbdata (world);CREATE INDEX posIndex on bbdata (x,y,z);CREATE INDEX typeIndex on bbdata (type);CREATE INDEX rbackedIndex on bbdata (rbacked); [42111-153]
    
        at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
    
        at org.h2.message.DbException.get(DbException.java:167)
    
        at org.h2.message.DbException.get(DbException.java:144)
    
        at org.h2.command.ddl.CreateIndex.update(CreateIndex.java:76)
    
        at org.h2.command.CommandContainer.update(CommandContainer.java:69)
    
        at org.h2.command.Command.executeUpdate(Command.java:212)
    
        at org.h2.command.CommandList.update(CommandList.java:41)
    
        at org.h2.command.CommandList.executeRemaining(CommandList.java:36)
    
        at org.h2.command.CommandList.update(CommandList.java:42)
    
        at org.h2.command.Command.executeUpdate(Command.java:212)
    
        at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:143)
    
        at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:129)
    
        at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:273)
    
        at me.taylorkelly.bigbrother.tablemgrs.DBTable.createTable(DBTable.java:35)
    
        at me.taylorkelly.bigbrother.tablemgrs.BBDataTable.<init>(BBDataTable.java:57)
    
        at me.taylorkelly.bigbrother.tablemgrs.BBDataH2.<init>(BBDataH2.java:13)
    
        at me.taylorkelly.bigbrother.tablemgrs.BBDataTable.getInstance(BBDataTable.java:47)
    
        at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:118)
    
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
    
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    2011-05-31 12:27:34 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
    2011-05-31 12:27:34 [INFO] [BBROTHER] Building `bbworlds` table...
    2011-05-31 12:27:34 [INFO] [BBROTHER] Building `bbusers` table...
    2011-05-31 12:27:34 [SEVERE] [BBROTHER] executeUpdate failed (CREATE TABLE IF NOT EXISTS `bbusers` (`id` INT AUTO_INCREMENT PRIMARY KEY,`name` varchar(32) NOT NULL DEFAULT 'Player',`flags` INT NOT NULL DEFAULT '0');CREATE UNIQUE INDEX idxUsername ON `bbusers` (`name`)):
    org.h2.jdbc.JdbcSQLException: Index "IDXUSERNAME" already exists; SQL statement:
    CREATE TABLE IF NOT EXISTS `bbusers` (`id` INT AUTO_INCREMENT PRIMARY KEY,`name` varchar(32) NOT NULL DEFAULT 'Player',`flags` INT NOT NULL DEFAULT '0');CREATE UNIQUE INDEX idxUsername ON `bbusers` (`name`) [42111-153]
    
        at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
    
        at org.h2.message.DbException.get(DbException.java:167)
    
        at org.h2.message.DbException.get(DbException.java:144)
    
        at org.h2.command.ddl.CreateIndex.update(CreateIndex.java:76)
    
        at org.h2.command.CommandContainer.update(CommandContainer.java:69)
    
        at org.h2.command.CommandList.executeRemaining(CommandList.java:36)
    
        at org.h2.command.CommandList.update(CommandList.java:42)
    
        at org.h2.command.Command.executeUpdate(Command.java:212)
    
        at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:143)
    
        at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:129)
    
        at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:273)
    
        at me.taylorkelly.bigbrother.tablemgrs.DBTable.createTable(DBTable.java:35)
    
        at me.taylorkelly.bigbrother.tablemgrs.BBUsersTable.<init>(BBUsersTable.java:67)
    
        at me.taylorkelly.bigbrother.tablemgrs.BBUsersH2.<init>(BBUsersH2.java:12)
    
        at me.taylorkelly.bigbrother.tablemgrs.BBUsersTable.getInstance(BBUsersTable.java:54)
    
        at me.taylorkelly.bigbrother.BBPlayerInfo.<init>(BBPlayerInfo.java:50)
    
        at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:120)
    
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
    
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  23. Offline

    Linaks

    P3 is very hard to configure..
    Can anyone make a tutorial for MySQL ?
     
  24. Offline

    Clem

    Code:
    2011-05-31 12:27:34 [INFO] [BBROTHER] Permissions enabled using: Permissions v3.0.6
    2011-05-31 12:27:34 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-05-31 12:27:34 [INFO] [BBROTHER] BigBrother 1.8-SNAPSHOT (build #443) enabled!
    2011-05-31 12:27:34 [INFO] BlastControl version 1.0.4 is enabled!
    2011-05-31 12:27:34 [INFO] ChunkRegenerate version 1.1 is enabled with permissions!
    2011-05-31 12:27:34 [INFO] Loading ColoredSigns
    2011-05-31 12:27:34 [INFO] [CommandSigns] 0.8 enabled.
    2011-05-31 12:27:34 [INFO] CommandSigns: Integrated with iConomy
    2011-05-31 12:27:34 [INFO] CommandSigns: Integrated with Permissions
    2011-05-31 12:27:34 [INFO] CommandSigns: Integrated with Annotate
    2011-05-31 12:27:34 [INFO] [CreatureSpawner] version 1.1 by [Xstasy] enabled.
    2011-05-31 12:27:34 [INFO] [Permissions] version [3.0.6] (Yeti)  loaded
    2011-05-31 12:27:34 [INFO] Loading map 'org.dynmap.flat.FlatMap'...
    2011-05-31 12:27:34 [INFO] Loading map 'org.dynmap.kzedmap.KzedMap'...
    2011-05-31 12:27:34 [INFO] Loading renderer 'org.dynmap.kzedmap.DefaultTileRenderer'...
    2011-05-31 12:27:34 [INFO] Loading renderer 'org.dynmap.kzedmap.CaveTileRenderer'...
    2011-05-31 12:27:34 [INFO] Activated world 'world' in Dynmap.
    2011-05-31 12:27:34 [INFO] Loading map 'org.dynmap.flat.FlatMap'...
    2011-05-31 12:27:34 [INFO] Loading map 'org.dynmap.kzedmap.KzedMap'...
    2011-05-31 12:27:34 [INFO] Loading renderer 'org.dynmap.kzedmap.DefaultTileRenderer'...
    2011-05-31 12:27:34 [INFO] Dynmap WebServer started on null:8518
    2011-05-31 12:27:34 [INFO] [dynmap] version 0.16.1 is enabled
    2011-05-31 12:27:35 [INFO] Loaded Essentials build 2.2.18 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-05-31 12:27:35 [INFO] Loaded EssentialsGeoIP build 2.2.18 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-05-31 12:27:35 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2011-05-31 12:27:35 [INFO] Loaded EssentialsSpawn build 2.2.18 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-05-31 12:27:35 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    2011-05-31 12:27:35 [INFO] [iChat] Found Permissions (v3.0.6)
    2011-05-31 12:27:35 [INFO] iChat (v2.2.3) enabled
    2011-05-31 12:27:37 [INFO] [iConomy] Logging is currently disabled.
    2011-05-31 12:27:37 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-05-31 12:27:37 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-05-31 12:27:37 [INFO] [Essentials] Payment method found (iConomy version: 5)
    2011-05-31 12:27:37 [INFO] [iConomy] hooked into Permissions.
    2011-05-31 12:27:37 [INFO] [LockChest] Using Permissions!
    2011-05-31 12:27:37 [INFO] [LockChest] Enabled
    2011-05-31 12:27:37 [INFO] [MCTelnet] - Starting Up! Version: 1.2.5 by bekvon
    2011-05-31 12:27:37 [INFO] [MCTelnet] - Listening on: 0.0.0.0:7654
    2011-05-31 12:27:37 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    2011-05-31 12:27:37 [INFO] [Minecart Mania] MinecartManiaCore version 1.1.9_special_release_1 is enabled!
    2011-05-31 12:27:37 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.1.3 is enabled!
    2011-05-31 12:27:37 [INFO] [Minecart Mania] MinecartManiaStation version 1.1.0 is enabled!
    2011-05-31 12:27:37 [INFO] PlgDisableCmd version 1.3 is enabled!
    2011-05-31 12:27:37 [INFO] Disabled 2 commands
    2011-05-31 12:27:37 [INFO] SimpleSave: 3.07 Initialized
    2011-05-31 12:27:37 [WARNING] SimpleSave: 3.07 is a beta version.
    2011-05-31 12:27:37 [SEVERE] java.lang.IllegalArgumentException: Can not set boolean field net.minecraft.server.WorldServer.y to java.lang.Class
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.ensureObj(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeBooleanFieldAccessorImpl.setBoolean(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at java.lang.reflect.Field.setBoolean(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at org.desmin88.simplesave.SimpleSave.setY(SimpleSave.java:156)
    2011-05-31 12:27:37 [SEVERE]    at org.desmin88.simplesave.SimpleSave.onEnable(SimpleSave.java:71)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-31 12:27:37 [SEVERE] java.lang.IllegalArgumentException: Can not set boolean field net.minecraft.server.World.a to java.lang.Class
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.ensureObj(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeBooleanFieldAccessorImpl.setBoolean(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at java.lang.reflect.Field.setBoolean(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at org.desmin88.simplesave.SimpleSave.setY(SimpleSave.java:156)
    2011-05-31 12:27:37 [SEVERE]    at org.desmin88.simplesave.SimpleSave.onEnable(SimpleSave.java:71)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-31 12:27:37 [SEVERE] java.lang.IllegalArgumentException: Can not set boolean field net.minecraft.server.World.j to java.lang.Class
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.ensureObj(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeBooleanFieldAccessorImpl.setBoolean(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at java.lang.reflect.Field.setBoolean(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at org.desmin88.simplesave.SimpleSave.setY(SimpleSave.java:156)
    2011-05-31 12:27:37 [SEVERE]    at org.desmin88.simplesave.SimpleSave.onEnable(SimpleSave.java:71)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-31 12:27:37 [SEVERE] java.lang.IllegalArgumentException: Can not set boolean field net.minecraft.server.World.n to java.lang.Class
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.ensureObj(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeBooleanFieldAccessorImpl.setBoolean(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at java.lang.reflect.Field.setBoolean(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at org.desmin88.simplesave.SimpleSave.setY(SimpleSave.java:156)
    2011-05-31 12:27:37 [SEVERE]    at org.desmin88.simplesave.SimpleSave.onEnable(SimpleSave.java:71)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-31 12:27:37 [SEVERE] java.lang.IllegalArgumentException: Can not set boolean field net.minecraft.server.World.isLoading to java.lang.Class
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.ensureObj(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeBooleanFieldAccessorImpl.setBoolean(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at java.lang.reflect.Field.setBoolean(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at org.desmin88.simplesave.SimpleSave.setY(SimpleSave.java:156)
    2011-05-31 12:27:37 [SEVERE]    at org.desmin88.simplesave.SimpleSave.onEnable(SimpleSave.java:71)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-31 12:27:37 [SEVERE] java.lang.IllegalArgumentException: Can not set boolean field net.minecraft.server.World.allowMonsters to java.lang.Class
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.ensureObj(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeBooleanFieldAccessorImpl.setBoolean(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at java.lang.reflect.Field.setBoolean(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at org.desmin88.simplesave.SimpleSave.setY(SimpleSave.java:156)
    2011-05-31 12:27:37 [SEVERE]    at org.desmin88.simplesave.SimpleSave.onEnable(SimpleSave.java:71)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-31 12:27:37 [SEVERE] java.lang.IllegalArgumentException: Can not set boolean field net.minecraft.server.World.allowAnimals to java.lang.Class
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.ensureObj(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeBooleanFieldAccessorImpl.setBoolean(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at java.lang.reflect.Field.setBoolean(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at org.desmin88.simplesave.SimpleSave.setY(SimpleSave.java:156)
    2011-05-31 12:27:37 [SEVERE]    at org.desmin88.simplesave.SimpleSave.onEnable(SimpleSave.java:71)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-31 12:27:37 [SEVERE] java.lang.IllegalArgumentException: Can not set boolean field net.minecraft.server.World.pvpMode to java.lang.Class
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.ensureObj(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeBooleanFieldAccessorImpl.setBoolean(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at java.lang.reflect.Field.setBoolean(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at org.desmin88.simplesave.SimpleSave.setY(SimpleSave.java:156)
    2011-05-31 12:27:37 [SEVERE]    at org.desmin88.simplesave.SimpleSave.onEnable(SimpleSave.java:71)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-31 12:27:37 [SEVERE] java.lang.IllegalArgumentException: Can not set boolean field net.minecraft.server.World.isStatic to java.lang.Class
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeFieldAccessorImpl.ensureObj(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at sun.reflect.UnsafeBooleanFieldAccessorImpl.setBoolean(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at java.lang.reflect.Field.setBoolean(Unknown Source)
    2011-05-31 12:27:37 [SEVERE]    at org.desmin88.simplesave.SimpleSave.setY(SimpleSave.java:156)
    2011-05-31 12:27:37 [SEVERE]    at org.desmin88.simplesave.SimpleSave.onEnable(SimpleSave.java:71)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    2011-05-31 12:27:37 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
    2011-05-31 12:27:37 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-31 12:27:37 [INFO] [Tele++] initializing version [1.3.4]
    2011-05-31 12:27:37 [WARNING] 'Help' not detected. No Help support enabled! Using internal Help
    2011-05-31 12:27:37 [INFO] [Tele++] version [1.3.4] loaded
    2011-05-31 12:27:37 [INFO] [TeslaCoil] version 1.3.5 by [Darklust] Loaded
    2011-05-31 12:27:37 [INFO] Weather Man 6 - On Air!
    2011-05-31 12:27:37 [INFO] WorldEdit 4.4 enabled.
    2011-05-31 12:27:37 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-31 12:27:38 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-31 12:27:38 [WARNING] WorldGuard: Unknown mob type 'slime'
    2011-05-31 12:27:38 [INFO] WorldGuard: (world) Single session is enforced.
    2011-05-31 12:27:38 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-05-31 12:27:38 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-05-31 12:27:38 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-05-31 12:27:38 [INFO] WorldGuard: (world) All fire spread is disabled.
    2011-05-31 12:27:38 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-05-31 12:27:38 [INFO] WorldGuard: 26 regions loaded for 'world'
    2011-05-31 12:27:38 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-05-31 12:27:38 [INFO] [Minecart Mania] Permissions detected. Using permissions.
    2011-05-31 12:27:38 [INFO] [Minecart Mania] MinecartManiaAdminControls version 1.1.4 is enabled!
    2011-05-31 12:27:38 [INFO] [Minecart Mania] MinecartManiaAutocart version 1.1.3 is enabled!
    2011-05-31 12:27:38 [INFO] [Minecart Mania] MinecartManiaAutomations version 1.1.2 is enabled!
    2011-05-31 12:27:38 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.1.3 is enabled!
    2011-05-31 12:27:38 [INFO] Done (0.811s)! For help, type "help" or "?"
    2011-05-31 12:27:39 [INFO] [MCTelnet] - Client connected: /BLANKED
    2011-05-31 12:27:40 [INFO] [BBROTHER] Cleaned out 0 records because of age in 0h00m00s.
    2011-05-31 12:27:43 [INFO] [Minecart Mania] Loading Sensor Data.
     
  25. Offline

    Ashens

    Currently trying out with MySQL; works pretty fine except for wildcards:
    Using
    Code:
    permissions g:Player w:creative perms add commandbook.kit.*
    returns a Null Pointer exception:
    Code:
    22:06:40 [WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing command 'permissions' in plugin Permissions v3.0.6
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:127)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:271)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:401)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:386)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
            at com.nijiko.permissions.PermissionCache.updatePerms(PermissionCache.java:44)
            at com.nijiko.permissions.Entry.setPermission(Entry.java:37)
            at com.nijiko.permissions.Group.setPermission(Group.java:84)
            at com.nijikokun.bukkit.Permissions.Permissions.onCommand(Permissions.java:481)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 6 more
    Whereas
    Code:
    permissions g:Player w:creative perms add commandbook.kit
    works fine.

    Also, I haven't found a way to define tracks via command line.

    And damn, this needs a PHP GUI. I'd make one if my coding skills weren't so poor. I'll settle with spamming /pr in the meanwhile :D

    Anyhow, great work. I'm looking forward to the development of the plugin.
     
  26. Offline

    The_Nut

    Looks like you have a tab just before the "- Member" text in your config file. Remove it or replace it with 4 spaces. (whatever it takes to get the indenting correct.[/CODE][/COLOR][/quote]
     
  27. Offline

    Techykid3

    Im looking forward to hope that this plugin will be getting better and better. I know these developers will make this awesome :D
     
  28. Offline

    Clem

    @The_Nut what? You just quoted me without saying anything lol?
     
  29. Offline

    Maxis010

    I've been working on a GUI for permissions 2 to go with MCManager, but then the update rolled out so I put that on hold

    Can someone send me a complete dump of the permissions database or link me to the table creation script so I know what I'm working with, my MCManager extensions are suppose to be stand-alone so it will be ugly but it will work

    I'll release this on to a website I'm running and anyone that wants to is welcome to download a copy from my GitHub to run themselves or check over the source code to prove I'm not trying to screw you

    MCManager is suppose to edit files/databases directly but I'll disable those features for your security, I doubt anyone would want to transmit secure details to my website anyway
     
  30. Offline

    Tealk

    I have a problem i cant use the commands i become the message i dont have permissions but im sadmin
    group
    http://pastebin.com/9E2tRwH1
    user
    http://pastebin.com/7DrDCkQJ

    if i try /home i dont have permissions
    /warpe too
    ...

    //Edit
    the permissions come and go
    one time im allow to use the commands 20 seconds later im not allow why?
    nothing int the log

    //Edit2
    Grillhamste and i have the same permissions group

    2011-05-31 21:29:15 [INFO] ?9[PLAYER_COMMAND] Tealk: /tphere Grill
    2011-05-31 21:29:24 [INFO] ?9[PLAYER_COMMAND] Grillhamsta: /tp tealk
    2011-05-31 21:30:41 [INFO] ?9[PLAYER_COMMAND] Tealk: /home
    2011-05-31 21:30:41 [WARNING] Tealk was denied access to command.
    2011-05-31 21:32:30 [INFO] ?9[PLAYER_COMMAND] Tealk: /tp Grill
    2011-05-31 21:32:30 [WARNING] Tealk was denied access to command.
    2011-05-31 21:32:34 [INFO] ?9[PLAYER_COMMAND] Tealk: /tp Grill
    2011-05-31 21:32:34 [WARNING] Tealk was denied access to command.
    2011-05-31 21:32:44 [INFO] ?9[PLAYER_COMMAND] Grillhamsta: /tphere tealk
    2011-05-31 21:37:56 [INFO] ?9[PLAYER_COMMAND] Grillhamsta: /warp winefield
    2011-05-31 21:37:56 [WARNING] Grillhamsta was denied access to command.
    2011-05-31 21:40:18 [INFO] ?9[PLAYER_COMMAND] Grillhamsta: /tp tealk
    2011-05-31 21:40:18 [WARNING] Grillhamsta was denied access to command.
    2011-05-31 21:40:25 [INFO] ?9[PLAYER_COMMAND] Tealk: /tphere Grill
    2011-05-31 21:40:25 [WARNING] Tealk was denied access to command.
     
  31. Offline

    Knoffel

    Hello,
    i have two problems with the new permissions version.

    My first problem ist, that iChat didnt get me colors with the new verisons. When a player write something in the chat he has only this "[]" in front of his name. Before it was the colored name of the groups and than the MC name.

    My second problem has something to do with players from the defaultgroup in the groups.yml data. They can craft blocks even though they are restricted.

    Here's the groups.yml:
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: '&5'
                suffix: ''
                build: false
            inheritance:
            permissions:
                - ''
                - ''
                - ''
        Builder:
            default: false
            info:
                prefix: '&1'
                suffix: ''
                build: true
            inheritace:
            permissions:
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
        Moderator:
            default: false
            info:
                prefix: '&1'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - ''
                - ''
                - ''
                - ''
                - ''
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'  
    Here the code when a player crafts a block:
    Code:
    2011-05-31 16:12:37 [SEVERE] Could not pass event BLOCK_PLACE to Permissions
    java.lang.NullPointerException
        at com.nijiko.permissions.Control.getGroups(Control.java:609)
        at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:43)
        at org.bukkit.plugin.java.JavaPluginLoader$26.execute(JavaPluginLoader.java:419)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:84)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:68)
        at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
        at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
        at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:217)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:535)
        at net.minecraft.server.Packet15Place.a(SourceFile:57)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    I know that my english isn't the best but i hope u can help me :)
     
Thread Status:
Not open for further replies.

Share This Page