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

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

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

    rcjrrjcr

    Permissions 3.1.6 (Yeti)

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

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


    COMMAND RESTRUCTURING
    Feel free to comment and give suggestions.


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

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

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




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





    Plugin Authors: How to hook into Permissions

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

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

    The Permissions Team

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

    What's new in 3.x?

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







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


    Install (open)
    For the admins

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

    Samkio has updated his tutorial for P3:


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

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

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

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


    FAQ (open)

    [FAQ]

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

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

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

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


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

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

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



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





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








    Credits (open)


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

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


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

    Old thread: Permissions v2.7.4
     
  2. Offline

    staticfactory

    This means that your config is not formatted correctly. Please post your users.yml and groups.yml files.
     
  3. Offline

    imjoe

    My groups code.

    Code:
    groups:
        Guest:
            default: true
            info:
                prefix: '&8[Guest]&8'
                suffix: ''
                build: false
            inheritance: null
            permissions:
            - commandbook.spawn
        Survivor:
            default: false
            info:
                prefix: '&a[Survivor]&a'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - commandbook.spawn
            - commandbook.say
            - commandbook.say.me
            - commandbook.msg
            - commandbook.clear
            - commandbook.whereami
            - commandbook.whereami.compass
            - commandbook.kit.kits.tools
            - commandbook.who
            - myhome.home.*
        Criminal:
            default: false
            info:
                prefix: '&f[Criminal]&f'
                suffix: ''
                build: false
            inheritance: null
            permissions: null
        Clan(Sabres):
            default: false
            info:
                prefix: '&7[clan](Sabres)&4'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - commandbook.spawn
            - commandbook.say
            - commandbook.say.me
            - commandbook.msg
            - commandbook.clear
            - commandbook.whereami
            - commandbook.whereami.compass
            - commandbook.kit.kits.tools
            - commandbook.who
            - myhome.home.*
        ClanLeader(Sabres):
            default: false
            info:
                prefix: '&6[ClanLeader](Sabres)&4'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - commandbook.teleport
            - commandbook.spawn
            - commandbook.say
            - commandbook.say.me
            - commandbook.msg
            - commandbook.clear
            - commandbook.whereami
            - commandbook.whereami.compass
            - commandbook.kit.kits.tools
            - commandbook.who
            - myhome.home.*
            - supplysign.access
            - magiccarpet.mc
        Survivor(VIP):
            default: false
            info:
                prefix: '&2[Survivor(VIP)]&2'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - commandbook.teleport
            - commandbook.spawn
            - commandbook.say
            - commandbook.say.me
            - commandbook.msg
            - commandbook.clear
            - commandbook.whereami
            - commandbook.whereami.compass
            - commandbook.kit.kits.tools
            - commandbook.who
            - myhome.home.*
            - magiccarpet.mc
        Officer:
            default: false
            info:
                prefix: '&6[Officer]&9'
                suffix: ''
                build: true
            inheritance:
                Vip: null
            permissions:
            - commandbook.kick
            - commandbook.teleport.other
            - commandbook.whois
            - myhome.*
            - mywarp.*
            - commandbook.teleport
            - mywarp.warp.*
            - commandbook.spawn
            - commandbook.say
            - commandbook.say.me
            - commandbook.msg
            - commandbook.clear
            - commandbook.whereami
            - commandbook.whereami.compass
            - commandbook.kit.kits.tools
            - commandbook.who
            - myhome.home.*
            - supplysign.access
            - magiccarpet.mc
            - SignOwner.getMessage
            - commandbook.time
        Mod:
            default: false
            info:
                prefix: '&6[Mod]&c'
                suffix: ''
                build: true
            inheritance:
                Officer: null
            permissions:
            - commandbook.bans.ban
            - commandbook.bans.unban
            - worldedit.snow
            - worldedit.thaw
            - worldedit.fill
            - worldedit.drain
            - worldedit.fixwater
            - worldedit.fixlava
            - worldedit.generation.cylinder
            - worldedit.generation.sphere
            - worldedit.history.undo
            - worldedit.history.redo
            - worldedit.navigation.*
            - worldedit.region.walls
            - worldedit.region.faces
            - worldedit.region.replace
            - worldedit.region.set
            - worldedit.selection.*
            - worldedit.wand
            - worldedit.analysis.*
            - worldedit.tool.info
            - magiccarpet.mc
            - worldedit.navigate.*
            - commandbook.slap
            - commandbook.rocket
            - commandbook.time
            - commandbook.kick
            - commandbook.teleport.other
            - commandbook.whois
            - myhome.*
            - mywarp.*
            - commandbook.teleport
            - mywarp.warp.*
            - commandbook.spawn
            - commandbook.say
            - commandbook.say.me
            - commandbook.msg
            - commandbook.clear
            - commandbook.whereami
            - commandbook.whereami.compass
            - commandbook.kit.kits.tools
            - commandbook.who
            - supplysign.access
            - SignOwner.getMessage
            - magiccarpet.mc
            - magiccarpet.ml
            - yeditor.editor
        Admin:
            default: false
            info:
                prefix: '&6[Admin]&d'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - '*'
        Owner:
            default: false
            info:
                prefix: '&6[Owner]&d'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - '*'
    
    My users code.

    Code:
    users:
        ImJoeNemesis:
            groups:
            - Owner
            permissions:
        ITSJESUSLOL:
             groups:
            - Admin
            permissions:
        Walruseater:
            groups:
            - Admin
            permissions:
        Pitfallingpat:
            groups:
            - Survivor
            permissions:
        bongclay:
            groups:
            - Survivor
            permissions:
        Dosycool:
            groups:
            - Survivor
            permissions:
        Jbox223:
            groups:
            - Survivor
            permissions:
        Bigbadice13:
            groups:
            - Survivor(VIP)
            permissions:
        dartanionff15:
            groups:
            - Survivor(VIP)
            permissions:
        drago2323:
            groups:
            - Survivor
            permissions:
        eGaz:
            groups:
            - Survivor
            permissions:
        nimgo007:
            groups:
            - Survivorr
            permissions:
        designator:
            groups:
            - Officer
            permissions:
        Coolmankimo:
            groups:
            - Survivor
            permissions:
        Invalid3d:
            groups:
            - Survivor
            permissions:
        Mhd943:
            groups:
            - Survivor
            permissions:
        lucasmarbach:
            groups:
            - Survivor
            permissions:
        alecrick16:
            groups:
            - Survivor
            permissions:
        kirk23:
            groups:
            - Survivor
            permissions:
        rockinwalrus:
            groups:
            - Survivor(VIP)
        iamtylerharlow:
            groups:
            - Survivor
        heydude94:
            groups:
            - Survivor
        Bongclay:
            groups:
            - Survivor
        DxI_ILLUMINOUS:
            groups:
            - Survivor
        bloxin:
            groups:
            - Survivor
        goldengrams:
            groups:
            - Survivor
        lakersreloaded:
            groups:
            - Survivor
        rockgeek:
            groups:
            - Survivor
        psychosis:
            groups:
            - Survivor
        supersnivy:
            groups:
            - Survivor
        xdeadzz:
            groups:
            - Survivor
        sam56789hi:
            groups:
            - Survivor
        hobart77:
            groups:
            - Survivor
        gmoney0211:
            groups:
            - Survivor
        JTPri123:
            groups:
            - Survivor
        bernier:
            groups:
            - Survivor
        barkauskas1:
            groups:
            - Survivor
        gamerguy1217:
            groups:
            - Survivor
        xdeadzZ:
            groups:
            - Survivor
        x30ffx:
            groups:
            - Survivor
        shortstop88:
            groups:
            - Survivor
        wichen:
            groups:
            - Survivor
        feralol:
            groups:
            - Admin
        eem1119:
            groups:
            - Mod
        maxsheba12:
            groups:
            - Mod
        diablochris4:
            groups:
            - Survivor
        timely_miner:
            groups:
            - Survivor
        Butkicker12:
            groups:
            - Survivor(VIP)
        Bobbafe77:
            groups:
            - ClanLeader(Sabres)
        Legomyego612:
            groups:
            - Survivor
        Matisori:
            groups:
            - Survivor
        kaaskoe:
            groups:
            - Survivor
        Aapp117:
            groups:
            - Survivor
        mycuitey:
            groups:
            - Survivor
        Arton123:
            groups:
            - Survivor
        BittyCherry:
            groups:
            - Survivor
        DCzAnE679:
            groups:
            - Survivor
        preheateddevon:
            groups:
            - Survivor
        dreno:
            groups:
            - Survivor
        crispybacon98:
            groups:
            - Survivor
        Kurogane9527:
            groups:
            - Survivor
        wazawoo:
            groups:
            - Survivor
        Zombi_Unicorn:
            groups:
            - Survivor
        Dizzledog:
            groups:
            - Survivor
        LegendaryBoy:
            groups:
            - Survivor
        Jedijetcosmo:
            groups:
            - Survivor
        iGFusion:
           groups:
            - Survivor
        Nichs:
            groups:
            - Survivor
        jamesbox8:
            groups:
            - Survivor
        King_Matters:
            groups:
            - Survivor
        alexdillard:
            groups:
            - Survivor
        gage446:
            groups:
            - Survivor
        WalkIn:
            groups:
            - Survivor
        murteza:
            groups:
            - Survivor
        giantlobstah:
            groups:
            - Survivor
        krylakenlo:
            groups:
            - Survivor
        INT3RGAL4CTIC:
            groups:
            - Survivor
        razoraiden:
            groups:
            - Survivor
        halox25:
            groups:
            - Survivor
        ashyyboi:
            groups:
            - Survivor
        AGG1:
            groups:
            - Survivor
        toadster27:
            groups:
            - Survivor
        dylistheman:
            groups:
            - Survivor
        Marcus159:
            groups:
            - Survivor
        Proffset13:
            groups:
            - Survivor
        Stokie1996:
            groups:
            - Survivor
        Spychickenn:
            groups:
            - Survivor
        XxKoiVampirexX:
            groups:
            - Survivor
        lilgods:
            groups:
            - Survivor
        jaktho:
            groups:
            - Survivor
        intrepid11:
            groups:
            - Survivor
        gruitar:
            groups:
            - Survivor
        Deadshot12345:
            groups:
            - Survivor
        XiTzMToN:
            groups:
            - Survivor
        Qwertyupo:
            groups:
            - Survivor
        robbydeezle:
            groups:
            - Survivor
        TheGoldenGamer44:
            groups:
            - Survivor
        Stoneclank:
            groups:
            - Survivor
        Ibzz:
            groups:
            - Survivor
        juan199587:
            groups:
            - Survivor
    
     
  4. Offline

    lordkalem

    what do i RE-NAME this folder to?? its not in another folder that the permissions.jar can look for then open and then i add it in there is that it and if so why not includ this other folder??
     
  5. Offline

    staticfactory

    You are missing the "permissions:" variable. It should be:

    Code:
    users:
        p0rnflakes:
            groups:
                - Admin
            permissions:
        Michelle2604:
            groups:
                - Regular
            permissions:
    
    etc. etc.
    Your permissions nodes must be enclosed in single quotes:

    Code:
    groups:
        Guest:
            default: true
            info:
                prefix: ''
                suffix: '&5'
                build: false
            inheritance: null
            permissions:
                - 'commandbook.rules'
                - 'commandbook.motd'
    
    etc. etc.
     
    p0rnflakes likes this.
  6. Offline

    CHEEZEGR8DR

    Code:
    4:27:58 [INFO] [MultiVerse] Loading World & Settings - 'josh's awesome minecraft server' - NORMAL
    2011-06-01 14:27:58 [INFO] [MultiVerse] 1 - World(s) loaded.
    2011-06-01 14:27:58 [INFO] [MultiVerse] Loading Portals
    2011-06-01 14:27:58 [INFO] [MultiVerse] 0 - Portal(s) loaded.
    2011-06-01 14:27:58 [INFO] [MYHOME]: 2 homes loaded
    2011-06-01 14:27:58 [INFO] [MYHOME] Permissions enabled using: Permissions v3.0.6
    2011-06-01 14:27:59 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    2011-06-01 14:27:59 [INFO] [MYHOME] MyHome 1.9.5 enabled
    2011-06-01 14:27:59 [INFO] [Permissions] version [3.0.6] (Yeti)  loaded
    2011-06-01 14:27:59 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-01 14:27:59 [INFO] [HeroChat] Permissions 3.0.6 found.
    2011-06-01 14:27:59 [INFO] [iZone : 6.3] Using permissions of Permissions.
    2011-06-01 14:27:59 [INFO] [iConomy] hooked into Permissions.
    2011-06-01 14:27:59 [INFO] [MultiVerse] Found Permissions, enabling commands.
    2011-06-01 14:27:59 [INFO] PlgWarp version 2.2 is enabled!
    2011-06-01 14:27:59 [INFO] [iZone : 6.3] Using permissions of Permissions.
    2011-06-01 14:27:59 [INFO] [iConomy] hooked into Permissions.
    2011-06-01 14:27:59 [INFO] [RealShop] Uses built-in RealEconomy (/mny commands) as economy system
    2011-06-01 14:27:59 [INFO] [RealShop] version [0.63] (tickleman) loaded
    2011-06-01 14:27:59 [INFO] [iZone : 6.3] Using permissions of Permissions.
    2011-06-01 14:27:59 [INFO] [iConomy] hooked into Permissions.
    2011-06-01 14:27:59 [INFO] SimpleGodMode is enabled now.
    2011-06-01 14:27:59 [INFO] [iZone : 6.3] Using permissions of Permissions.
    2011-06-01 14:27:59 [INFO] [iConomy] hooked into Permissions.
    2011-06-01 14:27:59 [INFO] SimpleHome: Loading homelist...
    2011-06-01 14:27:59 [INFO] done.
    2011-06-01 14:27:59 [INFO] SimpleHome version 1.5 is enabled!
    2011-06-01 14:27:59 [INFO] [iZone : 6.3] Using permissions of Permissions.
    2011-06-01 14:27:59 [INFO] [iConomy] hooked into Permissions.
    2011-06-01 14:27:59 [INFO] Superpickaxe v0.1 by DiddiZ enabled
    2011-06-01 14:27:59 [INFO] [iZone : 6.3] Using permissions of Permissions.
    2011-06-01 14:27:59 [INFO] [iConomy] hooked into Permissions.
    2011-06-01 14:27:59 [INFO] [Tele++] initializing version [1.3.4]
    2011-06-01 14:27:59 [WARNING] 'Help' not detected. No Help support enabled! Using internal Help
    2011-06-01 14:27:59 [INFO] [Tele++] version [1.3.4] loaded
    2011-06-01 14:27:59 [INFO] [iZone : 6.3] Using permissions of Permissions.
    2011-06-01 14:27:59 [INFO] [iConomy] hooked into Permissions.
    2011-06-01 14:27:59 [INFO] WorldEdit 4.4 enabled.
    2011-06-01 14:27:59 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-01 14:27:59 [INFO] [iZone : 6.3] Using permissions of Permissions.
    2011-06-01 14:27:59 [INFO] [iConomy] hooked into Permissions.
    2011-06-01 14:27:59 [INFO] [xLoginMessage] xLoginMessage v1.0 is enabled!
    2011-06-01 14:27:59 [INFO] [iZone : 6.3] Using permissions of Permissions.
    2011-06-01 14:27:59 [INFO] [iConomy] hooked into Permissions.
    2011-06-01 14:27:59 [INFO] Done (0.481s)! For help, type "help" or "?"
    2011-06-01 14:28:34 [INFO] meric171 [/5.179.80.246:60124] logged in with entity id 120 at (151.53125, 64.0, -204.34375)
    2011-06-01 14:28:34 [SEVERE] Could not pass event PLAYER_JOIN to SimpleGodMode
    java.lang.NullPointerException
        at me.uhehesh.simplegodmode.SimpleGodMode.isGodByDefault(SimpleGodMode.java:145)
        at me.uhehesh.simplegodmode.SimpleGodModePlayerListener.onPlayerJoin(SimpleGodModePlayerListener.java:16)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:123)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-01 14:28:59 [SEVERE] java.lang.NullPointerException
    2011-06-01 14:28:59 [SEVERE]     at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:62)
    2011-06-01 14:28:59 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:475)
    2011-06-01 14:28:59 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-06-01 14:28:59 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-06-01 14:28:59 [SEVERE]     at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:156)
    2011-06-01 14:28:59 [SEVERE]     at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:118)
    2011-06-01 14:28:59 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:462)
    2011-06-01 14:28:59 [SEVERE]     at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
    2011-06-01 14:28:59 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    2011-06-01 14:28:59 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-06-01 14:28:59 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-06-01 14:28:59 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    2011-06-01 14:28:59 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    2011-06-01 14:28:59 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-01 14:29:26 [INFO] Stopping the server..
    2011-06-01 14:29:26 [INFO] Stopping server
    2011-06-01 14:29:26 [INFO] [EasyTP] DISABLED!
    2011-06-01 14:29:26 [INFO] [HeroChat] HeroChat version 4.10.3 disabled.
    2011-06-01 14:29:26 [INFO] [iConomy] Plugin disabled.
    2011-06-01 14:29:26 [INFO] [iZone : 6.3] Disabled!
    2011-06-01 14:29:26 [INFO] mcdCarpeteer disabled.Thank you for using this plugin!
    2011-06-01 14:29:26 [INFO] [MultiVerse] - Disabled
    2011-06-01 14:29:26 [SEVERE] Error occurred while disabling Permissions v3.0.6 (Is it up to date?): null
    java.lang.NullPointerException
        at com.nijikokun.bukkit.Permissions.Permissions.onDisable(Permissions.java:126)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:771)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:269)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:262)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:123)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:260)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:341)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-01 14:29:26 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-01 14:29:26 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-01 14:29:26 [INFO] PlgWarp version 2.2 stopping...
    2011-06-01 14:29:26 [INFO] [RealShop] version [0.63] (tickleman) un-loaded
    2011-06-01 14:29:26 [INFO] Goodbye world!
    2011-06-01 14:29:26 [INFO] Superpickaxe disabled
    2011-06-01 14:29:26 [INFO] [Tele++] saving configuration
    2011-06-01 14:29:26 [INFO] [xLoginMessage] xLoginMessage v1.0 is disabled!
    2011-06-01 14:29:26 [INFO] Saving chunks
    2011-06-01 14:29:27 [INFO] Saving chunks
    2011-06-01 14:29:27 [INFO] Stopping server
    2011-06-01 14:32:07 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-01 14:32:07 [INFO] Loading properties
    2011-06-01 14:32:07 [INFO] Starting Minecraft server on *:25565
    2011-06-01 14:32:07 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    2011-06-01 14:32:07 [INFO] Preparing level "josh's awesome minecraft server"
    2011-06-01 14:32:07 [INFO] Preparing start region for level 0
    2011-06-01 14:32:08 [INFO] Preparing spawn area: 48%
    2011-06-01 14:32:09 [INFO] Preparing start region for level 1
    2011-06-01 14:32:09 [INFO] Preparing spawn area: 36%
    2011-06-01 14:32:10 [SEVERE] tried to access class com.nijiko.configuration.NotNullConfiguration$NotNullRepresenter from class com.nijiko.configuration.NotNullConfiguration initializing Permissions v3.0.6 (Is it up to date?)
    java.lang.IllegalAccessError: tried to access class com.nijiko.configuration.NotNullConfiguration$NotNullRepresenter from class com.nijiko.configuration.NotNullConfiguration
        at com.nijiko.configuration.NotNullConfiguration.<init>(NotNullConfiguration.java:47)
        at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:112)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-01 14:32:10 [INFO] CraftBookCommon 3.0-alpha2 enabled.
    2011-06-01 14:32:11 [INFO] CraftBookCommon: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-01 14:32:11 [INFO] CraftBookCircuits 3.0-alpha2 enabled.
    2011-06-01 14:32:11 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-01 14:32:11 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-01 14:32:11 [INFO] CraftBookMechanisms 3.0-alpha2 enabled.
    2011-06-01 14:32:11 [INFO] CraftBookMechanisms: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-01 14:32:11 [INFO] 1 cauldron recipe(s) loaded
    2011-06-01 14:32:11 [INFO] CraftBookVehicles 3.0-alpha2 enabled.
    2011-06-01 14:32:11 [INFO] CraftBookVehicles: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-01 14:32:11 [INFO] [EasyTP] Enabled.
    2011-06-01 14:32:11 [INFO] [FirstSpawn] version 2  booted.
    2011-06-01 14:32:11 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-06-01 14:32:12 [INFO] [iConomy] Logging is currently disabled.
    2011-06-01 14:32:12 [INFO] [iConomy] v5.0 (Eruanna) loaded.
    2011-06-01 14:32:12 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-06-01 14:32:12 [INFO] [iZone : 6.3] Enabled!
    2011-06-01 14:32:12 [INFO] [iZone : 6.3] Loaded 0 zones out of 0
    2011-06-01 14:32:12 [INFO] 280
    2011-06-01 14:32:12 [INFO] 50
    2011-06-01 14:32:12 [INFO] [Jail] Loaded 3 jail zones.
    2011-06-01 14:32:12 [INFO] [Jail] Loaded 3 prisoners.
    2011-06-01 14:32:12 [INFO] [Jail] Loaded 4 cells.
    2011-06-01 14:32:12 [INFO] [mcdCarpeteer] mcdCarpeteer version 0.1 is enabled!
    2011-06-01 14:32:12 [INFO] [mcdCarpeteer] Take yourself wonder by wonder, using /carpeteer or /mcdc.
    2011-06-01 14:32:12 [INFO] [mcdCarpeteer] Restricted to: []
    2011-06-01 14:32:12 [INFO] [MultiVerse] Permissions Found
    2011-06-01 14:32:12 [INFO] [MultiVerse] - Version 1.7 Enabled
    2011-06-01 14:32:12 [INFO] [MultiVerse] Found iConomy, enabling payments.
    2011-06-01 14:32:12 [INFO] [MultiVerse] Loading World & Settings - 'josh's awesome minecraft server' - NORMAL
    2011-06-01 14:32:12 [INFO] [MultiVerse] 1 - World(s) loaded.
    2011-06-01 14:32:12 [INFO] [MultiVerse] Loading Portals
    2011-06-01 14:32:12 [INFO] [MultiVerse] 0 - Portal(s) loaded.
    2011-06-01 14:32:12 [INFO] [MYHOME]: 2 homes loaded
    2011-06-01 14:32:12 [INFO] [MYHOME] Permissions enabled using: Permissions v3.0.6
    2011-06-01 14:32:12 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    2011-06-01 14:32:12 [INFO] [MYHOME] MyHome 1.9.5 enabled
    2011-06-01 14:32:12 [INFO] [Permissions] version [3.0.6] (Yeti)  loaded
    2011-06-01 14:32:12 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-01 14:32:12 [INFO] [HeroChat] Permissions 3.0.6 found.
    2011-06-01 14:32:12 [INFO] [iZone : 6.3] Using permissions of Permissions.
    2011-06-01 14:32:12 [INFO] [iConomy] hooked into Permissions.
    2011-06-01 14:32:12 [INFO] [MultiVerse] Found Permissions, enabling commands.
    2011-06-01 14:32:12 [INFO] PlgWarp version 2.2 is enabled!
    2011-06-01 14:32:12 [INFO] [iZone : 6.3] Using permissions of Permissions.
    2011-06-01 14:32:12 [INFO] [iConomy] hooked into Permissions.
    2011-06-01 14:32:12 [INFO] [RealShop] Uses built-in RealEconomy (/mny commands) as economy system
    2011-06-01 14:32:12 [INFO] [RealShop] version [0.63] (tickleman) loaded
    2011-06-01 14:32:12 [INFO] [iZone : 6.3] Using permissions of Permissions.
    2011-06-01 14:32:12 [INFO] [iConomy] hooked into Permissions.
    2011-06-01 14:32:12 [INFO] SimpleGodMode is enabled now.
    2011-06-01 14:32:12 [INFO] [iZone : 6.3] Using permissions of Permissions.
    2011-06-01 14:32:12 [INFO] [iConomy] hooked into Permissions.
    2011-06-01 14:32:12 [INFO] SimpleHome: Loading homelist...
    2011-06-01 14:32:12 [INFO] done.
    2011-06-01 14:32:12 [INFO] SimpleHome version 1.5 is enabled!
    2011-06-01 14:32:12 [INFO] [iZone : 6.3] Using permissions of Permissions.
    2011-06-01 14:32:12 [INFO] [iConomy] hooked into Permissions.
    2011-06-01 14:32:12 [INFO] Superpickaxe v0.1 by DiddiZ enabled
    2011-06-01 14:32:12 [INFO] [iZone : 6.3] Using permissions of Permissions.
    2011-06-01 14:32:12 [INFO] [iConomy] hooked into Permissions.
    2011-06-01 14:32:12 [INFO] [Tele++] initializing version [1.3.4]
    2011-06-01 14:32:12 [WARNING] 'Help' not detected. No Help support enabled! Using internal Help
    2011-06-01 14:32:12 [INFO] [Tele++] version [1.3.4] loaded
    2011-06-01 14:32:12 [INFO] [iZone : 6.3] Using permissions of Permissions.
    2011-06-01 14:32:12 [INFO] [iConomy] hooked into Permissions.
    2011-06-01 14:32:12 [INFO] WorldEdit 4.4 enabled.
    2011-06-01 14:32:12 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-01 14:32:12 [INFO] [iZone : 6.3] Using permissions of Permissions.
    2011-06-01 14:32:12 [INFO] [iConomy] hooked into Permissions.
    2011-06-01 14:32:12 [INFO] [xLoginMessage] xLoginMessage v1.0 is enabled!
    2011-06-01 14:32:12 [INFO] [iZone : 6.3] Using permissions of Permissions.
    2011-06-01 14:32:12 [INFO] [iConomy] hooked into Permissions.
    2011-06-01 14:32:12 [INFO] Done (0.529s)! For help, type "help" or "?"
    2011-06-01 14:32:44 [INFO] meric171 [/5.179.80.246:60230] logged in with entity id 108 at (140.09375, 64.0, -177.90625)
    2011-06-01 14:32:44 [SEVERE] Could not pass event PLAYER_JOIN to SimpleGodMode
    java.lang.NullPointerException
        at me.uhehesh.simplegodmode.SimpleGodMode.isGodByDefault(SimpleGodMode.java:145)
        at me.uhehesh.simplegodmode.SimpleGodModePlayerListener.onPlayerJoin(SimpleGodModePlayerListener.java:16)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:123)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-01 14:33:16 [SEVERE] java.lang.NullPointerException
    2011-06-01 14:33:16 [SEVERE]     at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:62)
    2011-06-01 14:33:16 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:475)
    2011-06-01 14:33:16 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-06-01 14:33:16 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-06-01 14:33:16 [SEVERE]     at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:156)
    2011-06-01 14:33:16 [SEVERE]     at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:118)
    2011-06-01 14:33:16 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:462)
    2011-06-01 14:33:16 [SEVERE]     at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
    2011-06-01 14:33:16 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    2011-06-01 14:33:16 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-06-01 14:33:16 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-06-01 14:33:16 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    2011-06-01 14:33:16 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    2011-06-01 14:33:16 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-01 14:33:19 [INFO] Connection reset
    2011-06-01 14:33:19 [INFO] meric171 lost connection: disconnect.quitting
    2011-06-01 14:33:23 [INFO] Stopping the server..
    2011-06-01 14:33:23 [INFO] Stopping server
    2011-06-01 14:33:23 [INFO] [EasyTP] DISABLED!
    2011-06-01 14:33:23 [INFO] [HeroChat] HeroChat version 4.10.3 disabled.
    2011-06-01 14:33:23 [INFO] [iConomy] Plugin disabled.
    2011-06-01 14:33:23 [INFO] [iZone : 6.3] Disabled!
    2011-06-01 14:33:23 [INFO] mcdCarpeteer disabled.Thank you for using this plugin!
    2011-06-01 14:33:23 [INFO] [MultiVerse] - Disabled
    2011-06-01 14:33:23 [SEVERE] Error occurred while disabling Permissions v3.0.6 (Is it up to date?): null
    java.lang.NullPointerException
        at com.nijikokun.bukkit.Permissions.Permissions.onDisable(Permissions.java:126)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:771)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:269)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:262)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:123)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:260)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:341)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-01 14:33:23 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-01 14:33:23 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-01 14:33:23 [INFO] PlgWarp version 2.2 stopping...
    2011-06-01 14:33:23 [INFO] [RealShop] version [0.63] (tickleman) un-loaded
    2011-06-01 14:33:23 [INFO] Goodbye world!
    2011-06-01 14:33:23 [INFO] Superpickaxe disabled
    2011-06-01 14:33:23 [INFO] [Tele++] saving configuration
    2011-06-01 14:33:23 [INFO] [xLoginMessage] xLoginMessage v1.0 is disabled!
    2011-06-01 14:33:23 [INFO] Saving chunks
    2011-06-01 14:33:24 [INFO] Saving chunks
    
    Hi again. iv eliminated all the plugins giving out errors. but now i am receiving this one. can someone please help me?
     
  7. Offline

    p0rnflakes

    Why, thank you!
    I thought I'd have already tried that. Now it works just fine.

    But one question remains:
    If the single quotes are required, why are they not added when using the ingame commands?
     
  8. Offline

    staticfactory

    It's hard to tell from the forum code snippet - are you formatting with 4 spaces between tiers? My permissions installation complained like crazy until I formatted it this way. Basically 4 spaces indent for the group name header, 8 spaces indent for the info/default flag, 12 spaces indent for the prefix/suffix/build, 8 spaces for inheritance, 8 spaces for permissions and 12 spaces for each node.

    If you are using Notepad++ (highly recommended) it should format everything into a expandable/collapsible structure.

    Code:
    groups:
        builder:
            default: true
            info:
                prefix: '&a'
                suffix: ''
                build: true
            inheritance: null
            permissions:
                - 'essentials.spawn'
                - 'essentials.motd'
    
    etc. etc.
    I notice that your format changed half way down the list:

    Code:
        kirk23:
            groups:
            - Survivor
            permissions:
        rockinwalrus:
            groups:
            - Survivor(VIP)
        iamtylerharlow:
            groups:
            - Survivor
    Starting with "rackinwalrus", you are missing the "permissions:" option. Also, be absolutely sure that you didn't slip a TAB into the mix by accident. Notepad++ can help you with this too (Edit - Blank Operations - TAB to Space). Hope this helps!

    At this point in time, anyone's guess is valid. lol. I'm chalking it up to growing pains as rcjrrjcr irons out the bugs.

    Try updating the JAR to version 3.1

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

    ricande

    First of all, i would like to thank the team behind permissions. You guys are doing a fantastic job, making MineCraft playable online.

    Second, Problem:
    I doesn't seem to be able to promote/demote users. Everything else is working. (if i do separate changes manually in the file users.yml, changes are taking place)

    Here is my users.yml:
    Code:
    users:
        fakeuser1:
            permissions:
            groups:
                - Admins
        fakeuser2:
            permissions:
            groups:
                - Default
    
    
    
    And here is the groups.yml

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance: null
            permissions:
        Builder:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'commandbook.who'
                - 'commandbook.rules'
                - 'commandbook.msg'
        Vip:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Builder
            permissions:
                - 'commandbook.spawn'
                - 'commandbook.teleport'
                - 'commandbook.mute'
                - 'commandbook.clear'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Vip
            permissions:
                - 'commandbook.shock.other'
                - 'commandbook.shock'
                - 'commandbook.slap.other'
                - 'commandbook.slap'
                - 'commandbook.clear.other'
                - 'commandbook.say.me'
                - 'commandbook.return'
                - 'commandbook.teleport.other'
                - 'worldedit.clipboard.copy'
                - 'worldedit.clipboard.cut'
                - 'worldedit.clipboard.paste'
                - 'worldedit.clipboard.rotate'
                - 'worldedit.clipboard.flip'
                - 'worldedit.superpickaxe'
                - 'worldedit.fixwater'
                - 'worldedit.extinguish'
                - 'worldedit.generation.forest'
                - 'worldedit.history.undo'
                - 'worldedit.history.redo'
                - 'worldedit.history.clear'
                - 'worldedit.navigation.unstuck'
                - 'worldedit.region.smooth'
                - 'worldedit.selection.pos'
                - 'worldedit.wand'
                - 'worldedit.tool.tree'
                - 'worldedit.fixlava'
        SuperModerator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Moderator
            permissions:
                - 'commandbook.*'
                - 'worldedit.*'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            permissions:
                - '*'
    tracks:
        trackname:
        - Default
        - Builder
        - Vip
        - Moderator
        - SuperModerator
        - Admins
    Can anyone please tell me how to promote user: "fakeuser2" to "Vip" in this configuration.
    (either in the server or ingame-chat) And if it is possible to just do a reload permissions without restarting server for effects to take place.
    All help appreciated.

    Third: Feel the love in teh air tonight.

    First:
    Where are your files stored?
    Here is an example setup:
    D:\Bukkit1.6_6\plugins\Permissions\world\users.yml & groups.yml
    Does this look familiar?
    Take a look at my setup above. Does it resemble anything like yours at all?


    The "permissions.jar" must be in the "plugins" directory.
    In the "permissions" directory (first created when you start the server) you should have a directory named "world" (or the name of your world). In that directory, you should have two files. Groups.yml and users.yml.
    Does this answer your question?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  10. Offline

    Jeyge

    Not all of your groups: line up correctly in your users.yml file. 2 examples are iGFusion and ITSJESUSLOL. In your groups.yml file, your inheritance should look like:
    Code:
            inheritance:
                 - Vip
    
     
  11. Offline

    Dragonntiger

    rcjrrjcr, could we make them hop tracks?
     
  12. Offline

    Supersheepman

    I'm having trouble installing this plugin. I got the jar, I edited the example YML to suit my needs, and then I ran the RUN.bat yoke. It tells me permissions is working, but no one has ranks as far as I can tell.

    I can upload my YML stuff if needed.
     
  13. Offline

    staticfactory

    Good catches!
     
  14. Offline

    Jeyge

    The build flag along with prefix and suffix should be stored in the PrData table.

    Thanks. Give it a couple more days and you will see them in the code blocks, along with dreaming about permissions. :)

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

    sprk1ng

    Exist a command to edit the group of a player in-game?
     
  16. Offline

    ricande

    Yes. But by the question, i would urge you to wait until a more suitable person than me, can answer your question. It's complicated as hell....
     
  17. Offline

    Supersheepman

    I have all of that. I also have a "globalusers" and "globalgroups" folder in the permissions directory, and a blank "storageconfig" which might be the problem. It was created blank, so I dunno what to do with it.

    Thanks.
     
  18. Offline

    ricande

    I put this in my storageconfig.yml file:
    Code:
    permissions:
        storage:
            type: YAML
    Works like a charm.
     
  19. Offline

    staticfactory

    Are you using the YAML setup? If so, are new users appearing correctly in your file on-join? Mine are not. My permissions are working correctly but the new users don't get added until they build/break/talk and even then they are getting added to the file with NULL groups instead of the default (even though the default group is applied in game).
     
  20. Offline

    Supersheepman

    Thanks. I did that, and once again it claims to be working, but my only way of telling, i.e. prefixes and suffixes, say otherwise. Am I coding them wrong?
     
  21. Offline

    Malkierian

    What script is that?
     
  22. Offline

    Adondriel

    I am getting an out of date error...
    17:47:34 [SEVERE] tried to access class com.nijiko.permissions.ModularControl$1RefreshTask from class com.nijiko.permissions.ModularControl initializing Permissions v3.1 (Is it up to date?)
    java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$1RefreshTask from class com.nijiko.permissions.ModularControl
    at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:53)
    at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:167)
    at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:127)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  23. Offline

    Spysical

    Whats going wrong here:
    Code:
    2011-06-01 23:41:03 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-01 23:41:03 [INFO] Loading properties
    2011-06-01 23:41:03 [INFO] Starting Minecraft server on *:25565
    2011-06-01 23:41:03 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    2011-06-01 23:41:03 [INFO] Preparing level "world"
    2011-06-01 23:41:03 [INFO] Preparing start region for level 0
    2011-06-01 23:41:04 [INFO] Preparing start region for level 1
    2011-06-01 23:41:05 [SEVERE] mapping values are not allowed here
     in "<reader>", line 3, column 16:
                default: false
                       ^
    
    2011-06-01 23:41:05 [SEVERE] 	at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:745)
    2011-06-01 23:41:05 [SEVERE] 	at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:307)
    2011-06-01 23:41:05 [SEVERE] 	at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    2011-06-01 23:41:05 [SEVERE] 	at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:508)
    2011-06-01 23:41:05 [SEVERE] 	at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-06-01 23:41:05 [SEVERE] 	at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-06-01 23:41:05 [SEVERE] 	at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    2011-06-01 23:41:05 [SEVERE] 	at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    2011-06-01 23:41:05 [SEVERE] 	at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-06-01 23:41:05 [SEVERE] 	at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-06-01 23:41:05 [SEVERE] 	at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-06-01 23:41:05 [SEVERE] 	at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-06-01 23:41:05 [SEVERE] 	at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-06-01 23:41:05 [SEVERE] 	at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-06-01 23:41:05 [SEVERE] 	at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:52)
    2011-06-01 23:41:05 [SEVERE] 	at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:162)
    2011-06-01 23:41:05 [SEVERE] 	at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:29)
    2011-06-01 23:41:05 [SEVERE] 	at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:169)
    2011-06-01 23:41:05 [SEVERE] 	at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:90)
    2011-06-01 23:41:05 [SEVERE] 	at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:81)
    2011-06-01 23:41:05 [SEVERE] 	at com.nijiko.permissions.ModularControl.load(ModularControl.java:101)
    2011-06-01 23:41:05 [SEVERE] 	at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:170)
    2011-06-01 23:41:05 [SEVERE] 	at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:127)
    2011-06-01 23:41:05 [SEVERE] 	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    2011-06-01 23:41:05 [SEVERE] 	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-01 23:41:05 [SEVERE] 	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-01 23:41:05 [SEVERE] 	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-01 23:41:05 [SEVERE] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    2011-06-01 23:41:05 [SEVERE] 	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-01 23:41:05 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-01 23:41:05 [INFO] [Permissions] Shutting down Permissions due to error(s).
    2011-06-01 23:41:05 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-01 23:41:05 [INFO] [AdminChat] Connected to Permissions.
    2011-06-01 23:41:05 [INFO] [AdminChat] Version 0.4.0 enabled successfully.
    2011-06-01 23:41:05 [INFO] BorderGuard version 3.1 is enabled!
    2011-06-01 23:41:05 [INFO] [BukkitVote]: Loaded BukkitVote 0.31
    2011-06-01 23:41:05 [INFO] CommandBook 1.5.1-customized enabled.
    2011-06-01 23:41:05 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-06-01 23:41:05 [INFO] CommandBook: 1 kit(s) loaded.
    2011-06-01 23:41:05 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-01 23:41:05 [INFO] [FlatEarth] Permissions enabled using: Permissions v3.1
    2011-06-01 23:41:05 [INFO] FlatEarth 0.7 enabled
    2011-06-01 23:41:05 [INFO] Growbie version 2.4 enabled.
    2011-06-01 23:41:05 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    2011-06-01 23:41:05 [INFO] iChat (v2.3.0) enabled
    2011-06-01 23:41:05 [WARNING] [NoCheat] you have set "allow-flight=false" in your server.properties file. That builtin anti-flying-mechanism will likely conflict with this plugin. Please consider deactivating it by setting it to "true"
    2011-06-01 23:41:05 [INFO] [NoCheat] version [1.01a] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-06-01 23:41:05 [INFO] [NoCheat] version [1.01a] is enabled with the following checks: moving bedteleport speedhack itemdupe flying
    2011-06-01 23:41:05 [INFO] __________________________________________________________________________________________
    2011-06-01 23:41:05 [INFO] Starting NoMoreRain version 1.01
    2011-06-01 23:41:05 [INFO] Written By HaxtorMoogle
    2011-06-01 23:41:05 [INFO] Using Settings: Default
    2011-06-01 23:41:05 [INFO] 	Weather is Disabled
    2011-06-01 23:41:05 [INFO] 	Thunder is Enabled
    2011-06-01 23:41:05 [INFO] 	Lightning is Enabled.
    2011-06-01 23:41:05 [INFO] __________________________________________________________________________________________
    2011-06-01 23:41:05 [INFO] [Permissions] version [3.1] (Yeti)  loaded
    2011-06-01 23:41:05 [INFO] [AdminChat] Connected to Permissions.
    2011-06-01 23:41:05 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-01 23:41:05 [INFO] [iChat] Found Permissions (v3.1)
    2011-06-01 23:41:05 [SEVERE] Error occurred while enabling PermissionsPlus v2.3.1 (Is it up to date?): directory
    java.lang.NoSuchFieldError: directory
    	at net.codej.permissionsplus.PermissionsPlus.getPath(PermissionsPlus.java:242)
    	at net.codej.permissionsplus.PermissionsPlus.loadPermissionsAddon(PermissionsPlus.java:225)
    	at net.codej.permissionsplus.PermissionsPlus.onEnable(PermissionsPlus.java:80)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    	at net.codej.p2aliases.P2Aliases.loadPermissionsPlus(P2Aliases.java:91)
    	at net.codej.p2aliases.P2Aliases.onEnable(P2Aliases.java:30)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-01 23:41:05 [INFO] [P2Aliases] 1.1 Enabled.
    2011-06-01 23:41:05 [INFO] [PermissionsAttributeProvider] Enabled!
    2011-06-01 23:41:05 [INFO] [Runecraft] Rune blacklist with 0 runes loaded.
    2011-06-01 23:41:05 [INFO] [Runecraft] World 'world': id changed to 0
    2011-06-01 23:41:05 [INFO] [Runecraft] Runecraft 2.7 initialized.
    2011-06-01 23:41:05 [INFO] [Runecraft] World 'world_nether': id changed to 1
    2011-06-01 23:41:05 [INFO] Runecraft plugin version 0.4 is enabled!
    2011-06-01 23:41:05 [INFO] WorldEdit 4.4 enabled.
    2011-06-01 23:41:05 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-01 23:41:05 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-01 23:41:05 [INFO] WorldGuard: (world) Single session is enforced.
    2011-06-01 23:41:05 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-06-01 23:41:05 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-06-01 23:41:05 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-06-01 23:41:05 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-06-01 23:41:05 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-06-01 23:41:05 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-06-01 23:41:05 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-06-01 23:41:05 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-06-01 23:41:05 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-06-01 23:41:05 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-06-01 23:41:05 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-06-01 23:41:05 [INFO] WorldGuard: 11 regions loaded for 'world'
    2011-06-01 23:41:05 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-06-01 23:41:05 [INFO] Done (0,169s)! For help, type "help" or "?"
    
    My Groups:
    Code:
    groups:
        - Banned
            default: false
            info:
                prefix: ''
                suffix: '&0'
                build: false
            inheritance: null
            permissions:
        - Guest
            default: true
            info:
                prefix: ''
                suffix: '&7'
                build: false
            inheritance: null
            permissions:
                - 'commandbook.who'
                - 'commandbook.motd'
                - 'commandbook.rules'
        - Builder
            default: false
            info:
                prefix: ''
                suffix: '&a'
                build: true
            inheritance:
            - Guests
            permissions:
                - 'ichat.color'
                - 'runecraft.teleport'
                - 'commandbook.call'
                - 'commandbook.return'
                - 'commandbook.msg'
                - 'commandbook.say.me'
                - 'commandbook.clear'
                - 'worldguard.region.flag.flags.*.owner.*'
                - 'worldguard.region.remove.own.*'
                - 'flatearth.onmove'
                - 'bukkitvote.vote.day'
                - 'bukkitvote.vote.night'
                - 'bukkitvote.vote.storm'
        - CT
            default: false
            info:
                prefix: ''
                suffix: '&2'
                build: true
            inheritance:
            - Builders
            permissions:
                - 'commandbook.teleport'
        - Mods
            default: false
            info:
                prefix: ''
                suffix: '&9'
                build: true
            inheritance:
            - CT
            permissions:
                - 'permissions.promote.standaard'
                - 'permissions.demote.standaard'
                - 'p2.promote'
                - 'p2.demote'
                - 'commandbook.more.*'
                - 'commandbook.teleport.*'
                - 'commandbook.clear.other'
                - 'commandbook.whois.other'
                - 'commandbook.bans.*'
                - 'commandbook.kick'
                - 'commandbook.mute'
                - 'adminchat'
                - 'worldedit.region.*'
                - 'worldedit.selection.*'
                - 'worldedit.wand'
                - 'worldedit.analysis.*'
                - 'worldedit.clipboard.*'
                - 'worldedit.fixlava'
                - 'worldedit.fixwater'
                - 'worldedit.extinguish'
                - 'worldedit.snow'
                - 'worldedit.reload'
                - 'worldedit.drain'
                - 'worldedit.brush.ex'
                - 'worldguard.fire-toggle.stop'
                - 'worldguard.slay'
                - 'worldguard.locate'
                - 'worldguard.reload'
                - 'worldguard.region.define'
                - 'worldguard.region.redefine'
                - 'worldguard.region.select'
                - 'worldguard.region.info'
                - 'worldguard.region.list'
                - 'worldguard.region.flag'
                - 'worldguard.region.setparent'
                - 'worldguard.region.remove'
                - 'worldguard.region.addmember'
                - 'worldguard.region.addowner'
                - 'worldguard.region.removeowner'
                - 'worldguard.region.removemember'
        - Ops
            default: false
            info:
                prefix: ''
                suffix: '&b'
                build: true
            inheritance:
            - Mods
            permissions:
                - 'permissions.*'
                - 'p2.*'
                - 'worldedit.*'
                - 'worldguard.*'
        - Admin
            default: false
            info:
                prefix: ''
                suffix: '&4'
                build: true
            inheritance: null
            permissions:
                - '*'
                - '-nocheat.*'
    tracks:
        Standaard:
            - Guest
            - Builders
            - CT
    
    There is nothing about my users file so it wont be needed.

    I hope it doesn't matter i used the global files.
     
  24. Offline

    ricande

  25. Offline

    aaronify

    Thanks for the suggestion. Tried it, but it didn't work. There are a lot more things than just the build rights that is incorrect as well. I guess at this point I can assume that it's a bug that's not being printed to the console.

    Can we get a debug version with more trace statements? I don't mind helping out in this way.
     
  26. Offline

    Spysical

    I've got it all like it should be.
    CB 818
    Permissions v 3.1

    Which you could have read from what i've posted ;)
     
  27. Offline

    Adondriel

    I had this kind of problem as well be sure you are using the files that came in the ZIP pack and not any old files.
    Can anyone help me with my problem? its up a little bit
     
  28. Offline

    Supersheepman

    OK


    Some of it is a tad basic

    Code:
    ##
    # 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: 'e'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'foo.bar'
        Patroller:
            default: false
            info:
                prefix: '4'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'bar.foo'
        Admin:
            default: false
            info:
                prefix: '1'
                suffix: ''
                build: true
            inheritance:
                - Patroller
            permissions:
                - 'bar.foo'
        Overlord:
            default: false
            info:
                prefix: 'Overlord!'
                suffix: 'Hahaha'
                build: true
            inheritance:
            permissions:
                - '*'
    Code:
    ##
    # 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 no longer have a prefix and suffix
    ##
    users:
        Daniel2k10od:
            groups:
                - Admin
            info:
                prefix: ''
                suffix: ''
            permissions:
        spectr666:
            groups:
                - Admin
            permissions:
                - 'herp.derp'
        supersheepman:
            groups:
                - Overlord
            info:
                prefix: 'Overlord'
                suffix: ''
            permissions:
                - '-derp.derp'
    The suffixes and prefixes were for testing.

    I am using Bukkit 818: Permissions 3.1.

    Thanks for your help.
     
  29. Offline

    sprk1ng

    Nobody knows how to edit a player group in-game? What is the command?
     
  30. Offline

    ricande

    Sorry Spysical, did not hit the "reply" button... It was not intended for you... :(
    but i still like you... xD
     
    Spysical likes this.
  31. PLEASE post the how to do users guide.:rolleyes:[creeper]
     
Thread Status:
Not open for further replies.

Share This Page