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

    Lynxdragon

    Hey Guys,

    Does anyone know what the permission is for General Permissions like /give, /time, /kick and /ban? I have '*' on Admin, but am unable to use them unless im OP. Is there a way i can allow Mods on my server to use those commands without being op, As most addons allow full access to all addon commands if your OP.

    I have 'General.*' but i have no idea where i read that was the permission, or if it is even a valid permission. But it doesnt seem to work with the '*' so im assuming 'General.*' isnt a permission bukkit recognizes.

    Thanks,
    Regards Lynx.
     
  3. Offline

    Nigel

    hey guys ive been fighting to get my permissions file to work for a month or so and had to give it up. all i want is a yml config that gives me admin with all commands available. I use about 20+ mods and i understand that i dont need to put anything in the config if i want complete admin, is this correct? could someone paste what a admin only config would look like.
    thanks a million in advance as i know how annoying permissions questions can be, thanks.
     
  4. Offline

    rcjrrjcr

    Code:
    groups:
        Admin:
            info:
                build: true
            permissions:
                - '*'
    users:
        Nigel:
            group: Admin
    
    Replace "Nigel" with your minecraft username, if needed.
     
  5. Offline

    ollyjohnston

    notin
    Nothing Works, My old permissions file doesnt load anymore... and 233 and 2.7.1
     
  6. Offline

    psprofi

    same here.
    old permission file doesnt work.
    b733 v2.7.1
    i switched back to v2.7
     
  7. Offline

    rcjrrjcr

    Try downloading it again. A typo in plugin.yml got fixed.
     
  8. Offline

    BSkup

    CB 733
    Permissions 2.7.1
    Other Plugins: AdminCMD, iConomy, DelayedStop, EpicZones, FastMining, HeroChat, iConomyChestShop, MyWarp, SimpleGod, MagicCarpet.
    YML: No errors, no tabs, no missing spaces, no problems in YAML parser, no typos, triple checked.

    Issue: Permissions loads fine, no error reports anywhere, but doesnt seem active, no permissions for anyone, default can build (set to false in permissions) its like it isnt there.

    Reverted to 2.7, all issues resolved.
    Redownloaded 2.7.1 as mentioned above, same issue, re-reverted to 2.7
     
  9. Offline

    rcjrrjcr

    Found the problem. I will upload the 2.7.2 jar soon, but the link will still say it's version 2.7.1 though.
     
  10. Offline

    Rowtag

    Is it possible to switch a User in another Group with a ingame Command? :)

    I don't wanna go out of the game if someone ask me to get in a "Building Allowed" Group.
     
  11. Offline

    rcjrrjcr

    No ingame commands to do that yet. However, the admin can edit the YAML file to add you to the group then use "/permissions -reload <world>", replacing "<world>" with the appropriate world name.

    Version 2.7.2 is up. The 2.7.1 download links actually link to the 2.7.2 downloads, so don't worry.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  12. Offline

    ollyjohnston

    Thanks :)
     
  13. Offline

    Simon Smith

    thanks for the update for 2.7.2, however im getting a problem where i cant seem to reload the server via in the ingame command '/reload' ?

    it keeps cuming up saying i dont have permission, but ive set myself in the Admin group with '*' permissions and i can do all the commands fine apart from the /reload one?

    am i missing sumthing???
     
  14. Offline

    rcjrrjcr

    Are you op? "/reload" is an internal minecraft server command. You should use "/pr -reload <world>"(reloads specified world) or "/pr -reload all" (reloads everything).
     
  15. Offline

    Simon Smith

    ahh yesh sorry, i have permissions installed and ive removed myself from the ops.txt to use permissions :p

    so ill just use the /pre -reload all :p
     
  16. Offline

    ollyjohnston

    why isnt my old world.yml working with permissions. i used this http://www.wi-alliance.com/yamlhelper/ and no errors, but it seems to crash permissions. and i tried a new file, and it loads but the nodes dont work.
     
  17. Offline

    rcjrrjcr

    Post the file in code and spoiler tags.
     
  18. Offline

    PoonOner

    hi i have this and it doesnt works PLEASE HELP ME!
    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:
        Craft-man:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'foo.bar'
                - 'myhome.home.*'
                - 'movecraft.aircraft.'
                - 'gokart.use'
                - 'wolfpound.use'
                - 'lwc.protect'
                - 'dungeonreward.use'
                - 'lc.level.woodcut'
                - 'lc.level.mining'
                - 'lc.level.slayin'
                - 'lc.level.archery'
                - 'lc.level.digging'
                - 'iConomy.access'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'localshops.buysell'
                - 'MobBounty.mb'
                - 'bukkitvote.day'
                - 'movecraft.car.'
                - 'movecraft.boat.sail'
                - 'movecraft.aircraft.'
                - 'log.stick'
                - 'bukkitvote.*
    
        Sponzor:
            default: false
            info:
                prefix: '&4'
                suffix: '&4'
                build: true
            inheritance:
                - Default
            permissions:
            - 'foo.bar'
            - 'myhome.home.*'
            - 'movecraft.aircraft.'
            - 'gokart.use'
            - 'wolfpound.use'
            - 'lwc.protect'
            - 'dungeonreward.use'
            - 'lc.level.woodcut'
            - 'lc.level.mining'
            - 'lc.level.slayin'
            - 'lc.level.archery'
            - 'lc.level.digging'
            - 'iConomy.access'
            - 'iConomy.payment'
            - 'iConomy.rank'
            - 'localshops.buysell'
            - 'MobBounty.mb'
            - 'bukkitvote.day'
            - 'movecraft.car.'
            - 'movecraft.boat.sail'
            - 'movecraft.aircraft.'
            - 'log.stick'
            - 'bukkitvote.*
    
        Admin:
            default: false
            info:
                prefix: '&6'
                suffix: '&6'
                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:
        Poonik:
            group: Admin
            info:
                prefix: ''
                suffix: ''
            permissions:
                - '*'
        Tony:
            group: Sponzor
            info:
                prefix: ''
                suffix: ''
            permissions:
                - 'herp.derp'
        Derpina:
            group: Admins
            permissions:
                - '-derp.derp'
     
  19. Offline

    Simon Smith

    remove the following and try that:
    - 'foo.bar'
    - 'derp.derp'
     
  20. Offline

    rcjrrjcr

    Poonik already inherits from Admin, so you don't need to put '*' there. "bukkitvote.*" under Sponzor is indented too much. And what do you mean by "it doesnt works"? Any error?
     
  21. Offline

    PoonOner

    like no one is craft-man or no one is admin
    //it saying you dont have installed permissions and etc.
    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:
        Craft-man:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'myhome.home.*'
                - 'movecraft.aircraft.'
                - 'gokart.use'
                - 'wolfpound.use'
                - 'lwc.protect'
                - 'dungeonreward.use'
                - 'lc.level.woodcut'
                - 'lc.level.mining'
                - 'lc.level.slayin'
                - 'lc.level.archery'
                - 'lc.level.digging'
                - 'iConomy.access'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'localshops.buysell'
                - 'MobBounty.mb'
                - 'bukkitvote.day'
                - 'movecraft.car.'
                - 'movecraft.boat.sail'
                - 'movecraft.aircraft.'
                - 'log.stick'
                - 'bukkitvote.*
    
        Sponzor:
            default: false
            info:
                prefix: '&4'
                suffix: '&4'
                build: true
            inheritance:
                - Default
            permissions:
            - 'myhome.home.*'
            - 'movecraft.aircraft.'
            - 'gokart.use'
            - 'wolfpound.use'
            - 'lwc.protect'
            - 'dungeonreward.use'
            - 'lc.level.woodcut'
            - 'lc.level.mining'
            - 'lc.level.slayin'
            - 'lc.level.archery'
            - 'lc.level.digging'
            - 'iConomy.access'
            - 'iConomy.payment'
            - 'iConomy.rank'
            - 'localshops.buysell'
            - 'MobBounty.mb'
            - 'bukkitvote.day'
            - 'movecraft.car.'
            - 'movecraft.boat.sail'
            - 'movecraft.aircraft.'
            - 'log.stick'
                - 'bukkitvote.*
    
        Admin:
            default: false
            info:
                prefix: '&6'
                suffix: '&6'
                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:
        Poonik:
            group: Admin
            info:
                prefix: ''
                suffix: ''
            permissions:
                - '*'
        Tony:
            group: Sponzor
            info:
                prefix: ''
                suffix: ''
            permissions:
                - 'herp.derp'
        Derpina:
            group: Admins
            permissions:
                - '-derp.derp'
    //still same problem i mean it cant read it (somewhere is mistake and i cant find it)
     
  22. Offline

    rcjrrjcr

    You might have downloaded 2.7.1 instead of 2.7.2. Same link, because I can't edit the first post.
     
  23. Offline

    Marduk1608

    i updated today to the newest version, 2.7.2. i changed nothing to my permissions-file, however i as admin seem to be unable to perform any command, always says i dont have the permission, no errors in the console. this is my world.yml

    Code:
    plugin:
        permissions:
            system: default
            copies: null
    groups:
        Gast:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance: null
            permissions:
            - defaultcommands.warp.self
            - defaultcommands.motd
        User:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - defaultcommands.warp.self
            - defaultcommands.sethome.self
            - defaultcommands.warp.list
            - defaultcommands.home.self
            - defaultcommands.motd
            - defaultcommands.afk.self
            - defaultcommands.time.get
            - defaultcommands.time.set
            - defaultcommands.online
            - defaultcommands.message.all
            - iConomy.payment
            - BetterShop.user.*
            - achievements.check
            - achievements.view.*
            - stats.log
            - stats.view.*
            - mcmmo.ability.woodcutting
            - mcmmo.ability.mining
            - mcmmo.ability.axes
            - mcmmo.ability.excavation
            - mcmmo.ability.swords
            - mcmmo.ability.unarmed
            - mcmmo.regeneration
            - mcmmo.skills.*
            - war.player
            - war.warp
        Moderator:
            default: false
            info:
                prefix: '&2'
                suffix: ''
                build: true
            inheritance:
            - User
            permissions:
            - dynmap.hide
            - dynmap.show
        Admin:
            default: false
            info:
                prefix: '&4'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - '*'
    users:
        Marduk1608:
            group: Admin
            permissions: null
        DerBo84:
            group: Moderator
            permissions: null
        tutarsch23:
            group: User
            permissions: null
        Schakalxxx:
            group: User
            permissions: null
     
  24. Offline

    The_Nut

    Everything you have under permissions: and inheritance: should be indented 4 more spaces. This needs to be changed in all your groups. Example of moderator below.
    Code:
        Moderator:
            default: false
            info:
                prefix: '&2'
                suffix: ''
                build: true
            inheritance:
                - User
            permissions:
                - dynmap.hide
                - dynmap.show
    
    @PoonOner - same goes for you as Marduk1608 above.
     
  25. Offline

    Malkierian

    I'd like to see whether you did what I said or not. This:
    Code:
    [SIZE=12px][FONT=monospace][COLOR=rgb(24, 24, 24)]07:41:09 [INFO] [PermissionsPlus] No Groups Defined.
    [/COLOR][/FONT][/SIZE]
    tells me that there's still something wrong with your .yml that isn't handled in Permissions errors. Please post your .yml again.
    Well there's your problem right there. Remove yourself from ops.txt and you shouldn't be able to use any of thost unnamed commands in the second world.
    Server log, please.
     
  26. Offline

    XXLPaprika

    Hey Guys, I have the same problem as Marduk, but my config is with the 4 Spaces under the Inheritance and Permissions. But ingame it tells me, when I try for example /time (general [chernobyl]) it tells me that i don't have the Permission to do so.

    So i think the spaces are not the problem.
     
  27. Offline

    Nigel

     
  28. Offline

    antonysze

    i have the same happen.
    "Everything you have under permissions: and inheritance: should be indented 4 more spaces. This needs to be changed in all your groups. Example of moderator below."
    i try this , but not work.

    Server log:
    Code:
    [/FONT]2011-04-29 00:00:01 [INFO] Starting minecraft server version Beta 1.5_02[/FONT]
    [FONT=Georgia]2011-04-29 00:00:01 [INFO] Loading properties[/FONT]
    [FONT=Georgia]2011-04-29 00:00:01 [INFO] Starting Minecraft server on 192.168.2.2:25565[/FONT]
    [FONT=Georgia]2011-04-29 00:00:01 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-700-gf3ae4c3-b733jnks (MC: 1.5_02)[/FONT]
    [FONT=Georgia]2011-04-29 00:00:02 [INFO] Preparing level "world"[/FONT]
    [FONT=Georgia]2011-04-29 00:00:02 [INFO] Preparing start region[/FONT]
    [FONT=Georgia]2011-04-29 00:00:03 [INFO] Preparing spawn area: 97%[/FONT]
    [FONT=Georgia]2011-04-29 00:00:03 [INFO] LWC	Loading shared objects[/FONT]
    [FONT=Georgia]2011-04-29 00:00:03 [INFO] LWC	Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll[/FONT]
    [FONT=Georgia]2011-04-29 00:00:03 [INFO] [Permissions] (Phoenix) was Initialized.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [Archers : 1.0] Made by [TechGuard, x1337x] Enabled![/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [Permissions] version [2.7.1] (Phoenix)  loaded[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [AssignPermissions] Plugin enabled! (version1.1)[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [Bandages] Found Permissions Plugin![/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [Bandages] Enabled! Version:1.2.3 by bekvon[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [BurningMobs] Monitoring thread started successfully![/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [BurningMobs] v0.3 loaded successfully! With Permissions.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [Cleaner] version [1.8] (Mess) loaded[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] CommandBook 1.3 enabled.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] CommandBook: 0 banned name(s) loaded.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] CommandBook: 3 kit(s) loaded.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] Cookiez version 0.3 is enabled![/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] creaturebox version 0.7.3 is enabled![/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] DungeonGenerator version 1.0 is enabled with permissions![/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] Elevators version 1.4.2 is enabled and linked to Permissions! 2 elevators in world "world" loaded.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] FalseBookBlock v0.84alpha by GeMo enabled[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] FalseBookCart v0.84alpha by GeMo enabled[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] FalseBookChat v0.84alpha by GeMo enabled[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [FalseBook Core] FalseBookCore v0.84alpha by GeMo enabled![/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] FalseBookExtra v0.84alpha by GeMo enabled[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] FalseBookIC v0.84alpha by GeMo enabled[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] WallClimber version 0.0.1 is enabled![/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [FireLord] 0.5.4 using Permissions system[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [FireLord] version 0.5.4 enabled![/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [Gastronomic]: Permissions enabled.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [Gastronomic] version [1.33] (Wholesome) loaded[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [GoldenSprint v0.8] Hooked into Permissions[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [GoldenSprint v0.8] Enabled[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [HeadBlocks] Enabling...[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [HeadBlocks] successfully loaded Permissions.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [HeadBlocks] Enabled[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] plugins\Help\ExtraHelp\commandbook.yml[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] plugins\Help\ExtraHelp\elevators.yml[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] plugins\Help\ExtraHelp\iconomy.yml[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] plugins\Help\ExtraHelp\lockette.yml[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] plugins\Help\ExtraHelp\lwc.yml[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] plugins\Help\ExtraHelp\magiccarpet.yml[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] plugins\Help\ExtraHelp\multiverse.yml[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] plugins\Help\ExtraHelp\weclip.yml[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] plugins\Help\ExtraHelp\wegen.yml[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] plugins\Help\ExtraHelp\wehistory.yml[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] plugins\Help\ExtraHelp\wenav.yml[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] plugins\Help\ExtraHelp\wesel.yml[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] plugins\Help\ExtraHelp\wetool.yml[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] plugins\Help\ExtraHelp\weutil.yml[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] plugins\Help\ExtraHelp\worldedit.yml[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] plugins\Help\ExtraHelp\worldguard.yml[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [HELP] 170 extra help entries loaded[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [HELP] Permissions enabled using: Permissions v2.7.1[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [HELP] Help 0.2.4.1 enabled[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [HeroicDeath] 1.7.3.148 enabled.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [iChat] Found Permissions (v2.7.1)[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] iChat (v2.2.3) enabled[/FONT]
    [FONT=Georgia]2011-04-29 00:00:04 [INFO] [iConomy] Logging is currently disabled.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:07 [INFO] [iConomy] v4.65 (Kenzi) loaded.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:07 [INFO] [iConomy] Developed by: [Nijikokun, Coelho][/FONT]
    [FONT=Georgia]2011-04-29 00:00:07 [INFO] [iConomy] hooked into Permissions.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:07 [INFO] ItemDetector version 0.0.1 is enabled![/FONT]
    [FONT=Georgia]2011-04-29 00:00:07 [INFO] Lampstone version 0.6 is enabled.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:07 [INFO] [Lampstone] 16 lampstones loaded.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:07 [INFO] LocalShops: Permissions found.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:07 [INFO] LocalShops: iConomy found.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:07 [INFO] LocalShops: Loaded 0 shop(s).[/FONT]
    [FONT=Georgia]2011-04-29 00:00:07 [INFO] LocalShops: version 2.2.1 is enabled![/FONT]
    [FONT=Georgia]2011-04-29 00:00:07 [INFO] Lockette version 1.3.5 is being enabled!  Yay!  (Core version 1.0)[/FONT]
    [FONT=Georgia]2011-04-29 00:00:07 [INFO] Lockette: Detected craftbukkit build [733] ok.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:07 [INFO] Lockette: Linked to Permissions plugin version 2.7.1[/FONT]
    [FONT=Georgia]2011-04-29 00:00:07 [INFO] Lockette: Ready to protect your containers.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:07 [INFO] LWC	Loaded 116 locale strings (0 overrides)[/FONT]
    [FONT=Georgia]2011-04-29 00:00:08 [INFO] LWC	Using Nijikokun's permissions plugin for permissions[/FONT]
    [FONT=Georgia]2011-04-29 00:00:08 [INFO] LWC	Loading SQLite[/FONT]
    [FONT=Georgia]2011-04-29 00:00:08 [INFO] SQLite	Using: Native[/FONT]
    [FONT=Georgia]2011-04-29 00:00:08 [INFO] LWC	At version: v2.31[/FONT]
    [FONT=Georgia]2011-04-29 00:00:08 [INFO] [MagicCarpet] MagicCarpet version 1.5.5 is enabled![/FONT]
    [FONT=Georgia]2011-04-29 00:00:08 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc. [/FONT]
    [FONT=Georgia]2011-04-29 00:00:08 [INFO] [MagicCarpet] Using Permissions.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:09 [INFO] [Minecart Mania] Debug mode switched to NORMAL[/FONT]
    [FONT=Georgia]2011-04-29 00:00:09 [INFO] [Minecart Mania] MinecartManiaCore version 1.1.2 is enabled![/FONT]
    [FONT=Georgia]2011-04-29 00:00:09 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.1.0 is enabled![/FONT]
    [FONT=Georgia]2011-04-29 00:00:09 [INFO] [MobBounty] v2.01 (Beryllium) loaded.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:09 [INFO] [MobBounty] Developed by: [Mattera, Steven (IchigoKyger)].[/FONT]
    [FONT=Georgia]2011-04-29 00:00:09 [INFO] [MobBounty] Config loaded.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:09 [INFO] [MobBounty] hooked into iConomy.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:09 [INFO] [MobBounty] hooked into Permissions/GroupManager.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:09 [INFO] [MonsterTamer]: version [1.33] (Commander) loaded[/FONT]
    [FONT=Georgia]2011-04-29 00:00:09 [INFO] [MultiVerse] Permissions Found[/FONT]
    [FONT=Georgia]2011-04-29 00:00:09 [INFO] [MultiVerse] - Version 1.6.3 Enabled[/FONT]
    [FONT=Georgia]2011-04-29 00:00:09 [INFO] [MultiVerse] Found iConomy, enabling payments.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:09 [INFO] [MultiVerse] Loading World & Settings - 'world' - NORMAL[/FONT]
    [FONT=Georgia]2011-04-29 00:00:09 [INFO] [MultiVerse] Loading World & Settings - 'Zombie' - NORMAL[/FONT]
    [FONT=Georgia]2011-04-29 00:00:10 [INFO] 0 elevators in world "Zombie" loaded.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:10 [INFO] [MultiVerse] Loading World & Settings - 'Island' - NORMAL[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] Preparing spawn area for Island, 97%[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] 0 elevators in world "Island" loaded.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] [MultiVerse] 3 - World(s) loaded.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] [MultiVerse] Loading Portals[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] [MultiVerse] 2 - Portal(s) loaded.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] [PermissionsPlus] Attached to Permissions version: 2.7[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] [PermissionsPlus] version 1.5.1 has been enabled.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] PluginManager 1.0.0 is enabled.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] [PorteCoulissante] plugin version 1.2.1 by Captain_Chaos enabled[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] PvPReward 0.5 is enabled![/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] PvPReward Successfully linked with Permissions![/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] PvPReward Successfully linked with iConomy![/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] [RealShop] Uses built-in RealEconomy (/mny commands) as economy system[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] [RealShop] version [0.593] (tickleman) loaded[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] [RealTime] Update interval: 5[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] [RealTime] Version 1.4 is enabled![/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] [Residence] Found Permissions Plugin![/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] [Residence] Successfully linked with iConomy.![/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] [Residence] - No save file exists.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] [Residence] Enabled! Version v1.2.8 BETA by bekvon[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] road version 0.1 is enabled![/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] SecretDoors v0.2 by MrChick enabled[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] [ShelfSpeak] Version 0.3 is enabled![/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] [SlowHealth] version [3.0.1] (actruncale) is loaded.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] Snowballz v1.5.1 has been enabled with the following options:[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO]     Snow damage: 1[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO]     Snow range: 100[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO]     Snow douses fire: true[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO]     Snow makes ice: false[/FONT]
    [FONT=Georgia]2011-04-29 00:00:11 [INFO] Found permissions. Using them for SpyerAdmin.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:12 [INFO] SpyerAdmin has completed updating the script successfully.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:12 [SEVERE] sun.org.mozilla.javascript.internal.WrappedException: Wrapped java.lang.ClassNotFoundException: com.earth2me.essentials.Console (<Unknown source>#111) in <Unknown source> at line number 111[/FONT]
    [FONT=Georgia]2011-04-29 00:00:12 [INFO] SpyerAdmin module version 1.0, a spying utility for administrators and moderators, is active. Part of the Spyer package by [nickguletskii200][/FONT]
    [FONT=Georgia]2011-04-29 00:00:12 [INFO] Stargate v.0.4.3 is enabled.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:12 [INFO] [Stargate] Loaded 1 gate layouts[/FONT]
    [FONT=Georgia]2011-04-29 00:00:12 [INFO] [Stargate] {world} No stargates for world [/FONT]
    [FONT=Georgia]2011-04-29 00:00:12 [INFO] [Stargate] {Zombie} Loaded 1 stargates with 0 set as always-on[/FONT]
    [FONT=Georgia]2011-04-29 00:00:12 [INFO] [Stargate] {Island} No stargates for world [/FONT]
    [FONT=Georgia]2011-04-29 00:00:12 [INFO] [Stargate] Found Permissions (v2.7.1)[/FONT]
    [FONT=Georgia]2011-04-29 00:00:12 [INFO] [Stargate] Found iConomy (v4.65)[/FONT]
    [FONT=Georgia]2011-04-29 00:00:12 [INFO] Tombstone v.1.2.9 is enabled.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:12 [INFO] [Tombstone] Using Permissions (v2.7.1)[/FONT]
    [FONT=Georgia]2011-04-29 00:00:12 [INFO] [Tombstone] Using LWC (v2.31)[/FONT]
    [FONT=Georgia]2011-04-29 00:00:12 [INFO] [Vampire v1.4.1] Found and will use plugin Permissions v2.7.1[/FONT]
    [FONT=Georgia]2011-04-29 00:00:12 [INFO] [Vampire v1.4.1] Found and will use plugin Help v0.2.4.1[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] [Vampire v1.4.1] Enabled[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldEdit 4.3 enabled.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldGuard: (world) Single session is enforced.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldGuard: (world) TNT ignition is blocked.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldGuard: (world) Lighters are PERMITTED.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldGuard: (world) Lava fire is blocked.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldGuard: (world) Fire spread is limited to 3 block types.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldGuard: Loaded configuration for world 'world"[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldGuard: (Zombie) Single session is enforced.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldGuard: (Zombie) TNT ignition is PERMITTED.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldGuard: (Zombie) Lighters are PERMITTED.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldGuard: (Zombie) Lava fire is blocked.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldGuard: (Zombie) Fire spread is UNRESTRICTED.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldGuard: Loaded configuration for world 'Zombie"[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldGuard: (Island) Single session is enforced.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldGuard: (Island) TNT ignition is PERMITTED.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldGuard: (Island) Lighters are PERMITTED.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldGuard: (Island) Lava fire is blocked.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldGuard: (Island) Fire spread is UNRESTRICTED.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldGuard: Loaded configuration for world 'Island"[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] WorldGuard 5.0-alpha9 enabled.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] Done (1.121s)! For help, type "help" or "?"[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] [FalseBook Block] 0 Areas loaded.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] [FalseBook Block] 0 Bridges successfully loaded.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] [FalseBook Block] 0 Doors successfully loaded.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] [FalseBook Block] Gates successfully loaded.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] [FalseBook IC] plugins/FalseBook/Transmitter.db not found.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] [FalseBook IC] plugins/FalseBook/Receiver.db not found.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:13 [INFO] [FalseBook IC] plugins/FalseBook/SensorList.db not found.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:15 [INFO] AntonySzeX [/192.168.2.2:49869] logged in with entity id 219[/FONT]
    [FONT=Georgia]2011-04-29 00:00:15 [INFO] First person. Skipping.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:18 [INFO] [Minecart Mania] Loading Sensor Data.[/FONT]
    [FONT=Georgia]2011-04-29 00:00:19 [INFO] [world][§9Admins §f| §e|||||||§8|||§f§f] AntonySzeX: test [/FONT]
    [FONT=Georgia]2011-04-29 00:00:24 [INFO] AntonySzeX lost connection: disconnect.quitting[/FONT]
    [FONT=Georgia]2011-04-29 00:00:24 [INFO] Connection reset[/FONT]
    [FONT=Georgia]2011-04-29 00:00:24 [SEVERE] Nag author: 'bekvon' of 'Residence' about the following: onPlayerQuit has been replaced with a new signature, (PlayerQuitEvent)[/FONT]
    [FONT=Georgia]2011-04-29 00:00:24 [SEVERE] Nag author: 'fullwall' of 'Gastronomic' about the following: onPlayerQuit has been replaced with a new signature, (PlayerQuitEvent)
    [/CODE]
    [/CODE][/FONT]

    sorry about my English[/CODE][/FONT]
     
  29. Offline

    Nigel

    will me being in the ops effect being admin in permissions?
     
  30. Offline

    Rsage1

    *Please read all i write so you got a full understanding of my problem*
    My permission dont work? it says this every time i log in
    ( sorry i got some places where it says that i need to update some plugins ):

    Code:
    18:37:16 [INFO] Starting minecraft server version Beta 1.5_02
    18:37:16 [INFO] Loading properties
    18:37:16 [INFO] Starting Minecraft server on 5.212.225.176:25565
    18:37:16 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-700-
    gf3ae4c3-b733jnks (MC: 1.5_02)
    18:37:16 [INFO] Preparing level "world"
    18:37:16 [INFO] Preparing start region
    18:37:17 [SEVERE] Could not load 'plugins\Permissions.jar' in folder 'plugins':
    
    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:138)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:160)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:108)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:85)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: mapping values are not allowed here
    in "<reader>", line 11, column 13:
                info:
                    ^
    
            at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:74
    5)
            at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.ja
    va:307)
            at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:18
    3)
            at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(Par
    serImpl.java:564)
            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.composeMappingNode(Composer.java
    :228)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12
    2)
            at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    
            at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:124)
            at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
            at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfigurati
    on.java:58)
            at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:
    132)
            ... 13 more
    18:37:17 [INFO] [CONFESS] Permission system not detected, defaulting to OP.txt
    18:37:17 [INFO] [CONFESS] Confess v1.1 enabled.
    18:37:18 [INFO] [Jail] Loaded 0 jail zones.
    18:37:18 [INFO] [Jail] Loaded 0 prisoners.
    18:37:18 [INFO] [MultiVerse] Commands are disabled unless Permissions is found.
    18:37:18 [INFO] [MultiVerse] - Version 1.6.2 Enabled
    18:37:18 [INFO] [MultiVerse] Loading World & Settings - 'world2' - NORMAL
    18:37:18 [SEVERE] D loading MultiVerse v1.6.2 (Is it up to date?)
    java.lang.NoSuchFieldError: D
            at com.onarandombox.Rigby.MultiVerse.MultiVerse.loadWorlds(MultiVerse.ja
    va:428)
            at com.onarandombox.Rigby.MultiVerse.MultiVerse.onEnable(MultiVerse.java
    :158)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:632)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:218)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    18:37:18 [INFO] Need to download 2 object(s)
    18:37:18 [INFO]  - Downloading file : http://stethoscopesmp.com/tkelly/lib/sqlit
    e.jar
    18:38:07 [SEVERE] java.io.FileNotFoundException: http://stethoscopesmp.com/tkell
    y/lib/sqlite.jar
    18:38:07 [SEVERE]      at sun.net.www.protocol.http.HttpURLConnection.getInputS
    tream(Unknown Source)
    18:38:07 [SEVERE]      at java.net.URL.openStream(Unknown Source)
    18:38:07 [SEVERE]      at me.taylorkelly.mywarp.griefcraft.Updater.update(Updat
    er.java:118)
    18:38:07 [SEVERE]      at me.taylorkelly.mywarp.MyWarp.onEnable(MyWarp.java:45)
    
    18:38:07 [SEVERE]      at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlug
    in.java:127)
    18:38:07 [SEVERE]      at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(
    JavaPluginLoader.java:632)
    18:38:07 [SEVERE]      at org.bukkit.plugin.SimplePluginManager.enablePlugin(Si
    mplePluginManager.java:218)
    18:38:07 [SEVERE]      at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftSe
    rver.java:116)
    18:38:07 [SEVERE]      at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:94)
    18:38:07 [SEVERE]      at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:217)
    18:38:07 [SEVERE]      at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:204)
    18:38:07 [SEVERE]      at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:144)
    18:38:07 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:259)
    18:38:07 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:394)
    18:38:07 [INFO] [MYWARP]: 5 warps loaded
    18:38:07 [SEVERE] [MYWARP] Permissions isn't loaded, there are no restrictions.
    18:38:07 [WARNING] [MYWARP] 'Help' isn't detected. No /help support.
    18:38:07 [SEVERE] BLOCK_RIGHTCLICKED loading MyWarp v1.10.3 (Is it up to date?)
    java.lang.NoSuchFieldError: BLOCK_RIGHTCLICKED
            at me.taylorkelly.mywarp.MyWarp.onEnable(MyWarp.java:73)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:632)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:218)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    18:38:07 [INFO] [WeatherGod] Permission system not detected. Defaulting to Op.
    18:38:07 [INFO] WeatherGod version 0.22 is enabled!
    18:38:07 [SEVERE] Nag author: 'Rigby' of 'MultiVerse' about the following: onPlu
    ginEnable has been replaced with a new signature, (PluginEnableEvent)
    18:38:07 [INFO] Done (5,095s)! For help, type "help" or "?"
    Why does it say things like :

    • 18:37:17 [SEVERE] Could not load 'plugins\Permissions.jar' in folder 'plugins':

    • 18:37:17 [INFO] [CONFESS] Permission system not detected, defaulting to OP.txt

    • 18:37:18 [INFO] [MultiVerse] Commands are disabled unless Permissions is found.
    • 18:38:07 [SEVERE] [MYWARP] Permissions isn't loaded, there are no restrictions.
    If this can be the problem my permission set is:

    Code:
    plugin:
        permissions:
            system: default
            copies:
    
    groups:
        Default
            default:true
            info:
                prefix: 'a'
                suffix: ''
                build: false
            inheritance:
            permissions:
        Builder:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'foo.bar'
                #MyWarp
                - 'mywarp.warp.basic.warp'
                #MultiVerse
                - 'multiverse.tp'
                #jail
                - 'jail.usercmd.jailstat'
        Moderator:
            default: false
            info:
                prefix: '2'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'bar.foo'
                #MyWarp
                - 'mywarp.warp.basic.warp'
                #MultiVerse
                - 'multiverse.tp'
                #Jail
                - 'jail.command.jail'
                - 'jail.command.unjail'
                - 'jail.command.jailtransfer'
                - 'jail.command.jailcheck'
                - 'jail.command.jailtelein'
                - 'jail.command.jailteleout'
                - 'jail.command.jaillist'
                - 'jail.command.jailmute'
                - 'jail.usercmd.jailstat'
        Admin:
            default: false
            info:
                prefix: 'Admin'
                suffix: '8'
                build: true
            inheritance:
            permissions:
                - '*'
                #MyWarp
                - 'mywarp.warp.basic.warp'
                - 'mywarp.warp.basic.createpublic'
                - 'mywarp.warp.basic.createprivate'
                - 'mywarp.warp.basic.delete'
                - 'mywarp.warp.basic.welcome'
                - 'mywarp.warp.basic.list'
                #MultiVerse
                - 'multiverse.world.create'
                - 'multiverse.world.import'
                - 'multiverse.world.remove'
                - 'multiverse.world.list'
                - 'multiverse.tp'
                - 'multiverse.world.setspawn'
                - 'multiverse.world.spawn'
                - 'multiverse.portal.create'
                - 'multiverse.portal.remove'
                - 'multiverse.portal.select'
                - 'multiverse.portal.destination'
                - 'multiverse.portal.rename'
                - 'multiverse.portal.list'
                #Jail
                - 'jail.command.jailcreate'
                - 'jail.command.jaildelete'
                - 'jail.command.jail'
                - 'jail.command.unjail'
                - 'jail.command.jailtransfer'
                - 'jail.command.jailtransferall'
                - 'jail.command.jailcheck'
                - 'jail.command.jailtelein'
                - 'jail.command.jailteleout'
                - 'jail.command.jaillist'
                - 'jail.command.unjailforce'
                - 'jail.command.jailclear'
                - 'jail.command.jailclearforce'
                - 'jail.command.jailmute'
                - 'jail.usercmd.jailstatus'
                - 'jail.modifyjail'
                #Confess
                - 'confess.get'
                #Weather
                - 'weather.set.normal'
    users:
        rsage1:
            group: Admin
            permissions:
        controlkiller:
            group: Moderator
            permissions:
        dal123:
            group: Moderator
            permissions:
        guldbek:
            group: Builder
            permissions:
    I kno i placed all files right!
    Help me please!
     
  31. Offline

    Terutso

    How do I make it so the different groups have different colors for the users name's?
     
Thread Status:
Not open for further replies.

Share This Page