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

    rcjrrjcr

    Whoops. Fixed.
     
  3. Offline

    Revenger

    3.0.1 tested now all errors are still there nothing has changed with my issues with being able to use all commands etc.

    Using any permissions commands as stated just errors out in console or game.
     
  4. Offline

    tatara88

    Show Spoiler
    2011-05-25 10:33:51 [SEVERE] tried to access class com.nijiko.configuration.NotNullRepresenter from class com.nijiko.configuration.NotNullConfiguration initializing Permissions v3.0.1 (Is it up to date?)
    java.lang.IllegalAccessError: tried to access class com.nijiko.configuration.NotNullRepresenter from class com.nijiko.configuration.NotNullConfiguration
    at com.nijiko.configuration.NotNullConfiguration.<init>(NotNullConfiguration.java:47)
    at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:111)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:104)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)

    I'm getting this on load and permissions arent working.

    here are my global configs:

    Globaluser:
    Show Spoiler
    users:
    Tatara88:
    groups:
    - Admins
    permissions:
    evergreen77:
    groups:
    - Admins
    permissions:
    palmr:
    groups:
    - Admins
    permissions:
    sethbean:
    groups:
    - Admins
    permissions:
    xxdannyxx101:
    groups:
    - Moderator
    permissions:


    GlobalGroups:
    Show Spoiler
    groups:
    Default:
    default: true
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    Builder:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - 'iConomy.*'
    - '-iConomy.admin.*'
    - 'falsebook.*'
    - 'worldedit.*'
    Moderator:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Builder
    permissions:
    - 'general.*'

    Admins:
    default: false
    info:
    prefix: '&4[Admin]&7'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'
     
  5. Offline

    Jeyge

    You need to remove GroupManager. You can't run that along with Permissions.
     
  6. Offline

    Revenger

    I would remove group manager if I had it installed but do not have it.

    I have always only used permissions, Only thing I can think of is latest essentials.jar has it built in somehow which it shouldn't as its a separate jar, or the latest bukkit has a permissions system now which they haven't announced anything yet.

    As there is no group manager plugin installed.
     
  7. Offline

    Jeyge

    Ah, you can understand why it might be a bit confusing when you said that everything hooks into Permissions/GroupManager.

    Can you post your server.log just to make sure there aren't any strange errors hiding in there?
     
  8. Offline

    Revenger

    Some plugins need to be updated but its a development server as we are using a cutdown as the main so haven't updated stuff on here while we were awaiting permissions 3 with proper multiworld support.

    Multiinv those errors are fine and the dev knows the errors from a month ago or so.

    Multiverse doesn't work on 803 atm either :/

    Worldguard permissions aren't setup yet to the actual worlds as most plugins aren't tweaked properly and ill do that when we have everything installed and working.

    I'll be redoing permissions mostly from scratch for the new global inheritance thing hence all my questions on the first page of this thread.
    Code:
    2011-05-26 00:09:45 [INFO] Starting minecraft server version Beta 1.5_02
    2011-05-26 00:09:45 [INFO] Loading properties
    2011-05-26 00:09:45 [INFO] Starting Minecraft server on *:25566
    2011-05-26 00:09:45 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-753-g34e310c-b803jnks (MC: 1.5_02)
    2011-05-26 00:09:45 [INFO] Preparing level "test"
    2011-05-26 00:09:45 [INFO] Preparing start region
    2011-05-26 00:09:46 [SEVERE] tried to access class com.nijiko.configuration.NotNullRepresenter from class com.nijiko.configuration.NotNullConfiguration initializing Permissions v3.0.1 (Is it up to date?)
    java.lang.IllegalAccessError: tried to access class com.nijiko.configuration.NotNullRepresenter from class com.nijiko.configuration.NotNullConfiguration
        at com.nijiko.configuration.NotNullConfiguration.<init>(NotNullConfiguration.java:47)
        at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:111)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:104)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-26 00:09:46 [INFO] [rTriggers] Attached plugin to Permissions.
    2011-05-26 00:09:46 [INFO] [rTriggers] Loaded: Version 1.21
    2011-05-26 00:09:46 [INFO] [Permissions] version [3.0.1] (Yeti)  loaded
    2011-05-26 00:09:46 [INFO] [rTriggers] Attached plugin to Permissions.
    2011-05-26 00:09:46 [INFO] HelpPages: Permissions found.
    2011-05-26 00:09:46 [INFO] HelpPages: Version 1.2 is enabled!
    2011-05-26 00:09:46 [INFO] MapMarkers version 0.3.2 enabled
    2011-05-26 00:09:46 [INFO] GriefAlertR version 0.71 by Gandalf is enabled!
    2011-05-26 00:09:46 [INFO] Please visit http://wdgaming.net for our Minecraft server.
    2011-05-26 00:09:46 [INFO] Loaded Essentials build 2.2.8 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-05-26 00:09:46 [INFO] Loaded EssentialsChat build 2.2.8 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-05-26 00:09:46 [INFO] [iConomy] Logging is currently disabled.
    2011-05-26 00:09:46 [INFO] [iConomy] v4.65 (Kenzi) loaded.
    2011-05-26 00:09:46 [INFO] [iConomy] Developed by: [Nijikokun, Coelho]
    2011-05-26 00:09:46 [INFO] [rTriggers] Attached to iConomy.
    2011-05-26 00:09:46 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:46 [INFO] [MultiInv] shares.txt contains minor non-existant world nether
    2011-05-26 00:09:46 [INFO] [MultiInv] shares.txt contains minor non-existant world mining
    2011-05-26 00:09:46 [INFO] [MultiInv] shares.txt contains major non-existant world creative
    2011-05-26 00:09:46 [INFO] [MultiInv] Failed to load shared worlds
    2011-05-26 00:09:46 [INFO] [MultiInv] Plugin on standby until new world found.
    2011-05-26 00:09:46 [INFO] [MultiInv] version 1.5.2 is enabled!
    2011-05-26 00:09:46 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:46 [INFO] CommandHelper 2.0.2 enabled
    2011-05-26 00:09:46 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:46 [INFO] MCDocs - Permissions Detected!
    2011-05-26 00:09:46 [INFO] MCDocs by Tazzernator (Andrew Tajsic) - version 5.2.4.1 is enabled!
    2011-05-26 00:09:46 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:46 [INFO] [DMWrapper] Successfully linked with Permissions
    2011-05-26 00:09:46 [INFO] [DMWrapper] Version [v0.14] (Botswana) enabled
    2011-05-26 00:09:46 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:46 [INFO] [DeathTpPlus] 5 Kill Streaks loaded.
    2011-05-26 00:09:46 [INFO] [DeathTpPlus] 5 Death Streaks loaded.
    2011-05-26 00:09:46 [INFO] [DeathTpPlus] Using Permissions
    2011-05-26 00:09:46 [INFO] [DeathTpPlus] version 1.84 by lonelydime is enabled!
    2011-05-26 00:09:46 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:46 [SEVERE] Nag author: 'lonelydime' of 'DeathTpPlus' about the following: onPluginEnable has been replaced with a new signature, (PluginEnableEvent)
    2011-05-26 00:09:46 [WARNING] [NoCheat] version [0.8.8] couldn't find Permissions plugin. Fallback to 'isOp()' equals 'nocheat.*'
    2011-05-26 00:09:46 [WARNING] [NoCheat] version [0.8.8] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-05-26 00:09:46 [INFO] [NoCheat] version [0.8.8] is enabled with the following checks: moving flying speedhack airbuild bedteleport
    2011-05-26 00:09:46 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:46 [INFO] [LogBlock] Permissions enabled
    2011-05-26 00:09:46 [INFO] Logblock v0.1 enabled.
    2011-05-26 00:09:46 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:46 [INFO] [AdminChat] Version 1.3 is enabled.
    2011-05-26 00:09:46 [INFO] [AdminChat] Using color 'aqua' as for Adminchat.
    2011-05-26 00:09:46 [INFO] [AdminChat] Using channel name 'Adminchat' for Adminchat.
    2011-05-26 00:09:46 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:46 [INFO] [MultiVerse] Permissions Found
    2011-05-26 00:09:46 [INFO] [MultiVerse] - Version 1.6.4 Enabled
    2011-05-26 00:09:46 [INFO] [MultiVerse] Found iConomy, enabling payments.
    2011-05-26 00:09:46 [INFO] [MultiVerse] Loading World & Settings - 'test' - NORMAL
    2011-05-26 00:09:46 [INFO] [MultiVerse] Loading World & Settings - 'nether' - NETHER
    2011-05-26 00:09:47 [INFO] [MultiInv] Detected nether. Reloading shares.txt
    2011-05-26 00:09:47 [INFO] [MultiInv] shares.txt contains minor non-existant world mining
    2011-05-26 00:09:47 [INFO] [MultiInv] shares.txt contains major non-existant world creative
    2011-05-26 00:09:47 [INFO] [MultiInv] Failed to load shared worlds.
    2011-05-26 00:09:47 [INFO] [MultiInv] Plugin on standby until new world found.
    2011-05-26 00:09:47 [INFO] [MultiVerse] Loading World & Settings - 'survival' - NORMAL
    2011-05-26 00:09:47 [INFO] [MultiInv] Detected survival. Reloading shares.txt
    2011-05-26 00:09:47 [INFO] [MultiInv] shares.txt contains minor non-existant world mining
    2011-05-26 00:09:47 [INFO] [MultiInv] shares.txt contains major non-existant world creative
    2011-05-26 00:09:47 [INFO] [MultiInv] Failed to load shared worlds.
    2011-05-26 00:09:47 [INFO] [MultiInv] Plugin on standby until new world found.
    2011-05-26 00:09:47 [INFO] [MultiVerse] Loading World & Settings - 'creative' - NORMAL
    2011-05-26 00:09:47 [INFO] [MultiInv] Detected creative. Reloading shares.txt
    2011-05-26 00:09:47 [INFO] [MultiInv] shares.txt contains minor non-existant world mining
    2011-05-26 00:09:47 [INFO] [MultiInv] shares.txt contains major non-existant world main
    2011-05-26 00:09:47 [INFO] [MultiInv] Failed to load shared worlds.
    2011-05-26 00:09:47 [INFO] [MultiInv] Plugin on standby until new world found.
    2011-05-26 00:09:47 [INFO] [MultiVerse] Loading World & Settings - 'mining' - NORMAL
    2011-05-26 00:09:48 [INFO] [MultiInv] Detected mining. Reloading shares.txt
    2011-05-26 00:09:48 [INFO] [MultiInv] shares.txt contains major non-existant world main
    2011-05-26 00:09:48 [INFO] [MultiInv] Failed to load shared worlds.
    2011-05-26 00:09:48 [INFO] [MultiInv] Plugin on standby until new world found.
    2011-05-26 00:09:48 [INFO] [MultiVerse] Loading World & Settings - 'main' - NORMAL
    2011-05-26 00:09:48 [INFO] [MultiInv] Detected main. Reloading shares.txt
    2011-05-26 00:09:48 [INFO] [MultiInv] shares.txt contains major non-existant world entry
    2011-05-26 00:09:48 [INFO] [MultiInv] Failed to load shared worlds.
    2011-05-26 00:09:48 [INFO] [MultiInv] Plugin on standby until new world found.
    2011-05-26 00:09:48 [INFO] [MultiVerse] Loading World & Settings - 'entry' - NORMAL
    2011-05-26 00:09:48 [INFO] [MultiInv] Detected entry. Reloading shares.txt
    2011-05-26 00:09:48 [INFO] [MultiInv] Shared worlds loaded succesfully
    2011-05-26 00:09:48 [INFO] [MultiVerse] 7 - World(s) loaded.
    2011-05-26 00:09:48 [INFO] [MultiVerse] Loading Portals
    2011-05-26 00:09:48 [INFO] [MultiVerse] 8 - Portal(s) loaded.
    2011-05-26 00:09:48 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:48 [INFO] [MobBounty] v2.02 (Beryllium) loaded.
    2011-05-26 00:09:48 [INFO] [MobBounty] Developed by: [Mattera, Steven (IchigoKyger)].
    2011-05-26 00:09:48 [INFO] [MobBounty] Config loaded.
    2011-05-26 00:09:48 [INFO] [MobBounty] hooked into iConomy.
    2011-05-26 00:09:48 [INFO] [MobBounty] hooked into Permissions/GroupManager.
    2011-05-26 00:09:48 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:48 [INFO] [MobBounty] hooked into Permissions/GroupManager.
    2011-05-26 00:09:48 [INFO] [SlowHealth] version [3.0.1] (actruncale) is loaded.
    2011-05-26 00:09:48 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:48 [INFO] [MobBounty] hooked into Permissions/GroupManager.
    2011-05-26 00:09:48 [INFO] WorldEdit 4.4 enabled.
    2011-05-26 00:09:48 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-26 00:09:48 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:48 [INFO] [MobBounty] hooked into Permissions/GroupManager.
    2011-05-26 00:09:48 [INFO] [Cleaner] version [1.8] (Mess) loaded
    2011-05-26 00:09:48 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:48 [INFO] [MobBounty] hooked into Permissions/GroupManager.
    2011-05-26 00:09:48 [INFO] BorderGuard version 3.0 is enabled!
    2011-05-26 00:09:48 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:48 [INFO] [MobBounty] hooked into Permissions/GroupManager.
    2011-05-26 00:09:49 [INFO] [MYHOME]: 10 homes loaded
    2011-05-26 00:09:49 [INFO] [MYHOME] Permissions enabled using: Permissions v3.0.1
    2011-05-26 00:09:49 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    2011-05-26 00:09:49 [INFO] [MYHOME] MyHome 1.9.3 enabled
    2011-05-26 00:09:49 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:49 [INFO] [MobBounty] hooked into Permissions/GroupManager.
    2011-05-26 00:09:49 [INFO] properTime reading from config at /home/mcohyeah/test/plugins/properTime/properTime.conf
    2011-05-26 00:09:49 [INFO] properTime 1.8.5 initialized
    2011-05-26 00:09:49 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:49 [INFO] [MobBounty] hooked into Permissions/GroupManager.
    2011-05-26 00:09:49 [INFO] Loading PluginControl Version 0.57
    2011-05-26 00:09:49 [INFO] Using Nijikokun's Permission plugin
    2011-05-26 00:09:49 [INFO] Read level-name: test
    2011-05-26 00:09:49 [INFO] PluginControl started
    2011-05-26 00:09:49 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:49 [INFO] [MobBounty] hooked into Permissions/GroupManager.
    2011-05-26 00:09:49 [INFO] Vanish 1.5.2 loaded.
    2011-05-26 00:09:49 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:49 [INFO] [MobBounty] hooked into Permissions/GroupManager.
    2011-05-26 00:09:49 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-26 00:09:49 [INFO] WorldGuard: Blacklist loaded.
    2011-05-26 00:09:49 [INFO] WorldGuard: (test) Single session is enforced.
    2011-05-26 00:09:49 [INFO] WorldGuard: (test) TNT ignition is PERMITTED.
    2011-05-26 00:09:49 [INFO] WorldGuard: (test) Lighters are blocked.
    2011-05-26 00:09:49 [INFO] WorldGuard: (test) Lava fire is blocked.
    2011-05-26 00:09:49 [INFO] WorldGuard: (test) All fire spread is disabled.
    2011-05-26 00:09:49 [INFO] WorldGuard: Loaded configuration for world 'test"
    2011-05-26 00:09:49 [INFO] WorldGuard: (nether) Single session is enforced.
    2011-05-26 00:09:49 [INFO] WorldGuard: (nether) TNT ignition is PERMITTED.
    2011-05-26 00:09:49 [INFO] WorldGuard: (nether) Lighters are PERMITTED.
    2011-05-26 00:09:49 [INFO] WorldGuard: (nether) Lava fire is PERMITTED.
    2011-05-26 00:09:49 [INFO] WorldGuard: (nether) Fire spread is UNRESTRICTED.
    2011-05-26 00:09:49 [INFO] WorldGuard: Loaded configuration for world 'nether"
    2011-05-26 00:09:49 [INFO] WorldGuard: (survival) Single session is enforced.
    2011-05-26 00:09:49 [INFO] WorldGuard: (survival) TNT ignition is PERMITTED.
    2011-05-26 00:09:49 [INFO] WorldGuard: (survival) Lighters are PERMITTED.
    2011-05-26 00:09:49 [INFO] WorldGuard: (survival) Lava fire is PERMITTED.
    2011-05-26 00:09:49 [INFO] WorldGuard: (survival) Fire spread is UNRESTRICTED.
    2011-05-26 00:09:49 [INFO] WorldGuard: Loaded configuration for world 'survival"
    2011-05-26 00:09:49 [INFO] WorldGuard: Blacklist loaded.
    2011-05-26 00:09:49 [INFO] WorldGuard: (creative) Single session is enforced.
    2011-05-26 00:09:49 [INFO] WorldGuard: (creative) TNT ignition is blocked.
    2011-05-26 00:09:49 [INFO] WorldGuard: (creative) Lighters are PERMITTED.
    2011-05-26 00:09:49 [INFO] WorldGuard: (creative) Lava fire is blocked.
    2011-05-26 00:09:49 [INFO] WorldGuard: (creative) All fire spread is disabled.
    2011-05-26 00:09:49 [INFO] WorldGuard: Loaded configuration for world 'creative"
    2011-05-26 00:09:49 [INFO] WorldGuard: (mining) Single session is enforced.
    2011-05-26 00:09:49 [INFO] WorldGuard: (mining) TNT ignition is PERMITTED.
    2011-05-26 00:09:49 [INFO] WorldGuard: (mining) Lighters are blocked.
    2011-05-26 00:09:49 [INFO] WorldGuard: (mining) Lava fire is blocked.
    2011-05-26 00:09:49 [INFO] WorldGuard: (mining) All fire spread is disabled.
    2011-05-26 00:09:49 [INFO] WorldGuard: Loaded configuration for world 'mining"
    2011-05-26 00:09:49 [INFO] WorldGuard: (main) Single session is enforced.
    2011-05-26 00:09:49 [INFO] WorldGuard: (main) TNT ignition is blocked.
    2011-05-26 00:09:49 [INFO] WorldGuard: (main) Lighters are blocked.
    2011-05-26 00:09:49 [INFO] WorldGuard: (main) Lava fire is blocked.
    2011-05-26 00:09:49 [INFO] WorldGuard: (main) All fire spread is disabled.
    2011-05-26 00:09:49 [INFO] WorldGuard: Loaded configuration for world 'main"
    2011-05-26 00:09:49 [INFO] WorldGuard: Blacklist loaded.
    2011-05-26 00:09:49 [INFO] WorldGuard: (entry) Single session is enforced.
    2011-05-26 00:09:49 [INFO] WorldGuard: (entry) TNT ignition is PERMITTED.
    2011-05-26 00:09:49 [INFO] WorldGuard: (entry) Lighters are blocked.
    2011-05-26 00:09:49 [INFO] WorldGuard: (entry) Lava fire is blocked.
    2011-05-26 00:09:49 [INFO] WorldGuard: (entry) All fire spread is disabled.
    2011-05-26 00:09:49 [INFO] WorldGuard: Loaded configuration for world 'entry"
    2011-05-26 00:09:49 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-05-26 00:09:49 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:49 [INFO] [MobBounty] hooked into Permissions/GroupManager.
    2011-05-26 00:09:49 [INFO] [DynamicMarket] iConomy connected.
    2011-05-26 00:09:49 [INFO] [DynamicMarket] Successfully linked with Permissions.
    2011-05-26 00:09:49 [INFO] [DynamicMarket] version [v0.4.8.magik.29] (Shaniqua) enabled
    2011-05-26 00:09:49 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:49 [INFO] [DynamicMarket] wrapper mode enabled by DMWrapper
    2011-05-26 00:09:49 [INFO] [DMWrapper] Successfully linked with DynamicMarket
    2011-05-26 00:09:49 [INFO] [MobBounty] hooked into Permissions/GroupManager.
    2011-05-26 00:09:49 [INFO] GiveIt: Permissions support enabled
    2011-05-26 00:09:49 [INFO] GiveIt version 1.3 by cian1500ww is enabled!
    2011-05-26 00:09:49 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:49 [INFO] [MobBounty] hooked into Permissions/GroupManager.
    2011-05-26 00:09:49 [INFO] PW: Start loading of PrivateWarp 1.4.7
    2011-05-26 00:09:49 [INFO] PW: Starting initialization of PrivateWarp
    2011-05-26 00:09:49 [INFO] PW: Copyright: Wrecker Technologies
    2011-05-26 00:09:49 [INFO] PW: PrivateWarp 1.4.7 initialized
    2011-05-26 00:09:49 [INFO] PW: Just got enabled
    2011-05-26 00:09:49 [INFO] [iConomy] hooked into Permissions.
    2011-05-26 00:09:49 [INFO] [MobBounty] hooked into Permissions/GroupManager.
    2011-05-26 00:09:49 [INFO] Done (0.377s)! For help, type "help" or "?"
    
     
  9. Offline

    Joegabe

    I tried 3.0.1 and I still can't do anything, the test i've been running is to use the turnstile i have at my minecart, when i press the button it says I don't have permissions. Plus the tags with iChat are not showing up, would iChat be interfering?
     
  10. Offline

    Jeyge

    @tatara88 & @Revenger
    I've tried everything I could think of to get the IllegalAccessError to show up and just can't figure out what is causing it. We'll probably have to wait for the dev to respond to this one.
     
  11. Offline

    tatara88

    oddly enough it resolves when i use the /reload command
     
  12. Offline

    Jeyge

    It really sounds like your files aren't being loaded at all. Have you looking in your plugins\permissions\<world name> directory to see how many files you have in there? There should just be 2. One easy way to check to make sure they are being loaded would be to actually break them. Add a tab to each file and see if you get the expected errors.
     
  13. Offline

    Pim1234

    when will the next update be? these errors make me crazy...
     
  14. Offline

    Jeyge

    If you mean the one referred to in the post you quoted, it was 3 hours after that post. If you mean one for errors you received after that, you will have to post them.
     
  15. Offline

    Solaris765

    ok so every time i load up or reload my server i get this error
    Code:
    15:56:03 [SEVERE] tried to access class com.nijiko.configuration.NotNullRepresenter from class com.nijiko.configuration.NotNullConfiguration initializing Permissions v3.0.1 (Is it up to date?)
    java.lang.IllegalAccessError: tried to access class com.nijiko.configuration.NotNullRepresenter from class com.nijiko.configuration.NotNullConfiguration
        at com.nijiko.configuration.NotNullConfiguration.<init>(NotNullConfiguration.java:47)
        at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:111)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:104)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:337)
        at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:243)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:127)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:279)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:699)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:666)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:660)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    and my stargate and multiworld permissions don't work for anyone including the admins
     
  16. Offline

    DacrioS.PSombra

    I also tryied to update from 2.7.4. It only reads the world specific files, not the global ones, and even after changing Group: Admins for Groups: - Admins (and even tryed - 'Admins', all well spaced) it gives me the Default group.

    My solution: returning to 2.7.4.

    PD: Also tryied making a clean installation and all the files the plugin creates are empty...:(

    EDIT: And even as the Default group (one which doesn't have permissions to do any command) I'm abble even to use the /kick command and the /stop one...
     
  17. Offline

    MeinerHosen

    I approve of this beautiful thing.

    Permissions is what makes my server go round
     
  18. Offline

    indigomontoya

    how do you define tracks?
     
  19. Offline

    Joegabe

    They both bring up errors when i put tabs in, so they are being loaded.
     
  20. Offline

    Tyrant451

    I'm having a *LOT* of errors with this.
    It's very confusing converting from 2.7.4 ---> The reason I'm converting in the first place is the fact that permissions 2.7.4 randomly quit on me and stopped working.
    my plugins/permissions/Red Mojave (worldname)/groups.yml
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'minecraft.list'
                - 'iConomy.access'
                - 'iConomy.bank.access'
                - 'iConomy.bank.deposit'
                - 'iConomy.bank.join'
                - 'iConomy.bank.join.multiple'
                - 'iConomy.bank.leave'
                - 'iConomy.bank.list'
                - '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.list'
                - 'iConomy.rank'
                - 'jobs.job.Builder'
                - 'jobs.job.Digger'
                - 'jobs.job.Woodcutter'
                - 'jobs.job.Miner'
                - 'factions.participate'
                - '-factions.claim'
                - 'iConomyChestShop.shop.create'
                - 'iConomyChestShop.shop.create.<id>'
                - 'iConomyChestShop.shop.buy'
                - 'iConomyChestShop.shop.sell'
                - 'colorme.self'
                - 'iConomyChestShop.command.iteminfo'
                - 'colorme.list'
                - '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'
                - 'mcmmo.skills.*'
                - 'mcmmo.ability.*'
                - 'mcmmo.item.chimerawing'
                - 'mcmmo.commands.*'
                - '-mcmmo.commands.setmyspawnother'
                - 'mcmmo.motd'
                - 'mcmmo.regeneration'
                - 'localshops.manager.*'
                - 'localshops.user.*'
                - 'residence.create'
                - '-citizens.*
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'dispname.change'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    And my plugins/permissions/Red Mojave/users.yml
    Code:
    users:
        Tyrant451:
            groups:
                - Admins
            permissions:
        Arcus360:
            groups:
                - Admins
            info:
                prefix: ''
                suffix: ''
            permissions:
        AlphaLegitPolski:
            groups:
                - Admins
            info:
                prefix: ''
                suffix: ''
            permissions:
        Manning_Upp:
            group:
                - Moderator
            info:
                prefix: ''
                suffix: ''
            permissions:
        Spada_Laser:
            group:
                - Moderator
            info:
                prefix: ''
                suffix: ''
            permissions:
        meenos:
            group:
                - Moderator
            info:
                prefix: ''
                suffix: ''
            permissions:
                - 'admincmd.*'
    NOTE: I have not touched any of the 'global' files as I followed the 'Convesion from 2.X to 3.0 guide!

    the error I'm getting is:
    Code:
    arControl.java:66)
    18:50:05 [SEVERE]       at com.nijiko.permissions.ModularControl.load(ModularCon
    trol.java:87)
    18:50:05 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:155)
    18:50:05 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:117)
    18:50:05 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:103)
    18:50:05 [SEVERE]       at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:218)
    18:50:05 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:205)
    18:50:05 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:145)
    18:50:05 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:260)
    18:50:05 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:394)
    18:50:05 [INFO] [Permissions] (Yeti) was initialized.
    18:50:05 [INFO] [AdminCmd] Plugin Enabled. (version4.7.3)
    18:50:05 [INFO] [AntiCreeper] version 1.0 is enabled.
    18:50:05 [INFO] [bColoredChat] Permission system found
    18:50:05 [INFO] [bColoredChat] version 2.1.0 is enabled!
    18:50:05 [INFO] [Citizens]: Permissions enabled.
    18:50:05 [INFO] [Citizens]: version [1.0.8d] (Helpers) loaded
    18:50:05 [INFO] [ColorMe] v2.1 has been enabled.
    18:50:05 [INFO] ControllerBlock: Enabling full redstone check
    18:50:05 [INFO] ControllerBlock: Events registered
    18:50:05 [INFO] CraftBookCommon 3.0-alpha2 enabled.
    18:50:05 [INFO] CraftBookCommon: Permissions plugin detected! Using Permissions
    plugin for permissions.
    18:50:05 [INFO] CraftBookCircuits 3.0-alpha2 enabled.
    18:50:05 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permission
    s plugin for permissions.
    18:50:05 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permission
    s plugin for permissions.
    18:50:05 [INFO] CraftBookMechanisms 3.0-alpha2 enabled.
    18:50:05 [INFO] CraftBookMechanisms: Permissions plugin detected! Using Permissi
    ons plugin for permissions.
    18:50:05 [INFO] 1 cauldron recipe(s) loaded
    18:50:05 [INFO] CraftBookVehicles 3.0-alpha2 enabled.
    18:50:05 [INFO] CraftBookVehicles: Permissions plugin detected! Using Permission
    s plugin for permissions.
    18:50:05 [INFO] [DispNameChanger] Version 1.4.1 Permissions system detected!
    18:50:05 [INFO] [DispNameChanger] DispNameChanger v1.4.1 by captainawesome7 has
    been enabled!
    18:50:05 [INFO] [Factions v1.1.8] === INIT START ===
    18:50:05 [INFO] [Factions v1.1.8] Loading conf from disk
    18:50:05 [INFO] [Factions v1.1.8] Loading players from disk
    18:50:05 [INFO] [Factions v1.1.8] Loading factions from disk
    18:50:05 [INFO] [Factions v1.1.8] Loading board from disk
    18:50:05 [INFO] [Factions v1.1.8] Found and will use plugin Permissions v3.0.1
    18:50:05 [INFO] [Factions v1.1.8] === INIT DONE (Took 64ms) ===
    18:50:05 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    18:50:05 [INFO] [iConomy] Developed by: [Nijikokun]
    18:50:05 [INFO] [Citizens]: Payment method found (iConomy version: 5)
    18:50:05 [INFO] [ColorMe] hooked into iConomy.
    18:50:05 [INFO] [iConomyChestShop] version 2.74 initialized!
    18:50:05 [INFO] [iConomyChestShop] iConomy version 5 loaded.
    18:50:05 [INFO] [iConomyChestShop] Permissions version 3.0.1 loaded.
    18:50:05 [INFO] [iConomyChestShop] Lockette version 1.3.8 loaded.
    18:50:05 [INFO] [iZone : 6.2] Enabled!
    18:50:05 [INFO] [iZone : 6.2] Loaded 11 zones out of 11
    18:50:06 [INFO] [LocalShops] Loaded with 6 shop(s)
    18:50:06 [INFO] [LocalShops] Version 3.1.0 is enabled: 893b90c3-6758-41d5-9701-b
    86c6d25e69f
    18:50:06 [INFO] [LocalShops] Starting NotificationThread with Timer of 300 secon
    ds
    18:50:06 [INFO] [LocalShops][Economy] BOSEconomy not found.
    18:50:06 [INFO] [LocalShops][Economy] Essentials Economy not found.
    18:50:06 [INFO] [LocalShops][Economy] iConomy 4 not found.
    18:50:06 [INFO] [LocalShops][Economy] iConomy 5 hooked.
    18:50:06 [INFO] [LocalShops][Economy] iConomy 5 found: Loaded
    18:50:06 [INFO] [LocalShops][Permission] Permissions (Phoenix) found: Waiting
    18:50:06 [INFO] [LocalShops][Permission] Local Fallback Permissions found: Loade
    d
    18:50:06 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.
    0)
    18:50:06 [INFO] Lockette: Detected craftbukkit build [766] ok.
    18:50:06 [INFO] [Permissions] version [3.0.1] (Yeti)  loaded
    18:50:06 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permission
    s plugin for permissions.
    18:50:06 [INFO] [iZone : 6.2] Using permissions of Permissions.
    18:50:06 [INFO] [AdminCmd] Successfully linked with Permissions.
    18:50:06 [INFO] [iConomy] hooked into Permissions.
    18:50:06 [INFO] [LocalShops][Permission] Permissions (Phoenix) hooked.
    18:50:06 [INFO] Lockette: Linked to Permissions plugin version 3.0.1
    18:50:06 [INFO] Lockette: Using ops file for admin permissions.
    18:50:06 [INFO] Lockette: Ready to protect your containers.
    18:50:06 [INFO] [mcMMO] Permissions enabled.
    18:50:06 [INFO] mcMMO version 1.0.07 is enabled!
    18:50:06 [INFO] [RealTeleporter] version [0.1] (tickleman) loaded
    18:50:06 [INFO] [Residence] Found Permissions Plugin!
    18:50:06 [INFO] [Residence] Successfully linked with iConomy!
    18:50:06 [INFO] [Residence] Loaded Residences...
    18:50:06 [INFO] [Residence] Enabled! Version v2.1.1 by bekvon
    18:50:06 [INFO] Permissions plugin found and successfully connected to Scheduled
    Announcer.
    
    18:50:06 [INFO] ScheduledAnnouncer v1.6.1 is enabled!
    
    18:50:06 [INFO] SimpleWarp v1.1.0 has been enabled
    18:50:06 [INFO] VoxelAir version 2.008 is enabled!
    18:50:06 [INFO] WorldEdit 4.4 enabled.
    18:50:06 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    18:50:06 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    18:50:06 [INFO] WorldGuard: (Red Mojave) Single session is enforced.
    18:50:06 [INFO] WorldGuard: (Red Mojave) TNT ignition is blocked.
    18:50:06 [INFO] WorldGuard: (Red Mojave) Lighters are blocked.
    18:50:06 [INFO] WorldGuard: (Red Mojave) Lava fire is blocked.
    18:50:06 [INFO] WorldGuard: (Red Mojave) All fire spread is disabled.
    18:50:06 [INFO] WorldGuard: Loaded configuration for world 'Red Mojave"
    18:50:06 [INFO] WorldGuard 5.0-alpha10 enabled.
    18:50:06 [INFO] [xLoginMessage] xLoginMessage v1.0 is enabled!
    18:50:06 [INFO] Done (0.236s)! For help, type "help" or "?"
    18:50:06 [INFO] [Citizens]: Loaded 7 NPCs.
    18:50:06 [INFO] ControllerBlock: Loaded v4 data - 2 ControllerBlocks loaded
    18:50:09 [INFO] tyrant451 [/192.168.1.1:49905] logged in with entity id 31
    18:50:09 [SEVERE] java.lang.Exception: Error creating user tyrant451 in world Re
    d Mojave due to storage problems!
    18:50:09 [SEVERE]       at com.nijiko.permissions.ModularControl.safeGetUser(Mod
    ularControl.java:405)
    18:50:09 [SEVERE]       at com.nijiko.permissions.ModularControl.inGroup(Modular
    Control.java:486)
    18:50:09 [SEVERE]       at com.nijiko.permissions.ModularControl.inGroup(Modular
    Control.java:530)
    18:50:09 [SEVERE]       at com.sk89q.bukkit.migration.NijiPermissionsResolver.in
    Group(NijiPermissionsResolver.java:75)
    18:50:09 [SEVERE]       at com.sk89q.bukkit.migration.PermissionsResolverManager
    .inGroup(PermissionsResolverManager.java:106)
    18:50:09 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(
    WorldGuardPlugin.java:219)
    18:50:09 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.
    onPlayerJoin(WorldGuardPlayerListener.java:438)
    18:50:09 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$1.execute(Jav
    aPluginLoader.java:232)
    18:50:09 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:59)
    18:50:09 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:289)
    18:50:09 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.a(Ser
    verConfigurationManager.java:94)
    18:50:09 [SEVERE]       at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:95)
    18:50:09 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:33)
    18:50:09 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile
    :87)
    18:50:09 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:372)
    18:50:09 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:287)
    18:50:09 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:394)
    18:50:09 [SEVERE] Caused by: while scanning for the next token
    found character         '\t' that cannot start any token
     in "<reader>", line 13, column 1:
                            - Admins
        ^
    
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreToken
    s(ScannerImpl.java:360)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(Sca
    nnerImpl.java:183)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappin
    gValue.produce(ParserImpl.java:592)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:163)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:148)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:132)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeDocument(
    Composer.java:122)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:105)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:124)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    18:50:09 [SEVERE]       at org.bukkit.util.config.Configuration.load(Configurati
    on.java:73)
    18:50:09 [SEVERE]       at com.nijiko.data.YamlUserStorage.reload(YamlUserStorag
    e.java:192)
    18:50:09 [SEVERE]       at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
    e.java:29)
    18:50:09 [SEVERE]       at com.nijiko.data.StorageFactory.getUserStorage(Storage
    Factory.java:86)
    18:50:09 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:74)
    18:50:09 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:66)
    18:50:09 [SEVERE]       at com.nijiko.permissions.ModularControl.safeGetUser(Mod
    ularControl.java:403)
    18:50:09 [SEVERE]       ... 16 more
    18:50:09 [SEVERE] java.lang.Exception: Error creating user tyrant451 in world Re
    d Mojave due to storage problems!
    18:50:09 [SEVERE]       at com.nijiko.permissions.ModularControl.safeGetUser(Mod
    ularControl.java:405)
    18:50:09 [SEVERE]       at com.nijiko.permissions.ModularControl.inGroup(Modular
    Control.java:486)
    18:50:09 [SEVERE]       at com.nijiko.permissions.ModularControl.inGroup(Modular
    Control.java:530)
    18:50:09 [SEVERE]       at com.sk89q.bukkit.migration.NijiPermissionsResolver.in
    Group(NijiPermissionsResolver.java:75)
    18:50:09 [SEVERE]       at com.sk89q.bukkit.migration.PermissionsResolverManager
    .inGroup(PermissionsResolverManager.java:106)
    18:50:09 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(
    WorldGuardPlugin.java:219)
    18:50:09 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.
    onPlayerJoin(WorldGuardPlayerListener.java:442)
    18:50:09 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$1.execute(Jav
    aPluginLoader.java:232)
    18:50:09 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:59)
    18:50:09 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:289)
    18:50:09 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.a(Ser
    verConfigurationManager.java:94)
    18:50:09 [SEVERE]       at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:95)
    18:50:09 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:33)
    18:50:09 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile
    :87)
    18:50:09 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:372)
    18:50:09 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:287)
    18:50:09 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:394)
    18:50:09 [SEVERE] Caused by: while scanning for the next token
    found character         '\t' that cannot start any token
     in "<reader>", line 13, column 1:
                            - Admins
        ^
    
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreToken
    s(ScannerImpl.java:360)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(Sca
    nnerImpl.java:183)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappin
    gValue.produce(ParserImpl.java:592)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:163)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:148)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:132)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeDocument(
    Composer.java:122)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:105)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:124)
    18:50:09 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    18:50:09 [SEVERE]       at org.bukkit.util.config.Configuration.load(Configurati
    on.java:73)
    18:50:09 [SEVERE]       at com.nijiko.data.YamlUserStorage.reload(YamlUserStorag
    e.java:192)
    18:50:09 [SEVERE]       at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
    e.java:29)
    18:50:09 [SEVERE]       at com.nijiko.data.StorageFactory.getUserStorage(Storage
    Factory.java:86)
    18:50:09 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:74)
    18:50:09 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:66)
    18:50:09 [SEVERE]       at com.nijiko.permissions.ModularControl.safeGetUser(Mod
    ularControl.java:403)
    18:50:09 [SEVERE]       ... 16 more
    >copy
    18:58:37 [INFO] Unknown console command. Type "help" for help.
    >
    Please help?
     
  21. Offline

    Jeyge

    Looks like you have tabs in your files. I can't tell exactly where because it looks like all of the error messages have been cut off but remove those and you will see it get further. One other thing I could see from the files was your groups in the users.yml file are actually just group. Change them to groups: and things should start to work.

    I did a little testing and iChat isn't currently working with 3.0 for prefix/suffix/group. I'm still trying to figure if it is something with Permissions or iChat.

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

    Akuma

    I'm having a little trouble getting Permissions to work, as of right now, I can only use my Default Groups Commands and I have no idea why, as I set myself to an Admin in the users.yml and both of my Global yml files are Blank since I only have one world.

    plugins/Permissions/World/groups.yml
    Show Spoiler
    groups:
    Default:
    default: true
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'iConomy.rank'
    - 'iConomy.list'
    - 'iConomy.payment'
    - 'iConomy.access'
    - 'iConomy.bank.main.*'
    - 'iConomy.bank.list'
    - 'iConomy.bank.withdraw'
    - 'iConomy.bank.transfer'
    - 'iConomy.bank.join'
    - 'iConomy.bank.leave'
    - 'iConomy.bank.deposit'
    - 'iConomy.bank.access'
    - 'localshops.user.*'
    - 'localshops.manager.*'
    - 'herobounty.new'
    - 'herobounty.accept'
    - 'herobounty.locate'
    - 'herobounty.list'
    - 'lottery.buy'
    - 'lockette.user.create.*'
    - 'myhome.home.*'
    - 'lc.level.*'
    - 'ww.warp'
    - 'ww.list'
    Donor:
    default: false
    info:
    inheritance:
    - Default
    permissions:
    - 'godPowers.heal'
    - 'godPowers.jesus'
    - 'godPowers.die'
    - 'iConomy.admin.stats'
    - 'iConomy.admin.account.create'
    - 'iConomy.admin.bank.create'
    - 'cleaner.clean'
    - 'lc.shout'
    Adv. Donator:
    default: false
    info:
    inheritance:
    - Donor
    permissions:
    - 'godPowers.godmode'
    - 'godPowers.maim'
    - 'godPowers.zeus'
    - 'godPowers.superjump'
    - 'AutoRepair.*'
    - 'vanish.*'
    - '-vanish.noaggromobs'
    - 'magiccarpet.*'
    Moderator:
    default: false
    info:
    prefix: '[Mod]'
    suffix: ''
    build: true
    inheritance:
    - Donor
    permissions:
    - 'nocheat.*'
    - 'lockette.admin.*'
    - 'lottery.admin.*'
    - 'lc.admin.*'
    Admins:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'


    plugin/Permissions/trolls/users.yml
    Show Spoiler
    users:
    Trusithia:
    groups:
    - Admins
    permissions:
    l0l0l0l123:
    groups:
    - Donor
    permissions:
     
  23. Offline

    Jeyge

    Show Spoiler

    Your info: is empty for groups Donor and Adv. Donator. I don't think it will work until those are filled in with the rest of the required information. Just copy one of the others like Moderator.
     
  24. Offline

    lolzrofl

    Which plugins are incompatible with this?
     
  25. Offline

    Akuma

    Still doesn't work. I'm an Admin but I'm restricted to Default Commands... weird.
     
  26. Offline

    Tyrant451

    The tabs part makes sense, i got it into my head that Notepad++ automatically converted them into 4 spaces. will go fix.
    After fix: Still getting errors:
    Code:
    20:56:31 [SEVERE] while scanning an alias
     in "<reader>", line 117, column 16:
                    - '*'
                       ^
    expected alphabetic or numeric character, but found but found '
     in "<reader>", line 117, column 17:
                    - '*'
                        ^
    
    20:56:31 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(Sca
    nnerImpl.java:1156)
    20:56:31 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAlias(Sca
    nnerImpl.java:782)
    20:56:31 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreToken
    s(ScannerImpl.java:313)
    20:56:31 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(Sca
    nnerImpl.java:183)
    20:56:31 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequen
    ceEntry.produce(ParserImpl.java:508)
    20:56:31 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:163)
    20:56:31 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:148)
    20:56:31 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeSequenceN
    ode(Composer.java:203)
    20:56:31 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:158)
    20:56:31 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    20:56:31 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    20:56:31 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    20:56:31 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    20:56:31 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    20:56:31 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    20:56:31 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeDocument(
    Composer.java:122)
    20:56:31 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:105)
    20:56:31 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:124)
    20:56:31 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    20:56:31 [SEVERE]       at org.bukkit.util.config.Configuration.load(Configurati
    on.java:73)
    20:56:31 [SEVERE]       at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStor
    age.java:168)
    20:56:31 [SEVERE]       at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStor
    age.java:28)
    20:56:31 [SEVERE]       at com.nijiko.data.StorageFactory.getGroupStorage(Storag
    eFactory.java:158)
    20:56:31 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:75)
    20:56:31 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:66)
    20:56:31 [SEVERE]       at com.nijiko.permissions.ModularControl.load(ModularCon
    trol.java:87)
    20:56:31 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:155)
    20:56:31 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:117)
    20:56:31 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:103)
    20:56:31 [SEVERE]       at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:218)
    20:56:31 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:205)
    20:56:31 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:145)
    20:56:31 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:260)
    20:56:31 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:394)
    -snip-
    20:54:35 [INFO] tyrant451 [/192.168.1.1:51330] logged in with entity id 57
    20:54:35 [SEVERE] java.lang.Exception: Error creating user tyrant451 in world Re
    d Mojave due to storage problems!
    20:54:35 [SEVERE]       at com.nijiko.permissions.ModularControl.safeGetUser(Mod
    ularControl.java:405)
    20:54:35 [SEVERE]       at com.nijiko.permissions.ModularControl.inGroup(Modular
    Control.java:486)
    20:54:35 [SEVERE]       at com.nijiko.permissions.ModularControl.inGroup(Modular
    Control.java:530)
    20:54:35 [SEVERE]       at com.sk89q.bukkit.migration.NijiPermissionsResolver.in
    Group(NijiPermissionsResolver.java:75)
    20:54:35 [SEVERE]       at com.sk89q.bukkit.migration.PermissionsResolverManager
    .inGroup(PermissionsResolverManager.java:106)
    20:54:35 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(
    WorldGuardPlugin.java:219)
    20:54:35 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.
    onPlayerJoin(WorldGuardPlayerListener.java:438)
    20:54:35 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$1.execute(Jav
    aPluginLoader.java:232)
    20:54:35 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:59)
    20:54:35 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:289)
    20:54:35 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.a(Ser
    verConfigurationManager.java:94)
    20:54:35 [SEVERE]       at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:95)
    20:54:35 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:33)
    20:54:35 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile
    :87)
    20:54:35 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:372)
    20:54:35 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:287)
    20:54:35 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:394)
    20:54:35 [SEVERE] Caused by: while scanning an alias
     in "<reader>", line 117, column 16:
                    - '*'
                       ^
    expected alphabetic or numeric character, but found but found '
     in "<reader>", line 117, column 17:
                    - '*'
                        ^
    
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(Sca
    nnerImpl.java:1156)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAlias(Sca
    nnerImpl.java:782)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreToken
    s(ScannerImpl.java:313)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(Sca
    nnerImpl.java:183)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequen
    ceEntry.produce(ParserImpl.java:508)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:163)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:148)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeSequenceN
    ode(Composer.java:203)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:158)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeDocument(
    Composer.java:122)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:105)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:124)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    20:54:35 [SEVERE]       at org.bukkit.util.config.Configuration.load(Configurati
    on.java:73)
    20:54:35 [SEVERE]       at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStor
    age.java:168)
    20:54:35 [SEVERE]       at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStor
    age.java:28)
    20:54:35 [SEVERE]       at com.nijiko.data.StorageFactory.getGroupStorage(Storag
    eFactory.java:158)
    20:54:35 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:75)
    20:54:35 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:66)
    20:54:35 [SEVERE]       at com.nijiko.permissions.ModularControl.safeGetUser(Mod
    ularControl.java:403)
    20:54:35 [SEVERE]       ... 16 more
    20:54:35 [SEVERE] java.lang.Exception: Error creating user tyrant451 in world Re
    d Mojave due to storage problems!
    20:54:35 [SEVERE]       at com.nijiko.permissions.ModularControl.safeGetUser(Mod
    ularControl.java:405)
    20:54:35 [SEVERE]       at com.nijiko.permissions.ModularControl.inGroup(Modular
    Control.java:486)
    20:54:35 [SEVERE]       at com.nijiko.permissions.ModularControl.inGroup(Modular
    Control.java:530)
    20:54:35 [SEVERE]       at com.sk89q.bukkit.migration.NijiPermissionsResolver.in
    Group(NijiPermissionsResolver.java:75)
    20:54:35 [SEVERE]       at com.sk89q.bukkit.migration.PermissionsResolverManager
    .inGroup(PermissionsResolverManager.java:106)
    20:54:35 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(
    WorldGuardPlugin.java:219)
    20:54:35 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.
    onPlayerJoin(WorldGuardPlayerListener.java:442)
    20:54:35 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$1.execute(Jav
    aPluginLoader.java:232)
    20:54:35 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:59)
    20:54:35 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:289)
    20:54:35 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.a(Ser
    verConfigurationManager.java:94)
    20:54:35 [SEVERE]       at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:95)
    20:54:35 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:33)
    20:54:35 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile
    :87)
    20:54:35 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:372)
    20:54:35 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:287)
    20:54:35 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:394)
    20:54:35 [SEVERE] Caused by: while scanning an alias
     in "<reader>", line 117, column 16:
                    - '*'
                       ^
    expected alphabetic or numeric character, but found but found '
     in "<reader>", line 117, column 17:
                    - '*'
                        ^
    
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(Sca
    nnerImpl.java:1156)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAlias(Sca
    nnerImpl.java:782)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreToken
    s(ScannerImpl.java:313)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(Sca
    nnerImpl.java:183)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequen
    ceEntry.produce(ParserImpl.java:508)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:163)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:148)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeSequenceN
    ode(Composer.java:203)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:158)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeDocument(
    Composer.java:122)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:105)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:124)
    20:54:35 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    20:54:35 [SEVERE]       at org.bukkit.util.config.Configuration.load(Configurati
    on.java:73)
    20:54:35 [SEVERE]       at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStor
    age.java:168)
    20:54:35 [SEVERE]       at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStor
    age.java:28)
    20:54:35 [SEVERE]       at com.nijiko.data.StorageFactory.getGroupStorage(Storag
    eFactory.java:158)
    20:54:35 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:75)
    20:54:35 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:66)
    20:54:35 [SEVERE]       at com.nijiko.permissions.ModularControl.safeGetUser(Mod
    ularControl.java:403)
    20:54:35 [SEVERE]       ... 16 more
    >
     
  27. Offline

    Jeyge

    Post both of your files in code tags so I can take a look at them.

    There was also a missing closing ' on line 58:
    Code:
                - '-citizens.*
    
    There might be other problems too. If that doesn't fix them, post your files again.

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

    Akuma

    groups
    Show Spoiler
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'iConomy.rank'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.access'
                - 'iConomy.bank.main.*'
                - 'iConomy.bank.list'
                - 'iConomy.bank.withdraw'
                - 'iConomy.bank.transfer'
                - 'iConomy.bank.join'
                - 'iConomy.bank.leave'
                - 'iConomy.bank.deposit'
                - 'iConomy.bank.access'
                - 'localshops.user.*'
                - 'localshops.manager.*'
                - 'herobounty.new'
                - 'herobounty.accept'
                - 'herobounty.locate'
                - 'herobounty.list'
                - 'lottery.buy'
                - 'lockette.user.create.*'
                - 'myhome.home.*'
                - 'lc.level.*'
                - 'ww.warp'
                - 'ww.list'
        Donor:
            default: false
            info:
                prefix: ''
                suffix: ''
            inheritance:
                - Default
            permissions:
                - 'godPowers.heal'
                - 'godPowers.jesus'
                - 'godPowers.die'
                - 'iConomy.admin.stats'
                - 'iConomy.admin.account.create'
                - 'iConomy.admin.bank.create'
                - 'cleaner.clean'
                - 'lc.shout'
        Adv. Donator:
            default: false
            info:
                prefix: ''
                suffix: ''
            inheritance:
                - Donor
            permissions:
                - 'godPowers.godmode'
                - 'godPowers.maim'
                - 'godPowers.zeus'
                - 'godPowers.superjump'
                - 'AutoRepair.*'
                - 'vanish.*'
                - '-vanish.noaggromobs'
                - 'magiccarpet.*'
        Moderator:
            default: false
            info:
                prefix: '[Mod]'
                suffix: ''
                build: true
            inheritance:
                - Donor
            permissions:
                - 'nocheat.*'
                - 'lockette.admin.*'
                - 'lottery.admin.*'
                - 'lc.admin.*'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'


    users
    Show Spoiler
    Code:
    users:
        jarax8:
            groups:
                - Admins
            permissions:
        Yagzathoth:
            groups:
                - Donor
            permissions:


    PS: Before when I was on 2.7, this worked fine.
     
  29. Offline

    Jeyge

    Give this a try. I keep forgetting it doesn't like 2 word groups with a period in them.
    Show Spoiler
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'iConomy.rank'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.access'
                - 'iConomy.bank.main.*'
                - 'iConomy.bank.list'
                - 'iConomy.bank.withdraw'
                - 'iConomy.bank.transfer'
                - 'iConomy.bank.join'
                - 'iConomy.bank.leave'
                - 'iConomy.bank.deposit'
                - 'iConomy.bank.access'
                - 'localshops.user.*'
                - 'localshops.manager.*'
                - 'herobounty.new'
                - 'herobounty.accept'
                - 'herobounty.locate'
                - 'herobounty.list'
                - 'lottery.buy'
                - 'lockette.user.create.*'
                - 'myhome.home.*'
                - 'lc.level.*'
                - 'ww.warp'
                - 'ww.list'
        Donor:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'godPowers.heal'
                - 'godPowers.jesus'
                - 'godPowers.die'
                - 'iConomy.admin.stats'
                - 'iConomy.admin.account.create'
                - 'iConomy.admin.bank.create'
                - 'cleaner.clean'
                - 'lc.shout'
        AdvDonator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Donor
            permissions:
                - 'godPowers.godmode'
                - 'godPowers.maim'
                - 'godPowers.zeus'
                - 'godPowers.superjump'
                - 'AutoRepair.*'
                - 'vanish.*'
                - '-vanish.noaggromobs'
                - 'magiccarpet.*'
        Moderator:
            default: false
            info:
                prefix: '[Mod]'
                suffix: ''
                build: true
            inheritance:
                - Donor
            permissions:
                - 'nocheat.*'
                - 'lockette.admin.*'
                - 'lottery.admin.*'
                - 'lc.admin.*'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
     
  30. Offline

    Kainzo

    Good to see this finally getting attention - I must say its not a great time with 1.6 around the corner :p
     
  31. Offline

    Akuma

    Same thing D:
     
Thread Status:
Not open for further replies.

Share This Page