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

    NinjaZidane

    Permissions is using the API created initially by Nijikokun (external API).....

    Superperms API created by the Bukkit Team (Dinnerbone mostly) is the builtin permission system that Bukkit recommends people to use. Superperms is incredibly simple to setup...if you setup Niji's permissions...you can do this ;).

    I believe that PermissionsEX has the ability to use Superperms....so that is a good thing. I recommend that people only use that aspect of it.

    The above developer is correct...plugins are transitioning to Superperms as we speak...over time plugins that still use the old Permission's API will be phased out and Permission plugins (like this one) will start to die out (just like this one has)

    Face it....Superperms is the future....start getting familiar with it now and make the change.
     
  3. Offline

    ZNickel

    how do you allow groups to access chests without allowing them to build?
     
  4. Offline

    malicious_taco

  5. Offline

    Furious1964

    I'm a complete noob and I'm trying to make a bukkit server so my nephew and I can create a world. Can you please tell me what goes into the permissions.yml file? I load up Bukkit and java always says that it's empty and is being ignored.

    Also, I don't want to impose, but can you provide an example on how to set up and give permissions. I have a couple of plug-ins that I want to use but I won't ask you to set them up me me, I'll do that myself and an example will be most appreciated.
     
  6. Offline

    blazen988

    use world edit and world guard to do this
     
  7. Offline

    Tealk

    Hi i have a problem, if i will set a Player in a new group i must remove the first group and add the seccond group,
    but is there no command to set a new group?
    like:
    /pr <username> parents set <groupname>
     
  8. Offline

    Arton

    Can someone tell me how to Downgread permissions x.3 to permissions x.2

    It's maby better to use PermissionsEx because permission 3.x is inactive

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

    Tealk

  10. Offline

    Arton

    hmm maby but all i know PermissionsEx is the closest to Permissions x.3 and i will use PermissionsEx allready saw some servers with it and the preffix and suffix looks the same and all that other stuff

    i just need to know how to downgread my permissions 3.x to permissions 2.x first :D
     
  11. Offline

    Steffion

    Arg the best plugin ever is inactive?

    Rlly i use now PermissionsEx and it works great!
    USE IT! xD
     
  12. Offline

    Tealk

    whats the difference betwen permissions 3.x and PermissionsEx
     
  13. Offline

    JeffJeff12345

    Thank you very much... this plugin single handedly destroyed 3 weeks of work and 11 dollars i hope your happy.

    my server is up and running smoothley then "permissions error - diabling permissions" then all my server files get deleted including the logs, no offence to you but your plugin sucks
     
  14. Offline

    Axiz

    My permissions is stuffed.

    Code:
    2011-08-28 10:26:40 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-28 10:26:40 [INFO] Loading properties
    2011-08-28 10:26:40 [INFO] Starting Minecraft server on 5.144.88.10:25565
    2011-08-28 10:26:40 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-08-28 10:26:40 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-08-28 10:26:40 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-08-28 10:26:40 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-08-28 10:26:41 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-980-g4ed23b1-b1060jnks (MC: 1.7.3)
    2011-08-28 10:26:41 [SEVERE] Could not load 'plugins\simpleprefix.jar' in folder 'plugins':
    while scanning for the next token
    found character 	'\t' that cannot start any token
     in "<reader>", line 11, column 1:
        ^
    
    	at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
    	at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    	at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:564)
    	at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    	at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    	at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    	at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    	at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    	at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    	at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    	at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    	at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    	at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    	at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    	at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    	at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    	at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:157)
    	at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:175)
    	at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
    	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:143)
    	at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:110)
    	at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-28 10:26:41 [INFO] [Permissions] (Yeti) was initialized.
    2011-08-28 10:26:41 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-08-28 10:26:41 [INFO] [P2] version 3.2 has been enabled.
    2011-08-28 10:26:42 [INFO] [P2Aliases] 1.3 Enabled.
    2011-08-28 10:26:42 [INFO] Preparing level "SpawnIsland"
    2011-08-28 10:26:42 [INFO] Preparing start region for level 0 (Seed: 314338659231330631)
    2011-08-28 10:26:43 [SEVERE] Error occurred while enabling BlocksOnGlass v0.42 (Is it up to date?): SNOW_FORM
    java.lang.NoSuchFieldError: SNOW_FORM
    	at de.frozenbrain.BlocksOnGlass.bogPlugin.onEnable(bogPlugin.java:40)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
    	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
    	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-28 10:26:43 [INFO] BukkitContrib 0.1.7 has been initialized
    2011-08-28 10:26:43 [INFO] Loading ColoredSigns
    2011-08-28 10:26:43 [INFO] CommandBook 1.5.2 enabled.
    2011-08-28 10:26:43 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-08-28 10:26:43 [INFO] CommandBook: 1 banned name(s) loaded.
    2011-08-28 10:26:43 [INFO] CommandBook: 1 kit(s) loaded.
    2011-08-28 10:26:43 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-28 10:26:43 [INFO] CraftBukkitUpToDate version 2.6.1 is enabled!
    2011-08-28 10:26:43 [INFO] [CreativeBuild] Permissions system detected!
    2011-08-28 10:26:43 [INFO] [CreativeBuild] Version 1.5 has been enabled!
    2011-08-28 10:26:43 [INFO] [EmptyInventoryPlus] Plugin enabled! (version0.2)
    2011-08-28 10:26:43 [INFO] [FirstSpawn] version 2  booted.
    2011-08-28 10:26:43 [FINEST] Logging enabled.
    2011-08-28 10:26:43 [SEVERE] [LagMeter 0.5] Old permissions system detected.  Using it.
    2011-08-28 10:26:43 [INFO] [LagMeter 0.5] Enabled!  Polling every 40 server ticks.  Logging to C:\Users\john\Desktop\John\Minecraft\Minecraft Cracked Hamachi Server (Ticks Galaxy)\plugins\LagMeter/lag.log
    2011-08-28 10:26:43 [INFO] [LoginMessage] version 0.7.1 enabled
    2011-08-28 10:26:43 [SEVERE] Error occurred while enabling LoginMessage v0.7.1 (Is it up to date?): while parsing a block collection; expected <block end>, but found Scalar
    while parsing a block collection
     in "<reader>", line 14, column 17:
                        - 'Welcome, %nm!'
                        ^
    expected <block end>, but found Scalar
     in "<reader>", line 17, column 20:
                        - 'Type /login and then type the pa ...
                           ^
    
    	at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:520)
    
    My plugins are: BlocksOnGlass, BukkitContrib, BukkitContribEssentials, ColouredSigns, Command Book, CraftBukkitUpToDate, CreativeBuild, EmptyInventoryPlus, FirstSpawn, LagMeter, Login Message, Magic Carpet, Mob Disguise, MultiInv, Permissions, Permissions Plus, SimpleGive, SpongeRestore, Super Powers, Tables, World Edit, World Guard, XcraftGate, iChat, p2Aliases, MagicSpells
    
    PLEEEAASE help me
     
  15. Offline

    Furious1964


    So no help? I'll wait and just have to figure it out.
     
  16. Offline

    Addicting

    I need help, when i use /plugins on my server it doesn't even say permissions is on there, and heres my config:
    http://pastie.org/2441668
     
  17. Offline

    NinjaZidane

    @Furious1964

    Permissions.yml in the root directory of your server is used by the Superperms system created by the Bukkit Team. It will only be used if you are using that system...Permissions plugin here doesn't use Superperms and therefore has no use for the file.

    If you want to switch to Superperms (I HIGHLY RECOMMEND IT) then please choose one of the following:

    1. PermissionsBukkit : http://forums.bukkit.org/threads/ad...-1-official-default-groups-plugin-1000.26785/

    2. PermissionsEX (Superperms mode only): http://forums.bukkit.org/threads/ad...orrow-is-today-1000.18140/page-44#post-626803

    3. bPermissions: http://forums.bukkit.org/threads/ad...ions-made-easy-1060.27409/page-15#post-626711

    AGAIN TO EVERYONE HERE, THIS PLUGIN IS NOW DISCONTINUED....PLEASE SWITCH TO A SUPERPERMS MANAGER.
     
  18. Offline

    Leviathanx

    "To migrate from Permissions 3.x to PEX you should downgrade your configs to Permissions 2.x schema:
    You should merge <world>/users.yml and <world>/groups.yml into one file <world>.yml
    and put both files into plugins/Permissions/ directory.
    After that you can migrate the same way as described in Permissions 2.x section."
    More info here
     
  19. Offline

    Steffion

    Permissions 3.x is not working by me :S?
    So yes...
     
  20. Offline

    Trust518

    This plugin is 2 damn effin advanced!!!!!!!!!!!! -_-" And i need this crap..... :(
     
  21. Offline

    Smokie23

    ouch just spent a few days learning permissions and now its phased out. I take it permissionsbukkit wont go inactive?....ever?
     
  22. Offline

    JamEngulfer221

    I feel your pain. It hurts.

    The worst thing is, I can't get my head around the new permissionsbukkit.
     
  23. Offline

    Boose

    Wow... Inactive already? This is sad, I don't want to have to learn and set up another Permissions Plugin. Any chance this will get picked up, again (for like, what, the third time)?
     
  24. Offline

    PatPeter

    I understand it, but I think SuperPerms is inferior to Permissions 3.x.
     
  25. Offline

    wachnlurn

    I shut down my server for about 2 hours today told all the users to go away and come back when i post the server is back up. Then I proceeded to try to migrate from permission 3.x to permissionsbukkit. I actually managed to set it up using the permissions.yml (for custom nodes) which i basically made into groups -.- such as loc.default loc.member or whatever then i put all the nodes from my old groups in that custom node. Then created a groups in config.yml and assigned each custom node to its respective group. I understand that part i think. But then i dont understand the default as permissionsbukkit doesnt really explain very well the whole process. If I want someone in multiple groups or different groups in different worlds... oh man it just gets crazy fast. I changed the format for users and added them to the config.yml Im not planning to add people to groups manually i wanted to use the plugin Timerank or something similar to automate it. Anyways i started up the server but immediately started getting {severe} spam. and then tehre was the issue of me. do i really have to go through all my plugins and add nodes to myself? since i cant use '*' anymore?
    Lack of documentation and little ease of migration has steered me away from permissionsbukkit. my next attempt will be with bpermissions and we'll see how that goes.
    Luckily i thought ahead and backed up permissions 3.x and was able to restore it in an instant. Leaves me wondering if i really need to change the permissions system at all. Im not sure if sticking with it will limit what i can do with the server in the future.
     
  26. Offline

    Rellac

    Uhm, hey. I've been recently trying to cut down the size of my groups file, and I've came to this:

    Code:
    groups:
        Noob:
            default: true
            info:
                prefix: '&f Noob'
                suffix: '&f'
                build: false
                rank: 1
            permissions:
            - simpleadmin.pm
            - simpleadmin.list
            - simpleadmin.afk
            - nomovedtooquicklykick.exempt
            - lagmeter.command.lag
            - -banrecipe.*
            - essentials.afk
            - essentials.help
            - essentials.getpos
            - essentials.ignore
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.motd
            - essentials.msg
            - essentials.rules
            - essentials.whois
            - buttonwarp.use
            - buttonwarp.getreward
            - CommandSigns.use.*
            - buttonwarp.use
            - buttonwarp.getreward
        DeSpam:
            default: false
            info:
                prefix: '&3 Merchant'
                suffix: '&f'
                build: true
                rank: 4
            permissions:
            - bookworm.create
            - bookworm.write.own
            - bookworm.copy.own
            - bookworm.copy.others
            - bookworm.remove.own
            - bookworm.remove.others
            - bookworm.destroy.own
            - towny.wild.*
            - towny.town.claim
            - towny.town.resident
            - armorkeep.gold.*
            - mcmmo.skills.woodcutting
            - mcmmo.skills.unarmed
            - mcmmo.skills.excavation
            - mcmmo.skills.swords
            - magicspells.grant.help
            - magicspells.grant.mark
            - magicspells.grant.recall
            - magicspells.grant.list
            - magicspells.grant.gate
            - magicspells.learn.help
            - magicspells.learn.mark
            - magicspells.learn.recall
            - magicspells.learn.list
            - magicspells.learn.gate
            - magicspells.cast.*
            - DuckShop.use.*
            - DuckShop.create.personal
            - DuckShop.break.other
            - DuckShop.break.personal
            - iConomy.payment
            - iConomy.list
            - iConomy.access
            - magicspells.learn.mark
            - magicspells.learn.recall
            - mybed.own
            - nomovedtooquicklykick.exempt
            - PaintingSwitch.use
            - lagmeter.command.lag
            - hungry.player.hunger
            - hungry.player.hunger.check
            - hungry.player.food
            - hungry.player.food.list
        Derp:
            default: true
            info:
                prefix: '&f Derp'
                suffix: '&f'
                build: false
                rank: 2
            permissions:
            - simpleadmin.pm
            - simpleadmin.list
            - simpleadmin.afk
            - nomovedtooquicklykick.exempt
            - lagmeter.command.lag
            - -banrecipe.*
            - essentials.afk
            - essentials.help
            - essentials.getpos
            - essentials.ignore
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.motd
            - essentials.msg
            - essentials.rules
            - essentials.whois
        Admins:
            default: false
            info:
                prefix: '&4 Admin'
                suffix: '&f'
                build: false
                rank: 3
            permissions:
            - simpleadmin.pm
            - simpleadmin.list
            - simpleadmin.afk
            - nomovedtooquicklykick.exempt
            - lagmeter.command.lag
            - -banrecipe.*
            - essentials.afk
            - essentials.help
            - essentials.getpos
            - essentials.ignore
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.motd
            - essentials.msg
            - essentials.rules
            - essentials.whois
            - essentials.afk
            - essentials.help
            - essentials.getpos
            - essentials.ignore
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.motd
            - essentials.msg
            - essentials.rules
            - essentials.whois
            - lwc.protect
            - CommandSigns.use.*
        Merchant:
            default: false
            info:
                prefix: '&3 Merchant'
                suffix: '&f'
                build: true
                rank: 4
            inheritance:
            - Despam
            permissions:
            - banrecipe.block.267
            - foo.bar
            - Gold2Economy.use
            - mybed.inn
            - banrecipe.*
            - -banrecipe.27
            - -banrecipe.28
            - -banrecipe.345
            - -banrecipe.347
            - -banrecipe.356
            - -banrecipe.76
            - -banrecipe.46
            - -banrecipe.355
            - -banrecipe.45
            - -banrecipe.47
            - -banrecipe.261
            - -banrecipe.262
            - -banrecipe.256
            - -banrecipe.257
            - -banrecipe.258
            - -banrecipe.265
            - -banrecipe.266
            - -banrecipe.267
            - -banrecipe.272
            - -banrecipe.273
            - -banrecipe.274
            - -banrecipe.275
            - -banrecipe.276
            - -banrecipe.278
            - -banrecipe.279
            - -banrecipe.283
            - -banrecipe.284
            - -banrecipe.285
            - -banrecipe.286
            - -banrecipe.291
            - -banrecipe.292
            - -banrecipe.293
            - -banrecipe.294
            - -banrecipe.298
            - -banrecipe.299
            - -banrecipe.300
            - -banrecipe.301
            - -banrecipe.306
            - -banrecipe.307
            - -banrecipe.308
            - -banrecipe.309
            - -banrecipe.310
            - -banrecipe.311
            - -banrecipe.312
            - -banrecipe.313
            - -banrecipe.314
            - -banrecipe.315
            - -banrecipe.316
            - -banrecipe.317
            - -banrecipe.325
            - -banrecipe.328
            - -banrecipe.330
            - -banrecipe.66
            - buttonwarp.use
            - buttonwarp.getreward
        SeaMerchant:
            default: false
            info:
                prefix: '&6 Sea Merchant'
                suffix: '&f'
                build: true
                rank: 5
            inheritance:
            - Despam
            permissions:
            - banrecipe.block.267
            - foo.bar
            - DuckShop.create.personal
            - Gold2Economy.use
            - mybed.inn
            - movecraft.boat.*
            - movecraft.ship.*
            - banrecipe.*
            - -banrecipe.27
            - -banrecipe.28
            - -banrecipe.345
            - -banrecipe.347
            - -banrecipe.356
            - -banrecipe.76
            - -banrecipe.46
            - -banrecipe.355
            - -banrecipe.45
            - -banrecipe.47
            - -banrecipe.261
            - -banrecipe.262
            - -banrecipe.256
            - -banrecipe.257
            - -banrecipe.258
            - -banrecipe.265
            - -banrecipe.266
            - -banrecipe.267
            - -banrecipe.272
            - -banrecipe.273
            - -banrecipe.274
            - -banrecipe.275
            - -banrecipe.276
            - -banrecipe.278
            - -banrecipe.279
            - -banrecipe.283
            - -banrecipe.284
            - -banrecipe.285
            - -banrecipe.286
            - -banrecipe.291
            - -banrecipe.292
            - -banrecipe.293
            - -banrecipe.294
            - -banrecipe.298
            - -banrecipe.299
            - -banrecipe.300
            - -banrecipe.301
            - -banrecipe.306
            - -banrecipe.307
            - -banrecipe.308
            - -banrecipe.309
            - -banrecipe.310
            - -banrecipe.311
            - -banrecipe.312
            - -banrecipe.313
            - -banrecipe.314
            - -banrecipe.315
            - -banrecipe.316
            - -banrecipe.317
            - -banrecipe.325
            - -banrecipe.328
            - -banrecipe.330
            - -banrecipe.66
            - buttonwarp.use
            - buttonwarp.getreward
        Sailor:
            default: false
            info:
                prefix: '&3 Sailor'
                suffix: '&f'
                build: true
                rank: 6
            inheritance:
            - Despam
            permissions:
            - foo.bar
            - movecraft.boat.*
            - movecraft.ship.*
            - banrecipe.*
            - -banrecipe.297
            - -banrecipe.27
            - -banrecipe.28
            - -banrecipe.345
            - -banrecipe.347
            - -banrecipe.356
            - -banrecipe.76
            - -banrecipe.46
            - -banrecipe.355
            - -banrecipe.45
            - -banrecipe.47
            - -banrecipe.261
            - -banrecipe.262
            - -banrecipe.256
            - -banrecipe.257
            - -banrecipe.258
            - -banrecipe.265
            - -banrecipe.266
            - -banrecipe.267
            - -banrecipe.272
            - -banrecipe.273
            - -banrecipe.274
            - -banrecipe.275
            - -banrecipe.276
            - -banrecipe.278
            - -banrecipe.279
            - -banrecipe.283
            - -banrecipe.284
            - -banrecipe.285
            - -banrecipe.286
            - -banrecipe.291
            - -banrecipe.292
            - -banrecipe.293
            - -banrecipe.294
            - -banrecipe.298
            - -banrecipe.299
            - -banrecipe.300
            - -banrecipe.301
            - -banrecipe.306
            - -banrecipe.307
            - -banrecipe.308
            - -banrecipe.309
            - -banrecipe.310
            - -banrecipe.311
            - -banrecipe.312
            - -banrecipe.313
            - -banrecipe.314
            - -banrecipe.315
            - -banrecipe.316
            - -banrecipe.317
            - -banrecipe.325
            - -banrecipe.328
            - -banrecipe.330
            - -banrecipe.66
            - buttonwarp.use
            - buttonwarp.getreward
        Pirate:
            default: false
            info:
                prefix: '&6 Pirate'
                suffix: '&f'
                build: true
                rank: 7
            inheritance:
            - Despam
            permissions:
            - ulp.lockpick
            - herosneak.sneak
            - mcmmo.ability.swords
            - mcmmo.skills.acrobatics
            - armorkeep.leather.*
            - foo.bar
            - movecraft.boat.*
            - movecraft.ship.*
            - banrecipe.*
            - -banrecipe.297
            - -banrecipe.27
            - -banrecipe.28
            - -banrecipe.345
            - -banrecipe.347
            - -banrecipe.356
            - -banrecipe.76
            - -banrecipe.46
            - -banrecipe.355
            - -banrecipe.45
            - -banrecipe.47
            - -banrecipe.261
            - -banrecipe.262
            - -banrecipe.256
            - -banrecipe.257
            - -banrecipe.258
            - -banrecipe.265
            - -banrecipe.266
            - -banrecipe.267
            - -banrecipe.272
            - -banrecipe.273
            - -banrecipe.274
            - -banrecipe.275
            - -banrecipe.276
            - -banrecipe.278
            - -banrecipe.279
            - -banrecipe.283
            - -banrecipe.284
            - -banrecipe.285
            - -banrecipe.286
            - -banrecipe.291
            - -banrecipe.292
            - -banrecipe.293
            - -banrecipe.294
            - -banrecipe.298
            - -banrecipe.299
            - -banrecipe.300
            - -banrecipe.301
            - -banrecipe.306
            - -banrecipe.307
            - -banrecipe.308
            - -banrecipe.309
            - -banrecipe.310
            - -banrecipe.311
            - -banrecipe.312
            - -banrecipe.313
            - -banrecipe.314
            - -banrecipe.315
            - -banrecipe.316
            - -banrecipe.317
            - -banrecipe.325
            - -banrecipe.328
            - -banrecipe.330
            - -banrecipe.66
            - buttonwarp.use
            - buttonwarp.getreward
        Rogue:
            default: false
            info:
                prefix: '&3 Rogue'
                suffix: '&f'
                build: true
                rank: 8
            inheritance:
            - Despam
            permissions:
            - ulp.lockpick
            - herosneak.sneak
            - mcmmo.ability.swords
            - mcmmo.skills.acrobatics
            - armorkeep.leather.*
            - armorkeep.gold.*
            - foo.bar
            - banrecipe.*
            - -banrecipe.297
            - -banrecipe.27
            - -banrecipe.28
            - -banrecipe.345
            - -banrecipe.347
            - -banrecipe.356
            - -banrecipe.76
            - -banrecipe.46
            - -banrecipe.355
            - -banrecipe.45
            - -banrecipe.47
            - -banrecipe.261
            - -banrecipe.262
            - -banrecipe.256
            - -banrecipe.257
            - -banrecipe.258
            - -banrecipe.265
            - -banrecipe.266
            - -banrecipe.267
            - -banrecipe.272
            - -banrecipe.273
            - -banrecipe.274
            - -banrecipe.275
            - -banrecipe.276
            - -banrecipe.278
            - -banrecipe.279
            - -banrecipe.283
            - -banrecipe.284
            - -banrecipe.285
            - -banrecipe.286
            - -banrecipe.291
            - -banrecipe.292
            - -banrecipe.293
            - -banrecipe.294
            - -banrecipe.298
            - -banrecipe.299
            - -banrecipe.300
            - -banrecipe.301
            - -banrecipe.306
            - -banrecipe.307
            - -banrecipe.308
            - -banrecipe.309
            - -banrecipe.310
            - -banrecipe.311
            - -banrecipe.312
            - -banrecipe.313
            - -banrecipe.314
            - -banrecipe.315
            - -banrecipe.316
            - -banrecipe.317
            - -banrecipe.325
            - -banrecipe.328
            - -banrecipe.330
            - -banrecipe.66
            - buttonwarp.use
            - buttonwarp.getreward
        Miner:
            default: false
            info:
                prefix: '&3 Miner'
                suffix: '&f'
                build: true
                rank: 9
            inheritance:
            - Despam
            permissions:
            - mcmmo.skills.mining
            - banrecipe.*
            - -banrecipe.297
            - -banrecipe.27
            - -banrecipe.28
            - -banrecipe.345
            - -banrecipe.347
            - -banrecipe.356
            - -banrecipe.76
            - -banrecipe.46
            - -banrecipe.355
            - -banrecipe.45
            - -banrecipe.47
            - -banrecipe.261
            - -banrecipe.262
            - -banrecipe.256
            - -banrecipe.257
            - -banrecipe.258
            - -banrecipe.265
            - -banrecipe.266
            - -banrecipe.267
            - -banrecipe.272
            - -banrecipe.273
            - -banrecipe.274
            - -banrecipe.275
            - -banrecipe.276
            - -banrecipe.278
            - -banrecipe.279
            - -banrecipe.283
            - -banrecipe.284
            - -banrecipe.285
            - -banrecipe.286
            - -banrecipe.291
            - -banrecipe.292
            - -banrecipe.293
            - -banrecipe.294
            - -banrecipe.298
            - -banrecipe.299
            - -banrecipe.300
            - -banrecipe.301
            - -banrecipe.306
            - -banrecipe.307
            - -banrecipe.308
            - -banrecipe.309
            - -banrecipe.310
            - -banrecipe.311
            - -banrecipe.312
            - -banrecipe.313
            - -banrecipe.314
            - -banrecipe.315
            - -banrecipe.316
            - -banrecipe.317
            - -banrecipe.325
            - -banrecipe.328
            - -banrecipe.330
            - -banrecipe.66
            - buttonwarp.use
            - buttonwarp.getreward
    
    ...etc (too big for a post :P)
    
    However, with this setup I'm getting errors like crazy and permissions just doesn't work.

    I can use my longer file in the meantime, but I'd much rather use this. Any help would be great, it all seems to be perfectly in order.
     
  27. Offline

    Imm0rt41

    my permissions is causing my server to fuck up. i tried to give myself global permissions, but its not working, i still cant use permissions in all worlds. this is the console when i go to any world, it spams these messages over and over, itll spam them up, then stop for half a second, then spam again.

    Code:
    der.java:117)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.peek(StreamRea
    der.java:106)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.scanToNextToke
    n(ScannerImpl.java:964)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreToken
    s(ScannerImpl.java:237)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(Sca
    nnerImpl.java:183)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseImplicitDoc
    umentStart.produce(ParserImpl.java:200)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:163)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:148)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:104)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:124)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    09:10:19 [SEVERE]       at org.bukkit.util.config.Configuration.load(Configurati
    on.java:82)
    09:10:19 [SEVERE]       at com.nijiko.data.YamlUserStorage.performConversion(Yam
    lUserStorage.java:35)
    09:10:19 [SEVERE]       at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
    e.java:30)
    09:10:19 [SEVERE]       at com.nijiko.data.YamlCreator.getUserStorage(YamlCreato
    r.java:33)
    09:10:19 [SEVERE]       at com.nijiko.data.StorageFactory.getUserStorage(Storage
    Factory.java:76)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:95)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:86)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.safeGetUser(Mod
    ularControl.java:432)
    09:10:19 [SEVERE]       ... 10 more
    09:10:19 [SEVERE] java.lang.Exception: Error creating user Imm0rt41 in world Gam
    e due to storage problems!
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.safeGetUser(Mod
    ularControl.java:434)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.getUsr(ModularC
    ontrol.java:507)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.permission(Modu
    larControl.java:265)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.permission(Modu
    larControl.java:256)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.has(ModularCont
    rol.java:249)
    09:10:19 [SEVERE]       at com.gmail.nossr50.mcPermissions.permission(mcPermissi
    ons.java:64)
    09:10:19 [SEVERE]       at com.gmail.nossr50.mcPermissions.excavationAbility(mcP
    ermissions.java:101)
    09:10:19 [SEVERE]       at com.gmail.nossr50.skills.Skills.monitorSkills(Skills.
    java:178)
    09:10:19 [SEVERE]       at com.gmail.nossr50.mcTimer.run(mcTimer.java:36)
    09:10:19 [SEVERE]       at java.util.TimerThread.mainLoop(Unknown Source)
    09:10:19 [SEVERE]       at java.util.TimerThread.run(Unknown Source)
    09:10:19 [SEVERE] Caused by: unacceptable character #0 special characters are no
    t allowed
    in "<reader>", position 0
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.checkPrintable
    (StreamReader.java:68)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.update(StreamR
    eader.java:159)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.peek(StreamRea
    der.java:117)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.peek(StreamRea
    der.java:106)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.scanToNextToke
    n(ScannerImpl.java:964)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreToken
    s(ScannerImpl.java:237)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(Sca
    nnerImpl.java:183)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseImplicitDoc
    umentStart.produce(ParserImpl.java:200)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:163)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:148)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:104)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:124)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    09:10:19 [SEVERE]       at org.bukkit.util.config.Configuration.load(Configurati
    on.java:82)
    09:10:19 [SEVERE]       at com.nijiko.data.YamlUserStorage.performConversion(Yam
    lUserStorage.java:35)
    09:10:19 [SEVERE]       at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
    e.java:30)
    09:10:19 [SEVERE]       at com.nijiko.data.YamlCreator.getUserStorage(YamlCreato
    r.java:33)
    09:10:19 [SEVERE]       at com.nijiko.data.StorageFactory.getUserStorage(Storage
    Factory.java:76)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:95)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:86)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.safeGetUser(Mod
    ularControl.java:432)
    09:10:19 [SEVERE]       ... 10 more
    09:10:19 [SEVERE] java.lang.Exception: Error creating user Imm0rt41 in world Gam
    e due to storage problems!
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.safeGetUser(Mod
    ularControl.java:434)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.getUsr(ModularC
    ontrol.java:507)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.permission(Modu
    larControl.java:265)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.permission(Modu
    larControl.java:256)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.has(ModularCont
    rol.java:249)
    09:10:19 [SEVERE]       at com.gmail.nossr50.mcPermissions.permission(mcPermissi
    ons.java:64)
    09:10:19 [SEVERE]       at com.gmail.nossr50.mcPermissions.swordsAbility(mcPermi
    ssions.java:136)
    09:10:19 [SEVERE]       at com.gmail.nossr50.skills.Skills.monitorSkills(Skills.
    java:188)
    09:10:19 [SEVERE]       at com.gmail.nossr50.mcTimer.run(mcTimer.java:36)
    09:10:19 [SEVERE]       at java.util.TimerThread.mainLoop(Unknown Source)
    09:10:19 [SEVERE]       at java.util.TimerThread.run(Unknown Source)
    09:10:19 [SEVERE] Caused by: unacceptable character #0 special characters are no
    t allowed
    in "<reader>", position 0
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.checkPrintable
    (StreamReader.java:68)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.update(StreamR
    eader.java:159)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.peek(StreamRea
    der.java:117)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.peek(StreamRea
    der.java:106)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.scanToNextToke
    n(ScannerImpl.java:964)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreToken
    s(ScannerImpl.java:237)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(Sca
    nnerImpl.java:183)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseImplicitDoc
    umentStart.produce(ParserImpl.java:200)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:163)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:148)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:104)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:124)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    09:10:19 [SEVERE]       at org.bukkit.util.config.Configuration.load(Configurati
    on.java:82)
    09:10:19 [SEVERE]       at com.nijiko.data.YamlUserStorage.performConversion(Yam
    lUserStorage.java:35)
    09:10:19 [SEVERE]       at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
    e.java:30)
    09:10:19 [SEVERE]       at com.nijiko.data.YamlCreator.getUserStorage(YamlCreato
    r.java:33)
    09:10:19 [SEVERE]       at com.nijiko.data.StorageFactory.getUserStorage(Storage
    Factory.java:76)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:95)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:86)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.safeGetUser(Mod
    ularControl.java:432)
    09:10:19 [SEVERE]       ... 10 more
    09:10:19 [SEVERE] java.lang.Exception: Error creating user Imm0rt41 in world Gam
    e due to storage problems!
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.safeGetUser(Mod
    ularControl.java:434)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.getUsr(ModularC
    ontrol.java:507)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.permission(Modu
    larControl.java:265)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.permission(Modu
    larControl.java:256)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.has(ModularCont
    rol.java:249)
    09:10:19 [SEVERE]       at com.gmail.nossr50.mcPermissions.permission(mcPermissi
    ons.java:64)
    09:10:19 [SEVERE]       at com.gmail.nossr50.mcPermissions.unarmedAbility(mcPerm
    issions.java:108)
    09:10:19 [SEVERE]       at com.gmail.nossr50.skills.Skills.monitorSkills(Skills.
    java:198)
    09:10:19 [SEVERE]       at com.gmail.nossr50.mcTimer.run(mcTimer.java:36)
    09:10:19 [SEVERE]       at java.util.TimerThread.mainLoop(Unknown Source)
    09:10:19 [SEVERE]       at java.util.TimerThread.run(Unknown Source)
    09:10:19 [SEVERE] Caused by: unacceptable character #0 special characters are no
    t allowed
    in "<reader>", position 0
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.checkPrintable
    (StreamReader.java:68)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.update(StreamR
    eader.java:159)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.peek(StreamRea
    der.java:117)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.peek(StreamRea
    der.java:106)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.scanToNextToke
    n(ScannerImpl.java:964)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreToken
    s(ScannerImpl.java:237)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(Sca
    nnerImpl.java:183)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseImplicitDoc
    umentStart.produce(ParserImpl.java:200)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:163)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:148)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:104)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:124)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    09:10:19 [SEVERE]       at org.bukkit.util.config.Configuration.load(Configurati
    on.java:82)
    09:10:19 [SEVERE]       at com.nijiko.data.YamlUserStorage.performConversion(Yam
    lUserStorage.java:35)
    09:10:19 [SEVERE]       at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
    e.java:30)
    09:10:19 [SEVERE]       at com.nijiko.data.YamlCreator.getUserStorage(YamlCreato
    r.java:33)
    09:10:19 [SEVERE]       at com.nijiko.data.StorageFactory.getUserStorage(Storage
    Factory.java:76)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:95)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:86)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.safeGetUser(Mod
    ularControl.java:432)
    09:10:19 [SEVERE]       ... 10 more
    09:10:19 [SEVERE] java.lang.Exception: Error creating user Imm0rt41 in world Gam
    e due to storage problems!
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.safeGetUser(Mod
    ularControl.java:434)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.getUsr(ModularC
    ontrol.java:507)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.permission(Modu
    larControl.java:265)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.permission(Modu
    larControl.java:256)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.has(ModularCont
    rol.java:249)
    09:10:19 [SEVERE]       at com.gmail.nossr50.mcPermissions.permission(mcPermissi
    ons.java:64)
    09:10:19 [SEVERE]       at com.gmail.nossr50.mcPermissions.regeneration(mcPermis
    sions.java:157)
    09:10:19 [SEVERE]       at com.gmail.nossr50.mcTimer.run(mcTimer.java:69)
    09:10:19 [SEVERE]       at java.util.TimerThread.mainLoop(Unknown Source)
    09:10:19 [SEVERE]       at java.util.TimerThread.run(Unknown Source)
    09:10:19 [SEVERE] Caused by: unacceptable character #0 special characters are no
    t allowed
    in "<reader>", position 0
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.checkPrintable
    (StreamReader.java:68)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.update(StreamR
    eader.java:159)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.peek(StreamRea
    der.java:117)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.peek(StreamRea
    der.java:106)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.scanToNextToke
    n(ScannerImpl.java:964)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreToken
    s(ScannerImpl.java:237)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(Sca
    nnerImpl.java:183)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseImplicitDoc
    umentStart.produce(ParserImpl.java:200)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:163)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:148)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:104)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:124)
    09:10:19 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    09:10:19 [SEVERE]       at org.bukkit.util.config.Configuration.load(Configurati
    on.java:82)
    09:10:19 [SEVERE]       at com.nijiko.data.YamlUserStorage.performConversion(Yam
    lUserStorage.java:35)
    09:10:19 [SEVERE]       at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
    e.java:30)
    09:10:19 [SEVERE]       at com.nijiko.data.YamlCreator.getUserStorage(YamlCreato
    r.java:33)
    09:10:19 [SEVERE]       at com.nijiko.data.StorageFactory.getUserStorage(Storage
    Factory.java:76)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:95)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:86)
    09:10:19 [SEVERE]       at com.nijiko.permissions.ModularControl.safeGetUser(Mod
    ularControl.java:432)
    09:10:19 [SEVERE]       ... 9 more
    >
    there is probably more then that, but thats all that fits into my console. i also get this error when worlds load in, im using multiverse,


    Code:
    09:28:10 [INFO] [Multiverse-Core] - Version 2.0-b228 Enabled - By Rigby and fern
    ferret
    09:28:10 [INFO] [Multiverse-Core] - Attached to Permissions
    09:28:10 [INFO] [AllPay] - Version 1.0.3 - hooked into iConomy 5 for Multiverse-
    Core v2.0-b228
    09:28:10 [INFO] [Multiverse-Core] - Multiverse Config -- Loaded
    09:28:10 [INFO] [Multiverse-Core] - World Config -- Loaded
    09:28:10 [INFO] Preparing start region for level 2 (Seed: -2798821076832627949)
    09:28:11 [SEVERE] unacceptable character #0 special characters are not allowed
    in "<reader>", position 0
    09:28:11 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.checkPrintable
    (StreamReader.java:68)
    09:28:11 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.update(StreamR
    eader.java:159)
    09:28:11 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.peek(StreamRea
    der.java:117)
    09:28:11 [SEVERE]       at org.yaml.snakeyaml.reader.StreamReader.peek(StreamRea
    der.java:106)
    09:28:11 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.scanToNextToke
    n(ScannerImpl.java:964)
    09:28:11 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreToken
    s(ScannerImpl.java:237)
    09:28:11 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(Sca
    nnerImpl.java:183)
    09:28:11 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseImplicitDoc
    umentStart.produce(ParserImpl.java:200)
    09:28:11 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:163)
    09:28:11 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:148)
    09:28:11 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:104)
    09:28:11 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:124)
    09:28:11 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    09:28:11 [SEVERE]       at org.bukkit.util.config.Configuration.load(Configurati
    on.java:82)
    09:28:11 [SEVERE]       at com.nijiko.data.YamlUserStorage.performConversion(Yam
    lUserStorage.java:35)
    09:28:11 [SEVERE]       at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
    e.java:30)
    09:28:11 [SEVERE]       at com.nijiko.data.YamlCreator.getUserStorage(YamlCreato
    r.java:33)
    09:28:11 [SEVERE]       at com.nijiko.data.StorageFactory.getUserStorage(Storage
    Factory.java:76)
    09:28:11 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:95)
    09:28:11 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:86)
    09:28:11 [SEVERE]       at com.nijikokun.bukkit.Permissions.PrWorldListener.onWo
    rldLoad(PrWorldListener.java:11)
    09:28:11 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$54.execute(Ja
    vaPluginLoader.java:619)
    09:28:11 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    09:28:11 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:338)
    09:28:11 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.createWorld(CraftS
    erver.java:590)
    09:28:11 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.createWorld(CraftS
    erver.java:511)
    09:28:11 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.createWorld(CraftS
    erver.java:507)
    09:28:11 [SEVERE]       at com.onarandombox.MultiverseCore.MultiverseCore.addWor
    ld(MultiverseCore.java:387)
    09:28:11 [SEVERE]       at com.onarandombox.MultiverseCore.MultiverseCore.loadWo
    rlds(MultiverseCore.java:316)
    09:28:11 [SEVERE]       at com.onarandombox.MultiverseCore.MultiverseCore.onEnab
    le(MultiverseCore.java:167)
    09:28:11 [SEVERE]       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlug
    in.java:126)
    09:28:11 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(
    JavaPluginLoader.java:885)
    09:28:11 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.enablePlugin(Si
    mplePluginManager.java:278)
    09:28:11 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftSe
    rver.java:178)
    09:28:11 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.enablePlugins(Craf
    tServer.java:161)
    09:28:11 [SEVERE]       at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:286)
    09:28:11 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:273)
    09:28:11 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:149)
    09:28:11 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:337)
    09:28:11 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    ive already talked to the devs of multiverse about this and they had nothing to say, so since there are errors in it involving permissions, i decided to ask you.

    and lastly, pick this project back up PLEASE. it is the best permissions plugin in bukkit, and having it when it worked has helped me out so much, no other plugin has so many plugins that rely on it, so PLEASE pick this back up. for the children.
     
  28. Offline

    Furious1964

    Where do I find SuperPerms? Is it one of the ones you just listed?
     
  29. Offline

    lolzrofl

    Will all current permissions compatible plugins word with the new system?
    Why can't we just keep using this system?
     
  30. Offline

    baffu

    Will someone pickup this plugin? It and essentials are the 2 best bukkit plugins and are neccicary!
    Failing that does anyone have a tutorial vid on how to switch from permissions3 to super perms using one of the managers like permissionsb or permissionsbukkit?
    Pls and thanks
     
  31. Offline

    Kubixster

    Code:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inharitance:
            permissions:
    I have set build: true and why other people cant build ?? .. only when i give them permission - '*' or give them OP then they can.. that's weird..
     
Thread Status:
Not open for further replies.

Share This Page