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

    ViruSpreadeR


    qroups.yml

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            permissions:
                - 'essentials.signs.mail.use'
                - 'essentials.signs.protection.use'
                - 'essentials.signs.free.use'
                - 'essentials.signs.heal.use'
                - 'essentials.signs.trade.use'
                - 'essentials.signs.buy.use'
                - 'essentials.signs.sell.use'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.balance'
                - 'essentials.pay'
                - 'essentials.me'
                - 'essentials.mail.send'
                - 'essentials.spawn'
                - 'iConomy.payment'
                - 'iConomy.access'
                - 'turnstile.open'
                - 'iConomyChestShop.shop.create'
                - 'iConomyChestShop.shop.buy'
                - 'iConomyChestShop.shop.sell'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'nSpleef.member.join'
                - 'nSpleef.member.wager'
                - 'spawnblocks.use'
                - 'chaircraft.sit'
                - 'essentials.afk'
                - 'essentials.helpop'
                - 'nSpleef.member.leave'
        Moderators:
            default: false
            info:
                prefix: '&b'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - 'worldedit.*'
                - 'essentials.getpos'
                - 'essentials.compass'
                - 'essentials.jump'
                - 'essentials.back'
                - 'essentials.back.ondeath'
                - 'essentials.tpa'
                - 'essentials.tp'
                - 'essentials.tpahere'
                - 'essentials.tpahere'
                - 'essentials.tppos'
                - 'essentials.balance.others'
                - 'essentials.msg'
                - 'essentials.clearinventory'
                - 'essentials.kick'
                - 'essentials.item'
                - 'essentials.suicide'
                - 'nSpleef.member.creategame'
                - 'nSpleef.member.deletegame'
        Administrator:
            default: false
            info:
                prefix: '&4'
                suffix: '&f'
                build: true
            permissions:
                - '*'
    theres no problem with your users.yml

    take out the info subs from users.yml...they doesnt support that on users.yml....just on groups.yml

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

    Pomme72

    Ok, so there is no possibility to add or remove a player of a group in-game ? >.<
     
  4. Offline

    Shooty

    I don't now how i can change a player groups :(
     
  5. Offline

    TheMightyZ4n3

    I am unable to place or break any blocks in the users.yml I have:
    ZaneXWolf:
    groups:
    - Owners
    permissions:
    - '*'

    In the Groups Folder for "Owners Group":

    Owners:
    default: false
    info:
    prefix: '[Owner]'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'
    It would be a amazing if someone could tell me what I am doing wrong. Thank You.
     
  6. Offline

    ViruSpreadeR

    change default sub for DEFUALTgroup as true not false

    repost or message me your whole users.yml and groups.yml...thats perfectly allright but maybe some parts of the yml is wrong

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

    Maxis010

    There is, I gave you the commands, you asked for a simpler example, but apparently you are impatient because you are replying to yourself multiple times and when I said wait because no one here AT THE MINUTE KNOWS you think that means there are no such commands when it's in the OP, In Game Commands, with a link to the very same wiki I quoted from

    I'm going to stop offering you support before I start getting offensive
     
  8. Offline

    Schlumpfpirat

  9. Offline

    Sevenguy7

    Hello,
    now I have an other problem:
    With the two configuration files (users and group) there isn't an error any more.
    I can also set, who is allowed for example to use the plugin commandbook.
    That all works but my problem is, that nobody can build.
    Admins, Moderators, Builder: Nobody can build but all can use commands.
    I have my configuration files Uploaded here.
    Can you look over it and say me where the problem is?
     

    Attached Files:

  10. Offline

    CHEEZEGR8DR

    Code:
    INFO] Loading properties
    2011-06-02 07:49:02 [INFO] Starting Minecraft server on *:25565
    2011-06-02 07:49:02 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    2011-06-02 07:49:02 [INFO] Preparing level "josh's awesome minecraft server"
    2011-06-02 07:49:03 [INFO] Preparing start region for level 0
    2011-06-02 07:49:04 [INFO] Preparing spawn area: 57%
    2011-06-02 07:49:04 [INFO] Preparing start region for level 1
    2011-06-02 07:49:05 [INFO] Preparing spawn area: 52%
    2011-06-02 07:49:05 [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)
    2011-06-02 07:49:05 [INFO] [EasyTP] Enabled.
    2011-06-02 07:49:05 [INFO] [FirstSpawn] version 2  booted.
    2011-06-02 07:49:06 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-06-02 07:49:06 [INFO] [iConomy] Logging is currently disabled.
    2011-06-02 07:49:06 [INFO] [iConomy] v5.0 (Eruanna) loaded.
    2011-06-02 07:49:06 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-06-02 07:49:06 [INFO] 280
    2011-06-02 07:49:06 [INFO] 50
    2011-06-02 07:49:06 [INFO] [Jail] Loaded 5 jail zones.
    2011-06-02 07:49:06 [INFO] [Jail] Loaded 4 prisoners.
    2011-06-02 07:49:06 [INFO] [Jail] Loaded 16 cells.
    2011-06-02 07:49:06 [INFO] [mcdCarpeteer] mcdCarpeteer version 0.1 is enabled!
    2011-06-02 07:49:06 [INFO] [mcdCarpeteer] Take yourself wonder by wonder, using /carpeteer or /mcdc.
    2011-06-02 07:49:06 [INFO] [mcdCarpeteer] Restricted to: []
    2011-06-02 07:49:06 [INFO] [MYHOME]: 4 homes loaded
    2011-06-02 07:49:06 [INFO] [MYHOME] Permissions enabled using: Permissions v3.1
    2011-06-02 07:49:06 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    2011-06-02 07:49:06 [INFO] [MYHOME] MyHome 1.9.5 enabled
    2011-06-02 07:49:06 [INFO] [Permissions] version [3.1] (Yeti)  loaded
    2011-06-02 07:49:06 [INFO] [HeroChat] Permissions 3.1 found.
    2011-06-02 07:49:06 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:07 [INFO] PlgSetspawn version 4.1 is enabled!
    2011-06-02 07:49:07 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:07 [INFO] PlgWarp version 2.2 is enabled!
    2011-06-02 07:49:07 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:07 [INFO] [RealShop] Uses built-in RealEconomy (/mny commands) as economy system
    2011-06-02 07:49:07 [INFO] [RealShop] version [0.63] (tickleman) loaded
    2011-06-02 07:49:07 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:07 [INFO] [SimpleGive] Version 1.2 Permissions system detected!
    2011-06-02 07:49:07 [INFO] [SimpleGive] SimpleGive v1.2 by captainawesome7 has been enabled!
    2011-06-02 07:49:07 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:07 [INFO] SimpleGodMode is enabled now.
    2011-06-02 07:49:07 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:07 [INFO] SimpleHome: Loading homelist...
    2011-06-02 07:49:07 [INFO] done.
    2011-06-02 07:49:07 [INFO] SimpleHome version 1.5 is enabled!
    2011-06-02 07:49:07 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:07 [INFO] Superpickaxe v0.1 by DiddiZ enabled
    2011-06-02 07:49:07 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:07 [INFO] [Tele++] initializing version [1.3.4]
    2011-06-02 07:49:07 [WARNING] 'Help' not detected. No Help support enabled! Using internal Help
    2011-06-02 07:49:07 [INFO] [Tele++] version [1.3.4] loaded
    2011-06-02 07:49:07 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:07 [INFO] WorldEdit 4.4 enabled.
    2011-06-02 07:49:07 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-02 07:49:07 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:07 [INFO] [xLoginMessage] xLoginMessage v1.0 is enabled!
    2011-06-02 07:49:07 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:07 [INFO] Done (0.442s)! For help, type "help" or "?"
    2011-06-02 07:49:24 [INFO] Stopping the server..
    2011-06-02 07:49:24 [INFO] Stopping server
    2011-06-02 07:49:24 [INFO] [EasyTP] DISABLED!
    2011-06-02 07:49:24 [INFO] [HeroChat] HeroChat version 4.10.3 disabled.
    2011-06-02 07:49:25 [INFO] [iConomy] Plugin disabled.
    2011-06-02 07:49:25 [INFO] mcdCarpeteer disabled.Thank you for using this plugin!
    2011-06-02 07:49:25 [SEVERE] Error occurred while disabling Permissions v3.1 (Is it up to date?): null
    java.lang.NullPointerException
        at com.nijikokun.bukkit.Permissions.Permissions.onDisable(Permissions.java:135)
        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-02 07:49:25 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-02 07:49:25 [INFO] PlgSetspawn version 4.1 stopping...
    2011-06-02 07:49:25 [INFO] PlgWarp version 2.2 stopping...
    2011-06-02 07:49:25 [INFO] [RealShop] version [0.63] (tickleman) un-loaded
    2011-06-02 07:49:25 [INFO] [SimpleGive] SimpleGive v1.2 has been disabled!
    2011-06-02 07:49:25 [INFO] Goodbye world!
    2011-06-02 07:49:25 [INFO] Superpickaxe disabled
    2011-06-02 07:49:25 [INFO] [Tele++] saving configuration
    2011-06-02 07:49:25 [INFO] [xLoginMessage] xLoginMessage v1.0 is disabled!
    2011-06-02 07:49:25 [INFO] Saving chunks
    2011-06-02 07:49:25 [INFO] Saving chunks
    2011-06-02 07:49:25 [INFO] Stopping server
    2011-06-02 07:49:25 [INFO] Saving chunks
    2011-06-02 07:49:29 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-02 07:49:29 [INFO] Loading properties
    2011-06-02 07:49:29 [INFO] Starting Minecraft server on *:25565
    2011-06-02 07:49:29 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    2011-06-02 07:49:29 [INFO] Preparing level "josh's awesome minecraft server"
    2011-06-02 07:49:29 [INFO] Preparing start region for level 0
    2011-06-02 07:49:30 [INFO] Preparing spawn area: 60%
    2011-06-02 07:49:31 [INFO] Preparing start region for level 1
    2011-06-02 07:49:31 [INFO] Preparing spawn area: 52%
    2011-06-02 07:49:32 [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)
    2011-06-02 07:49:32 [INFO] [EasyTP] Enabled.
    2011-06-02 07:49:32 [INFO] [FirstSpawn] version 2  booted.
    2011-06-02 07:49:32 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-06-02 07:49:33 [INFO] [iConomy] Logging is currently disabled.
    2011-06-02 07:49:33 [INFO] [iConomy] v5.0 (Eruanna) loaded.
    2011-06-02 07:49:33 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-06-02 07:49:33 [INFO] 280
    2011-06-02 07:49:33 [INFO] 50
    2011-06-02 07:49:33 [INFO] [Jail] Loaded 5 jail zones.
    2011-06-02 07:49:33 [INFO] [Jail] Loaded 4 prisoners.
    2011-06-02 07:49:33 [INFO] [Jail] Loaded 16 cells.
    2011-06-02 07:49:33 [INFO] [mcdCarpeteer] mcdCarpeteer version 0.1 is enabled!
    2011-06-02 07:49:33 [INFO] [mcdCarpeteer] Take yourself wonder by wonder, using /carpeteer or /mcdc.
    2011-06-02 07:49:33 [INFO] [mcdCarpeteer] Restricted to: []
    2011-06-02 07:49:33 [INFO] [MYHOME]: 4 homes loaded
    2011-06-02 07:49:33 [INFO] [MYHOME] Permissions enabled using: Permissions v3.1
    2011-06-02 07:49:33 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    2011-06-02 07:49:33 [INFO] [MYHOME] MyHome 1.9.5 enabled
    2011-06-02 07:49:33 [INFO] [Permissions] version [3.1] (Yeti)  loaded
    2011-06-02 07:49:33 [INFO] [HeroChat] Permissions 3.1 found.
    2011-06-02 07:49:33 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:33 [INFO] PlgSetspawn version 4.1 is enabled!
    2011-06-02 07:49:33 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:33 [INFO] PlgWarp version 2.2 is enabled!
    2011-06-02 07:49:33 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:33 [INFO] [RealShop] Uses built-in RealEconomy (/mny commands) as economy system
    2011-06-02 07:49:33 [INFO] [RealShop] version [0.63] (tickleman) loaded
    2011-06-02 07:49:33 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:33 [INFO] [SimpleGive] Version 1.2 Permissions system detected!
    2011-06-02 07:49:33 [INFO] [SimpleGive] SimpleGive v1.2 by captainawesome7 has been enabled!
    2011-06-02 07:49:33 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:33 [INFO] SimpleGodMode is enabled now.
    2011-06-02 07:49:33 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:33 [INFO] SimpleHome: Loading homelist...
    2011-06-02 07:49:33 [INFO] done.
    2011-06-02 07:49:33 [INFO] SimpleHome version 1.5 is enabled!
    2011-06-02 07:49:33 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:33 [INFO] Superpickaxe v0.1 by DiddiZ enabled
    2011-06-02 07:49:33 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:33 [INFO] [Tele++] initializing version [1.3.4]
    2011-06-02 07:49:33 [WARNING] 'Help' not detected. No Help support enabled! Using internal Help
    2011-06-02 07:49:33 [INFO] [Tele++] version [1.3.4] loaded
    2011-06-02 07:49:33 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:33 [INFO] WorldEdit 4.4 enabled.
    2011-06-02 07:49:33 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-02 07:49:34 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:34 [INFO] [xLoginMessage] xLoginMessage v1.0 is enabled!
    2011-06-02 07:49:34 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:49:34 [INFO] Done (0.455s)! For help, type "help" or "?"
    2011-06-02 07:49:56 [INFO] Stopping the server..
    2011-06-02 07:49:56 [INFO] Stopping server
    2011-06-02 07:49:56 [INFO] [EasyTP] DISABLED!
    2011-06-02 07:49:56 [INFO] [HeroChat] HeroChat version 4.10.3 disabled.
    2011-06-02 07:49:56 [INFO] [iConomy] Plugin disabled.
    2011-06-02 07:49:56 [INFO] mcdCarpeteer disabled.Thank you for using this plugin!
    2011-06-02 07:49:56 [SEVERE] Error occurred while disabling Permissions v3.1 (Is it up to date?): null
    java.lang.NullPointerException
        at com.nijikokun.bukkit.Permissions.Permissions.onDisable(Permissions.java:135)
        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-02 07:49:56 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-02 07:49:56 [INFO] PlgSetspawn version 4.1 stopping...
    2011-06-02 07:49:56 [INFO] PlgWarp version 2.2 stopping...
    2011-06-02 07:49:56 [INFO] [RealShop] version [0.63] (tickleman) un-loaded
    2011-06-02 07:49:56 [INFO] [SimpleGive] SimpleGive v1.2 has been disabled!
    2011-06-02 07:49:56 [INFO] Goodbye world!
    2011-06-02 07:49:56 [INFO] Superpickaxe disabled
    2011-06-02 07:49:56 [INFO] [Tele++] saving configuration
    2011-06-02 07:49:57 [INFO] [xLoginMessage] xLoginMessage v1.0 is disabled!
    2011-06-02 07:49:57 [INFO] Saving chunks
    2011-06-02 07:49:57 [INFO] Saving chunks
    2011-06-02 07:49:57 [INFO] Stopping server
    2011-06-02 07:49:57 [INFO] Saving chunks
    2011-06-02 07:49:57 [INFO] Saving chunks
    2011-06-02 07:53:37 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-02 07:53:37 [INFO] Loading properties
    2011-06-02 07:53:37 [INFO] Starting Minecraft server on *:25565
    2011-06-02 07:53:37 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    2011-06-02 07:53:37 [INFO] Preparing level "josh's awesome minecraft server"
    2011-06-02 07:53:37 [INFO] Preparing start region for level 0
    2011-06-02 07:53:38 [INFO] Preparing spawn area: 60%
    2011-06-02 07:53:39 [INFO] Preparing start region for level 1
    2011-06-02 07:53:39 [INFO] Preparing spawn area: 60%
    2011-06-02 07:53:41 [SEVERE] tried to access class com.nijiko.permissions.ModularControl$1RefreshTask from class com.nijiko.permissions.ModularControl initializing Permissions v3.1.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:168)
        at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:128)
        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-02 07:53:41 [INFO] [EasyTP] Enabled.
    2011-06-02 07:53:41 [INFO] [FirstSpawn] version 2  booted.
    2011-06-02 07:53:41 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-06-02 07:53:41 [INFO] [iConomy] Logging is currently disabled.
    2011-06-02 07:53:41 [INFO] [iConomy] v5.0 (Eruanna) loaded.
    2011-06-02 07:53:41 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-06-02 07:53:41 [INFO] 280
    2011-06-02 07:53:41 [INFO] 50
    2011-06-02 07:53:42 [INFO] [Jail] Loaded 5 jail zones.
    2011-06-02 07:53:42 [INFO] [Jail] Loaded 4 prisoners.
    2011-06-02 07:53:42 [INFO] [Jail] Loaded 16 cells.
    2011-06-02 07:53:42 [INFO] [mcdCarpeteer] mcdCarpeteer version 0.1 is enabled!
    2011-06-02 07:53:42 [INFO] [mcdCarpeteer] Take yourself wonder by wonder, using /carpeteer or /mcdc.
    2011-06-02 07:53:42 [INFO] [mcdCarpeteer] Restricted to: []
    2011-06-02 07:53:42 [INFO] [MultiVerse] Permissions Found
    2011-06-02 07:53:42 [INFO] [MultiVerse] - Version 1.7 Enabled
    2011-06-02 07:53:42 [INFO] [MultiVerse] Found iConomy, enabling payments.
    2011-06-02 07:53:42 [INFO] [MultiVerse] Loading World & Settings - 'josh's awesome minecraft server' - NORMAL
    2011-06-02 07:53:42 [INFO] [MultiVerse] 1 - World(s) loaded.
    2011-06-02 07:53:42 [INFO] [MultiVerse] Loading Portals
    2011-06-02 07:53:42 [INFO] [MultiVerse] 0 - Portal(s) loaded.
    2011-06-02 07:53:42 [INFO] [MYHOME]: 4 homes loaded
    2011-06-02 07:53:42 [INFO] [MYHOME] Permissions enabled using: Permissions v3.1.1
    2011-06-02 07:53:42 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    2011-06-02 07:53:42 [INFO] [MYHOME] MyHome 1.9.5 enabled
    2011-06-02 07:53:42 [INFO] [Permissions] version [3.1.1] (Yeti)  loaded
    2011-06-02 07:53:42 [INFO] [HeroChat] Permissions 3.1.1 found.
    2011-06-02 07:53:42 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:53:42 [INFO] [MultiVerse] Found Permissions, enabling commands.
    2011-06-02 07:53:42 [INFO] PlgSetspawn version 4.1 is enabled!
    2011-06-02 07:53:42 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:53:42 [INFO] PlgWarp version 2.2 is enabled!
    2011-06-02 07:53:42 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:53:42 [INFO] [RealShop] Uses built-in RealEconomy (/mny commands) as economy system
    2011-06-02 07:53:42 [INFO] [RealShop] version [0.63] (tickleman) loaded
    2011-06-02 07:53:42 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:53:42 [INFO] [SimpleGive] Version 1.2 Permissions system detected!
    2011-06-02 07:53:42 [INFO] [SimpleGive] SimpleGive v1.2 by captainawesome7 has been enabled!
    2011-06-02 07:53:42 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:53:42 [INFO] SimpleGodMode is enabled now.
    2011-06-02 07:53:42 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:53:42 [INFO] SimpleHome: Loading homelist...
    2011-06-02 07:53:42 [INFO] done.
    2011-06-02 07:53:42 [INFO] SimpleHome version 1.5 is enabled!
    2011-06-02 07:53:42 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:53:42 [INFO] Superpickaxe v0.1 by DiddiZ enabled
    2011-06-02 07:53:42 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:53:42 [INFO] [Tele++] initializing version [1.3.4]
    2011-06-02 07:53:42 [WARNING] 'Help' not detected. No Help support enabled! Using internal Help
    2011-06-02 07:53:42 [INFO] [Tele++] version [1.3.4] loaded
    2011-06-02 07:53:42 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:53:42 [INFO] WorldEdit 4.4 enabled.
    2011-06-02 07:53:42 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-02 07:53:42 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:53:42 [INFO] [xLoginMessage] xLoginMessage v1.0 is enabled!
    2011-06-02 07:53:42 [INFO] [iConomy] hooked into Permissions.
    2011-06-02 07:53:42 [INFO] Done (0.461s)! For help, type "help" or "?"
    2011-06-02 07:54:39 [INFO] Stopping the server..
    2011-06-02 07:54:39 [INFO] Stopping server
    2011-06-02 07:54:39 [INFO] [EasyTP] DISABLED!
    2011-06-02 07:54:39 [INFO] [HeroChat] HeroChat version 4.10.3 disabled.
    2011-06-02 07:54:39 [INFO] [iConomy] Plugin disabled.
    2011-06-02 07:54:39 [INFO] mcdCarpeteer disabled.Thank you for using this plugin!
    2011-06-02 07:54:39 [INFO] [MultiVerse] - Disabled
    2011-06-02 07:54:39 [SEVERE] Error occurred while disabling Permissions v3.1.1 (Is it up to date?): null
    java.lang.NullPointerException
        at com.nijikokun.bukkit.Permissions.Permissions.onDisable(Permissions.java:136)
        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-02 07:54:39 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-02 07:54:39 [INFO] PlgSetspawn version 4.1 stopping...
    2011-06-02 07:54:39 [INFO] PlgWarp version 2.2 stopping...
    2011-06-02 07:54:39 [INFO] [RealShop] version [0.63] (tickleman) un-loaded
    2011-06-02 07:54:39 [INFO] [SimpleGive] SimpleGive v1.2 has been disabled!
    2011-06-02 07:54:39 [INFO] Goodbye world!
    2011-06-02 07:54:39 [INFO] Superpickaxe disabled
    2011-06-02 07:54:39 [INFO] [Tele++] saving configuration
    2011-06-02 07:54:39 [INFO] [xLoginMessage] xLoginMessage v1.0 is disabled!
    2011-06-02 07:54:39 [INFO] Saving chunks
    2011-06-02 07:54:39 [INFO] Saving chunks
    
    once AGAIN im receiving these erros when just starting my server. all the plugins and server are all up to date on their updates.
     
  11. Offline

    Hagon94

    I set the default group to be able to build : true, but they still can't build.

    Permissions 3.1.1 , WorldEdit 4.4
    bukkit 818

    The config is this:

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

    But default users still cannot build.
     
  12. Offline

    DjAli

    Everything works great, but this plugin (Since updated) Does not work with LWC..
    That`s fucking stupid...
     
  13. Offline

    Hagon94

    Oh man. This plugin looks like a beast with 10000 opportunities. It's too sad that even though i really try my best to learn it, it just seems way to complicated. It's great you guys added in-game commands and stuff, but they simply look way to complex. And the promote / demote thing configurations and commands just blew my brain straight to hell. It just doesn't feel as if this plugin goes easy on newcomers at all. It's like it expects me to know what all this stuff means beforehand :/ If anyone could more easily help me learn this plugin that would be much appreciated.
     
  14. Offline

    Shooty

    Why my users.yml don't work ?


    Code:
    users:
        Kouki:
            permissions:
            groups:
                - Mage
        paulo5:
            permissions:
            groups:
                - Voyageur
        Terspychore:
            permissions:
            groups:
                - Voyageur
        navamii:
            permissions:
            groups:
                - Voyageur
        matth316:
            permissions:
            groups:
                - Voyageur
        bardrock:
            permissions:
            groups:
                - Voyageur
        kiiva:
            permissions:
            groups:
                - Mage
        gillet:
            permissions:
            groups:
                - Voyageur
        crafouins:
            permissions:
            groups:
                - Voyageur
        Darlok2009:
            permissions:
            groups:
                - Voyageur
        r3dh0tx:
            permissions:
            groups:
                - Voyageur
        Kayzen:
            permissions:
            groups:
                - Voyageur
        Theo51200:
            permissions:
            groups:
                - Conseiller
        Abiran:
            permissions:
            groups:
                - Conseiller
        Bobditlane62:
            permissions:
            groups:
                - Voyageur
        Eokaaz:
            permissions:
            groups:
                - Voyageur
        deadmol:
            permissions:
            groups:
                - Voyageur
        Aradrim:
            permissions:
            groups:
                - Voyageur
        theultima:
            permissions:
            groups:
                - Voyageur
        warren_black:
            permissions:
            groups:
                - Citoyen
        cecile1995:
            permissions:
            groups:
                - Voyageur
        1998jeremy:
            permissions:
            groups:
                - Voyageur
        sicapelli:
            permissions:
            groups:
                - Voyageur
        basdu83:
            permissions:
            groups:
                - Voyageur
        teirmer:
            permissions:
            groups:
                - Voyageur
        people12:
            permissions:
            groups:
                - Voyageur
        terspy:
            permissions:
            groups:
                - Citoyen
        Pandidikaze:
            permissions:
            groups:
                - Citoyen
        Pouleuse:
            permissions:
            groups:
                - Garde
        loulouri:
            permissions:
            groups:
                - Garde
        eniLykS:
            permissions:
            groups:
                - Garde
        LeRenard9:
            permissions:
            groups:
                - Voyageur
        rastrallick:
            permissions:
            groups:
                - Citoyen
        Kafziel:
            permissions:
            groups:
                - Voyageur
        MoeBoy:
            permissions:
            groups:
                - Voyageur
        DeXsHaWk:
            permissions:
            groups:
                - Voyageur
        Poptinss:
            permissions:
            groups:
                - Garde
        Plasmide:
            permissions:
            groups:
                - Voyageur
        zebulien:
            permissions:
            groups:
                - Citoyen
        Micka3L_GumP:
            permissions:
            groups:
                - Voyageur
        Niehh:
            permissions:
            groups:
                - Voyageur
        x_Cisco_x:
            permissions:
            groups:
                - Voyageur
        smirnoff50:
            permissions:
            groups:
                - Voyageur
        Sharpknife67:
            permissions:
            groups:
                - Voyageur
        CaptainJules:
            permissions:
            groups:
                - Voyageur
        antoniocool:
            permissions:
            groups:
                - Voyageur
        Salvatores:
            permissions:
            groups:
                - Voyageur
        gaga113:
            permissions:
            groups:
                - Voyageur
        masedu:
            permissions:
            groups:
                - Mage
        Moulz:
            permissions:
            groups:
                - Voyageur
        mulune:
            permissions:
            groups:
                - Voyageur
        minix95610:
            permissions:
            groups:
                - Voyageur
        geek57:
            permissions:
            groups:
                - Citoyen
        Manegan:
            permissions:
            groups:
                - Citoyen
        Lottosa:
            permissions:
            groups:
                - Garde
        kiaku:
            permissions:
            groups:
                - Voyageur
        navelv:
            permissions:
            groups:
                - Citoyen
        speakia:
            permissions:
            groups:
                - Voyageur
        bq7junior:
            permissions:
            groups:
                - Citoyen
        iZiKilleRs:
            permissions:
            groups:
                - Voyageur
        benjize:
            permissions:
            groups:
                - Voyageur
        constantde:
            permissions:
            groups:
                - Voyageur
        Carambolage:
            permissions:
            groups:
                - Voyageur
        Shayviri:
            permissions:
            groups:
                - Citoyen
        clem6905:
            permissions:
            groups:
                - Voyageur
        daftpolo:
            permissions:
            groups:
                - Voyageur
        yannoa:
            permissions:
            groups:
                - Voyageur
        Ataraque:
            permissions:
            groups:
                - Voyageur
        ptitpierro:
            permissions:
            groups:
                - Voyageur
        Drake47:
            permissions:
            groups:
                - Citoyen
        macatome:
            permissions:
            groups:
                - Voyageur
        Overgame484:
            permissions:
            groups:
                - Voyageur
        jojo700:
            permissions:
            groups:
                - Voyageur
        zorkeuh:
            permissions:
            groups:
                - Voyageur
        MEGA_MAN_ULTRA:
            permissions:
            groups:
                - Voyageur
        mixcraft:
            permissions:
            groups:
                - Voyageur
        picatchou8:
            permissions:
            groups:
                - Voyageur
        glyfos4400:
            permissions:
            groups:
                - Voyageur
        Renovateur:
            permissions:
            groups:
                - Voyageur
        DarkWinds:
            permissions:
            groups:
                - Voyageur
        zed1398:
            permissions:
            groups:
                - Voyageur
        MetsuShoryuken:
            permissions:
            groups:
                - Voyageur
        Shirizu:
            permissions:
            groups:
                - Voyageur
        Maxyim:
            permissions:
            groups:
                - Voyageur
        Wellan:
            permissions:
            groups:
                - Voyageur
        Ygana:
            permissions:
            groups:
                - Voyageur
        sego55:
            permissions:
            groups:
                - Voyageur
        TheFuriouzPanda:
            permissions:
            groups:
                - Voyageur
        reno7777:
            permissions:
            groups:
                - Voyageur
        Kaineng:
            permissions:
            groups:
                - Voyageur
        Bigzer21:
            permissions:
            groups:
                - Voyageur
        SomElRey:
            permissions:
            groups:
                - Citoyen
        kEvinhoz:
            permissions:
            groups:
                - Voyageur
        batisto66:
            permissions:
            groups:
                - Voyageur
        mrmoi66:
            permissions:
            groups:
                - Voyageur
        Wyndeer:
            permissions:
            groups:
                - Voyageur
        Geonesis:
            permissions:
            groups:
                - Citoyen
        Trebmal:
            permissions:
            groups:
                - Voyageur
        Anthonydu94490:
            permissions:
            groups:
                - Voyageur
        smurbbb:
            permissions:
            groups:
                - Citoyen
        fabrouge:
            permissions:
            groups:
                - Voyageur
        fecateurpro:
            permissions:
            groups:
                - Voyageur
        DarkWa:
            permissions:
            groups:
                - Voyageur
        gign76:
            permissions:
            groups:
                - Voyageur
        oxides:
            permissions:
            groups:
                - Voyageur
        desertcumble:
            permissions:
            groups:
                - Voyageur
        Kronos666:
            permissions:
            groups:
                - Voyageur
        desertcrumble:
            permissions:
            groups:
                - Voyageur
        Bigze21:
            permissions:
            groups:
                - Voyageur
        CrapaudVelu:
            permissions:
            groups:
                - Voyageur
        Sébastien:
            permissions:
            groups:
                - Voyageur
        Blobim:
            permissions:
            groups:
                - Voyageur
        Convixion:
            permissions:
            groups:
                - Voyageur
        babaol:
            groups:
                - Voyageur
        tigie11:
            permissions:
            groups:
                - Voyageur
        ziboudi:
            permissions:
            groups:
                - Voyageur
        Th2ieuMa:
            permissions:
            groups:
                - Citoyen
        AtC_KaaZ:
            permissions:
            groups:
                - Voyageur
        Loversss:
            permissions:
            groups:
                - Voyageur
        Maxime30:
            permissions:
            groups:
                - Voyageur
        the_great_raf:
            permissions:
            groups:
                - Voyageur
        Limtchuck:
            permissions:
            groups:
                - Voyageur
        silver_shadows:
            permissions:
            groups:
                - Voyageur
        llorismilan:
            permissions:
            groups:
                - Voyageur
        peritios:
            permissions:
            groups:
                - Voyageur
        pixelHP:
            permissions:
            groups:
                - Voyageur
        darkewne:
            permissions:
            groups:
                - Voyageur
        loann0204:
            permissions:
            groups:
                - Voyageur
        gawiwe:
            permissions:
            groups:
                - Voyageur
        Fou907:
            permissions:
            groups:
                - Voyageur
        Barnaxx:
            permissions:
            groups:
                - Voyageur
        vatima:
            permissions:
            groups:
                - Voyageur
        Gaeme:
            permissions:
            groups:
                - Voyageur
        Snow_24:
            permissions:
            groups:
                - Voyageur
        Angesombre:
            permissions:
            groups:
                - Voyageur
        geo6969:
            permissions:
            groups:
                - Voyageur
        SomEkRey:
            permissions:
            groups:
                - Voyageur
        xely33:
            permissions:
            groups:
                - Voyageur
        SaWeez:
            permissions:
            groups:
                - Voyageur
        Largorammstein:
            permissions:
            groups:
                - Voyageur
        colonelmoutarde:
            permissions:
            groups:
                - Voyageur
        Evano:
            permissions:
            groups:
                - Voyageur
        Dak_taz:
            permissions:
            groups:
                - Voyageur
        Jordan67300:
            permissions:
            groups:
                - Voyageur
        icezoth:
            permissions:
            groups:
                - Voyageur
    Edit : groups.yml works great but not the user...
     
  15. Offline

    Blobinet

    My config does not work ...

    Show Spoiler
    Code:
    ---Groups.yml---
    
    groups:
        Player:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - mywarp.warp.sign.warp
            - myhome.home.*
            - iConomy.payment
            - iConomy.access
            - iConomy.rank
            - iConomy.list
            - spawnr.tp
            - buttonwarp.use
            - buttonwarp.getreward
            - herochat.color
            - heroicrebuke.list
            - MobBounty.mb
            - mcmmo.regeneration
            - mcmmo.commands.ability
            - mcmmo.commands.whois
            - mcmmo.ability.woodcutting
            - mcmmo.ability.mining
            - mcmmo.ability.axes
            - mcmmo.ability.excavation
            - mcmmo.ability.swords
            - mcmmo.ability.unarmed
            - mcmmo.item.chimaerawing
            - mcmmo.skills.*
            - citizens.blacksmith.*
            - citizens.healter.status
            - citizens.wizard.help
            - citizens.wizard.locations
            - citizens.wizard.changeteleport
            - citizens.wizard.useteleport
            - citizens.basic.*
            - citizens.general.*
            - citizens.help
            - citizens.trader.*
            - craftbook.mech.*
            - commandbook.who
            - commandbook.intro
            - commandbook.midi
            - commandbook.rules
            - commandbook.call
            - commandbook.say.me
            - commandbook.msg
            - commandbook.whereami.compass
        Moderator:
            default: false
            info:
                prefix: '&c[&bMod&c]'
                suffix: ''
                build: true
            inheritance:
            - Player
            permissions:
            - mywarp.*
            - worldedit.navigation.*
            - worldedit.history.*
            - worldedit.selection.*
            - worldedit.region.*
            - worldedit.drain
            - worldedit.fill
            - worldedit.fixlava
            - worldedit.fixwater
            - worldedit.extinguish
            - worldedit.replacenear
            - worldedit.removenear
            - commandbook.*
            - myhome.*
            - iConomy.*
            - herochat.admin
            - lwc.mod
            - localshops.manage.owner
            - localshops.create.free
            - localshops.move.free
            - localshops.destroy
            - localshops.reload
            - localshops.admin
            - MobBounty.mbreward
            - MobBounty.mbmulti
            - mcmmo.tools.mmoedit
            - mcmmo.tools.mcrefresh
            - heroicrebuke.add
            - heroicrebuke.clear
            - heroicrebuke.active
            - heroicrebuke.info
            - heroicrebuke.list.others
        Admins:
            default: false
            info:
                prefix: '&c[&4Admin&c]'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - '*'
    
    
    ---Users.yml---
    
    users:
        Blobinet:
             groups:
               - Admins
            permissions: null
        Valgeir:
             groups:
               - Admins
            permissions: null
        GrafixGFX:
             groups:
               - Admins
            permissions: null
        Runix:
             groups:
               - Admins
            permissions: null
        Sadclock:
             groups:
               - Moderator
            permissions: null
        Adthegreat:
             groups:
               - Moderator
            permissions: null
    
     
  16. Offline

    Ghostaunt

    Thanks for this amazing plugin !
     
  17. Offline

    glarter

    Done that.

    Yes, the files were placed in the \plugins\Permissions\world directory.

    That fixed it. Thanks for pointing that out.
     
  18. Offline

    Tungsten

    I'm having a problem that's driving me insane. I'm listed as an OP. I have access to all the commands, but I can't break or place blocks.

    My groups.yml (renamed to match my worldname):
    Code:
    plugin:
        permissions:
            system: default
            copies:
    groups:
        Tourist:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
        Journeyman:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'essentials.help'
                - 'essentials.depth'
                - 'essentials.getpos'
                - 'essentials.home'
                - 'essentials.info'
                - 'essentials.msg'
                - 'essentials.afk'
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.me'
                - 'essentials.list'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.helpop'
                - 'essentials.seen'
                - 'essentials.whois'
                - 'essentials.suicide'
                - 'preciousstones.benefit.*'
                - 'preciousstones.whitelist.*'
        Praetor:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance: Journeyman
            permissions:
                - 'essentials.tpo'
                - 'essentials.home.others'
                - 'essentials.mute'
                - 'essentials.kick'
                - 'essentials.togglejail'
                - 'essentials.jail.exempt'
                - 'essentials.invsee'
                - 'essentials.thunder'
                - 'essentials.spawn'
                - 'essentials.chat.spy'
                - 'preciousstones.admin.*'
                - 'bb.admin.info'
                - 'bb.admin.watch'
        Confidant:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance: Praetor
            permissions:
                - 'essentials.setjail'
                - 'essentials.deljail'
                - 'essentials.antioch'
                - 'essentials.burn'
                - 'essentials.clearinventory.others'
                - 'essentials.reloadall'
                - 'essentials.ban'
                - 'essentials.weather'
                - 'preciousstones.bypass.*'
                - 'bb.admin.rollback'
                - 'bb.admin.cleanse'
        tungsten:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            permissions:
                - '*'
    and here is my user.yml:
    Code:
    users:
        tungsten:
            permissions:
            group:
                - tungsten
    I've checked both these out with an online yml parser and they look fine, and like I said, all the commands work for me. Does every other group inherit Default by default?
     
  19. Offline

    TheShadow777

    i dont understand the commands :(

    i will promote a player in higher group, so i must type "pr NAME promote" or ? this dont work :(
     
  20. Offline

    acuddlyheadcrab

     
  21. Offline

    Jeyge

    Try removing Sébastien and see if that helps. If not, post what errors you are seeing.
    The zip file contains the example config files.
    There are 2 ways to change a players group. The first is the easiest but requires 2 commands.

    Ingame
    1. /pr <username> parents add <group to add>
    2. /pr <username> parents remove <group to remove>
    Console
    1. pr <username> w:<world> parents add <group to add>
    2. pr <username> w:<world> parents remove <group to remove>
    You may or may not have to add a w:<world> to the end of any of those commands depending on if your have multiple worlds and what world the user is in.

    The second is much harder and requires the setup of tracks. I would link to my old post describing it but that never seems to work so I'll post it again.

     
  22. Offline

    rcjrrjcr

    Okay. Can anyone getting IllegalAccessErrors PM me a zip containing all the plugin JARs? I think I've found the cause of the IAEs and would like to confirm it. This is how an IllegalAccessError looks like:
    Code:
    23:31:41 [SEVERE] tried to access class com.nijiko.permissions.ModularControl$1RefreshTask from class com.nijiko.permissions.ModularControl initializing Permissions v3.1.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:56)
            at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:168)
            at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:128)
            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)
    
    Only the plugin JARs are needed. No need to bundle the various folders in plugins/. I would really appreciate it if anyone could do this.
     
  23. Offline

    jaes84

    When i try to import the sql dump file, i get this
    Code:
    ERROR 2054 (42S22) at line 213: Unknown column 'suffix' in 'field list'
    
    any ideas?
    I am running CBukkit build 818, and the latest version of permissions, e.g 3.1, and an database which i let Permissions generate.
     
  24. Offline

    rcjrrjcr

    Thanks for reporting. Fixing.

    EDIT: Fixed.
     
  25. Offline

    Shooty


    oh god thanks...
     
  26. Offline

    Pomme72

    Ok.

    So, first, I'm french, and it's not easy for me to speak english so please be indulgent.

    I don't understood all of what you said, but please, can I just have a simple example of the command I need to do in game for move a player between two groups, you know : promote or demote.
     
  27. Offline

    Fyrecrypts

    As far as I'm aware in 3.1 there's no way to set build flags via chat commands, there's no place in the SQL schema to manually add them, and there's no way to set default groups. I'm currently using 3.0.6 because of this, and even then I can't set default groups.

    I am using CB 818, Permissions 3.0.6 with MySQL. Tried using 3.1, but no one can build. Ever. Thought you should be aware rcjrrjcr in case you weren't (I looked through your replies, I don't think you are, if you are I apologize).
     
  28. Offline

    jaes84

    Thanks, but i have redownloaded permissions, and the converter, and i still get the same error:(, i have run the DROP DATABASE command, and recreated it, but it still wont work :(
     
  29. Offline

    Jeyge

    /pr Pomme72 promote FooGroup FooTrack

    "/pr g:<group> w:<world> info set build b:true" should do what you want. The place to add them directly to the db would be in the PrData table.

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

    Revenger

    Ive been working since the very beginning on global permissions and world inheritance.

    Our setup will consist of 6 worlds all different permissions and inheritance ways for each quite a complex setup. We won't be using tracks etc though.

    Atm global permissions work but somehow are in group default, world permissions don't work using the '*.group' command given.

    But there's no proper examples how to do inheritance over worlds and in files.

    As we would need the global member inherit guest then world inherit those as well as its own guest settings.

    And 2 worlds are going to need to inherit both the global guest and a worlds permissions then have its there own minor changes on permissions.

    And permissions have been very buggy for this type of setup.

    So once rcjrrjcr gets this sorted out and with some examples on this type of setup we should be good to continue the setup everyone on our server is anxiously awaiting.

    And might provide some examples back for you all once we get stuff sorted ourselves.
     
  31. Offline

    Fyrecrypts

    Tried that, it did not work, which is why I had to revert. I don't believe I forgot to reload the plugin after I made the changes, but I suppose I could have.
     
Thread Status:
Not open for further replies.

Share This Page