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

    Gu4x

    Which plugin for colored names and prefixes do you recommend guys?
     
  3. Offline

    flying_pancake

    I'm sticking with 2.7.X until it breaks. 3.X is overcomplicated.
     
  4. Offline

    Junrall

    Wow... this thread is an explosion :eek:

    Anywhos... When a new player joins the server, shouldn't he automatically be added to the users.yml file with his group set to the defualt group? If so, it's not happening on my test server.
    It would be a bummer if we have to manually input every player :(
     
  5. Offline

    RustyDagger

    junrall no it should not be added it wont show up in the file but the player will have the default permissions. basicaly if the user has no entry in the file they get the default group.
     
  6. Offline

    Gu4x

    Rusty, do you know some good plugin for chat? (colors and prefixes)
     
  7. Offline

    ClanSoul

    so users don't get put in a default group?
    whenever a new user joins, their group is left blank and i can't promote them - how do i add them to a group?
    they're not in a group in users.yml so i can't promote them along a track

    i'm sure it should add a user to a default group.
    i've even named all my groups, so in the file it should surely say
    " groups:
    - Consort "
    assuming "Consort" is the default group
     
  8. Offline

    dragonhippie

    CMD:
    Code:
    148 recipes
    16 achievements
    10:40:46 [INFO] Starting minecraft server version Beta 1.6.6
    10:40:46 [INFO] Loading properties
    10:40:46 [INFO] Starting Minecraft server on *:25565
    10:40:46 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-823-
    gb9d0b04-b860jnks (MC: 1.6.6)
    10:40:47 [INFO] Preparing level "world"
    10:40:47 [INFO] Preparing start region for level 0
    10:40:47 [INFO] Preparing start region for level 1
    10:40:48 [INFO] Preparing spawn area: 28%
    10:40:48 [INFO] LWC     Loading shared objects
    10:40:48 [INFO] Cache   Protection cache: 0/10000
    10:40:48 [INFO] LWC     Native library: plugins/LWC/lib/native/Windows/x86/sqlit
    ejdbc.dll
    10:40:48 [SEVERE] while scanning for the next token
    found character         '\t' that cannot start any token
     in "<reader>", line 15, column 38:
         ...        - 'iConomy.bank.main.set'
                                             ^
    
    10:40:48 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreToken
    s(ScannerImpl.java:360)
    10:40:48 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(Sca
    nnerImpl.java:183)
    10:40:48 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequen
    ceEntry.produce(ParserImpl.java:510)
    10:40:48 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:163)
    10:40:48 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:148)
    10:40:48 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeSequenceN
    ode(Composer.java:203)
    10:40:48 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:158)
    10:40:48 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    10:40:48 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    10:40:48 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    10:40:48 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    10:40:48 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    10:40:48 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    10:40:48 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeDocument(
    Composer.java:122)
    10:40:48 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:105)
    10:40:48 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:124)
    10:40:48 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    10:40:48 [SEVERE]       at com.nijiko.configuration.NotNullConfiguration.load(No
    tNullConfiguration.java:54)
    10:40:48 [SEVERE]       at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStor
    age.java:178)
    10:40:48 [SEVERE]       at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStor
    age.java:29)
    10:40:48 [SEVERE]       at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreat
    or.java:58)
    10:40:48 [SEVERE]       at com.nijiko.data.StorageFactory.getGroupStorage(Storag
    eFactory.java:129)
    10:40:48 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:93)
    10:40:48 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:84)
    10:40:48 [SEVERE]       at com.nijiko.permissions.ModularControl.load(ModularCon
    trol.java:105)
    10:40:48 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:186)
    10:40:48 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:139)
    10:40:48 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:112)
    10:40:48 [SEVERE]       at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:232)
    10:40:48 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:219)
    10:40:48 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:146)
    10:40:48 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:283)
    10:40:48 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    10:40:48 [SEVERE] [Permissions] Unable to load permission data.
    10:40:48 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    10:40:48 [INFO] [Permissions] (Yeti) was initialized.
    10:40:48 [INFO] ButtonWeather v1.4 aktiviert.
    10:40:48 [INFO] CommandHelper 3.0.2 enabled
    10:40:48 [INFO] CommandHelper: Permissions plugin detected! Using Permissions pl
    ugin for permissions.
    10:40:48 [INFO] No Aliases were defined.
    10:40:48 [INFO] CraftBookCommon 3.0-alpha2 enabled.
    10:40:48 [INFO] CraftBookCommon: Permissions plugin detected! Using Permissions
    plugin for permissions.
    10:40:48 [INFO] CraftBookCircuits 3.0-alpha2 enabled.
    10:40:48 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permission
    s plugin for permissions.
    10:40:48 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permission
    s plugin for permissions.
    10:40:48 [INFO] CraftBookMechanisms 3.0-alpha2 enabled.
    10:40:48 [INFO] CraftBookMechanisms: Permissions plugin detected! Using Permissi
    ons plugin for permissions.
    10:40:48 [INFO] 1 cauldron recipe(s) loaded
    10:40:48 [INFO] CraftBookVehicles 3.0-alpha2 enabled.
    10:40:48 [INFO] CraftBookVehicles: Permissions plugin detected! Using Permission
    s plugin for permissions.
    10:40:48 [INFO] [DropSpawners] DropSpawners 0.2 has been enabled!
    10:40:49 [INFO] Loaded Essentials build 2.2.8 maintained by Zenexer, ementalo, A
    elux, Brettflan, KimKandor, snowleo and ceulemans.
    10:40:49 [INFO] iChat (v2.3.0) enabled
    10:40:49 [INFO] [iConomy] Logging is currently disabled.
    10:40:49 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    10:40:49 [INFO] [iConomy] Developed by: [Nijikokun]
    10:40:49 [INFO] [ButtonWeather] iConomy was detected.
    10:40:49 [INFO] LWC     Loaded 134 locale strings (0 overrides)
    10:40:49 [INFO] [Permissions] (Yeti) disabled successfully.
    10:40:49 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permission
    s plugin for permissions.
    10:40:49 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permission
    s plugin for permissions.
    10:40:49 [INFO] LWC     Using Permissions API...
    10:40:49 [INFO] LWC     Loading SQLite
    10:40:49 [INFO] SQLite  Using: Native
    10:40:49 [INFO] LWC     At version: v3.11
    10:40:49 [INFO] [MobBounty] v4.02 (Oxygen) enabled.
    10:40:49 [INFO] [MobBounty] Developed by: [Mattera, Steven (IchigoKyger)].
    10:40:49 [INFO] [MobBounty] Special Thanks to: nijikokun for the Register API.
    10:40:49 [INFO] [MobBounty] Config loaded.
    10:40:49 [INFO] [MobBounty] Payment plugin was found (iConomy v5).
    10:40:49 [INFO] MoveCraft 0.6.8 Final Beta plugin enabled
    10:40:49 [INFO] [Permissions] (Yeti) disabled successfully.
    10:40:49 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permission
    s plugin for permissions.
    10:40:49 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permission
    s plugin for permissions.
    10:40:49 [INFO] [MobBounty] Permission plugin was found (Permissions v3.1.5).
    10:40:49 [INFO] [Permissions] SQL Interface enabled!
    10:40:49 [INFO] [SignShop] Hooked into Permissions
    10:40:49 [INFO] [SignShop] v1.0 enabled
    10:40:49 [INFO] [SignShop] hooked into iConomy.
    10:40:49 [INFO] WorldEdit 4.4 enabled.
    10:40:49 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    10:40:49 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    10:40:49 [INFO] WorldGuard: (world) Single session is enforced.
    10:40:49 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    10:40:49 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    10:40:49 [INFO] WorldGuard: (world) Lava fire is blocked.
    10:40:49 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    10:40:49 [INFO] WorldGuard: Loaded configuration for world 'world"
    10:40:49 [INFO] WorldGuard: (world_nether) Single session is enforced.
    10:40:49 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    10:40:49 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    10:40:49 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    10:40:49 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    10:40:49 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    10:40:49 [INFO] WorldGuard 5.0-alpha10 enabled.
    10:40:49 [INFO] Done (0.273s)! For help, type "help" or "?"
    >
    
    
    GROUP YML
    in plugins/permissions/world

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: '&2'
                suffix: '&f'
                build: true
            permissions:
                - 'iConomy.bank.deposit'
                - 'iConomy.bank.join.*'
                - 'iConomy.bank.leave'
                - 'iConomy.bank.list'
                - 'iConomy.bank.main'
                - 'iConomy.bank.main.change'
                - 'iConomy.bank.main.set'			
                - 'iConomy.bank.main.view'
                - 'iConomy.bank.transfer'
                - 'iConomy.bank.transfer.multiple'
                - 'iConomy.bank.withdraw'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'iConomy.bank.access'
                - 'iConomy.access'
                - 'SignShop.Signs.*'
                - 'mobbounty.collect'
                - 'essentials.signs.mail.create'
                - 'essentials.signs.mail.use'
                - 'essentials.signs.protection.create'
                - 'essentials.signs.protection.use'
                - 'essentials.signs.disposal.create'
                - 'essentials.signs.disposal.use'
                - 'essentials.signs.trade.create'
                - 'essentials.signs.trade.use'
                - 'essentials.signs.buy.create'
                - 'essentials.signs.buy.use'
                - 'essentials.signs.sell.create'
                - 'essentials.signs.sell.use'
                - 'essentials.back.ondeath'
                - 'essentials.home'
                - 'essentials.home.others'
                - 'essentials.sethome'
                - 'essentials.warp'
                - 'essentials.warp.list'
                - 'essentials.balance'
                - 'essentials.pay'
                - 'essentials.msg'
                - 'essentials.msg'
                - 'essentials.afk'
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.me'
                - 'essentials.list'
                - 'essentials.mail.send'
                - 'essentials.mail'
                - 'essentials.helpop'
                - 'essentials.whois'
                - 'essentials.clearinventory'
                - 'essentials.kit'
                - 'essentials.kit.*'
                - 'essentials.help'
                - 'essentials.back'
                - 'iConomy.access'
                - 'iConomy.rank'
                - 'iConomy.payment'
                - 'iConomy.bank.access'
                - 'iConomy.bank.main'
                - 'iConomy.bank.main.view'
                - 'craftbook.mech.ammeter.use'
                - 'craftbook.mech.bridge'
                - 'craftbook.mech.bookshelf.use'
                - 'craftbook.mech.cauldron'
                - 'craftbook.mech.elevator'
                - 'craftbook.mech.elevator.use'
                - 'craftbook.mech.gate'
                - 'craftbook.mech.light-switch'
                - 'lwc.protect'
                - 'lwc.blockinventory'
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix: '&f'
                build: true
            permissions:
                - '*'
    
    

    PLEASE HELP!
    i posted up in the posts yesterday with same problem, so im posting early today to hopefully get a reply before late afternoon today D:
     
  9. Offline

    Junrall

    Just did a test... the players don't show up in the user.yml if they are new and did absolutely nothing. But... if they type text or break/place a block then they are written to the users.yml file. The problem is that the defualt group isn't being recorded and therofore they don't have access to specified permissions. Even before they are written to the file they have no access to the permissions. Here is my users.yml file after three new users logged in (test3, test4, test5):
    HTML:
    users:
        junrall:
            group: Administrator
            groups:
            - Administrator
            info:
                prefix: ''
                suffix: ''
                build: true
                interact: false
            permissions: []
        test3:
            permissions:
            groups:
        test4:
            permissions:
            groups:
        test5:
            permissions:
            groups:
    I would think that they should be written to the file as soon as they drop into the server.
     
  10. Offline

    RustyDagger

    @ClanSoul make sure that you only have 1 group from each world with default: true Only the group that the new players should be in should have that as true the rest should be false.

    I am pissed about miroring being wacky makes running 2 worlds real hard. and theres no explination on how to do the Childworld when inheriting worlds how do i make a change in the child world do i just lay the file out like the main world and remove all the nodes then to remove a permission use a - node and to add one just add a normal node? i would think that would be how but some guide on doing that would be really handy also the info in the global files page is hopeless it dose not even explain where the global files should be or what to name them

    there is no explnation on how to set up a world to copy global permissions.

    Junrall Normal old users the first time they join should NOT be in the file they are just default By this i mean the get all the permissions of the group you have Default: True set on.

    As i said to the other guy makes sure you only have 1 default: true per groups file.

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

    ClanSoul

    There is only one default group.

    here is my groups.yml:


    HTML:
    groups:
        Consort:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'foo.bar'
        Torian:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'foo.bar'
                - 'craftbook.mech.bridge'
                - 'craftbook.mech.bookshelf.use'
                - 'craftbook.mech.gate'
                - 'dropchest.create'
                - 'dropchest.remove'
                - 'dropchest.which'
                - 'dropchest.list'
                - 'dropchest.destroy'
                - 'dropchest.protect'
                - 'Ownblocks.use'
                - 'Ownblocks.info'
                - 'Ownblocks.add'
                - 'lockette.user.create.chest'
        Merakite:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Torian
            permissions:
                - 'bar.foo'
                - 'simplegive.give'
                - 'simplegive.item'
                - 'jail.command.jail'
                - 'jail.command.unjail'
                - 'jail.command.jailtransfer'
                - 'jail.command.jail.transferall'
                - 'jail.command.jail.jailcheck'
                - 'jail.command.jail.jailtelein'
                - 'jail.command.jail.jailteleout'
                - 'jail.command.jail.unjailforce'
                - 'jail.command.jail.jailclear'
                - 'jail.command.jail.jailclearforce'
                - 'jail.command.jail.jailmute'
        Highblood:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    and here is my users file:

    HTML:
    users:
        ClanSoul:
            groups:
            - Highblood
            info:
            permissions: []
        Dinowoman:
            groups:
            - Highblood
            info:
            permissions: []
        t4co:
            permissions:
            groups:
    
    This was entirely generated by the plugin, except that "Highblood" used to say "Admins" which I changed manually when renaming groups. Note: I renamed groups after this issue became apparent to see if it would make any difference; it didn't.
     
  12. Offline

    Junrall

    You are right. Looks like my inheritance is kinda not working and kinda is... My focus needs to be there.
    Thanks for the help. ;)
     
  13. Offline

    RustyDagger

    @dragonhippie

    Very easy to fix the error its self tells you exactly where the problems is i think it is saying you have a tab after that permission node and when i coppied your config there was alot of whitespace after the
    - 'iConomy.bank.main.set'
    Node infact there was 3 tabs after that node and it was very clear but just using the arrow keys DO NOT USE TAB KEY in YML !!!!!
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: '&2'
                suffix: '&f'
                build: true
            permissions:
                - 'iConomy.bank.deposit'
                - 'iConomy.bank.join.*'
                - 'iConomy.bank.leave'
                - 'iConomy.bank.list'
                - 'iConomy.bank.main'
                - 'iConomy.bank.main.change'
                - 'iConomy.bank.main.set'
                - 'iConomy.bank.main.view'
                - 'iConomy.bank.transfer'
                - 'iConomy.bank.transfer.multiple'
                - 'iConomy.bank.withdraw'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'iConomy.bank.access'
                - 'iConomy.access'
                - 'SignShop.Signs.*'
                - 'mobbounty.collect'
                - 'essentials.signs.mail.create'
                - 'essentials.signs.mail.use'
                - 'essentials.signs.protection.create'
                - 'essentials.signs.protection.use'
                - 'essentials.signs.disposal.create'
                - 'essentials.signs.disposal.use'
                - 'essentials.signs.trade.create'
                - 'essentials.signs.trade.use'
                - 'essentials.signs.buy.create'
                - 'essentials.signs.buy.use'
                - 'essentials.signs.sell.create'
                - 'essentials.signs.sell.use'
                - 'essentials.back.ondeath'
                - 'essentials.home'
                - 'essentials.home.others'
                - 'essentials.sethome'
                - 'essentials.warp'
                - 'essentials.warp.list'
                - 'essentials.balance'
                - 'essentials.pay'
                - 'essentials.msg'
                - 'essentials.afk'
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.me'
                - 'essentials.list'
                - 'essentials.mail.send'
                - 'essentials.mail'
                - 'essentials.helpop'
                - 'essentials.whois'
                - 'essentials.clearinventory'
                - 'essentials.kit'
                - 'essentials.kit.*'
                - 'essentials.help'
                - 'essentials.back'
                - 'iConomy.access'
                - 'iConomy.rank'
                - 'iConomy.payment'
                - 'iConomy.bank.access'
                - 'iConomy.bank.main'
                - 'iConomy.bank.main.view'
                - 'craftbook.mech.ammeter.use'
                - 'craftbook.mech.bridge'
                - 'craftbook.mech.bookshelf.use'
                - 'craftbook.mech.cauldron'
                - 'craftbook.mech.elevator'
                - 'craftbook.mech.elevator.use'
                - 'craftbook.mech.gate'
                - 'craftbook.mech.light-switch'
                - 'lwc.protect'
                - 'lwc.blockinventory'
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix: '&f'
                build: true
            permissions:
                - '*'
    Above file is fixed and ready for use but If i was you i would fix your nodes you have sooooo many nodes that you Do not need for example.

    - 'craftbook.mech.elevator'
    - 'craftbook.mech.elevator.use'

    You do not need the first node if you have the second because the second gives access to the first.
    I have removed some of said unneeded nodes to give you an idea of what to do but you could reduce server strain by cleaning that mess up.

    @ClanSoul i was sure that permissions 3 did not yet support the info section in the users file.

    otherr than that i am stumped

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

    ClanSoul

    i don't know, i downloaded the latest stable release and it generated that.
     
  15. Offline

    dragonhippie

    Mate Thank You Very Much! xD
    and thanks about that little tip about the
    - 'craftbook.mech.elevator'
    - 'craftbook.mech.elevator.use'
    thing, i didnt know due to im kinda new at this, lol :p

    @RustyDagger
    sorry but i never used "Tab", in the scripting and i dont know how to literally fix that if i have no idea what i've done wrong. D:
    sorry for the noobiness.
    But could you possibly give me a Group. Yml file with those nodes on it please?

    and again im sorry and u dont have to if you're to busy and dont wanna bother with a noob, so if possible just tell me how do i fix it?
    -------------------------------------------------------------
    EDIT: Im seriously laughing at myself XD the post u made before u gave me one alreday XD hahahahaha
    THanks Man.
    please excuse my Dumbness XD

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

    ClanSoul

    they meant don't press the "Tab" key (the one above caps lock).
    It inputs a space that isn't a space, if that makes sense. YML files only respond to actual spaces input with the space bar, the tab key ruins the syntax.
     
  17. Offline

    dragonhippie

    i know xD. i was just confused cause i never used it. (copy and pasted an old permission file from an older update and used that and it worked in that server.)
     
  18. Offline

    ClanSoul

    I see.

    Anybody got an update on my situation?
    Also, any help with actually adding a user to a group?
    Is there a way to do with without promoting them, because I can't seem to promote anyone.
    They're not listed as being in the default group (Consort) and I can't promote them.
     
  19. Offline

    ncjenkin

    I'm having problems with either Permissions, I believe.

    Here is my groups.yml
    Show Spoiler

    Code:
    groups:
        Ban:
            default: false
            info:
                prefix: 'Prisoner'
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'lwcblockinventory'
        Guest:
            default: true
            info:
                prefix: 'Visitor'
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'permissions.list.worlds'
                - 'worldguard.region.info'
                - 'worldguard.region.list'
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Visitor
            permissions:
                - 'iConomy.access'
                - 'iConomy.rank'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.admin.stats'
                - 'iConomy.bank.main'
                - 'iConomy.bank.join'
                - 'iConomy.bank.join.multiple'
                - 'iConomyChestShop.shop.create'
                - 'iConomyChestShop.shop.create.<id>'
                - 'iConomyChestShop.shop.buy'
                - 'iConomyChestShop.shop.sell'
                - 'iConomyChestShop.command.iteminfo'
                - 'lwc.protect'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Citizen
            permissions:
                - 'permissions.reload.default'
                - 'permissions.reload.all'
                - 'permissions.reload.<world>'
                - 'permissions.list.users'
                - 'permissions.list.groups'
                - 'permissions.promote.<track>'
                - 'permissions.promote.<track>'
                - 'iConomy.admin.account.remove'
                - 'iConomy.bank.access'
                - 'iConomy.bank.main.view'
                - 'lwc.mod'
                - 'worldedit.pos'
                - 'worldedit.hpos'
                - 'worldedit.wand'
                - 'worldedit.selection.expand'
                - 'worldedit.drain'
                - 'worldedit.fixlava'
                - 'worldedit.fixwater'
                - 'worldguard.fire-toggle.stop'
                - 'worldguard.slay'
                - 'worldguard.slay.other'
                - 'worldguard.region.define'
                - 'worldguard.region.redefine'
                - 'worldguard.region.flag'
                - 'worldguard.region.setparent'
                - 'worldguard.region.remove'
                - 'worldguard.region.addmember'
                - 'worldguard.region.addowner'
                - 'worldguard.region.removemember'
                - 'worldguard.region.removeownder'
                - 'worldguard.reload'
                - 'worldguard.report'
        Admin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    


    And here is my users.yml
    Show Spoiler

    Code:
    users:
        ncjenkin:
            groups:
                - Moderator
            permissions: []
        ncadmin:
            groups:
                - Admin
            permissions: []
        cj099:
            groups:
                - Member
            permissions: []
    


    So, basically, it's telling me that I don't have permission to do anything.
     
  20. Offline

    ClanSoul

    Have you tested it?
    I mean, can you use the permissions in-game?
     
  21. Offline

    Chasingu

    Anyone have any help for #2802?
    This has been overlooked for a long time. I really need help with this.
     
  22. Offline

    z_neumann

    No one on my server can build not even ops/admins...
    My groups.yml
    Code:
    groups:
        Default:
            default: true
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                -Default
            permissions:
                - 'mcmmo.skills.*'
                - 'nSpleef.admin.*'
                - 'lockette.*'
                - 'iConomy.payment'
                - 'iConomy.access'
                - 'featurepack.command.vote'
                - 'featurepack.command.help'
                - 'mcmmo.commands.whois'
                - 'localshops.user.buy'
                - 'localshops.user.sell'
                - 'featurepack.command.vote'
                - 'nSpleef.member.*'
                - 'featurepack.command.time'
                - 'featurepack.command.help'
                - 'featurepack.command.weather'
                - 'mcmmo.commands.stats'
                - 'PortableTorch.Allow'
                - 'lottery.buy'
        Donator:
            default: false
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'magiccarpet.mc.*'
                - 'magiccarpet.ml'
                - 'mcmmo.skills.*'
                - 'nSpleef.admin.*'
                - 'lockette.*'
                - 'iConomy.payment'
                - 'iConomy.access'
                - 'logblock.lookup'
                - 'logblock.tool'
                - 'logblock.toolblock'
                - 'logblock.me'
                - 'logblock.area'
                - 'logblock.area'
                - 'logblock.hide'
                - 'lava.allow'
                - 'ichat.color'
                - 'featurepack.command.vote'
                - 'featurepack.command.help'
                - 'localshops.manager.add'
                - 'localshops.manager.create'
                - 'localshops.manager.destroy'
                - 'localshops.manager.move'
                - 'localshops.manager.remove'
                - 'localshops.manager.select'
                - 'localshops.manager.set'
                - 'localshops.manager.set.owner'
                - 'featurepack.command.vote'
                - 'nSpleef.member.*'
                - 'featurepack.command.time'
                - 'featurepack.command.help'
                - 'featurepack.command.weather'
                - 'mcmmo.commands.stats'
                - 'PortableTorch.Allow'
                - 'lottery.buy'
        Moderator:
            default: false
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'magiccarpet.mc.*'
                - 'magiccarpet.ml'
                - 'mcmmo.skills.*'
                - 'nSpleef.admin.*'
                - 'lockette.*'
                - 'iConomy.payment'
                - 'iConomy.access'
                - 'logblock.lookup'
                - 'logblock.tool'
                - 'logblock.toolblock'
                - 'logblock.me'
                - 'logblock.area'
                - 'logblock.area'
                - 'logblock.hide'
                - 'lava.allow'
                - 'ichat.color'
                - 'featurepack.command.vote'
                - 'featurepack.command.help'
                - 'localshops.manager.add'
                - 'localshops.manager.create'
                - 'localshops.manager.destroy'
                - 'localshops.manager.move'
                - 'localshops.manager.remove'
                - 'localshops.manager.select'
                - 'localshops.manager.set'
                - 'localshops.manager.set.owner'
                - 'featurepack.command.vote'
                - 'nSpleef.member.*'
                - 'featurepack.command.time'
                - 'featurepack.command.help'
                - 'featurepack.command.weather'
                - 'mcmmo.commands.stats'
                - 'PortableTorch.Allow'
                - 'lottery.buy'
        Admins:
            default: false
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'magiccarpet.mc.*'
                - 'magiccarpet.ml'
                - 'mcmmo.skills.*'
                - 'nSpleef.admin.*'
                - 'lockette.*'
                - 'iConomy.payment'
                - 'iConomy.access'
                - 'logblock.lookup'
                - 'logblock.tool'
                - 'logblock.toolblock'
                - 'logblock.me'
                - 'logblock.area'
                - 'logblock.hide'
                - 'logblock.clearlog'
                - 'logblock.tp'
                - 'logblock.*'
                - 'fltd.disable'
                - 'ichat.color'
                - 'worldguard.region.*'
                - 'worldgurad.god'
                - 'featurepack.command.help'
                - 'featurepack.command.ipv6'
                - 'featurepack.command.time'
                - 'featurepack.command.weather'
                - 'featurepack.admin.help'
                - 'featurepack.command.version'
                - 'featurepack.command.info'
                - 'featurepack.command.reload'
                - 'featurepack.command.god'
                - 'featurepack.command.ungod'
                - 'featurepack.command.day'
                - 'featurepack.command.night'
                - 'featurepack.command.dawn'
                - 'featurepack.command.dusk'
                - 'featurepack.command.sun'
                - 'featurepack.command.rain'
                - 'featurepack.command.thunder'
                - 'featurepack.command.lock'
                - 'featurepack.command.unlock'
                - 'featurepack.command.light'
                - 'mcmmo.tools'
                - 'mmoedit'
                - 'fakemessage.say'
                - 'fakemessage.join'
                - 'fakemessage.leave'
                - 'fakemessage.message'
                - 'fakemessage.*'
                - 'localshops.admin'
                - 'localshops.manager.add'
                - 'localshops.manager.create'
                - 'localshops.manager.destroy'
                - 'localshops.manager.move'
                - 'localshops.manager.remove'
                - 'localshops.manager.select'
                - 'localshops.manager.set'
                - 'localshops.manager.set.owner'
                - 'localshops.free.create'
                - 'localshops.free.move'
                - 'nSpleef.admin.*'
                - 'nSpleef.member.*'
                - 'PortableTorch.Allow'
                - 'PortableTorch.Permanent'
                - 'slap.slap'
                - 'lottery.buy'
                - 'lottery.admin.addtopot'
                - 'lottery.admin.draw'
    Error I get in game when using /pr: Permissions failed to load data on server load. Post the Server log.
    Server log
    http://tinyurl.com/serverlog
     
  23. Offline

    kingzammy

    I could use some help
    This is my error
    Code:
    148 recipes
    16 achievements
    22:13:26 [INFO] Starting minecraft server version Beta 1.6.6
    22:13:26 [INFO] Loading properties
    22:13:26 [INFO] Starting Minecraft server on 5.153.235.230:25565
    22:13:26 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-823-
    gb9d0b04-b860jnks (MC: 1.6.6)
    22:13:27 [INFO] Preparing level "world"
    22:13:27 [INFO] Preparing start region for level 0
    22:13:27 [INFO] Preparing start region for level 1
    22:13:28 [INFO] Preparing spawn area: 20%
    22:13:28 [INFO] DataSourcePool [BukkitPiston] autoCommit[false] transIsolation[S
    ERIALIZABLE] min[2] max[20]
    22:13:28 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.Plugi
    nClassLoader]
    22:13:28 [INFO] trimming off 'is' from boolean field name isOp in class com.bukk
    it.redspider.bukkitPiston.PersistentPlayer
    22:13:29 [INFO] Entities enhanced[0] subclassed[3]
    22:13:29 [SEVERE] while parsing a block collection
     in "<reader>", line 17, column 13:
                    - '-derp.derp'{}
                    ^
    expected <block end>, but found FlowMappingStart
     in "<reader>", line 17, column 27:
                    - '-derp.derp'{}
                                  ^
    
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequen
    ceEntry.produce(ParserImpl.java:520)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:163)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:148)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeSequenceN
    ode(Composer.java:203)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:158)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeDocument(
    Composer.java:122)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:105)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:124)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    22:13:29 [SEVERE]       at com.nijiko.configuration.NotNullConfiguration.load(No
    tNullConfiguration.java:54)
    22:13:29 [SEVERE]       at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
    e.java:31)
    22:13:29 [SEVERE]       at com.nijiko.data.YamlCreator.getUserStorage(YamlCreato
    r.java:34)
    22:13:29 [SEVERE]       at com.nijiko.data.StorageFactory.getUserStorage(Storage
    Factory.java:76)
    22:13:29 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:92)
    22:13:29 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:84)
    22:13:29 [SEVERE]       at com.nijiko.permissions.ModularControl.load(ModularCon
    trol.java:105)
    22:13:29 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:186)
    22:13:29 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:139)
    22:13:29 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:112)
    22:13:29 [SEVERE]       at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:232)
    22:13:29 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:219)
    22:13:29 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:146)
    22:13:29 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:283)
    22:13:29 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    22:13:29 [SEVERE] [Permissions] Unable to load permission data.
    22:13:29 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    22:13:29 [INFO] [Permissions] (Yeti) was initialized.
    22:13:29 [SEVERE] while parsing a block collection
     in "<reader>", line 17, column 13:
                    - '-derp.derp'{}
                    ^
    expected <block end>, but found FlowMappingStart
     in "<reader>", line 17, column 27:
                    - '-derp.derp'{}
                                  ^
    
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequen
    ceEntry.produce(ParserImpl.java:520)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:163)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:148)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeSequenceN
    ode(Composer.java:203)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:158)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeDocument(
    Composer.java:122)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:105)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:124)
    22:13:29 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    22:13:29 [SEVERE]       at com.nijiko.configuration.NotNullConfiguration.load(No
    tNullConfiguration.java:54)
    22:13:29 [SEVERE]       at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
    e.java:31)
    22:13:29 [SEVERE]       at com.nijiko.data.YamlCreator.getUserStorage(YamlCreato
    r.java:34)
    22:13:29 [SEVERE]       at com.nijiko.data.StorageFactory.getUserStorage(Storage
    Factory.java:76)
    22:13:29 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:92)
    22:13:29 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:84)
    22:13:29 [SEVERE]       at com.nijiko.permissions.ModularControl.load(ModularCon
    trol.java:105)
    22:13:29 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:186)
    22:13:29 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:139)
    22:13:29 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:112)
    22:13:29 [SEVERE]       at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:232)
    22:13:29 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:219)
    22:13:29 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:146)
    22:13:29 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:283)
    22:13:29 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    22:13:29 [SEVERE] [Permissions] Unable to load permission data.
    22:13:29 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    22:13:29 [INFO] [Permissions] (Yeti) was initialized.
    22:13:29 [INFO] BlocksOnGlass version 0.34 is enabled!
    22:13:29 [INFO] [BlocksOnGlass] Permission system detected.
    22:13:29 [INFO] Loading BukkitPiston 0.53
    22:13:29 [INFO] [ChopTree] Using Permissions.
    22:13:29 [INFO] ChopTree 1.23 enabled!
    22:13:29 [INFO] Loaded Essentials build 2.3.3 by Zenexer, ementalo, Aelux, Brett
    flan, KimKandor, snowleo, ceulemans and Xeology
    22:13:29 [INFO] Loaded EssentialsChat build 2.3.3 by Zenexer, ementalo, Aelux, B
    rettflan, KimKandor, snowleo, ceulemans and Xeology
    22:13:29 [INFO] Loaded EssentialsGeoIP build 2.3.3 by Zenexer, ementalo, Aelux,
    Brettflan, KimKandor, snowleo, ceulemans and Xeology
    22:13:29 [INFO] This product includes GeoLite data created by MaxMind, available
     from http://www.maxmind.com/.
    22:13:29 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10
    minutes!
    22:13:29 [INFO] GroupManager version 1.0(alpha-5) is enabled!
    22:13:29 [INFO] Loaded EssentialsProtect build 2.3.3 by Zenexer, ementalo, Aelux
    , Brettflan, KimKandor, snowleo, ceulemans and Xeology
    22:13:29 [INFO] Loaded EssentialsSpawn build 2.3.3 by Zenexer, ementalo, Aelux,
    Brettflan, KimKandor, snowleo, ceulemans and Xeology
    22:13:29 [INFO] [GiveMeWool] Booting...
    22:13:29 [INFO] [GiveMeWool] Permissions system detected!
    22:13:29 [INFO] [GiveMeWool] Done!
    22:13:29 [INFO] [Permissions] (Yeti) disabled successfully.
    22:13:29 [INFO] [Permissions] (Yeti) disabled successfully.
    22:13:29 [INFO] Done (0.259s)! For help, type "help" or "?"
    >
    I am not sure but here is my Users.YML
    Code:
    users:
        TheNo1Yeti:
            groups:
            - Admins
            permissions: []
        Herpina:
            groups:
            - Moderator
            permissions:
            - herp.derp
        Derpina:
            groups:
            - Admins
            info:
                prefix: '&4'
            permissions:
            - -derp.derp
    
    Could you tell me what i am doing wrong THANKS IF YOU CAN HELP
     
  24. Offline

    z_neumann

    You haven't configured permissions yet read on how to configure it.
     
  25. Offline

    ncjenkin

    I have. It seems to be a problem with all my plugins. I think the trick will to reinstall everything
     
  26. Offline

    kingzammy

    Thanks for the help i figured it out
     
  27. Offline

    dragonhippie

    hello im having another problem.... i put my players as this:
    users:
    blazorfire:
    permissions: []
    groups: Noobs
    johnny_2312:
    permissions: []
    groups: Noobs
    dragonhippie:
    permissions: []
    groups: Admin

    But on the game they all the admin i assign become "noobs".
    please help?
     
  28. Offline

    parker_digg

    I have a problem... I had someone donate for VIP, but when I add him, it messed up permissions.

    The reason, I THINK, is his name. His name is 123123098098. I get an error when I reload permissions. I am on the last version of the 2.x releases. Would going to 3.x fix this? This guy paid $10 so I really need to fix this or know if I should refund him. As soon as I take his name out, permissions reloads fine. I have 20'ish other VIP's that I have never had a problem with.

    Any thoughts?
     
  29. Offline

    RustyDagger

    No problem it was a matter of dragging the cursor over your code and i could see spaces after the node just removed them and all is good :D
     
    dragonhippie likes this.
  30. Offline

    dragonhippie

    ur the best :)
    i like both of the posts u told me XD
     
  31. Offline

    z_neumann

    Anyone?
     
Thread Status:
Not open for further replies.

Share This Page