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

    Zerco

    I'd say re-download 2.7 (just the jar) I don't think your .yml has anything to do with the loading of the plugin itself which is done upon the server start and then the .yml is checked for permissions at which it'll throw some line parser error etc.

    Please use code tags, also line 93 is - >
    Code:
      - 'Essentials.bal' '
    
    You had two " ' " at the end of it, it's below the Regular group's permissions. So it should look like:
    Code:
     - 'Essentials.bal'
    
     
  3. Offline

    Celtic Minstrel

    Delete the extra quote at the end of line 93.
     
  4. Offline

    kijex

    Wow I don't know what happened, I re-download the jar only and it is working now, thanks bro!
    Weird thing is I just used the jar in the rar file minutes before trying this, aren't they the exact same file?
     
  5. Offline

    Zerco

    They should be, maybe it corrupted or fragmented during the extraction. I've had my permissions set up for a while and I just grab the jar for updating :D
     
  6. Offline

    kijex

    Good call :p
     
  7. Offline

    RobotGymnast

    If I give a group * permissions, or blah.* permissions, can I remove a portion of those by using -blah.special?
     
  8. Offline

    Gratlofatic

    No.
     
  9. Offline

    7007King0770

    Permissions broke :/ Assistance again?
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'foo.bar'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'bar.foo'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
        Certified_Airman:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - movecraft.airship.*
        Certified_Driver:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - movecraft.car.*
    users:
        TheNo1Yeti:
            group: Admins
            permissions:
        Herpina:
            group: Moderator
            info:
                prefix: 'Moo'
                suffix: 'Cow'
            permissions:
                - 'herp.derp'
        Derpina:
            group: Admins
            permissions:
                - '-derp.derp'
        7007king0770:
            group: Admins
        Zhone
            group: Certified_Driver
        N3tiZ3n
            group: Certified_Airman
        hobojoes22
            group: Certified_Driver
        cookiekiller6
            group: Certified_Airman
        ateyourcookies
            group: Admins
    Code:
    19:20:54 [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:136)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:158)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:106)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:84)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: while scanning a simple key
     in "<reader>", line 133, column 5:
            Zhone
            ^
    could not found expected ':'
     in "<reader>", line 134, column 14:
                group: Certified_Driver
                     ^
    
            at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(Scanne
    rImpl.java:400)
            at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.jav
    a:231)
            at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:18
    2)
            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.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: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)
     
  10. Offline

    blindsarcasm

    Yes. I works, completely fine with 695 and 709, I'm using it right now, its just that people have major trouble configuring their YAML files for no reason.

    To the poster above, you probably typed something wrong, put a tab or something like that.
    Here is what I see
    Code:
    [Lnet.minecraft.server.Statistic;@1e8a1f6
    146 recipes
    [Lnet.minecraft.server.Statistic;@1e8a1f6
    16 achievements
    12:28:40 [INFO] Starting minecraft server version Beta 1.5_02
    12:28:40 [INFO] Loading properties
    12:28:40 [INFO] Starting Minecraft server on *:25565
    12:28:40 [INFO] Preparing level "normal"
    12:28:40 [INFO] Preparing start region
    12:28:40 [INFO] LWC     Loading shared objects
    12:28:40 [INFO] LWC     Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
    12:28:41 [INFO] [Permissions] (Phoenix) was Initialized.
    12:28:42 [INFO] [Permissions] version [2.7] (Phoenix)  loaded
    
    I cut out some stuff so you can see my point. Emphasis on the 5th line and the last line. TY
     
  11. Offline

    Cookies326

    Can someone help out?
     
  12. Offline

    Zerco

    It looks like your file is out of order it should look like:
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'foo.bar'
    
    Missing the ' ' around: - movecraft.airship.* in the Certified_Airman: group.

    You're also missing the ending " : " on every username listed after Zhone. Ex -> Zhone:

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

    Cookies326

    I have tried rechanging the entire format to what it originally was but it still has the same error:
    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:
            - 'enable.protection.doors'
            - 'essentials.help'
            - 'essentials.home'
            - 'essentials.motd'
            - 'essentials.sethome'
            - 'essentials.spawn'
            - 'explosion.protection.all'
            - 'falsebook.*'
            - 'HomeX.*'
            - 'lockette.create.*'
            - 'lwc.protect'
            - 'SignOwner.getMessage'
            - 'TentThis.commands.setOwnSchema'
            - 'tombstone.large'
            - 'tombstone.lwc'
            - 'tombstone.quickloot'
            - 'tombstone.sign'
            - 'tombstone.use'
            - 'tpp.jump.*'
            - 'tpp.request'
            - 'wolfnames.set'
            - 'wolfnames.show'
            - 'general.away'
        Trustee:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
            - 'enable.messages.*'
            - 'FD.admin'
            - 'griefalertr.view'
            - 'TentThis.commands.setLimit'
            - 'tpp.others.*'
            - 'tpp.tp.*'
            - 'warp.create.*'
            - 'warp.to.*'
            - 'general.time'
            - 'general.playerlist'
            - 'general.who'
            - 'general.away'
            - 'general.getpos'
            - 'general.tell'
            - 'general.spawn'
            - 'general.teleport'
            - 'general.teleport.other'
            - 'general.teleport.coords'
            - 'general.getpost.*'
            - 'general.clear'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
            - 'essentials.give'
            - 'essentials.item'
            - 'essentials.list'
            - 'essentials.tp'
            - 'essentials.tphere'
            - 'lockette.admin.break'
            - 'TentThis.commands.setLimit'
            - 'tombstone.*'
            - 'tpp.mod.*'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
        SemiAdmin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
            - 'admincmd.player.clear'
            - 'admincmd.player.kill'
            - 'delayedstop.cancel'
            - 'delayedstop.start'
            - 'godPowers.die'
            - 'godPowers.godmode'
            - 'godPowers.godmodeOnLogin'
            - 'godPowers.heal'
            - 'godPowers.inferno'
            - 'godPowers.jesus'
            - 'godPowers.maim'
            - 'godPowers.slay'
            - 'godPowers.superjump'
            - 'lwc.mod'
            - 'vanish.vanish'
            - 'vanish.vanish.list'
            - 'tpp.admin.*'
            - 'general.spawn.*'
            - 'general.*'
            - 'general.heal'
            - 'general.hurt'
            - 'general.clear.*'
     
    ##
    # 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:
        EXAMPLE:
            group: Trustee
            permissions:
    I'm using build #709, and yet it still doesn't gives permission. like for Moderators can't /sethome when the permission is applied to Guest which Trustee has inherited and Moderator inherited from Trustee. Thanks in advanced to answer
     
  14. Offline

    Gratlofatic

    I chat doesn't work though :c
     
  15. Offline

    kmccmk9

    Hi, so I can't get my permissions working. Here is my permissions file, is there something wrong with it?

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'foo.bar'
                - 'kit.*'
                - 'portabletorch.allow'
                - 'joerep.user.me'
                - 'joerep.user.best'
                - 'joerep.user.worst'
    
        Moderators:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
                - 'bar.foo'
                - 'tpp.*'
                - 'iConomy.*'
                - 'iConomyChestShop.shop.*'
                - 'iConomyChestShop.command.iteminfo'
                - 'HeroLock.chest.*'
                - 'gokart.use'
                - 'multiverse.*'
                - 'worldedit.*'
                - 'odd.item.*'
    
         Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
                - 'iConomyChestShop.*'
                - 'NoCheat.*'
                - 'jail.command.*'
                - 'cm.*'
                - 'joerep.admin.*'
        SuperAdmins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
                - 'delayedstop.*'
                - 'permissions.groups.perms'
                - 'arrowwall.*'
    
    users:
        kmccmk9:
            group: SuperAdmins
            permissions:
        faroutmat:
            group: Admins
            permissions:
    
     
  16. Offline

    Zerco

    What does it say in your console when starting up the server?

    Giving any group the - '*' gives them all permissions from all plugins period. You gave every group (Mod/Admin/SuperAd) the * node and then tacked on extra permissions which causes them to cancel out(by cancel out I mean everything is cancelled out so you're a bum user who can build and do no commands). So either be specific with Mod and have Admin inherit what mod gets and add some extra permissions and leave SuperAd as the only - '*' or take away the extra permissions and leave only the -'*' under Mod/Admin/SuperAd.

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

    kmccmk9

    Awesome thanks!
     
  18. Offline

    Nipper

    Anyone happen to know the permission I can give a user to use the /permissions -reload command?
     
  19. Offline

    7007King0770

    YOU ARE CREDIT TO TEAM!
     
  20. Offline

    Cookies326

    Nothing that says error:
    Code:
    2011-04-23 15:07:36 [INFO] Starting Minecraft server on 5.124.227.204:25565
    2011-04-23 15:07:36 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-04-23 15:07:36 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-04-23 15:07:36 [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-04-23 15:07:36 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-04-23 15:07:36 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-683-g068ca13-b711jnks (MC: 1.5_02)
    2011-04-23 15:07:36 [INFO] Preparing level "world"
    2011-04-23 15:07:36 [INFO] Preparing start region
    2011-04-23 15:07:37 [INFO] LWC    Loading shared objects
    2011-04-23 15:07:37 [INFO] LWC    Native library: plugins/LWC/lib/native/Mac/x86_64/libsqlitejdbc.jnilib
    2011-04-23 15:07:37 [INFO] [Permissions] (Phoenix) was Initialized.
    2011-04-23 15:07:37 [INFO] [General-0.0] Loaded.
    2011-04-23 15:07:37 [INFO] [AfkBooter] Permissions detected, attaching.
    2011-04-23 15:07:37 [INFO] [AfkBooter] Version 0.7.1 is loaded.
    2011-04-23 15:07:37 [INFO] [AfkBooter] Kick timeout 60 sec, exempt players: Pro_Cookies, name2, name3
    2011-04-23 15:07:37 [INFO] AntiHack version 1.5 is enabled!
    2011-04-23 15:07:37 [INFO] AppleTree activated.
    2011-04-23 15:07:37 [INFO] [AutoPlant] version 1.51 is enabled!
    2011-04-23 15:07:37 [INFO] Backup v1.2b was sucessfully loaded!
    2011-04-23 15:07:37 [INFO] [BurningMobs] Monitoring thread started successfully!
    2011-04-23 15:07:37 [INFO] [BurningMobs] v0.2 loaded successfully!
    2011-04-23 15:07:37 [INFO] [ChocolateFever] version 1.1 is enabled!
    2011-04-23 15:07:37 [INFO] ChunkRegenerate version 1.0 is enabled with permissions!
    2011-04-23 15:07:37 [INFO] Commands Logging version 1.0 is enabled!
    2011-04-23 15:07:38 [INFO] DefaultCommands 2.5.5 is enabled. Using Permissions.
    2011-04-23 15:07:38 [INFO] [DelayedStop] Enabling Delayed Stop v0.16
    2011-04-23 15:07:38 [INFO] [DelayedStop] Permission system found
    2011-04-23 15:07:38 [INFO] [DelayedStop] version 0.16 enabled
    2011-04-23 15:07:38 [INFO] DropBonus v2.4  has been enabled.
    2011-04-23 15:07:38 [INFO] Loaded ExExplosions version 1.0.0.0
    2011-04-23 15:07:38 [INFO] Found Diamonds STARTED
    2011-04-23 15:07:38 [WARNING] [General-3.3.2] An error occured: either general.kits does not exist or it could not be read; kits ignored
    2011-04-23 15:07:38 [INFO] [General-3.3.2] [WorldEdit] not detected; falling back to [Basic] permissions.
    2011-04-23 15:07:38 [INFO] [General-3.3.2]  Using [Basic (isOp)] for permissions.
    2011-04-23 15:07:38 [INFO] [General-3.3.2] [Codename: Dvorak] Plugin successfully loaded!
    2011-04-23 15:07:39 [INFO] [General-3.3.2] [Help 0.2] support enabled.
    2011-04-23 15:07:39 [INFO] GlassHurt version 1.0 is enabled!
    2011-04-23 15:07:39 [INFO] tnt:
    2011-04-23 15:07:39 [INFO] 46
    2011-04-23 15:07:39 [INFO] TNT
    2011-04-23 15:07:39 [INFO] onPlace
    2011-04-23 15:07:39 [INFO] true
    2011-04-23 15:07:39 [INFO] true
    2011-04-23 15:07:39 [INFO] true
    2011-04-23 15:07:39 [INFO] false
    2011-04-23 15:07:39 [INFO] b
    2011-04-23 15:07:39 [INFO] c
    2011-04-23 15:07:39 [INFO] tnt(for exploding):
    2011-04-23 15:07:39 [INFO] 46
    2011-04-23 15:07:39 [INFO] TNT
    2011-04-23 15:07:39 [INFO] onBreak
    2011-04-23 15:07:39 [INFO] true
    2011-04-23 15:07:39 [INFO] true
    2011-04-23 15:07:39 [INFO] true
    2011-04-23 15:07:39 [INFO] false
    2011-04-23 15:07:39 [INFO] 9
    2011-04-23 15:07:39 [INFO] 7
    2011-04-23 15:07:39 [INFO] [GriefAlertR] is unloaded.
    2011-04-23 15:07:39 [INFO] GriefAlertR version 0.71 by Gandalf is enabled!
    2011-04-23 15:07:39 [INFO] Please visit http://wdgaming.net for our Minecraft server.
    2011-04-23 15:07:39 [INFO] [HELP] 44 extra help entries loaded
    2011-04-23 15:07:39 [INFO] [HELP] Permissions enabled using: Permissions v2.7
    2011-04-23 15:07:39 [INFO] [HELP] Help 0.2 enabled
    2011-04-23 15:07:39 [INFO] [HeroicDeath] 1.7.3.148 enabled.
    2011-04-23 15:07:39 [INFO] HomeX enabled
    2011-04-23 15:07:39 [INFO] iChat (v2.2.3) enabled
    2011-04-23 15:07:39 [INFO] [iWatch] iWatch version 0.5 is enabled!
    2011-04-23 15:07:39 [INFO] [iWatch] Settings Loaded!
    2011-04-23 15:07:39 [INFO] Lockette version 1.3.6 is being enabled!  Yay!  (Core version 1.0)
    2011-04-23 15:07:39 [INFO] Lockette: Detected craftbukkit build [711] ok.
    2011-04-23 15:07:39 [INFO] [Permissions] version [2.7] (Phoenix)  loaded
    2011-04-23 15:07:39 [INFO] [iChat] Found Permissions (v2.7)
    2011-04-23 15:07:39 [INFO] Lockette: Linked to Permissions plugin version 2.7
    2011-04-23 15:07:39 [INFO] Lockette: Ready to protect your containers.
    2011-04-23 15:07:39 [INFO] LWC    Loaded 116 locale strings (0 overrides)
    2011-04-23 15:07:40 [INFO] LWC    Using Nijikokun's permissions plugin for permissions
    2011-04-23 15:07:40 [INFO] LWC    Loading SQLite
    2011-04-23 15:07:40 [INFO] SQLite    Using: Native
    2011-04-23 15:07:40 [INFO] LWC    At version: v2.30
    2011-04-23 15:07:40 [INFO] NaturalGiants version 1.1 is enabled!
    2011-04-23 15:07:40 [INFO] NetherPortal 0.6.2 enabled.
    2011-04-23 15:07:40 [WARNING] [NoCheatPlugin] version [0.7.7] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-04-23 15:07:40 [INFO] [NoCheatPlugin] version [0.7.7] is enabled with the following checks: moving speedhack bedteleport
    2011-04-23 15:07:40 [INFO] NoExplode version 1.4 is enabled!
    2011-04-23 15:07:40 [INFO] NoFire version 1.1 is enabled!
    2011-04-23 15:07:40 [INFO] NoTNT V1.1 - Loaded configuration file.
    2011-04-23 15:07:40 [INFO] NoTNT V1.1 - enabled.
    2011-04-23 15:07:40 [INFO] [oreRespawn] world enabled!
    2011-04-23 15:07:40 [INFO] Database class loaded
    2011-04-23 15:07:40 [INFO] oreRespawn version 0.2 is enabled!
    2011-04-23 15:07:40 [INFO] [SpawnMob] Permission system found, plugin enabled
    2011-04-23 15:07:40 [INFO] [Tele++] version [1.3.3a] loaded
    2011-04-23 15:07:40 [INFO] Tombstone v.1.2.3 is enabled.
    2011-04-23 15:07:40 [INFO] [Tombstone] Using Permissions (v2.7)
    2011-04-23 15:07:40 [INFO] [Tombstone] Using LWC (v2.3)
    2011-04-23 15:07:40 [INFO] Vanish 1.5.2 loaded.
    2011-04-23 15:07:40 [INFO] Weather Man - On Air!
    2011-04-23 15:07:40 [INFO] WelcomeMe version 1.1.1 is enabled!
    2011-04-23 15:07:40 [INFO] Whitelist: Trying to load whitelist and settings...
    2011-04-23 15:07:40 [INFO] done.
    2011-04-23 15:07:40 [INFO] Whitelist version 2.7 is enabled!
    2011-04-23 15:07:40 [INFO] [WolfNames]: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-04-23 15:07:40 [INFO] [WolfNames] successfully hooked onto Permissions Plugin.
    2011-04-23 15:07:40 [INFO] [WolfNames] version v1.1 (Razor) successfully enabled and loaded
    2011-04-23 15:07:40 [INFO] [xAuth] Loading player accounts..
    2011-04-23 15:07:40 [INFO] [xAuth] Done! Loaded 6 Accounts!
    2011-04-23 15:07:40 [INFO] [xAuth] v1.2.3 Enabled!
    2011-04-23 15:07:40 [INFO] Done (0.434s)! For help, type "help" or "?"
     
  21. Offline

    Zerco

    From what I see the problem looks like:
    Code:
    2011-04-23 15:07:38 [INFO] [General-3.3.2] [WorldEdit] not detected; falling back to [Basic] permissions.
    2011-04-23 15:07:38 [INFO] [General-3.3.2]  Using [Basic (isOp)] for permissions.
    
    It's not playing nice with Permissions 2.7 while others load it no problem. I can't say why or how, but I believe that's why because it's reverting back to only server OP's.
     
  22. Offline

    Cookies326

    So should I remove the General commands?
     
  23. Offline

    Zerco

    I don't think it's the nodes that are the problem I think it's the General plugin itself.
     
  24. Offline

    Cookies326

    What if I just dump the Worldedit plugin inside, do you think that would work?
     
  25. Offline

    Rietas

    Show Spoiler
    2011-04-23 11:36:37 [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 Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:136)
    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 106, column 21:
    permissions:
    ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:745)
    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:307)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.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.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 com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:58)
    at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:132)
    ... 13 more

    Permissions 2.7
    CB #714
     
  26. Offline

    Zerco

    It's possible but I'm just going off of guesses and what I see.

    Post your .yml file, it's happening due to an error inside.
     
  27. Offline

    Azazel

    Hello!

    Can you add an "interact: false" feature to prevent interaction from the world for a group "Visitor" ?
     
  28. Offline

    Rietas

    Show Spoiler

    plugin:
    permissions:
    system: default
    copies:

    groups:
    Default:
    default: true
    info:
    prefix: ''
    suffix: ''
    build: false
    inheritance:
    permissions:
    - 'foo.bar'
    - 'lwc.protect'
    Moderator:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - 'bar.foo'
    Admins:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'


    users:
    Rietas:
    group: Admins
    permissions:
    Deadmau5:
    group: Admins
    permissions:
    Ghost:
    group: Admins
    permissions:
    GrzesiekLP15:
    group: Admins
    permissions:


    There are spaces(not tabs), but spoiler removed them
     
  29. Offline

    Zerco

    I'm not sure, but check line 106 near the "permissions:" area (use notepad++ to figure out the line) because I don't think you posted the entire one as thats all of 56 lines.
     
    Rietas likes this.
  30. Offline

    Rietas

    Yeah, I Deleted all ##
    there was one space more in 106. I deleted it and now no errors :D thx
     
  31. Offline

    HaleServer

    For some reason this does not work saved as 'world' in a YML file.

    plugin:
    permissions:
    system: default
    copies:


    groups:
    Default:
    default: true
    info:
    prefix: 'Player'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'foo.bar'
    - 'general.spawn'
    - 'iConomy.payment'
    - 'iConomy.list'
    - 'iConomy.rank'
    - 'essentials.back.ondeath'
    - 'essentials.world'
    - 'essentials.portal'
    - 'essentials.tptoggle'
    - 'essentials.tpa'
    - 'essentials.tpaccept'
    - 'essentials.tpdeny'
    - 'essentials.tpahere'
    - 'essentials.home'
    - 'essentials.sethome'
    - 'essentials.warp'
    - 'essentials.setwarp'
    - 'essentials.delwarp'
    - 'essentials.balance'
    - 'essentials.pay'
    - 'essentials.msg'
    - 'essentials.rules'
    - 'essentials.motd'
    - 'essentials.mail'
    - 'essentials.mail.send'
    - 'essentials.nick'
    Moderator:
    default: false
    info:
    prefix: 'Moderator'
    suffix: ''
    build: true
    inheritance:
    - 'Default'
    permissions:
    - 'bar.foo'
    - '/time'
    - '/tp'
    - '/tphere'
    - '/playerinfo'
    - '/kill'
    - '/kick'
    - '/god'
    Admins:
    default: false
    info:
    prefix: 'Administrator'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'
    Owner:
    default: false
    info:
    prefix: 'Owner'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'

    users:
    ReBeL_1:
    group: Owner
    permissions:
    RowanHarris:
    group: Admins
    permissions:
    lolled789:
    group: Admins
    permissions:
    imsokwl1421:
    group: Admins
    permissions:
     
Thread Status:
Not open for further replies.

Share This Page