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

    DeNarr

    I hadn't really intended on using this plugin, but one of the mods I wanted required this. Now my Backpacks mod isn't working. Do I need to do something to allow my mods to work? How do I just give full permissions to everything?
     
  3. Offline

    Psycho Robot

    Your config should be this:

    Code:
    plugin:
        permissions:
            system: default
            copies:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    users:
    
    Remember to use spaces, and not tabs. Four spaces for a 1st level indent, eight for a 2nd level indent, and twelve for a 3rd level indent.

    Though, were I in your position, I would post on the aforementioned pulgin's thread insisting they give some functionality without permissions. The plugin WormholeXTreme has very nice non-permissions access control that you could suggest they emulate.
     
  4. Offline

    JanTTuX

    new problems :(

    log
    Code:
    [Lnet.minecraft.server.Statistic;@587c94
    146 recipes
    [Lnet.minecraft.server.Statistic;@587c94
    16 achievements
    08:00:31 [INFO] Starting minecraft server version Beta 1.5_02
    08:00:32 [INFO] Loading properties
    08:00:32 [INFO] Starting Minecraft server on *:25565
    08:00:32 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    08:00:32 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    08:00:32 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    08:00:32 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    08:00:32 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-729-
    g5ee3f0f-b766jnks (MC: 1.5_02)
    08:00:32 [INFO] Preparing level "perttilandia1"
    08:00:32 [INFO] Preparing start region
    08:00:33 [INFO] Preparing spawn area: 53%
    08:00:34 [INFO] LWC     Loading shared objects
    08:00:34 [INFO] LWC     Native library: plugins/LWC/lib/native/Windows/x86/sqlit
    ejdbc.dll
    08:00:34 [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:164)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:191)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:115)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: while scanning for the next token
    found character         '\t' that cannot start any token
     in "<reader>", line 177, column 1:
    
        ^
    
            at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.ja
    va:360)
            at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:18
    3)
            at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(
    ParserImpl.java:510)
            at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
            at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
            at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.jav
    a:203)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :230)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :230)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :230)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java: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
    08:00:34 [INFO] [AdminCmd] Plugin Enabled. (version4.7.1)
    08:00:34 [INFO] AppleTree activated.
    08:00:34 [INFO] [BlackJack v1.5]: Table ready
    08:00:34 [INFO] BlocksOnGlass version 0.22 is enabled!
    08:00:34 [INFO] [BoosterTrax] Plugin enabled! (version1.1)
    08:00:34 [INFO] Chat v 0.1 is enabled
    08:00:34 [INFO] [ClearInventory] v0.3 enabled
    08:00:34 [INFO] CopyCat 0.2 Enabled
    08:00:34 [INFO] DeathMessagePlugin version 1.9 is enabled without permissions!
    08:00:34 [INFO] Loaded Essentials build 2.2.8 maintained by Zenexer, ementalo, A
    elux, Brettflan, KimKandor, snowleo and ceulemans.
    08:00:34 [INFO] FireFix configuration loaded.
    08:00:34 [INFO] FireFix version 1.1 enabled.
    08:00:34 [INFO] [FishPeople]  version 1.3 is enabled!
    08:00:34 [SEVERE] [GODMODE] The settings file isn't properly set up. Please set
    it up before using the plugin. The plugin will be disabled until you do.
    08:00:34 [INFO] [GODMODE] Disabled
    08:00:34 [INFO] HomeX enabled
    08:00:34 [INFO] Permission system not detected, defaulting to OP
    08:00:34 [INFO] iChat (v2.2.3) enabled
    08:00:34 [INFO] [iConomy] Logging is currently disabled.
    08:00:37 [INFO] [iConomy] v4.65 (Kenzi) loaded.
    08:00:37 [INFO] [iConomy] Developed by: [Nijikokun, Coelho]
    08:00:37 [INFO] [BlackJack] Successfully linked with iConomy.
    08:00:37 [INFO] InstaBreak version 1.5 is enabled!
    08:00:37 [INFO] Permission system not detected, defaulting to OP
    08:00:37 [INFO] Login Queue Started
    08:00:37 [INFO] LWC     Loaded 116 locale strings (0 overrides)
    08:00:38 [INFO] LWC     Loading SQLite
    08:00:38 [INFO] SQLite  Using: Native
    08:00:38 [INFO] LWC     At version: v2.31
    08:00:38 [INFO] MobRider 0.37 enabled.
    08:00:38 [INFO] MobRider - Permissions Plugin Not Detected (enabling for all use
    rs)
    08:00:38 [INFO] [MotherNature] Neither Permissions or GroupManager found. Using
    ops.txt for permission handling
    08:00:38 [INFO] [MotherNature] Plugin enabled! (version 1.2)
    08:00:38 [INFO] [NETHRAR] Not listening for player respawns.
    08:00:38 [INFO] [NETHRAR] Normal world name: Perttilandia
    08:00:39 [INFO] Preparing spawn area for Perttilandia, 52%
    08:00:39 [INFO] [NETHRAR] Nether world name: Nether netherWorld
    08:00:40 [INFO] Preparing spawn area for Nether netherWorld, 65%
    08:00:41 [INFO] [NETHRAR] Normal : Nether scale: 8:1
    08:00:41 [INFO] [NETHRAR] Nethrar v1.4 enabled.
    08:00:41 [INFO] NoExplode version 1.4 is enabled!
    08:00:41 [INFO] [OddItem] 0.6.5 enabled
    08:00:41 [WARNING] [OddItem] Permissions not found. Using op-only mode.
    08:00:41 [INFO] [OddItem] Parsed 122 entries.
    08:00:41 [INFO] [OwnBlocks] Database read in from file
    08:00:41 [INFO] Permission system not detected, defaulting to OP
    08:00:41 [INFO] [OwnBlocks] version 9.0 initialized
    08:00:41 [INFO] SaddleBack version 1.2 is enabled!
    08:00:41 [INFO] SheepFeed version 1.2 by ArmEagle is enabled!
    08:00:41 [INFO] [SignColours] Permission system not enabled. Enabling coloured s
    igns for all users
    08:00:41 [INFO] Skillz Enabled!
    08:00:41 [INFO] [SpawnMob] Using ops.txt!
    08:00:41 [INFO] SpawnX enabled
    08:00:41 [INFO] Permission system not detected, defaulting to OP
    08:00:41 [INFO] [STEPS] Steps - Enabled. By Adamki11s.
    08:00:41 [INFO] TravelPortals version 1.5 is enabled!
    08:00:41 [INFO] Done (0.931s)! For help, type "help" or "?"
    >

    permissios(please do not delete any nodes)

    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 true (build: true).  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: '&3&3Member&3&f'
                suffix: ''
                build: true
            inheritance:
            permissions:
                     - 'wormhole.simple.use'
                     - 'iJobs.user.menu'
                     - 'iJobs.user.join'
                     - 'iJobs.user.browse'
                     - 'iJobs.user.payday'
                     - 'iJobs.user.info'
                     - 'stargate.use'
                     - 'OwnBlocks.use'
                     - 'OwnBlocks.info'
                     - 'admincmd.player.msg'
                     - 'SpawnX.spawn'
                     - 'mobRider.animals'
                     - 'mobRider.monsters'
                     - 'admincmd.item.add'
                     - 'mobRider.command.attack'
                     - 'PortableTorch.Allow'
                     - 'PortableTorch.Permanent'
    
        Moderator:
            default: false
            info:
                prefix: '&a&aModerator&a&f'
                suffix: ''
                build: true
            inheritance:
            permissions:
                      - 'wormhole.simple.use'
                      - 'iJobs.user.menu'
                      - 'iJobs.user.join'
                      - 'iJobs.user.browse'
                      - 'iJobs.user.payday'
                      - 'iJobs.user.info'
                      - 'stargate.use'
                      - 'OwnBlocks.use'
                      - 'OwnBlocks.info'
                      - 'admincmd.player.msg'
                      - 'SpawnX.spawn'
                      - 'mobRider.command.attack'
                      - 'mobRider.animals'
                      - 'mobRider.monsters'
                      - 'instabreak.breakbedrock'
                      - 'clearinventory.use'
                      - 'PortableTorch.Allow'
                      - 'PortableTorch.Permanent'
    
        Admins:
            default: false
            info:
                prefix: '&c&cAdmin&c&f'
                suffix: ''
                build: true
            inheritance:
            permissions:
                      - 'wormhole.simple.build'
                      - 'wormhole.simple.use'
                      - 'wormhole.simple.config'
                      - 'wormhole.simple.remove'
                      - '[+health]'
                      - 'iJobs.user.join'
                      - 'iJobs.user.browse'
                      - 'iJobs.user.payday'
                      - 'iJobs.user.info'
                      - 'iJobs.admin.setpayday'
                      - 'iJobs.admin.set'
                      - 'iJobs.admin.reload'
                      - 'godSelf'
                      - 'godOther'
                      - 'noFire'
                      - 'stargate.use'
                      - 'stargate.create'
                      - 'stargate.create.personal'
                      - 'stargate.destroy.all'
                      - 'stargate.destroy.owner'
                      - 'stargate.hidden'
                      - 'stargate.private'
                      - 'stargate.free.use'
                      - 'stargate.free.create'
                      - 'stargate.free.destroy'
                      - 'stargate.world.{worldname}'
                      - 'stargate.network.{networkname}'
                      - 'stargate.option.hidden'
                      - 'stargate.option.alwayson'
                      - 'stargate.option.private'
                      - 'stargate.option.free'
                      - 'instabreak.breakbedrock'
                      - 'admincmd.item.noblacklist'
                      - 'OwnBlocks.ignoreOwnership'
                      - 'OwnBlocks.use'
                      - 'OwnBlocks.info'
                      - 'admincmd.player.msg'
                      - 'SpawnX.setspawn'
                      - 'SpawnX.spawn'
                      - 'odd.item.aliases'
                      - 'odd.item.info'
                      - 'odd.item.list'
                      - 'odd.item.reload'
                      - 'mobRider.command.goto'
                      - 'mobRider.command.attack'
                      - 'mobRider.command.go'
                      - 'mobRider.command.stop'
                      - 'mobRider.command.follow'
                      - 'mobRider.command.mount'
                      - 'mobRider.players'
                      - 'mobRider.animals'
                      - 'mobRider.monsters'
                      - 'clearinventory.use'
                      - 'PortableTorch.Allow'
                      - 'PortableTorch.Permanent'
    
    ##
    # Users denote which users are included in which group.
    # JanTTuX is in the Admin group
    # ValentynxD 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:
        JanTTuX:
            group: Admins
            permissions:
        Anotzu:
            group: Moderator
            permissions:
    YAY I HAVE FIXED IT!!!!

    Code:
    [Lnet.minecraft.server.Statistic;@587c94
    146 recipes
    [Lnet.minecraft.server.Statistic;@587c94
    16 achievements
    08:13:20 [INFO] Starting minecraft server version Beta 1.5_02
    08:13:20 [INFO] Loading properties
    08:13:20 [INFO] Starting Minecraft server on *:25565
    08:13:20 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    08:13:20 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    08:13:20 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    08:13:20 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    08:13:20 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-729-
    g5ee3f0f-b766jnks (MC: 1.5_02)
    08:13:21 [INFO] Preparing level "perttilandia1"
    08:13:21 [INFO] Preparing start region
    08:13:22 [INFO] Preparing spawn area: 48%
    08:13:26 [INFO] Preparing spawn area: 48%
    08:13:27 [INFO] LWC     Loading shared objects
    08:13:27 [INFO] LWC     Native library: plugins/LWC/lib/native/Windows/x86/sqlit
    ejdbc.dll
    08:13:27 [INFO] [Permissions] (Phoenix) was Initialized.
    08:13:28 [INFO] [AdminCmd] Plugin Enabled. (version4.7.1)
    08:13:28 [INFO] AppleTree activated.
    08:13:28 [INFO] [BlackJack v1.5]: Table ready
    08:13:28 [INFO] BlocksOnGlass version 0.22 is enabled!
    08:13:28 [INFO] [BoosterTrax] Plugin enabled! (version1.1)
    08:13:28 [INFO] Chat v 0.1 is enabled
    08:13:28 [INFO] [ClearInventory] v0.3 enabled
    08:13:28 [INFO] CopyCat 0.2 Enabled
    08:13:28 [INFO] DeathMessagePlugin version 1.9 is enabled with permissions!
    08:13:28 [INFO] Loaded Essentials build 2.2.8 maintained by Zenexer, ementalo, A
    elux, Brettflan, KimKandor, snowleo and ceulemans.
    08:13:28 [INFO] FireFix configuration loaded.
    08:13:28 [INFO] FireFix version 1.1 enabled.
    08:13:28 [INFO] [FishPeople]  version 1.3 is enabled!
    08:13:28 [SEVERE] [GODMODE] The settings file isn't properly set up. Please set
    it up before using the plugin. The plugin will be disabled until you do.
    08:13:28 [INFO] [GODMODE] Disabled
    08:13:28 [INFO] HomeX enabled
    08:13:28 [INFO] iChat (v2.2.3) enabled
    08:13:28 [INFO] [iConomy] Logging is currently disabled.
    08:13:31 [INFO] [iConomy] v4.65 (Kenzi) loaded.
    08:13:31 [INFO] [iConomy] Developed by: [Nijikokun, Coelho]
    08:13:31 [INFO] [BlackJack] Successfully linked with iConomy.
    08:13:31 [INFO] InstaBreak version 1.5 is enabled!
    08:13:31 [INFO] Login Queue Started
    08:13:31 [INFO] LWC     Loaded 116 locale strings (0 overrides)
    08:13:31 [INFO] LWC     Using Nijikokun's permissions plugin for permissions
    08:13:31 [INFO] [Permissions] version [2.7.3] (Phoenix)  loaded
    08:13:31 [INFO] [AdminCmd] Successfully linked with Permissions.
    08:13:31 [INFO] [iChat] Found Permissions (v2.7.3)
    08:13:31 [INFO] [iConomy] hooked into Permissions.
    08:13:31 [INFO] LWC     Loading SQLite
    08:13:31 [INFO] SQLite  Using: Native
    08:13:31 [INFO] LWC     At version: v2.31
    08:13:31 [INFO] MobRider 0.37 enabled.
    08:13:31 [INFO] MobRider - Permissions Plugin Detected
    08:13:31 [INFO] [MotherNature] Using Permissions version 2.7.3 for permission ha
    ndling
    08:13:31 [INFO] [MotherNature] Plugin enabled! (version 1.2)
    08:13:31 [INFO] [NETHRAR] Not listening for player respawns.
    08:13:31 [INFO] [NETHRAR] Normal world name: Perttilandia
    08:13:32 [INFO] Preparing spawn area for Perttilandia, 52%
    08:13:33 [INFO] [NETHRAR] Nether world name: Nether netherWorld
    08:13:34 [INFO] Preparing spawn area for Nether netherWorld, 57%
    08:13:35 [INFO] [NETHRAR] Normal : Nether scale: 8:1
    08:13:35 [INFO] [NETHRAR] Nethrar v1.4 enabled.
    08:13:35 [INFO] NoExplode version 1.4 is enabled!
    08:13:35 [INFO] [OddItem] 0.6.5 enabled
    08:13:35 [INFO] [OddItem] Parsed 122 entries.
    08:13:35 [INFO] [OwnBlocks] Database read in from file
    08:13:35 [INFO] [OwnBlocks] version 9.0 initialized
    08:13:35 [INFO] SaddleBack version 1.2 is enabled!
    08:13:35 [INFO] SheepFeed version 1.2 by ArmEagle is enabled!
    08:13:35 [INFO] Skillz Enabled!
    08:13:35 [INFO] [SpawnMob] Using ops.txt!
    08:13:35 [INFO] SpawnX enabled
    08:13:35 [INFO] [STEPS] Steps - Enabled. By Adamki11s.
    08:13:35 [INFO] TravelPortals version 1.5 is enabled!
    08:13:35 [INFO] Done (1.425s)! For help, type "help" or "?"
    >
    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 true (build: true).  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: '&3&3Member&3&f'
                suffix: ''
                build: true
            inheritance:
            permissions:
                     - 'foo.bar'
                     - 'wormhole.simple.use'
                     - 'iJobs.user.menu'
                     - 'iJobs.user.join'
                     - 'iJobs.user.browse'
                     - 'iJobs.user.payday'
                     - 'iJobs.user.info'
                     - 'stargate.use'
                     - 'OwnBlocks.use'
                     - 'OwnBlocks.info'
                     - 'admincmd.player.msg'
                     - 'SpawnX.spawn'
                     - 'mobRider.animals'
                     - 'mobRider.monsters'
                     - 'admincmd.item.add'
                     - 'mobRider.command.attack'
                     - 'PortableTorch.Allow'
                     - 'PortableTorch.Permanent'
        Moderator:
            default: false
            info:
                prefix: '&a&aModerator&a&f'
                suffix: ''
                build: true
            inheritance:
                -Default
            permissions:
                      - 'bar.foo'
                      - 'wormhole.simple.use'
                      - 'iJobs.user.menu'
                      - 'iJobs.user.join'
                      - 'iJobs.user.browse'
                      - 'iJobs.user.payday'
                      - 'iJobs.user.info'
                      - 'stargate.use'
                      - 'OwnBlocks.use'
                      - 'OwnBlocks.info'
                      - 'admincmd.player.msg'
                      - 'SpawnX.spawn'
                      - 'mobRider.command.attack'
                      - 'mobRider.animals'
                      - 'mobRider.monsters'
                      - 'instabreak.breakbedrock'
                      - 'clearinventory.use'
                      - 'PortableTorch.Allow'
                      - 'PortableTorch.Permanent'
        Admins:
            default: false
            info:
                prefix: '&c&cAdmin&c&f'
                suffix: ''
                build: true
            inheritance:
            permissions:
                      - '*'
                      - 'wormhole.simple.build'
                      - 'wormhole.simple.use'
                      - 'wormhole.simple.config'
                      - 'wormhole.simple.remove'
                      - '[+health]'
                      - 'iJobs.user.join'
                      - 'iJobs.user.browse'
                      - 'iJobs.user.payday'
                      - 'iJobs.user.info'
                      - 'iJobs.admin.setpayday'
                      - 'iJobs.admin.set'
                      - 'iJobs.admin.reload'
                      - 'godSelf'
                      - 'godOther'
                      - 'noFire'
                      - 'stargate.use'
                      - 'stargate.create'
                      - 'stargate.create.personal'
                      - 'stargate.destroy.all'
                      - 'stargate.destroy.owner'
                      - 'stargate.hidden'
                      - 'stargate.private'
                      - 'stargate.free.use'
                      - 'stargate.free.create'
                      - 'stargate.free.destroy'
                      - 'stargate.world.{worldname}'
                      - 'stargate.network.{networkname}'
                      - 'stargate.option.hidden'
                      - 'stargate.option.alwayson'
                      - 'stargate.option.private'
                      - 'stargate.option.free'
                      - 'instabreak.breakbedrock'
                      - 'admincmd.item.noblacklist'
                      - 'OwnBlocks.ignoreOwnership'
                      - 'OwnBlocks.use'
                      - 'OwnBlocks.info'
                      - 'admincmd.player.msg'
                      - 'SpawnX.setspawn'
                      - 'SpawnX.spawn'
                      - 'odd.item.aliases'
                      - 'odd.item.info'
                      - 'odd.item.list'
                      - 'odd.item.reload'
                      - 'mobRider.command.goto'
                      - 'mobRider.command.attack'
                      - 'mobRider.command.go'
                      - 'mobRider.command.stop'
                      - 'mobRider.command.follow'
                      - 'mobRider.command.mount'
                      - 'mobRider.players'
                      - 'mobRider.animals'
                      - 'mobRider.monsters'
                      - 'clearinventory.use'
                      - 'PortableTorch.Allow'
                      - 'PortableTorch.Permanent'
    ##
    # 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:
        JanTTuX:
            group: Admins
            permissions:
        Anotzu:
            group: Moderator
            permissions:
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  5. Offline

    rufjame

    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.
    #   Does not work for the default world.
    plugin:
        permissions:
            system: default
            copies:
    
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'general.spawn'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'general.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-general.time'
    ##
    groups:
        Griefer:
            default: false
            info:
                prefix: 'Homo'
                suffix:
                build: false
            inheritance:
            permissions:
                 -'essentials.rules'
        Regular:
            default: True
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - 'craftbook.mech.elevator.use'
                - 'warpzor.warp'
                - 'warpzor.sethome'
                - 'warpzor.home'
    
        Builder:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Regular
            permissions:
                - 'commandbook.kit.starter'
                - 'magiccarpet.mc'
                - 'lwc.protect'
                - 'essentials.jump'
                - 'multiverse.world.list'
                - 'craftbook.mech.elevator.use'
                - 'wormhole.simple.use'
                - 'commandbook.who'
                - 'commandbook.motd'
                - 'commandbook.rules'
                - 'commandbook.spawn'
                - 'commandbook.say'
                - 'commandbook.msg'
                - 'commandbook.whereami'
                - 'commandbook.compass'
        Mod:
            default: false
            info:
                prefix: '&a'
                suffix: '&a'
                build: true
            inheritance:
                - Regular
                - Builder
            permissions:
                - 'general.time'
                - 'magiccarpet.ml
                - 'lwc.protect'
                - 'general.kick'
                - 'general.ban'
                - 'multiverse.portal'
                - 'multiverse.world'
                - 'multiverse.tp'
                - 'commandbook.*'
                - 'worldedit.*'
                - 'craftbook.*'
                - 'warpzor.*'
        Admin:
            default: false
            info:
                prefix: 'Admin'
                suffix: '&1'
                build: true
            inheritance:
            permissions:
                - '*'
        Owner:
            default: false
            info:
                prefix: 'Owner'
                suffix:
                build: true
            inheritance:
            permissions:
                - '*'
    
    ##
    users:
        rufjame:
            group: Owner
            permissions:
        Elderton:
            group: Builder
            permissions:
        dandaman012:
            group: Builder
            permissions:
        antimetric:
            group: Builder
            permissions:
        SHRAPZ1:
            group: Builder
            permissions:
        ziche:
            group: Builder
            permissions:
        requiembob:
            group: Builder
            permissions:
        elflorien:
            group: Builder
            permissions:
        Fynz:
            group: Builder
            permissions:
        evilmonk900:
            group: Mod
            permissions:
        sinjack:
            group: Builder
            permissions:
        goldenscorpio_94:
            group: Mod
            permissions:
        lance_volcanix:
            group: Mod
            permissions:
    I dont know what the problem is, can anyone help me?
    Code:
    2011-05-13 17:12:52 [INFO] Starting minecraft server version Beta 1.5_02
    2011-05-13 17:12:52 [INFO] Loading properties
    2011-05-13 17:12:52 [INFO] Starting Minecraft server on *:25565
    2011-05-13 17:12:52 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-729-g5ee3f0f-b766jnks (MC: 1.5_02)
    2011-05-13 17:12:52 [INFO] Preparing level "world"
    2011-05-13 17:12:52 [INFO] Preparing start region
    2011-05-13 17:12:52 [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:164)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:191)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:115)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: while parsing a block collection
     in "<reader>", line 60, column 13:
                    - 'craftbook.mech.elevator.use'
                    ^
    expected <block end>, but found Scalar
     in "<reader>", line 74, column 16:
                    - 'commandbook.kit.starter'
                       ^
    
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:520)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
        at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
        at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:58)
        at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:132)
        ... 13 more
     
  6. would be useful to give your config too, since its caused by an parsing error
     
  7. Offline

    grapeman

    Ye I copied and pasted what you wrote exactly. I'm running the latest (2.7.3) and im not running GroupManager. Rather confused as to why this isnt working.
     
  8. Offline

    soerenk

    Code:
    2011-05-13 10:27:16 [INFO] Starting minecraft server version Beta 1.5_02
    2011-05-13 10:27:16 [INFO] Loading properties
    2011-05-13 10:27:16 [INFO] Starting Minecraft server on *:50000
    2011-05-13 10:27:16 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-05-13 10:27:16 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-05-13 10:27:16 [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-05-13 10:27:16 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-05-13 10:27:16 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-729-g5ee3f0f-b766jnks (MC: 1.5_02)
    2011-05-13 10:27:16 [INFO] Preparing level "world"
    2011-05-13 10:27:16 [INFO] Preparing start region
    [COLOR=rgb(255, 0, 0)]2011-05-13 10:27:17 [SEVERE] Could not load 'plugins\craftbukkit-0.0.1-SNAPSHOT.jar' in folder 'plugins': [/COLOR]
    [COLOR=rgb(255, 0, 0)]java.io.FileNotFoundException: [COLOR=rgb(0, 255, 0)]Jar does not contain plugin.yml[/COLOR][/COLOR]
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:63)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:191)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:115)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    [COLOR=rgb(255, 0, 0)]2011-05-13 10:27:17 [SEVERE] Could not load 'plugins\Permissions.jar' in folder 'plugins': [/COLOR]
    [COLOR=rgb(255, 0, 0)]java.lang.reflect.InvocationTargetException[/COLOR]
        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:164)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:191)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:115)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: while parsing a block mapping
     in "<reader>", line 14, column 1:
        plugin:
        ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 217, column 4:
           heltborg:
           ^
    
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
        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: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)
    [COLOR=rgb(255, 0, 0)]    at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:132)[/COLOR]
        ... 13 more
    2011-05-13 10:27:17 [SEVERE] ebean.properties not found
    2011-05-13 10:27:17 [INFO] DataSourcePool [SimpleAdmin] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-05-13 10:27:17 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-05-13 10:27:17 [INFO] Entities enhanced[0] subclassed[1]
    2011-05-13 10:27:18 [INFO] [Adminium] version [1.0.1] is enabled!
    2011-05-13 10:27:18 [INFO] Permission system not detected, defaulting to OP
    2011-05-13 10:27:18 [INFO] BlocksOnGlass version 0.22 is enabled!
    [COLOR=rgb(255, 0, 0)]2011-05-13 10:27:18 [INFO] BOSEconomy: Could not locate Phoenix Permissions plugin. Option 'phoenix-permissions' will not be used.[/COLOR]
    2011-05-13 10:27:18 [INFO] BOSEconomy 0.6.2 enabled.
    2011-05-13 10:27:18 [INFO] ChestLock 0.6.3 is enabled!
    2011-05-13 10:27:18 [INFO] Door Protection 1.0 loaded.
    [COLOR=rgb(255, 0, 0)]2011-05-13 10:27:18 [WARNING] Permissions is not enabled! All Operations are allowed![/COLOR]
    2011-05-13 10:27:18 [INFO] DropChest version 0.7.5 is enabled!
    2011-05-13 10:27:18 [INFO] File C:\Users\ser\Desktop\Minecraft stuff\pvp minecraft server\plugins\DropChest\dropchest.cfg not found.
    [COLOR=rgb(255, 0, 0)]2011-05-13 10:27:18 [INFO] Permission system not detected, defaulting to OP[/COLOR]
    2011-05-13 10:27:18 [INFO] [EasyFlight] version [0.2] is Enabled.
    [COLOR=rgb(255, 0, 0)]2011-05-13 10:27:18 [INFO] FullChest version 0.1 is enabled (could not find Permissions, using OP).[/COLOR]
    2011-05-13 10:27:18 [INFO] [Gills] - Gills version 2.2 is enabled!
    [COLOR=rgb(255, 0, 0)]2011-05-13 10:27:18 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.0)[/COLOR]
    [COLOR=rgb(255, 0, 0)]2011-05-13 10:27:18 [INFO] Lockette: Detected craftbukkit build [766] ok.[/COLOR]
    [COLOR=rgb(255, 0, 0)]2011-05-13 10:27:18 [INFO] Lockette: Using ops file for admin permissions.[/COLOR]
    [COLOR=rgb(255, 0, 0)]2011-05-13 10:27:18 [INFO] Lockette: Ready to protect your containers.[/COLOR]
    [COLOR=rgb(255, 0, 0)]2011-05-13 10:27:18 [SEVERE] [mcMMO] Permissions isn't loaded, there are no restrictions.[/COLOR]
    [COLOR=rgb(255, 0, 0)]2011-05-13 10:27:18 [INFO] mcMMO version 1.0.05 is enabled![/COLOR]
    2011-05-13 10:27:18 [INFO] __________________________________________________________________________________________
    2011-05-13 10:27:18 [INFO] Starting NoMoreRain version 1.01
    2011-05-13 10:27:18 [INFO] Written By HaxtorMoogle
    2011-05-13 10:27:18 [INFO] Using Settings: Default
    2011-05-13 10:27:18 [INFO]     Weather is Disabled
    2011-05-13 10:27:18 [INFO]     Thunder is Disabled
    2011-05-13 10:27:18 [INFO]     Lightning is Disabled.
    2011-05-13 10:27:18 [INFO] __________________________________________________________________________________________
    2011-05-13 10:27:18 [INFO] [PhysicalShop] version 7 enabled
    [COLOR=rgb(255, 0, 0)]2011-05-13 10:27:18 [INFO] [RC] Permissions not found, everyone can use chests[/COLOR]
    2011-05-13 10:27:18 [INFO] [RC] iConomy not found
    2011-05-13 10:27:18 [INFO] [RC] Loaded 2 chests.
    2011-05-13 10:27:18 [INFO] [RC] Loaded sign location.
    2011-05-13 10:27:18 [INFO] [RC] Loaded player tag.
    2011-05-13 10:27:18 [INFO] [RC] Loaded max chests.
    2011-05-13 10:27:18 [INFO] [RC] Loaded link price: 0.0.
    2011-05-13 10:27:18 [INFO] [RC] Loaded create price: 0.0.
    2011-05-13 10:27:18 [INFO] [RC] Loaded 5 settings.
    [COLOR=rgb(255, 0, 0)]2011-05-13 10:27:18 [INFO] [RC] Remote Chests version 1.3 is enabled![/COLOR]
    [COLOR=rgb(255, 0, 0)]2011-05-13 10:27:18 [INFO] Permission system not detected, defaulting to OP[/COLOR]
    2011-05-13 10:27:18 [INFO] [SimpleAdmin] Version 1.1 has been enabled!
    2011-05-13 10:27:18 [INFO] [SimpleGod] Version 1.1 has been enabled!
    2011-05-13 10:27:18 [INFO] [ TorchMissile ] TorchMissile version 0.3 is enabled!
    2011-05-13 10:27:18 [INFO] Loaded 15 configs
    2011-05-13 10:27:18 [INFO] Loaded 0 shops
    2011-05-13 10:27:18 [INFO] TradeCraft version AE-1.0.1 is enabled!
    [COLOR=rgb(255, 0, 0)]2011-05-13 10:27:18 [SEVERE] [WeatherControl] Permissions not detected. Using OP based access.[/COLOR]
    2011-05-13 10:27:18 [INFO] [WeatherControl] version 1.1.0 enabled!
    2011-05-13 10:27:18 [INFO] Done (0,204s)! For help, type "help" or "?"
    
    I have marked the important areas in this log with red color, also my idea of where the problem is, that's marked with a light green.

    And yes my Permissions.jar file is in the "Plugins" folder, and it's settings is following the rules.

    And again yes, I'm using bukkit and running it right, look at the server log.
     
  9. Offline

    rufjame

    Ok, i figured out that its my config file that is messing up permissions but i cant seem to find where in the file i have gone wrong, can anybody see where it is?
    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.
    #   Does not work for the default world.
    plugin:
        permissions:
            system: default
            copies:
    
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'general.spawn'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'general.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-general.time'
    ##
    groups:
        Griefer:
            default: false
            info:
                prefix: 'Homo'
                suffix:
                build: false
            inheritance:
            permissions:
                 -'essentials.rules'
        Regular:
            default: True
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - 'craftbook.mech.elevator.use'
                - 'warpzor.warp'
                - 'warpzor.sethome'
                - 'warpzor.home'
    
        Builder:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Regular
            permissions:
                - 'commandbook.kit.starter'
                - 'magiccarpet.mc'
                - 'lwc.protect'
                - 'essentials.jump'
                - 'multiverse.world.list'
                - 'craftbook.mech.elevator.use'
                - 'wormhole.simple.use'
                - 'commandbook.who'
                - 'commandbook.motd'
                - 'commandbook.rules'
                - 'commandbook.spawn'
                - 'commandbook.say'
                - 'commandbook.msg'
                - 'commandbook.whereami'
                - 'commandbook.compass'
        Mod:
            default: false
            info:
                prefix: '&a'
                suffix: '&a'
                build: true
            inheritance:
                - Regular
                - Builder
            permissions:
                - 'general.time'
                - 'magiccarpet.ml'
                - 'lwc.protect'
                - 'general.kick'
                - 'general.ban'
                - 'multiverse.portal'
                - 'multiverse.world'
                - 'multiverse.tp'
                - 'commandbook.*'
                - 'worldedit.*'
                - 'craftbook.*'
                - 'warpzor.*'
        Admin:
            default: false
            info:
                prefix: 'Admin'
                suffix: '&1'
                build: true
            inheritance:
            permissions:
                - '*'
        Owner:
            default: false
            info:
                prefix: 'Owner'
                suffix:
                build: true
            inheritance:
            permissions:
                - '*'
    
    ##
    users:
        rufjame:
            group: Owner
            permissions:
        Elderton:
            group: Builder
            permissions:
        dandaman012:
            group: Builder
            permissions:
        antimetric:
            group: Builder
            permissions:
        SHRAPZ1:
            group: Builder
            permissions:
        ziche:
            group: Builder
            permissions:
        requiembob:
            group: Builder
            permissions:
        elflorien:
            group: Builder
            permissions:
        Fynz:
            group: Builder
            permissions:
        evilmonk900:
            group: Mod
            permissions:
        sinjack:
            group: Builder
            permissions:
        goldenscorpio_94:
            group: Mod
            permissions:
        lance_volcanix:
            group: Mod
            permissions:
     
  10. Offline

    lycano

    @rufjame: its a longshot but Regular is the only group that contains "default: True" which you have written down with capitlized first letter. change True to true and try again

    And btw .. you want to change the prefix Homo as this isnt actually an appropiate insult. Only 13 years olds will throw you that word to your head as they actually think that a sexual orientation definition is insulting to an adult .. poor kids ^^ (you see? that is a nice insult and boils your blood because you maybe think that i could mean you xD)

    Well, i think you want to make it brief: name the Griefer prefix "dickhead" or "derp" =)
     
  11. Offline

    rcjrrjcr

    Dev Build updated. Now, global permissions are configurable via the files "plugins/Permissions/globalUsers.yml" and "plugins/Permissions/globalGroups.yml" if you're using YAML, or the world "*" if you're using SQL. Also, a new "has" command has been added, allowing you to check if the user/group possesses the permission, including inheritance.
     
  12. Offline

    Mursuvaara

    I installed the Permissions and edited me to the users ,etc. But I can't Put / delete any blocks. What could be wrong?
     
  13. Offline

    fffizzz

    Any documentation on working with 3.0? I wanna start testing, as this sounds awesome.
     
  14. Offline

    rcjrrjcr

    The wiki has some info on it.
     
  15. Offline

    DeathQueen

    What should I do then?
     
  16. Offline

    Revenger

    Ive been playing arround with the build a little last build mysql was faulty.

    Also groups for users for a world didn't work it kept saying the user was in group null when I set it the same as the group name.

    Tried my current permissions files split to the new format same thing.

    Could not find proper documentation how to setup a default group or promotion as promote just returns the commad help.

    Also one important question can you have a base file and use copy on nodes and just negate what you don't need now and add stuff in?

    I'm eager to use the mysql database if it works and still as easy as flat files to edit by hand etc.
     
  17. Offline

    rcjrrjcr

    Split your "plugins/Permissions/<world>.yml" into "plugins/Permissions/<world>/users.yml" and "plugins/Permissions/<world>/groups.yml. users.yml should contain all users and for groups.yml, all groups. I should add that to the wiki.
     
  18. Offline

    Revenger

    I did :D

    I made some stuff through the console to check the format then copied my current file once I knew the format for some reason grouping wasn't working on users permissions worked same with groups but it wasn't assigning the user the group listed it was null.

    I'll try the latest and give feedback.
     
  19. Offline

    rcjrrjcr

    I nearly forgot, but for every user, change
    Code:
    group: <groupname>
    to
    Code:
    groups:
        - <groupname>
    
     
  20. Offline

    Revenger

    Ahhh probally why.

    Will do once the latest link works atm its showing a error message.

    Is there the ability to copy from flat file to mysql?

    As I presume mysql does some more stuff.

    And info on how to assign or remove a permission to a world after the global permissions and copies is set would be nice sometime.

    As we want 1 user file permissions copied with one world not a copy of permissions and pretty much blank as a vanilla world without all the mods.
     
  21. Offline

    rcjrrjcr

    Herp derp. I forgot to upload the new version. Should work now.
     
  22. Offline

    fffizzz

    awesome worked a treat. :)

    Any chance I can get some sample data for the DB to understand table relations?
     
  23. Offline

    Revenger

    How do I in permissions 3 use the global users and migrate them across worlds?

    Global file
    World file
    Same with groups.
     
  24. Offline

    Jeyge

    I guess for 1 final idea to prove that it isn't reading your file, you could add a tab to your permissions and check to see that your console now has a '/t' is invalid error. If it doesn't, then all of the information I've already given you should fix the problem.
     
  25. Offline

    Revenger

    I did that group change in the world folder and reloaded I'm still null

     
  26. Offline

    Luwiego

    Hey i need information. How to add new users within certain groups within game?
    Ar there any commands?
     
  27. Offline

    angus22397

    Uhh,
    Open the config add or remove the users then go back ingame and type (for all worlds)
    /permissions -reload all
    or for one
    /permissions -reload {World}
     
  28. Offline

    Luwiego

    No. I need some command so i could add new users via minecraft. For example (something like this) /permissions add Builder(group) nick
     
  29. Offline

    Maxis010

    PermissionsPlus
    Permissions itself doesn't support internal permission changes in v2.#
    v3 you had best ask around, I haven't got a test server
     
  30. Offline

    Syrena

    anyone know whats wrong with this config?


    # 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:
    Owner:
    default: false
    permissions:
    - '*'
    - backup.canbackup
    inheritance: [Admin]
    info:
    prefix: '&f[&aOwner&f]&a'
    build: true
    suffix: '&b'
    Member:
    default: true
    permissions:
    - bankaccount.access
    - bankaccount.deposit
    - bankaccount.loan
    - bankaccount.password
    - bankaccount.transfer
    - bankaccount.withdraw
    - essentials.afk
    - essentials.clearinventory
    - essentials.compass
    - essentials.getpos
    - essentials.help
    - essentials.helpop
    - essentials.home
    - essentials.kit
    - essentials.kit.tools
    - essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.motd
    - essentials.msg
    - essentials.online
    - essentials.portal
    - essentials.protect
    - essentials.sethome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.warp
    - iConomy.access
    - iConomy.list
    - iConomy.payment
    - iConomy.rank
    - jobs.job.Builder
    - jobs.job.Digger
    - jobs.job.Farmer
    - jobs.job.Hunter
    - jobs.job.Miner
    - jobs.job.Woodcutter
    - localshops.buysell
    - localshops.list
    - localshops.listinfo
    - mcdocs./news
    - modtrs.command.modreq
    - votebans.canBan
    - votebans.canBeBanned
    - lwc.protect
    - modtrs.command.modreq
    inheritance: []
    info:
    prefix: '&f[&5Member&f]&f'
    build: true
    suffix: '&f'
    Builder:
    default: false
    permissions:
    - essentials.afk
    - essentials.back.ondeath
    - essentials.balance
    - essentials.chat.shout
    - essentials.compass
    - essentials.home
    - essentials.kit
    - essentials.kit.tools
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.msg
    - essentials.nick
    - essentials.pay
    - essentials.portal
    - essentials.protect
    - essentials.sethome
    - essentials.signs.buy.use
    - essentials.signs.disposal.create
    - essentials.signs.disposal.use
    - essentials.signs.free.use
    - essentials.signs.heal.use
    - essentials.signs.mail.create
    - essentials.signs.mail.use
    - essentials.signs.protection.create
    - essentials.signs.protection.use
    - essentials.signs.sell.use
    - essentials.signs.trade.create
    - essentials.signs.trade.use
    - essentials.suicide
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.list
    - essentials.worth
    inheritance: []
    info:
    prefix: '&2'
    build: true
    suffix: ''
    Vip:
    default: false
    permissions:
    - essentials.afk
    - essentials.back.ondeath
    - essentials.balance
    - essentials.chat.shout
    - essentials.compass
    - essentials.home
    - essentials.kit
    - essentials.kit.tools
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.msg
    - essentials.nick
    - essentials.pay
    - essentials.portal
    - essentials.protect
    - essentials.sethome
    - essentials.signs.buy.use
    - essentials.signs.disposal.create
    - essentials.signs.disposal.use
    - essentials.signs.free.use
    - essentials.signs.heal.use
    - essentials.signs.mail.create
    - essentials.signs.mail.use
    - essentials.signs.protection.create
    - essentials.signs.protection.use
    - essentials.signs.sell.use
    - essentials.signs.trade.create
    - essentials.signs.trade.use
    - essentials.suicide
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.list
    - essentials.worth
    inheritance: []
    info:
    prefix: '&f[&3Vip&f]&3'
    build: true
    suffix: '&1'
    Moderator:
    default: false
    permissions:
    - essentials.back
    - essentials.ban
    - essentials.banip
    - essentials.broadcast
    - essentials.delwarp
    - essentials.depth
    - essentials.eco
    - essentials.ext
    - essentials.getpos
    - essentials.jump
    - essentials.kick
    - essentials.kill
    - essentials.setwarp
    - essentials.time
    - essentials.togglejail
    - essentials.top
    - essentials.tp
    - essentials.tphere
    - essentials.tpo
    - essentials.tpohere
    - essentials.tppos
    - essentials.tptoggle
    - essentials.unban
    - essentials.unbanip
    - essentials.whois
    - essentials.world
    - multiverse.tp
    - modtrs.command.modlist
    - modtrs.mod
    - modtrs.command.broadcast
    - modtrs.command.check
    - modtrs.command.teleport
    - modtrs.command.complete
    - modtrs.command.complete.override
    - signColours.*
    - lwc.mod
    - lwc.blockinventory
    - worldedit.selection.expand
    - worldguard.region.define
    - worldguard.region.redefine
    - worldguard.region.select
    - worldguard.region.info
    - worldguard.region.list
    - worldguard.region.flag
    - worldguard.region.setpriority
    - worldguard.region.setparent
    - worldguard.region.remove
    - worldguard.region.addmember
    - worldguard.region.addowner
    - worldguard.region.removemember
    - worldguard.region.removeowner
    - essentials.nick
    - essentials.mute
    - essentials.invsee

    inheritance:
    - Member
    info:
    prefix: '&f[&9Mod&f]&9'
    build: true
    suffix: '&e'
    Admin:
    default: false
    permissions:
    - '*'
    inheritance:
    - moderator
    info:
    prefix: '&f[&4Admin&f]&4'
    build: true
    suffix: '&2'
    ##
    # 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:
    wat_a_genius:
    subgroups:
    - Builder
    permissions: []
    group: Admin
    rocksolid054:
    subgroups: []
    permissions: []
    group: Member
    mintyman:
    subgroups: []
    permissions: []
    group: Moderator
    bakaschnappi:
    subgroups:
    - Moderator
    permissions: []
    group: Admin
    Ankarian:
    subgroups: []
    permissions: []
    group: Owner
    Chalam:
    subgroups: []
    permissions: []
    group: Admin
    info:
    Prefix: Noob
     
  31. Offline

    Revenger

    Mysql is not working i have this constantly scrolling in console.

    All the tables are set to use uid and nothing is listed as userid

    Code:
    2011-05-14 02:18:30 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'userid' in 'field list'
    2011-05-14 02:18:30 [SEVERE]     at sun.reflect.GeneratedConstructorAccessor26.newInstance(Unknown Source)
    2011-05-14 02:18:30 [SEVERE]     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    2011-05-14 02:18:30 [SEVERE]     at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
    2011-05-14 02:18:30 [SEVERE]     at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    2011-05-14 02:18:30 [SEVERE]     at com.mysql.jdbc.Util.getInstance(Util.java:382)
    2011-05-14 02:18:30 [SEVERE]     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
    2011-05-14 02:18:30 [SEVERE]     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
    2011-05-14 02:18:30 [SEVERE]     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
    2011-05-14 02:18:30 [SEVERE]     at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
    2011-05-14 02:18:30 [SEVERE]     at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
    2011-05-14 02:18:30 [SEVERE]     at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
    2011-05-14 02:18:30 [SEVERE]     at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
    2011-05-14 02:18:30 [SEVERE]     at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1474)
    2011-05-14 02:18:30 [SEVERE]     at com.nijiko.data.SqlStorage.getUser(SqlStorage.java:148)
    2011-05-14 02:18:30 [SEVERE]     at com.nijiko.data.SqlUserStorage.getPermissions(SqlUserStorage.java:74)
    2011-05-14 02:18:30 [SEVERE]     at com.nijiko.permissions.User.getPermissions(User.java:33)
    2011-05-14 02:18:30 [SEVERE]     at com.nijiko.permissions.Entry.getAllPermissions(Entry.java:128)
    2011-05-14 02:18:30 [SEVERE]     at com.nijiko.permissions.Entry.getAllPermissions(Entry.java:105)
    2011-05-14 02:18:30 [SEVERE]     at com.nijiko.permissions.Entry.hasPermission(Entry.java:45)
    2011-05-14 02:18:30 [SEVERE]     at com.nijiko.permissions.ModularControl.permission(ModularControl.java:140)
    2011-05-14 02:18:30 [SEVERE]     at com.nijiko.permissions.ModularControl.permission(ModularControl.java:129)
    2011-05-14 02:18:30 [SEVERE]     at com.nijiko.permissions.ModularControl.has(ModularControl.java:122)
    2011-05-14 02:18:30 [SEVERE]     at actruncale.SlowHealth.SlowHealth.handleHealth(SlowHealth.java:114)
    2011-05-14 02:18:30 [SEVERE]     at actruncale.SlowHealth.SimpleTimer.run(SimpleTimer.java:37)
    2011-05-14 02:18:30 [SEVERE]     at java.util.TimerThread.mainLoop(Timer.java:534)
    2011-05-14 02:18:30 [SEVERE]     at java.util.TimerThread.run(Timer.java:484)
     
Thread Status:
Not open for further replies.

Share This Page