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

    Jeyge

    Looks like adding the final world is breaking things again. Try it like this:

    /pr sprk1ng w:world parents add Pedreiro

    Remove the final w:world and it should work. Looks like there is a bug again reading the groups world at the end.

    pr fakeuser2 w:world parent add Admins

    That is just for the console though. In-game, you can shorten it to just "/pr fakeuser2 parent add Admins" if they are in the same world you are.

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

    sprk1ng

    Hmm, worked fine, thanks. But now, look my user.yml

    Code:
    users:
        sprk1ng:
            groups:
            - Administrador
        Shine:
            permissions: null
            groups: null
    
    My user i edited in the archive but he was with the null too, how can i fix it^?
     
  4. Offline

    Tfs Halo

    um u are using permissions plus.... :S
     
  5. Offline

    ricande

    Ok.. I guess you are using linux... XD, Where are your users.yml and groups.yml files located? You may have to edit the read/write thingies, to make bukkit and or permissions, have permission to edit/read the files.
    (sorry for beeing a linux noob...)
    Here is an example of working 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'
    Here is a working example of users.yml:

    Code:
    users:
        monkey:
            permissions:
            groups:
                - Admin
        zebra:
            permissions:
            groups:
                - Vip
    
    Here is a working version of storageconfig.yml
    Code:
    permissions:
        storage:
            type: YAML
    
    I hope this helps you out.
     
  6. Offline

    Jeyge

    You will want to do the same thing to every new user that shows up. Just type "/pr Shine w:world parents add Pedreiro" for every new user.
     
  7. Offline

    Don Redhorse

    because if you would have read the thread you would know 2 things:

    a) default user and default group files aren't working yet
    b) you can use the command when you are in the world to give rights to a player in nether..

    which wouldn't work with your command..

    permissions 3.x is MULTIWORLD (and than means more than 2 worlds) MULTIPERMISSIONS (and that means different sets of permissions per world) capable.. and that is needed by a lot of server admins.. me included... if you don't need it stick with 2.x or wait till bukkit built in permissions come along and start weeping.. because the information I have about it up to now is that it will be a lot more complicated than this.
     
  8. Offline

    nskjunky

    Thanks very much... that solved my problem :D
     
    ricande likes this.
  9. Offline

    Centribo

    Can somone PLEASE show me how to format the new users and groups? I have no idea how. I've tried all teh tutorials. I'm coming from 2.7, doesn anyone have a converter?
     
  10. Offline

    Jhonz

    Hey all!

    Erm, I'm running my system a bit differently to normal and I can't seem to configure Permissions properly.
    I setup the admins but whenever I go on the server I cannot destroy a block (which says that I'm set to default mode)

    I'm running the latest bukkit on ubuntu server (10.04) but my world file Is located on the ramdisk, not the root folder.
    (I have already configured permissions on other servers where the world files are on the hdd, without a problem at all)

    To try and remedy the problem I created a shortcut to the world file located on the ramdisk, but that didn't work.

    I'm a bit confused and would appreciate some help! (Am I missing something?)
    Thanks!

    -Jhonz
     
  11. Offline

    ricande

    Check like 4 posts erlier... Damn it... Now i'm getting pissed of... You know how to read a forum, don't you?
    (sorry for attitude, but i got my own problems) With love!

    I'm getting back to MY original problem: Does anyone have a working verion of bukkit 818 with latest permissions using YAML, where you can "promote" a user, ingame? Every command suggested ends up in: No world specified.
     
  12. Offline

    Deathlycraft

    Can you please upload the source code for 3.1 to github so I can tweak it and make it work while I wait for you to fix everything?
     
  13. Offline

    manura133

    Maybe I have something for the dev team... @rcjrrjcr
    I have several errors in my log file when I use Permissions 3. Please have a look at this post for further information.
    This also happens with the actual CB build 818 and Permissions 3.1
    We came to no solution with the devs of MyHome and MyWarp and possibly this is related to your plugin?!
     
  14. Offline

    Jeyge

    It is already there under the experimental branch.
     
  15. Offline

    Matt Gill

    I can't get permissions 3.1 to work at all. It is the first plugin I installed on my temporary server to make sure all the plugins work. I'm running Build 818.

    Here is what the console says:

    Show Spoiler

    C:\Users\Matt\Desktop\Minecraft Server folders\1.6 tempmap>path= C:\Program File
    s (x86)\Java\jre6\bin

    C:\Users\Matt\Desktop\Minecraft Server folders\1.6 tempmap>java -Xms1536M -Xmx15
    36M -jar craftbukkit.jar
    148 recipes
    16 achievements
    16:22:28 [INFO] Starting minecraft server version Beta 1.6.6
    16:22:28 [INFO] Loading properties
    16:22:28 [INFO] Starting Minecraft server on *:25565
    16:22:28 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-
    g3fc0460-b818jnks (MC: 1.6.6)
    16:22:28 [INFO] Preparing level "world"
    16:22:28 [INFO] Preparing start region for level 0
    16:22:29 [INFO] Preparing start region for level 1
    16:22:29 [INFO] Preparing spawn area: 56%
    16:22:29 [SEVERE] while scanning for the next token
    found character '\t' that cannot start any token
    in "<reader>", line 38, column 1:

    ^

    16:22:29 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreToken
    s(ScannerImpl.java:360)
    16:22:29 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(Sca
    nnerImpl.java:183)
    16:22:29 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequen
    ceEntry.produce(ParserImpl.java:508)
    16:22:29 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:163)
    16:22:29 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:148)
    16:22:29 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeSequenceN
    ode(Composer.java:203)
    16:22:29 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:158)
    16:22:29 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    16:22:29 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    16:22:29 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    16:22:29 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    16:22:29 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    16:22:29 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    16:22:29 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeDocument(
    Composer.java:122)
    16:22:29 [SEVERE] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:105)
    16:22:29 [SEVERE] at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:124)
    16:22:29 [SEVERE] at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    16:22:29 [SEVERE] at com.nijiko.configuration.NotNullConfiguration.load(No
    tNullConfiguration.java:52)
    16:22:29 [SEVERE] at com.nijiko.data.YamlUserStorage.reload(YamlUserStorag
    e.java:179)
    16:22:29 [SEVERE] at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
    e.java:29)
    16:22:29 [SEVERE] at com.nijiko.data.StorageFactory.getUserStorage(Storage
    Factory.java:92)
    16:22:29 [SEVERE] at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:89)
    16:22:29 [SEVERE] at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:81)
    16:22:29 [SEVERE] at com.nijiko.permissions.ModularControl.load(ModularCon
    trol.java:101)
    16:22:29 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:170)
    16:22:29 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:127)
    16:22:29 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:106)
    16:22:29 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:232)
    16:22:29 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:219)
    16:22:29 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:146)
    16:22:29 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:285)
    16:22:29 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    16:22:29 [SEVERE] [Permissions] Unable to load permission data.
    16:22:29 [INFO] [Permissions] Shutting down Permissions due to error(s).
    16:22:29 [INFO] [Permissions] (Yeti) was initialized.
    16:22:29 [INFO] [Permissions] version [3.1] (Yeti) loaded
    16:22:29 [INFO] Done (0.147s)! For help, type "help" or "?"
    >


    Here is my group.yml:

    Show Spoiler
    groups:
    Default:
    default: true
    info:
    prefix: '&a(&anew&a)&f'
    suffix: ''
    build: true
    inheritance:
    permissions:

    Member:
    default: false
    info:
    prefix: '&9(&9Member&9)&f'
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:

    Moderator:
    default: false
    info:
    prefix: '[Mod]'
    suffix: ''
    build: true
    inheritance:
    - Member
    permissions:

    Admins:
    default: false
    info:
    prefix: '&4[&bAdmin&4]&1'
    suffix: '&7'
    build: true
    inheritance:
    permissions:
    - '*'

    Owner:
    default: false
    info:
    prefix: '&b[&4Pwner&b]&a'
    suffix: '&9'
    build: true
    inheritance:
    permissions:
    - '*'


    And my users.yml:

    Show Spoiler
    users:
    Metalmatt13:
    groups:
    - Owner
    Nazaxprime:
    groups:
    - Admins
    mediacommand:
    groups:
    - Admins
    larsenk83:
    groups:
    - Admins
    yomatt24:
    groups:
    - Member
    Mike1994:
    groups:
    - Member
    PJMFTW:
    groups:
    - Member
    Lt_Azrael:
    groups:
    - Member
    gasgon:
    groups:
    - Member
    CodyWinters:
    groups:
    - Member
    shooper96:
    groups:
    - Member
    Zapunch:
    groups:
    - Member


    Oh and I do have the correct spaces. The copy and paste just messed it up.
     
  16. Offline

    Jeyge

    The MyHome dev has a fix and is just waiting to release 2.0.

    Looks like it is broken again. I'll take a look at the code and see if I can figure out what changed and if there is a way around it. Or post a bug again to get it fixed.

    Edit - you can still use "parents add" though to give them a new group.

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

    rambo828

    ok, I have been at this for a couple hours...and i still cant seem to figure out what the problem is.
    Maybe you guys can help.

    I have the files located in these places
    permissions.jar -> minecraft/plugins/
    users.yml -> minecraft/plugins/permissions/world/
    groups.yml -> minecraft/plugins/permissions/world/
    storageconfig.yml -> minecraft/plugins/permissions/

    my world files are located in
    minecraft/world

    this is my error when ever a player tries to place a block or destroy a block

    Code:
    2011-06-01 19:36:52 [SEVERE] java.lang.NullPointerException
    2011-06-01 19:36:52 [SEVERE]     at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:62)
    2011-06-01 19:36:52 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:475)
    2011-06-01 19:36:52 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-06-01 19:36:52 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-06-01 19:36:52 [SEVERE]     at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:156)
    2011-06-01 19:36:52 [SEVERE]     at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:118)
    2011-06-01 19:36:52 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:462)
    2011-06-01 19:36:52 [SEVERE]     at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
    2011-06-01 19:36:52 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    2011-06-01 19:36:52 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-06-01 19:36:52 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-06-01 19:36:52 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    2011-06-01 19:36:52 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    2011-06-01 19:36:52 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    my users.yml
    Code:
    users:
        rambo828:
            permissions:
            groups:
                - Admin
        zebra:
            permissions:
            groups:
                - Vip
    my groups.yml
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            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'
    and last but not least my storage config.yml
    Code:
    permissions:
    permissions:
        storage:
            type: YAML
    Please help me fix this issue. when i remove the plugin everything works just fine, i dont know what i am doing wrong.
    thank you in advance
     
  18. Offline

    Jeyge

    First thing to try is to remove the extra permissions: from your storageconfig.yml file. The second is to add an Admin group to your groups.yml. If that doesn't fix it, then post your files back here again along with the full server.log.
     
  19. Offline

    Αρρεν

    Starts version 3.1 without Permissions directory for configuring it from scratch and get this:
    Code:
    06:55:45 [SEVERE] [Permissions] storageconfig.yml is not a file.
    06:55:45 [INFO] [Permissions] Shutting down Permissions due to error(s).
    06:55:45 [SEVERE] [Permissions] storageconfig.yml cannot be read.
    06:55:45 [INFO] [Permissions] Shutting down Permissions due to error(s).
    06:55:45 [INFO] [Permissions] Creating storageconfig.yml.
    06:55:46 [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)
    
    Later...

    I have created storageconfig.yml but it is still unusable for me, it gets errors and not working, even database tables not created.
     
  20. Offline

    Jeyge

    You have a tab on or around line 38. Remove that and all other tabs and you should see some better results.

    Btw - the copy/paste didn't mess up the spaces. You need to put these files in code tags for it to save the proper spacing.
     
  21. Offline

    ricande

    Remove the first permissions:
    It's a fuckup by me.. Sorry... Made it double in pasting....

    The correct one is:


    Code:
    permissions:
        storage:
            type: YAML
     
  22. Offline

    Jeyge

    I just tried my example from page 6 and it worked now with the exception of the parent world. I'll post the files again here for you to look at.
    Show Spoiler

    groups.yml
    Code:
    groups:
        Guest:
            permissions: null
            inheritance: null
        Builder:
            permissions: null
            inheritance: null
        SuperBuilder:
            permissions: null
            inheritance: null
        Donor1:
            permissions: null
            inheritance: null
        Donor2:
            permissions: null
            inheritance: null
        MiniModerator:
            permissions: null
            inheritance: null
        Moderator:
            permissions: null
            inheritance: null
        Admin:
            permissions: null
            inheritance: null
        SuperAdmin:
            permissions: null
            inheritance: null
    tracks:
        BuilderTrack:
        - Guest
        - Builder
        - SuperBuilder
        - MiniModerator
        DonorTrack:
        - Guest
        - Builder
        - SuperBuilder
        - Donor1
        - Donor2
        - MiniModerator
        AdminTrack:
        - MiniModerator
        - Moderator
        - Admin
        - SuperAdmin
    users.yml
    Code:
    users:
        Jeyge:
            permissions:
            - '*'
            groups:
            - Guest
    

    I was able to promote and demote by doing "/pr Jeyge promote/demote Guest BuildersTrack". For the console, you will need to add the first world like "pr Jeyge w:world promote/demote Guest BuildersTrack".
     
    ricande likes this.
  23. Offline

    ACStache

    this is seemingly an awesome plugin. i set it up on my server and no errors from launching the server and loading permissions, but i'm still in configuration mode and i'm curious about how the configuration works.

    1) can any of the permission nodes be put on the users or the groups permissions config files?
    in other words, if say i use plugin "example", can i put 'example.*' in for a user's permissions as well as a group's? does it matter or is it more for better customization of permissions? sorry in advance for asking this, it just didn't seem 100% clear to me, this is all new stuff for me.

    2) set up:
    group 1 permissions: X

    group 2 inherits group 1
    group 2 permissions: Y (ultimately X, Y)

    group 3 inherits group 1 & 2
    group 3 permissions: Z (here is where my question comes)
    question: at that point, would group 3 have a duplicate of permissions X from inheriting group 1 and group 2 (which inherits group 1 as well) and cause issues? or would it work out and play nice?

    3) how do the default commands work? such as setting time and teleporting? do i need permission nodes for those as well? is there a list of default command permission nodes?


    on a side note: i noticed that the readme included instructions saying something about a permissions jar file and folder. the zip download had the jar file, but there was only a folder named RENAME ME in it. I ran the server with just the jar file and it made the permissions folder, in which i put the RENAME ME folder into and renamed to my world's name. Not sure if it was intentional or if the readme hadn't been updated yet.
     
  24. Offline

    ricande

    Thnx for that one.... :p

    A bit too tired now to try it out, everyting is going in circles.... Will wait until promote/demote is fixed properly, or another plugin does it for me. This will not do.
     
  25. Offline

    rambo828

    fixed the issue, this plugin DOESNT like minecart mania or essentials. removed em both and through extensive testing, neither one allowed users to place blocks when used in conjunction with this plugin. maybe we need a bug fix?

    anyways solved my problem. thanks anyways guys
     
  26. Hey. I understand that you just updated the plugin, but permissions still does not allow any users to destroy blocks. Please I beg you to fix this. I love permissions and I have used it in the past and have enjoyed it, so I am just asking you to fix this.
     
  27. Offline

    Courtney

    Alright I've tried and tried to do this properly but it's not working for me, I am an Admin but when I try to do /reload it doesn't work, it says "You do not have sufficient access to reload the server" and no other commands work either, so maybe you guys could help me and tell me what I am doing wrong, I 've tried what people said above, and looked it over but I can't seem to get it working
    I'm running CB# 818 and this is the only Plugin I have on my server at the meoment

    (I apologize if I am missing something very obvious, I've tried to get this right so many times..)

    Here's what my files look like:

    groups.yml
    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: '[Default]'
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'foo.bar'
        Moderator:
            default: false
            info:
                prefix: '[Mod]'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'bar.foo'
        Admin:
            default: false
            info:
                prefix: '[Admin]'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'

    users.yml
    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:
        CourtneyOnFire:
            groups:
                - Admin
            permissions:

    storageconfig.yml
    Code:
    permissions:
        storage:
            type: YAML
     
  28. Offline

    Jeyge

    It is very very rarely a problem with the actual plugin and most likely a problem with your permissions.yml files. Post them along with your server.log if you want someone to help.

    /reload isn't a command that is controlled by Permissions. You need to be an OP to use that or load a plugin called DefaultPermissions if you want to grant yourself access to it.

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

    Courtney

    Oh wow, I didn't know that, thanks for telling me, now I feel pretty dumb when I had it right :p
     
  30. Offline

    ricande

    Reload Commands

    Syntax: /permissions -reload
    Permission node: permissions.reload.default
    Description: This command reloads the default world.
    Syntax: /permissions -reload all
    Permission node: permissions.reload.all
    Description: This command reloads all worlds.
    Syntax: /permissions -reload <world>
    Permission node: permissions.reload.<world>
    Description: This command reloads the specified world.
     
  31. Offline

    jhakemaster

    I seem to be having a similar problem to Matt Gill over there, When I start the server, I get this error message:



    Code:
    [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-01 18:22:03 [INFO] Loading properties
    2011-06-01 18:22:03 [INFO] Starting Minecraft server on 5.231.99.73:25565
    2011-06-01 18:22:03 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    2011-06-01 18:22:04 [INFO] Preparing level "world"
    2011-06-01 18:22:04 [INFO] Preparing start region for level 0
    2011-06-01 18:22:05 [INFO] Preparing spawn area: 65%
    2011-06-01 18:22:05 [INFO] Preparing start region for level 1
    2011-06-01 18:22:06 [INFO] Preparing spawn area: 32%
    2011-06-01 18:22:07 [SEVERE] mapping values are not allowed here
     in "<reader>", line 48, column 43:
         ...   build: true        inheritance:
                                             ^
    
    2011-06-01 18:22:07 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:745)
    2011-06-01 18:22:07 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:307)
    2011-06-01 18:22:07 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    2011-06-01 18:22:07 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:564)
    2011-06-01 18:22:07 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-06-01 18:22:07 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-06-01 18:22:07 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    2011-06-01 18:22:07 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-06-01 18:22:07 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-06-01 18:22:07 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-06-01 18:22:07 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-06-01 18:22:07 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-06-01 18:22:07 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-06-01 18:22:07 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-06-01 18:22:07 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-06-01 18:22:07 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-06-01 18:22:07 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-06-01 18:22:07 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-06-01 18:22:07 [SEVERE]     at org.bukkit.util.config.Configuration.load(Configuration.java:74)
    2011-06-01 18:22:07 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:168)
    2011-06-01 18:22:07 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:28)
    2011-06-01 18:22:07 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:158)
    2011-06-01 18:22:07 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:84)
    2011-06-01 18:22:07 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:75)
    2011-06-01 18:22:07 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:95)
    2011-06-01 18:22:07 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:161)
    2011-06-01 18:22:07 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:118)
    2011-06-01 18:22:07 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    2011-06-01 18:22:07 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-01 18:22:07 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-01 18:22:07 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-01 18:22:07 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    2011-06-01 18:22:07 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-01 18:22:07 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-01 18:22:07 [INFO] [Permissions] Shutting down Permissions due to error(s).
    2011-06-01 18:22:07 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-01 18:22:07 [INFO] [AetaPriest] version 0.5 by [Kitteh] is enabled!
    2011-06-01 18:22:07 [INFO] [AimCannon] version 0.5 is enabled!
    2011-06-01 18:22:07 [INFO] AppleTree v0.5.1 activated.
    2011-06-01 18:22:07 [INFO] [ArrowWall]: Permissions enabled.
    2011-06-01 18:22:07 [INFO] [ArrowWall]: version 0.4 enabled.
    2011-06-01 18:22:07 [INFO] [BackToBody] v2.3 has been enabled.
    2011-06-01 18:22:07 [INFO] [ChopTree] Using Permissions.
    2011-06-01 18:22:07 [INFO] ChopTree 1.22_1 enabled!
    2011-06-01 18:22:07 [INFO] [DiscoSheep] version 0.3.1 is enabled!
    2011-06-01 18:22:07 [INFO] [Permissions] version [3.0.6] (Yeti)  loaded
    2011-06-01 18:22:07 [INFO] [DiscoSheep] Permissions plugin detected!
    2011-06-01 18:22:07 [INFO] EggRenade version 1.7.1 is enabled!
    2011-06-01 18:22:07 [INFO] [EmptyInventoryPlus] Plugin enabled! (version0.2)
    2011-06-01 18:22:08 [INFO] [Flight] Enabled!
    2011-06-01 18:22:08 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    2011-06-01 18:22:08 [INFO] [HeroSneak] 1.2.2.51 enabled.
    2011-06-01 18:22:08 [INFO] [iZone : 6.3] Enabled!
    2011-06-01 18:22:08 [INFO] [iZone : 6.3] Using permissions of Permissions.
    2011-06-01 18:22:08 [INFO] [iZone : 6.3] Loaded 0 zones out of 0
    2011-06-01 18:22:08 [INFO] [Kit] plugins/KitPlugin/kits.txt reloaded OK
    2011-06-01 18:22:08 [INFO] [Kit] Permission system detected. Good.
    2011-06-01 18:22:08 [INFO] KitPlugin version 1.2 is enabled!
    2011-06-01 18:22:08 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.0)
    2011-06-01 18:22:08 [INFO] Lockette: Detected craftbukkit build [818] ok.
    2011-06-01 18:22:08 [INFO] Lockette: Linked to Permissions plugin version 3.0.6
    2011-06-01 18:22:08 [INFO] Lockette: Using ops file for admin permissions.
    2011-06-01 18:22:08 [INFO] Lockette: Ready to protect your containers.
    2011-06-01 18:22:08 [INFO] MobRider 0.39 enabled.
    2011-06-01 18:22:08 [INFO] MobRider: Integrated with Permissions
    2011-06-01 18:22:08 [INFO] MoveCraft 0.6.9 Final Beta plugin enabled
    2011-06-01 18:22:08 [INFO] [ObserverCube] by marinating is engaged. Version 1.0
    2011-06-01 18:22:08 [INFO] [ObserverCube] Detected existing config file and loading.
    2011-06-01 18:22:08 [INFO] [ObserverCube] Permissions located and successfully hooked.
    2011-06-01 18:22:08 [INFO] [OpenInv] version 1.2.3 is enabled!
    2011-06-01 18:22:08 [INFO] [Parties]: save file loaded.
    2011-06-01 18:22:08 [INFO] [Parties] Enabled! Version: 1.2.2 by bekvon
    2011-06-01 18:22:08 [INFO] [Parties] Found Permissions Plugin!
    2011-06-01 18:22:08 [INFO] [Runecraft] Rune blacklist with 0 runes loaded.
    2011-06-01 18:22:08 [INFO] [Runecraft] World 'world': id changed to 0
    2011-06-01 18:22:08 [INFO] [Runecraft] Runecraft 2.7 initialized.
    2011-06-01 18:22:08 [INFO] [Runecraft] World 'world_nether': id changed to 1
    2011-06-01 18:22:08 [INFO] Runecraft plugin version 0.4 is enabled!
    2011-06-01 18:22:08 [INFO] Showcase version 0.5.11 is enabled!
    2011-06-01 18:22:08 [INFO] SimpleHome: Loading homelist...
    2011-06-01 18:22:08 [INFO] done.
    2011-06-01 18:22:08 [INFO] SimpleHome version 1.5 is enabled!
    2011-06-01 18:22:08 [INFO] [Slap] Permission system detected
    2011-06-01 18:22:08 [INFO] Slap version 0.5.2 enabled!
    2011-06-01 18:22:08 [INFO] [SpawnMob] Permission system found, plugin enabled
    2011-06-01 18:22:08 [INFO] [SpawnMob] Version 1.9.3 enabled.
    2011-06-01 18:22:08 [INFO] Loaded area fix in world world
    2011-06-01 18:22:08 [INFO] Sploderrows loaded 1 stored areas.
    2011-06-01 18:22:08 [INFO] Sploderrows v2.0 is on
    2011-06-01 18:22:08 [INFO] StatusJoinMessage enabled
    2011-06-01 18:22:08 [INFO] ExamplePlayer = org.bukkit.util.config.ConfigurationNode@1064a6d
    2011-06-01 18:22:08 [INFO] [Tele++] initializing version [1.3.4]
    2011-06-01 18:22:08 [WARNING] 'Help' not detected. No Help support enabled! Using internal Help
    2011-06-01 18:22:08 [INFO] [Tele++] version [1.3.4] loaded
    2011-06-01 18:22:08 [INFO] [TeslaCoil] version 1.4 by [Darklust] Loaded; performance boosted by GOAE
    2011-06-01 18:22:08 [INFO] [Tetris] Permission plugin found, Adding these
    2011-06-01 18:22:08 [INFO] Tetris version 0.4 is enabled!
    2011-06-01 18:22:08 [INFO] [Wrath] Started
    2011-06-01 18:22:08 [INFO] [Wrath] Attached to Permissions
    2011-06-01 18:22:08 [INFO] Done (0.468s)! For help, type "help" or "?"
    



    This is my groups file:
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - netherplugin.useportal
                - netherplugin.getmessage
                - tpp.request
                - multiverse.world.spawn
                - BetterShop.user.*
                - icoland.basic.select
                - icoland.basic.info
                - BOSEconomy.common
                - monstertamer.player.catch
                - monstertamer.player.check
                - monstertamer.player.befriend
                - monstertamer.player.target
                - monstertamer.player.release
                - monstertamer.player.whistle
                - monstertamer.player.follow
                - monstertamer.player.wait
                - monstertamer.player.select
                - assignpermissions.list.all
                - izone.zones.check
                - parties.allow.chat
                - parties.allow.tp
                - parties.allow.join
                - parties.allow.create
                - showcase.basic
                - showcase.finite
                - showcase.buy.finite
                - showcase.buy.infinite
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
                - Banker
            permissions:
                - arrowwall.aw
                - arrowwall.awreload
                - arrowwall.exempt
                - airstrike.as
                - tpp.mod.*
                - multiverse.world.create
                - multiverse.world.import
                - multiverse.world.list
                - multiverse.tp
                - multiverse.world.setspawn
                - multiverse.portal.create
                - multiverse.portal.select
                - multiverse.portal.destination
                - multiverse.portal.rename
                - multiverse.portal.list
                - icoland.misc.canbuild
                - BOSEconomy.admin.bracket
                - icoland.land.list
                - icoland.land.edit
                - icoland.land.buy
                - icoland.land.sell
                - BOSEconomy.admin.bank
                - multiverse.world.remove
                - multiverse.portal.remove
                - movecraft.aircraft.*
                - movecraft.car.*
                - movecraft.boat.*
                - izone.edit.*
                - izone.zones.*
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                -Default
            permissions:
                - '*'
                - tpp.admin.*
                - BetterShop.admin.*
                - icoland.admin.modify
                - icoland.admin.modify.owner
                - icoland.admin.modify.perms
                - icoland.admin.modify.addons
                - icoland.admin.nolimit
                - icoland.admin.nocost
                - icoland.admin.notax
                - icoland.admin.bypass
                - icoland.admin.adminlist
                - BOSEconomy.admin.money
                - BOSEconomy.admin.reload
                - assignpermissions.add.all
                - showcase.infinite
                - showcase.admin
                - permissions.*
    And this is my users file,

    Code:
    users:
        SinisterCP:
            group: Admins
            permissions:
                - assignpermissions.add.all
                - assignpermissions.del.all
                - WeatherControl.*
                - izone.zones.*
                - izone.edit.*
                - slap.slap
                - wrath.*
                - permissions.*
        jhakemaster:
            group: Admins
            info:
                prefix:
                suffix:
            permissions:
                - WeatherControl.*
                - izone.zones.*
                - izone.edit.*
                - wrath.*
                - permissions.*
        dogzilla1962:
            group: Moderator
            permissions:
                - '-derp.derp'
        alexnewman99:
            group: Moderator
            permissions:
                - '-derp.derp'
    I tried the fixes mentioned above and none of them worked, help?
     
Thread Status:
Not open for further replies.

Share This Page