Inactive [ADMN/DEV] Permissions v2.7.4 (Phoenix) - DISCONTINUED! 3.0 has a new home!

Discussion in 'Inactive/Unsupported Plugins' started by TheYeti, Feb 25, 2011.

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

    TheYeti

    Permissions 2.7.4 (Phoenix) - Now with AntiBuild built in!
    Download:
    Latest Stable: Full Zip | Jar Only
    Latest Dev Build: Full Zip | Jar Only
    Previous Versions: 2.7.3 (JAR) | 2.7.2 (JAR) | 2.7.1 (JAR) | 2.7 (JAR) | 2.6 (JAR) | 2.5.5 (JAR) | 2.5.4 (JAR) | 2.5.3 (JAR) | 2.5.2 (JAR) | 2.5.1 (JAR) | 2.5 (JAR) | 2.4 (JAR) | 2.3 (JAR) | 2.2 (JAR)

    Plugin Authors: How to hook into Permissions

    Permissions 2.x is being discontinued! 3.0 can be found HERE!!!


    I am discontinuing Permissions 2.x and leaving the project. Permissions is not going away though! Since 2.6 I have been working closely with another developer and added them to the team. For the past several version they have not only been assisting with 2.x but also doing a lot of the development of much anticipated 3.x. rcjrrjcr will be taking over as lead developer of Permissions from 3.x forward. I have full faith in them and after working closely with them on the development on the last few version and the next major version I feel that I am leaving this project in more than capable hands. I put way to much work into this project to just leave it with anyone, and this is one of the few programs that I am incredibly proud of.

    Many people will probably wonder why I am leaving again after taking over the project just a few months ago. I could quote drama and headaches, of which there were quite a few with this project. Unfortunately real life happens. Many people already know that I have been having medical issues here lately. Unfortunately while they have gotten better, they have not gone away. This coupled with other real life commitments, going to school full time, and starting up my own company, I am currently in the process of being laid off from work. At this point I have so much stuff going on in my life and am being pulled in so many directions that I am not able to get any work done on anything. This has lead to me missing commitments and letting people down on multiple things.

    Permissions is also a very high maintenance plugin that requires a lot of attention and time. Right now I am not able to devote that time and do not feel it is fair for me to try to continue to be the lead developer on it. I had originally thought that adding other members to the team would be helpful, but unfortunately this just lead to frustration for them and myself as I just was not able to commit to the project enough. Hence, 3.0 has been rewritten almost exclusively by rcjrrjcr with minimal contributions by myself.

    At this point I will be stepping away from the project to focus more on real life and to try to free up some time for other projects and to work with more individual like the wonderful HeroCraft Coding team to fulfill some commitments that I made to them a long time ago and sadly did not come through on. I feel that this is the best for all involved, both myself and the other Permissions developers, as well as the community who deserve someone who can contribute more time and attention to them and supporting them. I do not want to see Permissions end up like many other plugins with an absentee programmer and just slowly wasting away from a great plugin with a lot of potential to a headache with no support.

    I will still be active in the community, just not as much as not in the same way. I'm sure my server will be more than happy to have their head admin back and active again as well.

    Thank you and happy gaming.




    Changelog
    • 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
    • 2.6
      • Pulled in commits by rcjrrjcr
      • Fixed versioning. Last version should have technically been 2.6
      • Fixed invalid config file being written
      • Fixed erroneous conversion message.
    • 2.5.5
      • Updated to be compliant with CB600+
      • Further Maven Integration and Autobuilding
      • Better handling of configuration file errors.
        • If you do not have a world config file for the default world at startup it will now look for config.yml
        • If it cannot find that it will look for world.yml instead in case you named it that when that is not what is in level-name:
        • It will rewrite the config file to be the proper name. At this time it does not delete the old one though.
      • Removed defunct public abstract calls. If your not using the right one by now you should be shot anyway.
    • 2.5.4
        • Added Command aliases for perms and pr
        • Changed the way directories are handled.
        • Stopped it from creating an empty <world>.yml file in base directory
        • Moved project to using Maven.
    • 2.5.3
      • Change from File.pathSeparator to File.separator to fix multiworld perms
    • 2.5.2
      • Added more instructions to the included config file within the plugin
      • Added a check that will use the default world permissions if a world specific config file cannot be found.
      • Added a function to get only the group that a player is assigned to without checking for group inheritance.
      • Added a change to colorize() to fix it hopefully not adding an extra unneeded ascii character and thus creating a linebreak/color switch issue
      • Removed permissions.info as it was not needed and was a artifact of testing I was doing.
    • 2.5.1
      • Fixed a bug that could cause a group to be returned as null for getGroups()
    • 2.5
      • Added in AntiBuild functionality to Permissions
      • Minor code tweaks
      • Added getGroups(world, player) to PermissionHandler so that plugins can call it to get all of a users groups
      • Fixed the inability to use the permissions -reload all command from within the console. I still need to do some more work on this as it doesn't seem to like to accept anything other than all from console.
    • 2.4
      • Refactored namespaces to keep in line with Java & Bukkit policy
        • This was cancelled as it ended up being not needed
      • Fixed setupPermissions()
    • 2.3
      • Undid removal of some code that I had overzealously purged during cleanup
      • Merged in last of Nijikokun's changes
      • Re-ordered the main class to attempt to fix the problems with Plugin API
    • 2.2
      • Developer change
      • Fixed reloading of configuration files
      • Moved commands to registering with plugin.yml
      • Commands now use onCommand instead of onPlayerCommand
      • Command is now /permissions instead of /pr
    [/SPOILER]
     
    mruczek, kahlilnc, Pii and 58 others like this.
  2. Offline

    Legolas75893

    Code:
    2011-03-14 15:56:16 [SEVERE] Could not pass event PLAYER_JOIN to Essentials
     java.lang.VerifyError: (class:  com/nijikokun/bukkit/Permissions/Permissions, method: setupPermissions  signature: ()V) Bad type in putfield/putstatic
     	at java.lang.Class.getDeclaredFields0(Native Method)
     	at java.lang.Class.privateGetDeclaredFields(Class.java:2308)
     	at java.lang.Class.getField0(Class.java:2635)
     	at java.lang.Class.getField(Class.java:1535)
     	at com.earth2me.essentials.User.isAuthorized(User.java:112)
     	at com.earth2me.essentials.EssentialsPlayerListener.onPlayerJoin(EssentialsPlayerListener.java:163)
     	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:162)
     	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
     	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
     	at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:98)
     	at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
     	at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
     	at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
     	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
     	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
     	at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Also happens with BlockInteract

    And then the yml:
    Code:
    plugin:
    
        permissions:
    
            system: default
    
            copies: netherworld
    
    ##
    
    # AntiBuild is included with this.  To disable a group from being able to build then
    
    # set the build: flag to false (build: false).  If you want a group to be able to build
    
    # then set it to true.
    
    ##
    
    # Groups can contain inheritance.
    
    #   To make a group inherit the permissions from another
    
    #   group simply place the groups name in the "inheritance:" like so:
    
    #
    
    #   Example:
    
    #       inheritance:
    
    #           - Default
    
    ##
    
    #   All permissions including the asterisks must be placed in single quotes.
    
    #   like so:
    
    #
    
    #       - 'general.spawn'
    
    #
    
    #   Otherwise errors will happen!
    
    ##
    
    #   Globalized Permission settings:
    
    #
    
    #       If a permission contains periods (.) you can denote a globalized parameter:
    
    #
    
    #           - 'general.*'
    
    #
    
    #       This will allow you to use all general commands.
    
    #
    
    ##
    
    #   Single Asterisk denotes all commands:
    
    #
    
    #       - '*'
    
    #   If you give a group this permissions, do not have the group inherit any permissions
    
    #   from other groups.  Any users assigned to this group should NOT be given any additional
    
    #   permissions either.
    
    ##
    
    #   To exempt a node use the - prefix like so:
    
    #       - '-general.time'
    
    ##
    
    #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
    
    #   such as iChat or HeroChat in order for these to do anything.
    groups:
        Default:
            default: true
            info:
                prefix: '&f[&3SURVIVOR&f]&f'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'spawncontrol.spawn'
                - 'myhome.home.*'
                - 'essentials.mail'
                - 'essentials.spawn'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.rules'
                - 'essentials.helpop'
                - 'essentials.afk'
                - 'essentials.warp'
                - 'essentials.list'
                - 'essentials.who'
                - 'gastronomic.player.checkhunger'
                - 'gastronomic.player.hunger'
                - 'essentials.stack'
                - 'vampire.default.*'
    
        Creator:
            default: false
            info:
                prefix: '&f[&cCREATOR&f]&7'
                suffix: ''
                build: true
            inheritance:
                - Admins
            permissions:
                - '*'
    
        Admins:
            default: false
            info:
                prefix: '&f[&1KILLER&f]&e'
                suffix: ''
                build: true
            inheritance:
                - Creator
            permissions:
                - '*'
    
        CoOwner:
            default: false
            info:
                prefix: '&y[&1OVERLORD&f]&3'
                suffix: ''
                build: true
            inheritance:
                - Admins
            permissions:
                - '*'
    
        Mods:
            default: false
            info:
                prefix: '&f[&7MOD&f]&d'
                suffix: ''
                build: true
            inheritance:
            permissions:
    
        Fellow:
            default: false
            info:
                prefix: '&y[&3ASSISTANT&f]&4'
                suffix: ''
                build: true
            inheritance:
                - Admins
            permissions:
                - '*'
    
        Devs:
            default: false
            info:
                prefix: '&f[&dDev&f]&a'
                suffix: ''
                build: true
            inheritance:
                - Admins
            permissions:
                - '*'
    
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
    
        legolas75893:
            group: Creator
            permissions:
    
        spamnapkin:
            group: Admins
            permissions:
    
        lucon1:
            group: Admins
            permissions:
    
        thebritisheditor:
            group: Admins
            permissions:
    
        tehcool:
            group: Admins
            permissions:
    
        cyberace:
            group: CoOwner
            permissions:
    
        TheMapp:
            group: Fellow
            permissions:
    
        tuarzen007:
            group: Mods
            permissions:
    
        slashercat:
            group: Mods
            permissions:
    
        Moreman12345:
            group: Mods
            permissions:
    
        stix1381:
            group: Mods
            permissions:
    
        pbc243:
            group: Devs
            permissions:
    
        T1nTeD:
            group: Mods
            permissions:
    
        bullit97:
            group: Mods
            permissions:
    
        devilsson224:
            group: Mods
            permissions:
    
        SomniumW1zard:
            group: Devs
            permissions:
    
        Parson:
            group: Admins
            permissions:
    
        halcyon1:
            group: Devs
            permissions:
    
     
  3. Offline

    DiscipleGeek

    Trying to set Permissions back up after changing from Nijikokun's to yours. Getting a fairly extensive error:

    Code:
    15:59:34 [SEVERE] Could not load plugins/Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:113)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:159)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:107)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:205)
            at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:196)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:183)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:381)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:366)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:109)
            ... 11 more
    Caused by: java.lang.NullPointerException
            at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:77)
            ... 16 more
    
    I *think* this is because my level-name in my server properties is hgsbackup/world and since the config filename has to be the same as the level-name it won't work because no / are allowed in filenames.

    My config file is pretty simple:

    Code:
    plugin:
        permissions:
            system: default
            copies:
    
    groups:
        Default:
            default: true
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - 'stargate.use'
                - 'stargate.create'
                - 'stargate.destroy'
                - 'stargate.hidden'
     
  4. Offline

    Triggjo2

    I added some spaces change some text and added a ' at the end of some permission lines
    [MERGETIME="1300134595"][/MERGETIME]
    Simple just rename the world in your server folder to something like world then just change the world name in server.properties file and there you go did i answer this right
    [MERGETIME="1300134670"][/MERGETIME]
    Try updating to version 2.5.4 then let me know thanks
     
  5. Offline

    zaklampje

    Now I'm getting this:

    Code:
    2011-03-14 21:37:10 [INFO] Starting minecraft server version Beta 1.3
    2011-03-14 21:37:10 [WARNING] **** NOT ENOUGH RAM!
    2011-03-14 21:37:10 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2011-03-14 21:37:10 [INFO] Loading properties
    2011-03-14 21:37:10 [INFO] Starting Minecraft server on *:25565
    2011-03-14 21:37:10 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-543-g06a64ab-b554jnks (MC: 1.3)
    2011-03-14 21:37:10 [INFO] Preparing level "mythworld"
    2011-03-14 21:37:10 [INFO] Preparing start region
    2011-03-14 21:37:11 [SEVERE] Could not load plugins\Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:113)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:159)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:107)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:109)
        ... 8 more
    Caused by: java.lang.NullPointerException
        at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:77)
        ... 13 more
    2011-03-14 21:37:11 [WARNING] Plugin: MonsterTamer does not support the onLoad() method
    2011-03-14 21:37:11 [SEVERE] [MonsterTamer]: Nijikokuns' Permissions plugin isn't loaded. Commands are usable by all.
    2011-03-14 21:37:11 [INFO] [MonsterTamer]: version [1.2] (Companions) loaded
    2011-03-14 21:37:11 [INFO] Done (0,095s)! For help, type "help" or "?"
    
    Any ideas?
     
  6. Offline

    DiscipleGeek

    The problem is that my world directory is located in the hgsbackup subdirectory, I can't change the value of level-name because it contains the required folder information for my server to locate the world save files. I could conceivably move it, however I'd rather not because anything not in that subdirectory gets wiped anytime I do a minecraft server reinstall from the console. I'd end up having to move it anytime I wanted to update minecraft and that's somewhat time consuming.
     
  7. Offline

    Superhykle

    Code:
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    #  Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    #  If this file is for your default world (the one in server.properties) then you must
    #  leave copies blank.
    #  Example: copies: Derp    -  This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name.  So if it is level-name: world  then this should be world.yml and in the
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document.  Use only spaces.  A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
        permissions:
            system: default
            copies:
    
    ##
    # AntiBuild is included with this.  To disable a group from being able to build then
    # set the build: flag to false (build: false).  If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    #  To make a group inherit the permissions from another
    #  group simply place the groups name in the "inheritance:" like so:
    #
    #  Example:
    #      inheritance:
    #          - Default
    ##
    #  All permissions including the asterisks must be placed in single quotes.
    #  like so:
    #
    #      - 'foo.bar'
    #
    #  Otherwise errors will happen!
    ##
    #  Globalized Permission settings:
    #
    #      If a permission contains periods (.) you can denote a globalized parameter:
    #
    #          - 'foo.*'
    #
    #      This will allow you to use all general commands.
    #
    ##
    #  Single Asterisk denotes all commands:
    #
    #      - '*'
    #  If you give a group this permissions, do not have the group inherit any permissions
    #  from other groups.  Any users assigned to this group should NOT be given any additional
    #  permissions either.
    ##
    #  To exempt a node use the - prefix like so:
    #      - '-foo.bar'
    ##
    #  prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #  such as iChat or HeroChat in order for these to do anything.
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
            - 'essentials.spawn'
            - 'essentials.list'
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'essentials.spawn'
                - 'essentials.warp'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.list'
                - 'essentials.msg'
        Trusted Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'essentials.spawn'
                - 'essentials.warp'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.list'
                - 'essentials.ban'
                - 'essentials.kick'
                - 'essentials.msg'
        Trial Admin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'essentials.spawn'
                - 'essentials.warp'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.list'
                - 'essentials.ban'
                - 'essentials.kick'
                - 'essentials.msg'
    
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
    
        bear34:
            group: Member
            permissions:
        superhykle:
            group: Member
            permissions:
        gab0607:
            group: Member
            permissions:
        sqweebel:
            group: Member
            permissions:
        hm0123:
            group: Member
            permissions:
        EpicSanta:
            group: Member
            permissions:
        Toka:
            group: Member
            permissions:
        OG_Moneystacks:
            group: Member
            permissions:
        brennanx1:
            group: Member
            permissions:
        dennisnagh:
            group: Member
            permissions:
        jk1ller:
            group: Member
            permissions:
        eastonch:
            group: Member
            permissions:
        teedalt:
            group: Member
            permissions:
        hunt106:
            group: Member
            permissions:
        mad_vv:
            group: Member
            permissions:
        emobreakdown:
            group: Member
            permissions:
        slymdi:
            group: Member
            permissions:
        msawchuk:
            group: Member
            permissions:
        hectormora:
            group: Member
            permissions:
        luke_is_1337:
            group: Member
            permissions:
        truefarvel:
            group: Member
            permissions:
        clintonius:
            group: Member
            permissions:
        zokas1992:
            group: Member
            permissions:
        kamfy:
            group: Member
            permissions:
        flobblem:
            group: Member
            permissions:
        roblox2minecraft:
            group: Member
            permissions:
        ipencil:
            group: Member
            permissions:
        nokitch:
            group: Trusted Member
            permissions:
        metroidfan180:
            group: Trusted Member
            permissions:
        brianlance:
            group: Trusted Member
            permissions:
        MagnusGL:
            group: Trusted Member
            permissions:
        Werelofe:
            group: Trial Admin
            permissions:
        haffa_e:
            group: Member
            permissions:
        Rallais:
            group: Member
            permissions:
    Now i have new problem when i add 'Raillais' he cant use commands for members or building, so he is still a default cause he can use /spawn and /list. what am i doing wrong? also my ops used to by able for all commands now they still are but they suddently cant use /npc create Guard anymore...
     
  8. Offline

    Malkierian

    I (and others) have already addressed this. You have to make a new directory /hgsbackup in /plugins/Permissions and put your world files in there. However, if this actually fixes your problem, let me know, because I couldn't get 2.5.4 to work, at all.
     
  9. Offline

    Triggjo2

    Thats a plugin error i can fix it just give me links to where you got your plugins so i can get the containing codes for this
    [MERGETIME="1300138862"][/MERGETIME]
    What Build are you using?
     
  10. Offline

    FiraGun90

    Whenever I start my server, I get this error, and only 3 out of my like 10 plugins work.


    17:29:13 [INFO] Starting minecraft server version Beta 1.3
    17:29:13 [INFO] Loading properties
    17:29:13 [INFO] Starting Minecraft server on 192.168.1.68:25565
    17:29:13 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    17:29:13 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    17:29:13 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    17:29:13 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    17:29:13 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-512-
    g63bc855-b527jnks (MC: 1.3)
    17:29:13 [INFO] Preparing level "world"
    17:29:13 [INFO] Preparing start region
    17:29:14 [INFO] Preparing spawn area: 32%
    17:29:15 [SEVERE] Could not load plugins\Authorize.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:113)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:159)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:107)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.rena4ka.bukkit.auth.Authorize.<i
    nit>()
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.getConstructor(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:108)
    ... 8 more
    17:29:15 [SEVERE] Could not load plugins\EssentialsHelp.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:113)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:159)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:107)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.earth2me.essentials.help.Essenti
    alsHelp.<init>()
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.getConstructor(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:108)
    ... 8 more
    17:29:15 [SEVERE] Could not load plugins\EssentialsTele.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:113)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:159)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:107)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.earth2me.essentials.tele.Essenti
    alsTele.<init>()
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.getConstructor(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:108)
    ... 8 more
    17:29:15 [SEVERE] Could not load plugins\iConomy.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:113)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:159)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:107)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.nijikokun.bukkit.iConomy.iConomy
    .<init>()
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.getConstructor(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:108)
    ... 8 more
    17:29:15 [INFO] LWC [v1.57] Loading shared objects
    17:29:15 [INFO] Config [v1.57] Loaded 12 config entries
    17:29:15 [INFO] LWC [v1.57] Native library: lib/native/Windows/x86/sqlitejdb
    c.dll
    17:29:15 [INFO] Updater [v1.57] Update detected for LWC
    17:29:15 [INFO] Updater [v1.57] Latest version: 1.63
    17:29:15 [SEVERE] Could not load plugins\Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:113)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:159)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:107)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:109)
    ... 8 more
    Caused by: java.lang.NullPointerException
    at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:
    77)
    ... 13 more
    17:29:15 [SEVERE] Could not load plugins\Whitelist.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:113)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:159)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:107)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.bukkit.silence.whitelist.Whiteli
    st.<init>()
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.getConstructor(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:108)
    ... 8 more
    17:29:15 [SEVERE] Could not load plugins\xWarp 1.6.13.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:113)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:159)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:107)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: me.taylorkelly.mywarp.MyWarp.<init>(
    )
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.getConstructor(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:108)
    ... 8 more
    17:29:15 [SEVERE] Could not load plugins\xWarp.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:113)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:159)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:107)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: me.taylorkelly.mywarp.MyWarp.<init>(
    )
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.getConstructor(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:108)
    ... 8 more
    17:29:15 [INFO] bMobs version 0.5.5 is enabled!
    17:29:15 [INFO] ºeLoaded Essentials build 2.0.286 maintained by Zenexer, emental
    o, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    17:29:15 [INFO] Loaded EssentialsSpawn build 2.0.286 maintained by Zenexer, emen
    talo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    17:29:15 [INFO] LocalShops: Permissions not found.
    17:29:15 [INFO] LocalShops: iConomy not found.
    17:29:16 [INFO] LocalShops: Loaded 0 shop(s).
    17:29:16 [INFO] LocalShops: version 1.5b is enabled!
    17:29:16 [INFO] Config [v1.57] Loaded 12 config entries
    17:29:16 [INFO] Updater [v1.57] Update detected for LWC
    17:29:16 [INFO] Updater [v1.57] Latest version: 1.63
    17:29:16 [INFO] LWC [v1.57] Loaded command: /lwc -admin
    17:29:16 [INFO] LWC [v1.57] Loaded command: /lwc -create
    17:29:16 [INFO] LWC [v1.57] Loaded command: /lwc -free
    17:29:16 [INFO] LWC [v1.57] Loaded command: /lwc -info
    17:29:16 [INFO] LWC [v1.57] Loaded command: /lwc -p
    17:29:16 [INFO] LWC [v1.57] Loaded command: /lwc -modify
    17:29:16 [INFO] LWC [v1.57] Loaded command: /lwc -unlock
    17:29:16 [INFO] LWC [v1.57] Loaded command: /lwc -owners
    17:29:16 [INFO] LWC [v1.57] -> PLAYER_QUIT
    17:29:16 [INFO] LWC [v1.57] -> ENTITY_EXPLODE
    17:29:16 [INFO] LWC [v1.57] -> BLOCK_INTERACT
    17:29:16 [INFO] LWC [v1.57] -> BLOCK_DAMAGED
    17:29:16 [INFO] LWC [v1.57] -> BLOCK_BREAK
    17:29:16 [INFO] LWC [v1.57] -> BLOCK_PLACED
    17:29:16 [INFO] LWC [v1.57] -> REDSTONE_CHANGE
    17:29:16 [INFO] LWC [v1.57] Loading SQLite
    17:29:16 [INFO] PhysDB [v1.57] Creating physical tables if needed
    17:29:16 [INFO] MemDB [v1.57] Creating memory tables
    17:29:16 [INFO] SQLite [v1.57] Using: Native
    17:29:16 [INFO] [MYHOME]: 6 homes loaded
    17:29:16 [SEVERE] [MYHOME] Permissions isn't loaded, there are no restrictions.
    17:29:16 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    17:29:16 [INFO] MyHome 1.9.2 enabled
    17:29:16 [INFO] TPack version 1.4not enabled. Permissions not detected
    17:29:16 [INFO] TPack Disabled
    17:29:16 [WARNING] Plugin 'TPack' (ver 1.4) is registering events before it is e
    nabled. It may be misbehaving and the author needs to fix this.
    17:29:16 [WARNING] Plugin 'TPack' (ver 1.4) is registering events before it is e
    nabled. It may be misbehaving and the author needs to fix this.
    17:29:16 [WARNING] Plugin 'TPack' (ver 1.4) is registering events before it is e
    nabled. It may be misbehaving and the author needs to fix this.
    17:29:16 [WARNING] Plugin 'TPack' (ver 1.4) is registering events before it is e
    nabled. It may be misbehaving and the author needs to fix this.
    17:29:16 [WARNING] Plugin 'TPack' (ver 1.4) is registering events before it is e
    nabled. It may be misbehaving and the author needs to fix this.
    17:29:16 [WARNING] Plugin 'TPack' (ver 1.4) is registering events before it is e
    nabled. It may be misbehaving and the author needs to fix this.
    17:29:16 [INFO] TPack version 1.4 is enabled!
    17:29:16 [INFO] Done (0.329s)! For help, type "help" or "?"
    >​
     
  11. Offline

    Triggjo2

    Are you sure its Permissions thats causing this
     
  12. Offline

    FiraGun90

    I dunno but I think it is.
     
  13. Offline

    saturnine_nl

    @FiraGun90: check your plugins and update if neccesary.
    - disable all of them (by moving the jars into a seperate folder inside plugin, i made a folder disabled
    and cut and paste al my jars into that. )
    - add one plugin and start the server
    - if it gives no errors you add another.
    So you can pinpoint wich plugin is causing all this trouble.

    good luck ;)
     
  14. Offline

    graeme2912

    all i get is
    2011-03-14 22:52:42 [INFO] Starting minecraft server version Beta 1.3
    2011-03-14 22:52:42 [INFO] Loading properties
    2011-03-14 22:52:42 [INFO] Starting Minecraft server on 5.21.24.224:25565
    2011-03-14 22:52:42 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-03-14 22:52:42 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-03-14 22:52:42 [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-03-14 22:52:42 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-03-14 22:52:42 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-516-gdf87bb3-b531jnks (MC: 1.3)
    2011-03-14 22:52:42 [INFO] Preparing level "world"
    2011-03-14 22:52:42 [INFO] Preparing start region
    2011-03-14 22:52:43 [SEVERE] Could not load plugins\Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:113)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:159)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:107)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:109)
    ... 8 more
    Caused by: java.lang.NullPointerException
    at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:77)
    ... 13 more
    2011-03-14 22:52:43 [INFO] ChatBukkit v0.0.1 is enabled!
    2011-03-14 22:52:43 [INFO] ScrapBukkit version 0.2.1 is enabled!
    2011-03-14 22:52:43 [INFO] Done (0.116s)! For help, type "help" or "?"
    and i made it so that permissions was the only plugins :S
     
  15. Offline

    Superhykle

  16. Offline

    Legolas75893

    Last lines=
    2011-03-14 22:52:43 [INFO] ChatBukkit v0.0.1 is enabled!
    2011-03-14 22:52:43 [INFO] ScrapBukkit version 0.2.1 is enabled!
    ?
     
  17. Offline

    FiraGun90

    No... Its not permissions. Its all of them. I'm running Bukkit (451) and CraftBukkit (531). Should I take it out bukkit? Thanks in advance
     
  18. Offline

    Triggjo2

    Essentials and WorldGuard don't work together they conflict so ill leave it set to Essentials and Prefixer just use iChat instead of Prefixer and Simple Colours you will lose colored names (i don't think permissions and Simple Colours work as one sorry).
    I think thats it try this if you have problems let me know:
    Code:
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    #  Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    #  If this file is for your default world (the one in server.properties) then you must
    #  leave copies blank.
    #  Example: copies: Derp    -  This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name.  So if it is level-name: world  then this should be world.yml and in the
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document.  Use only spaces.  A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
        permissions:
            system: default
            copies:
    
    ##
    # AntiBuild is included with this.  To disable a group from being able to build then
    # set the build: flag to false (build: false).  If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    #  To make a group inherit the permissions from another
    #  group simply place the groups name in the "inheritance:" like so:
    #
    #  Example:
    #      inheritance:
    #          - Default
    ##
    #  All permissions including the asterisks must be placed in single quotes.
    #  like so:
    #
    #      - 'foo.bar'
    #
    #  Otherwise errors will happen!
    ##
    #  Globalized Permission settings:
    #
    #      If a permission contains periods (.) you can denote a globalized parameter:
    #
    #          - 'foo.*'
    #
    #      This will allow you to use all general commands.
    #
    ##
    #  Single Asterisk denotes all commands:
    #
    #      - '*'
    #  If you give a group this permissions, do not have the group inherit any permissions
    #  from other groups.  Any users assigned to this group should NOT be given any additional
    #  permissions either.
    ##
    #  To exempt a node use the - prefix like so:
    #      - '-foo.bar'
    ##
    #  prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #  such as iChat or HeroChat in order for these to do anything.
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
            - 'essentials.spawn'
            - 'essentials.list'
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'essentials.spawn'
                - 'essentials.warp'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.list'
                - 'essentials.msg'
        Trusted Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'essentials.spawn'
                - 'essentials.warp'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.list'
                - 'essentials.ban'
                - 'essentials.kick'
                - 'essentials.msg'
                - 'citizens.create'
                - 'citizens.settext'
                - 'citizens.remove.singular'
                - 'citizens.color'
                - 'citizens.colour'
                - 'citizens.setitem'
        Trial Admin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
    
        bear34:
            group: Member
            permissions:
        superhykle:
            group: Member
            permissions:
        gab0607:
            group: Member
            permissions:
        sqweebel:
            group: Member
            permissions:
        hm0123:
            group: Member
            permissions:
        EpicSanta:
            group: Member
            permissions:
        Toka:
            group: Member
            permissions:
        OG_Moneystacks:
            group: Member
            permissions:
        brennanx1:
            group: Member
            permissions:
        dennisnagh:
            group: Member
            permissions:
        jk1ller:
            group: Member
            permissions:
        eastonch:
            group: Member
            permissions:
        teedalt:
            group: Member
            permissions:
        hunt106:
            group: Member
            permissions:
        mad_vv:
            group: Member
            permissions:
        emobreakdown:
            group: Member
            permissions:
        slymdi:
            group: Member
            permissions:
        msawchuk:
            group: Member
            permissions:
        hectormora:
            group: Member
            permissions:
        luke_is_1337:
            group: Member
            permissions:
        truefarvel:
            group: Member
            permissions:
        clintonius:
            group: Member
            permissions:
        zokas1992:
            group: Member
            permissions:
        kamfy:
            group: Member
            permissions:
        flobblem:
            group: Member
            permissions:
        roblox2minecraft:
            group: Member
            permissions:
        ipencil:
            group: Member
            permissions:
        nokitch:
            group: Trusted Member
            permissions:
        metroidfan180:
            group: Trusted Member
            permissions:
        brianlance:
            group: Trusted Member
            permissions:
        MagnusGL:
            group: Trusted Member
            permissions:
        Werelofe:
            group: Trial Admin
            permissions:
        haffa_e:
            group: Member
            permissions:
        Rallais:
            group: Member
            permissions:
     
  19. Offline

    larkija

    Hi, I'm also having a problem with this... here's some of the codes that appeared.
    Here's what it looks like when I turned the server on:
    Code:
    [INFO] Starting minecraft server version Beta 1.3
    2011-03-14 19:54:23 [INFO] Loading properties
    2011-03-14 19:54:23 [INFO] Starting Minecraft server on *:25565
    2011-03-14 19:54:23 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-516-gdf87bb3-b531jnks (MC: 1.3)
    2011-03-14 19:54:23 [INFO] Preparing level "Larkington City"
    2011-03-14 19:54:23 [INFO] Preparing start region
    2011-03-14 19:54:25 [SEVERE] Could not load plugins\Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:113)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:159)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:107)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:109)
        ... 8 more
    Caused by: java.lang.NullPointerException
        at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:77)
        ... 13 more
    2011-03-14 19:54:25 [INFO] §eLoaded Essentials build 2.0.294 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-03-14 19:54:26 [INFO] Loaded EssentialsProtect build 2.0.294 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-03-14 19:54:26 [INFO] Lockette version 1.2.2 is being enabled!  Yay!
    2011-03-14 19:54:26 [INFO] Lockette: Detected craftbukkit jenkins build [531] ok.
    2011-03-14 19:54:26 [INFO] Lockette: Nijikokun's Permissions plugin not detected, using ops file.
    2011-03-14 19:54:26 [INFO] Lockette: Ready to protect your containers.
    2011-03-14 19:54:26 [INFO] MCDocs - Permissions NOT Detected! (Don't Worry, it's not essential!)
    2011-03-14 19:54:26 [INFO] MCDocs by Tazzernator (Andrew Tajsic) - version 5.2.2 is enabled!
    2011-03-14 19:54:26 [INFO] Minecart Mania Chest Control version 1.03 is enabled!
    2011-03-14 19:54:26 [INFO] Minecart Mania Core version 1.03a is enabled!
    2011-03-14 19:54:26 [INFO] Minecart Mania Sign Commands version 1.03c is enabled!
    2011-03-14 19:54:26 [INFO] Done (0.292s)! For help, type "help" or "?"
    And here's what happened whenever somebody tried to talk.
    Code:
    2011-03-14 19:55:01 [SEVERE] Could not pass event PLAYER_CHAT to iChat
    java.lang.NullPointerException
        at net.theyeticave.theyeti.iChat.Listener.onPlayerChat(Listener.java:50)
        at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.java:187)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:614)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:602)
        at net.minecraft.server.Packet3Chat.a(SourceFile:24)
        at net.minecraft.server.NetworkManager.a(SourceFile:230)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:76)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Here's my Permissions file, too.
    Code:
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    #   Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    #   If this file is for your default world (the one in server.properties) then you must
    #   leave copies blank.
    #  Example: copies: Derp    -  This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name.  So if it is level-name: world  then this should be world.yml and in the
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document.  Use only spaces.  A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
        permissions:
            system: default
            copies:
    
    ##
    # AntiBuild is included with this.  To disable a group from being able to build then
    # set the build: flag to false (build: false).  If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'foo.bar'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'foo.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    #   If you give a group this permissions, do not have the group inherit any permissions
    #   from other groups.  Any users assigned to this group should NOT be given any additional
    #   permissions either.
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-foo.bar'
    ##
    #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #   such as iChat or HeroChat in order for these to do anything.
    groups:
        Default:
            default: true
            info:
                prefix: '[Guest]'
                suffix: ''
                build: false
            inheritance:
            permissions:
                - ''
        VIP:
            default: false
            info:
                prefix: '&5'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
                - 'essentials.tpa'
                - 'essentials.tpahere'
                - 'essentials.time'
                - 'essentials.setwarp'
                - 'essentials.nick'
                - 'essentials.heal'
                - 'essentials.spawn'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.me'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.afk'
                - 'essentials.msg'
                - 'essentials.compass'
                - 'essentials.help'
                - 'general.motd'
                - 'essentials.warp'
                - 'general.list'
                - 'essentials.list'
                - 'essentials.nick'
                - 'essentials.whois'
                - 'essentials.kit.tools'
                - 'essentials.kit'
                - 'general.kit'
        Moderator:
            default: false
            info:
                prefix: '&9[&9Mod&9]&9'
                suffix: '&f'
                build: true
            inheritance:
                - VIP
            permissions:
                - 'essentials.player-info'
                - 'essentials.getpos'
                - 'essentials.bigtree'
                - 'essentials.tree'
                - 'essentials.jump'
                - 'essentials.heal'
                - 'essentials.kick'
                - 'essentials.ban'
        Admins:
            default: false
            info:
                prefix: '&2[&2Admin&2]&2'
                suffix: '&f'
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
    
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
        larkija:
            group: Admins
            permissions:
        BoltBoom:
            group: Moderator
            permissions:
        musa:
            group: Moderator
            permissions:
        whateverxequals:
            group: Moderator
            permissions:
        tophermaz:
            group: VIP
            permissions:
        mazman4520:
            group: VIP
            permissions:
        whateverxequals:
            group: VIP
            permissions:
        bkr33:
            group: Probation
            permissions:
        nierenberg:
            group: VIP
            permissions:
        Insidious_Walrus:
            group: VIP
            permissions:
        TheProCreeper:
            group: VIP
            permissions:
        Zaffarack:
            group: VIP
            permissions:
        iFoneFox:
            group: Moderator
            permissions:
        Anthonyzazz:
            group: Probation
            permissions:
        Fluddi:
            group: VIP
            permissions:
        Ieatsoulz:
            group: VIP
            permissions:
        b2k828:
            group: VIP
            permissions:
        michchar:
            group: VIP
            permissions:
        TheLemonater:
            group: VIP
            permissions:
        jnapster:
            group: VIP
            permissions:
        spacemaker14:
            group: VIP
            permissions:
        MaTT12121:
            group: VIP
            permissions:
        KillerBunE:
            group: VIP
            permissions:
    
    What could be wrong here? Could it be the MCDocs or iChat files interfering?
     
  20. Offline

    Triggjo2

    First off if a group has the '*' under permission you can't have an inheritance it messes up Second iChat will put the player rank in itself so remove that Thridly Essentials and General interfer with each other so get rid of one here is a clean copy with both Essentials and General just remove the one you don't want:
    Code:
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    #   Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    #   If this file is for your default world (the one in server.properties) then you must
    #   leave copies blank.
    #  Example: copies: Derp    -  This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name.  So if it is level-name: world  then this should be world.yml and in the
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document.  Use only spaces.  A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
        permissions:
            system: default
            copies:
    
    ##
    # AntiBuild is included with this.  To disable a group from being able to build then
    # set the build: flag to false (build: false).  If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'foo.bar'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'foo.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    #   If you give a group this permissions, do not have the group inherit any permissions
    #   from other groups.  Any users assigned to this group should NOT be given any additional
    #   permissions either.
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-foo.bar'
    ##
    #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #   such as iChat or HeroChat in order for these to do anything.
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - ''
        VIP:
            default: false
            info:
                prefix: '&5'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
                - 'essentials.tpa'
                - 'essentials.tpahere'
                - 'essentials.time'
                - 'essentials.setwarp'
                - 'essentials.nick'
                - 'essentials.heal'
                - 'essentials.spawn'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.me'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.afk'
                - 'essentials.msg'
                - 'essentials.compass'
                - 'essentials.help'
                - 'general.motd'
                - 'essentials.warp'
                - 'general.list'
                - 'essentials.list'
                - 'essentials.nick'
                - 'essentials.whois'
                - 'essentials.kit.tools'
                - 'essentials.kit'
                - 'general.kit'
        Moderator:
            default: false
            info:
                prefix: '&9'
                suffix: '&f'
                build: true
            inheritance:
                - VIP
            permissions:
                - 'essentials.player-info'
                - 'essentials.getpos'
                - 'essentials.bigtree'
                - 'essentials.tree'
                - 'essentials.jump'
                - 'essentials.heal'
                - 'essentials.kick'
                - 'essentials.ban'
        Admins:
            default: false
            info:
                prefix: '&2'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
                - '*'
    
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
        larkija:
            group: Admins
            permissions:
        BoltBoom:
            group: Moderator
            permissions:
        musa:
            group: Moderator
            permissions:
        whateverxequals:
            group: Moderator
            permissions:
        tophermaz:
            group: VIP
            permissions:
        mazman4520:
            group: VIP
            permissions:
        whateverxequals:
            group: VIP
            permissions:
        bkr33:
            group: Probation
            permissions:
        nierenberg:
            group: VIP
            permissions:
        Insidious_Walrus:
            group: VIP
            permissions:
        TheProCreeper:
            group: VIP
            permissions:
        Zaffarack:
            group: VIP
            permissions:
        iFoneFox:
            group: Moderator
            permissions:
        Anthonyzazz:
            group: Probation
            permissions:
        Fluddi:
            group: VIP
            permissions:
        Ieatsoulz:
            group: VIP
            permissions:
        b2k828:
            group: VIP
            permissions:
        michchar:
            group: VIP
            permissions:
        TheLemonater:
            group: VIP
            permissions:
        jnapster:
            group: VIP
            permissions:
        spacemaker14:
            group: VIP
            permissions:
        MaTT12121:
            group: VIP
            permissions:
        KillerBunE:
            group: VIP
            permissions:
    
    That should fix it
     
  21. Offline

    xGhOsTkiLLeRx

    Hey,

    can you tell me the permissions, to allow /give /tp and /time ?
    The users aren't OPs!

    Greets
     
  22. Offline

    aminecraftuser

    Ok i am a noob and have been reading the guide and watching videos and re-reading gudes and i still do not understand the way to set it up. So can some one point me in the right diretion?

    Thx
     
  23. Offline

    larkija

    I'm still getting that error. Are you telling me to get rid of iChat completely? If not, here's the codes for it.

    Code:
    message-format: '[+prefix+group+suffix&f] +name: +message'
    censor-list: [ ]
    censor-char: '*'
    censor-colored: true
    censor-color: '&7'
    censor-string-color: '&f'
    use-world-name: true
    
     
  24. Offline

    Madmonkey

    How come i add a player to Admin's group the player still stays in the Guest group?
     
  25. Offline

    DiscipleGeek


    Thank you, it definitely fixed my problem.

    @TheYeti Would you mind adding this info to the FAQ and install instructions so some other hapless server admin doesn't have to peruse through the 56 pages of posts to glean it for themselves?
     
  26. Offline

    larkija

    Ok, now I'm getting something else... What does this error mean?

    Code:
    2011-03-14 23:46:17 [INFO] Starting minecraft server version Beta 1.3
    2011-03-14 23:46:17 [INFO] Loading properties
    2011-03-14 23:46:17 [INFO] Starting Minecraft server on *:25565
    2011-03-14 23:46:17 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-516-gdf87bb3-b531jnks (MC: 1.3)
    2011-03-14 23:46:17 [INFO] Preparing level "Larkington City"
    2011-03-14 23:46:17 [INFO] Preparing start region
    2011-03-14 23:46:18 [INFO] Preparing spawn area: 97%
    2011-03-14 23:46:18 [SEVERE] Could not load plugins\Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:113)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:159)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:107)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:109)
        ... 8 more
    Caused by: while parsing a block collection
     in "<reader>", line 78, column 13:
                    - 'essentials.tpa'
                    ^
    expected <block end>, but found Scalar
     in "<reader>", line 97, column 16:
                    - 'essentials.list'
                       ^
    
        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.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        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:73)
        at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:82)
        ... 13 more
    2011-03-14 23:46:19 [SEVERE] [BBROTHER] A permission plugin isn't loaded, only OPs can use commands
    2011-03-14 23:46:19 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-03-14 23:46:19 [INFO] [BBROTHER] BigBrother 1.7 enabled
    2011-03-14 23:46:19 [INFO] §eLoaded Essentials build 2.0.294 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-03-14 23:46:20 [INFO] Loaded EssentialsProtect build 2.0.294 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-03-14 23:46:20 [INFO] Lockette version 1.2.2 is being enabled!  Yay!
    2011-03-14 23:46:20 [INFO] Lockette: Detected craftbukkit jenkins build [531] ok.
    2011-03-14 23:46:20 [INFO] Lockette: Nijikokun's Permissions plugin not detected, using ops file.
    2011-03-14 23:46:20 [INFO] Lockette: Ready to protect your containers.
    2011-03-14 23:46:20 [INFO] MCDocs - Permissions NOT Detected! (Don't Worry, it's not essential!)
    2011-03-14 23:46:20 [INFO] MCDocs by Tazzernator (Andrew Tajsic) - version 5.2.2 is enabled!
    2011-03-14 23:46:20 [INFO] Minecart Mania Chest Control version 1.03 is enabled!
    2011-03-14 23:46:20 [INFO] Minecart Mania Core version 1.03a is enabled!
    2011-03-14 23:46:20 [INFO] Minecart Mania Sign Commands version 1.03c is enabled!
    2011-03-14 23:46:20 [INFO] Done (0.359s)! For help, type "help" or "?"
    
     
  27. Offline

    cjc343

    Config errors. Paste your config in code blocks, or check out the 2 mentioned lines.
    [MERGETIME="1300167225"][/MERGETIME]
    That depends on what plugin provides /give, /tp, and /time commands.

    How far have you gotten?
    There may be syntax errors elsewhere in your file. Post it here in code blocks or pastebin.
     
  28. Offline

    TheYeti

  29. Offline

    zaklampje

    Okey, I'm getting this:


    Code:
    2011-03-15 08:13:55 [INFO] Starting minecraft server version Beta 1.3
    2011-03-15 08:13:55 [WARNING] **** NOT ENOUGH RAM!
    2011-03-15 08:13:55 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2011-03-15 08:13:55 [INFO] Loading properties
    2011-03-15 08:13:55 [INFO] Starting Minecraft server on *:25565
    2011-03-15 08:13:56 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-543-g06a64ab-b554jnks (MC: 1.3)
    2011-03-15 08:13:56 [INFO] Preparing level "mythworld"
    2011-03-15 08:13:56 [INFO] Preparing start region
    2011-03-15 08:13:56 [SEVERE] Could not load plugins\Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:113)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:159)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:107)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:109)
        ... 8 more
    Caused by: java.lang.NullPointerException
        at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:77)
        ... 13 more
    2011-03-15 08:13:56 [WARNING] Plugin: MonsterTamer does not support the onLoad() method
    2011-03-15 08:13:56 [SEVERE] [MonsterTamer]: Nijikokuns' Permissions plugin isn't loaded. Commands are usable by all.
    2011-03-15 08:13:56 [INFO] [MonsterTamer]: version [1.2] (Companions) loaded
    2011-03-15 08:13:56 [INFO] Done (0,077s)! For help, type "help" or "?"
    
    This is my config file:
    Code:
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    #   Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    #   If this file is for your default world (the one in server.properties) then you must
    #   leave copies blank.
    #  Example: copies: Derp    -  This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name.  So if it is level-name: world  then this should be world.yml and in the
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document.  Use only spaces.  A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
        permissions:
            system: default
            copies:
    
    ##
    # AntiBuild is included with this.  To disable a group from being able to build then
    # set the build: flag to false (build: false).  If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'foo.bar'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'foo.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    #   If you give a group this permissions, do not have the group inherit any permissions
    #   from other groups.  Any users assigned to this group should NOT be given any additional
    #   permissions either.
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-foo.bar'
    ##
    #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #   such as iChat or HeroChat in order for these to do anything.
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'permissions.reload'
                - 'monstertamer.player.catch'
                - 'monstertamer.player.check'
                - 'monstertamer.player.befriend'
                - 'monstertamer.player.target'
                - 'monstertamer.player.release'
                - 'monstertamer.player.whistle'
                - 'monstertamer.player.follow'
        Moderator:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
        Admins:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
        zaklampje:
            group: Admins
            permissions:
    U wanna see more, plzz ask.
    (I'm using the newest craftbukkit and bukkit... Those are in my first map. Second map, plugins. There's a map inside plugins with the name Permissions. A config file called mythworld.yml is in that map. I open it with Notepad.)
     
  30. Offline

    saturnine_nl

    @TheYeti It's hard to keep up here, one blink of an eye equals at least 2 pages ... almost ;)
    I knew you were on it, you mention it 12 pages ago , it was just my idea how to solve it.
    I'm a flash/web developer, so i'm used to think in sollutions. I'm curious about your ideas.
    It gives a brake from the usual I can't get it to work please help me posts :D
     
  31. @larkija
    Move the RENAME-ME.yml to the directory /plugins/permissions.
    rename it to whatever the world name is. Read the install spoiler on the first page of this thread.
     
Thread Status:
Not open for further replies.

Share This Page