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

    mystery250

    Okay, I disabled and deleted the plugin, deleted all of the files and everything in regards to the plugin, and some commands still aren't working, such as /give, /tp and others? Still showing that internal error.

    What could be causing this?

    Now it's getting ridiculous.

    .
    P
    Maybe this will help, I haven't touched SimpleAdmin.. Didn't need to to install permissions. Here's an error when trying to "tp".

    I've even tried uninstalling/reinstalling SimpleAdmin, and I have the same issues. So, it's something this addon did, I haven't a clue what.

    Also, it seems to be only affecting odd users, as myself and another user can't use them without getting the internal error, while they can.

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

    Realyn

    Guys, please help me. Spend the last six hours or so trying around with groupmanager/permissions. My logs:
    Code:
    groups:
        Defaultt:
            default: true
            info:
                prefix: 'Gast'
                suffix: ''
                build: false
            permissions:
                - essentials.motd
                - essentials.afk
                - essentials.help
                - essentials.home
                - essentials.sethome
                - essentials.msg
                - essentials.list
                - essentials.mail
                - essentials.spawn
                - essentials.rules
        Admin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            permissions:
                - '*'
    Code:
    users:
        Realyn:
            info:
            groups:
                - Admin
            permissions:
    Logfile has 1 error:
    20:00:49 [SEVERE] java.lang.Exception: Error creating user Realyn in world neuem
    ap2 due to storage problems!

    Whenever i join my server my name is [Default]Realyn, I cant build stuff, I cant use /mc for example but /give and other essential stuff. Whenever I try to access permission I get "You lack the ..."

    what am I doing wrong ?
     
  4. Offline

    hellsome

    i get this error when i type that in

    Code:
    2011-07-15 08:42:06 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'pr' in plugin Permissions v3.1.6
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
        at java.util.HashSet.<init>(Unknown Source)
        at com.nijiko.data.YamlGroupStorage.getTracks(YamlGroupStorage.java:284)
        at com.nijiko.permissions.PermissionWorld.getTracks(PermissionWorld.java:168)
        at com.nijiko.permissions.ModularControl.getTracks(ModularControl.java:532)
        at com.nijikokun.bukkit.Permissions.Permissions.onCommand(Permissions.java:731)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
     
  5. Offline

    Jeyge

    Oops, that is my mistake. I didn't notice you had named it track: instead of tracks:. You were part way to having a default track but using tracks instead. Change track: to tracks: and that command should work.
    Post your server.log and storageconfig.yml files.
    Those are all OP commands. Either install DefaultPermissions to use with Permissions or make yourself an OP.
    Post the rest of that error or your server.log and your permissions yml files and someone should be able to help.
    It is strange how these errors show up in streaks. You are around the 6th person in the last 2 days with this problem.

    Things to check are if you are trying to build in a spawn area or somewhere that protection is turned on. Also check to make sure your permissions files are even being read. There have been a few cases of the files being in the wrong location. If you can't figure anything out, then zip up your plugins\permissions directory and post that here with your server.log and someone should be able to figure it out.
    Permissions will convert GroupManager files for you the first time it is used. Just put them in the plugins\permissions\<world> directory and when you start the server, it will run the conversion process.
    Wiki FAQ.
    There are other plugins out there that can do the same. WorldGuard was just the one that I use. Ask on Bukkit Help and I'm sure someone else will have a suggestion.

    Post your files and I'll see what I can do with it on my test server.

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

    mystery250

    To jeyge: I am an op. It's server wide that we are getting these internal errors. They wern't there before I installed Permissions, and they're still there AFTER I installed it, which means it's something with the plugin. Something it changed, perhaps, or that's lingering?
     
  7. Offline

    Jeyge

    Plugins don't leave lingering things after they have been removed and Permissions doesn't touch OP only commands. Although, going back to your error with SimpleAdmin, it looks like you are saying that you receive an error whenever you use /tp and you have SimpleAdmin installed. Sounds like that might be your problem and it never had anything to do with Permissions.

    Stop the server and recreate your users.yml file. There is an error in it. As an example, the first line should be users: not Users:.
    See Issue 142. The default group isn't working right now using SQL.

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

    hellsome

    now this annoying error keeps showing up every second when i get on the server

    Code:
    2011-07-15 09:36:28 [SEVERE] java.lang.Exception: Error creating user hellsome in world survival due to storage problems!
    2011-07-15 09:36:28 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetUser(ModularControl.java:434)
    2011-07-15 09:36:28 [SEVERE]     at com.nijiko.permissions.ModularControl.getUsr(ModularControl.java:507)
    2011-07-15 09:36:28 [SEVERE]     at com.nijiko.permissions.ModularControl.permission(ModularControl.java:265)
    2011-07-15 09:36:28 [SEVERE]     at com.nijiko.permissions.ModularControl.permission(ModularControl.java:256)
    2011-07-15 09:36:28 [SEVERE]     at com.nijiko.permissions.ModularControl.has(ModularControl.java:249)
    2011-07-15 09:36:28 [SEVERE]     at actruncale.SlowHealth.SlowHealth.handleHealth(SlowHealth.java:122)
    2011-07-15 09:36:28 [SEVERE]     at actruncale.SlowHealth.SimpleTimer.run(SimpleTimer.java:37)
    2011-07-15 09:36:28 [SEVERE]     at java.util.TimerThread.mainLoop(Unknown Source)
    2011-07-15 09:36:28 [SEVERE]     at java.util.TimerThread.run(Unknown Source)
    2011-07-15 09:36:28 [SEVERE] Caused by: while scanning an anchor
     in "<reader>", line 86, column 22:
                    prefix: '&e'
                             ^
    expected alphabetic or numeric character, but found '(39)
     in "<reader>", line 86, column 24:
                    prefix: '&e'
                               ^
    
    2011-07-15 09:36:28 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(ScannerImpl.java:1164)
    2011-07-15 09:36:28 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAnchor(ScannerImpl.java:794)
    2011-07-15 09:36:28 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:317)
    2011-07-15 09:36:28 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    2011-07-15 09:36:28 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:508)
    2011-07-15 09:36:28 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-07-15 09:36:28 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-07-15 09:36:28 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    2011-07-15 09:36:28 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    2011-07-15 09:36:28 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-15 09:36:28 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-15 09:36:28 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-15 09:36:28 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-15 09:36:28 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-15 09:36:28 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-15 09:36:28 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-07-15 09:36:28 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-07-15 09:36:28 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-07-15 09:36:28 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-07-15 09:36:28 [SEVERE]     at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    2011-07-15 09:36:28 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:179)
    2011-07-15 09:36:28 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:30)
    2011-07-15 09:36:28 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:57)
    2011-07-15 09:36:28 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    2011-07-15 09:36:28 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:96)
    2011-07-15 09:36:28 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-07-15 09:36:28 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetUser(ModularControl.java:432)
    2011-07-15 09:36:28 [SEVERE]     ... 8 more
     
  9. Offline

    mystery250

    Which started after I installed Permissions, which is what I was supposing it was from, as they were working perfectly immediately before. I haven't a clue, will keep on experimenting.

     
  10. Offline

    Jeyge

    What exactly happened around the time you received that error? It looks like it might have been your first time in that world or at least Permissions/SlowHealth thought so.
     
  11. Offline

    hellsome

    i acedently deleted all the text in my users.yml and now it looks like this

    Users:




    PlEASE help its going wako and keeps repeating over and over... i have no idea what i need to do!
     
  12. Offline

    H14

    I'm using the latest permissions with permissionsSQL.
    I defined a default group called 'Newb' and set its id as the default in PrWorldBase for all worlds. Yet new players don't get assigned to this default group nor any other group in PrInheritance as I would expect after they are registered as new players in PrEntries.
    All new players that don't get assigned to a parent manually thus are all orphans by default and don't inherit any permissions from any parent. It show them tagged as '[Default] Username' ingame, but no such group exists any longer.
    At first it even recreates a group called 'Default' everytime when we renamed it to 'Newb' or added that one and set it as default, but didn't add the user to either of them. It looks like this automatic recreation has been fixed since we used a permissions.jar we compiled ourselves, but since we don't get the permissionssql.jar to compile (?) we are left with this quite severe problem.
    Thanks.
     
  13. Offline

    hellsome

    the error message is now gone because i deleted slowhealth but i didnt need it anyway HOWEVER the users.yml only generated the following txt in it:

    { }



    thats it... what do i need to do?
     
  14. Offline

    Austin

    Quick question:

    in the groups.yml. Is it possible to deny a permissions node?

    Someone told be adding a - would deny the following node.

    I just want to deny a few nodes to the default group, So i don't have players messing with spells.
     
  15. Offline

    Jeyge

    That depends on what you want to do. I would suggest adding your users back to it. Start with the sample files if you don't have any backups.

    You usually only need to deny nodes from groups that have '*' but if you gave someone something you didn't want them to have, then using a negative (-) permission should do it. Just add "- '-some.permission'" to the group/user.

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

    Austin

    By default, spells allows all players to use spells. So im taking the nodes that spells supplied, and doing what you mentioned above. Thanks!

    so "- '-Magic.commands.wand'" Would work?
     
  17. Offline

    JuiceHead

    z
    I am not with a protected area (or at least I don't think I am) and everything seems to load fine.
    <Edit by Moderator: Redacted mediafire url>
    Also thanks for all the help.
     
    Last edited by a moderator: Sep 9, 2018
  18. Offline

    Jeyge

    In your plugins\permissions\world\users.yml file, all of your users are assigned a group of Default which doesn't have build set to true. It looks like you are trying to use the global files but you need to make sure the local world files mimic the same settings as the global file for it to work correctly. I would suggest copying everything from your global files to your local world files and remove the globals.

    If I'm reading the plugin correctly, it is actually saying that everyone will have all permissions if you don't have a permissions plugin and if you do, you have to give them the permissions for the plugin to work. Are your users perhaps OPs?

    I found a post that somewhat talks about it here. If you have permissions, you have to give them permission to use spells and if you don't, then they have all.

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

    XMasterChaos1

    Hey, So When Installed Permissions, It won't Me Place or Break Blocks in the Normal World, but it will in Another world With the multiworld plugin, I made Me an admin and it still doesn't work anyone know why?
     
  20. Offline

    Jeyge

    That would depend on many things. Are you trying to build near the spawn and you have spawn protection turned on? Move away from spawn and/or turn off spawn protection. Are you trying to run multiple permissions plugins? Remove one or more. Do you have some plugin that protects areas and you are trying to build in one of those areas? Move to a different area. Do you have build set to false? Set it to true. For anything else, please post your permission yml files and file structure as well as your server.log.
     
  21. Offline

    cpalms

    HELP
    I've got a terrible dilemma regarding my server and Permissions 3.1.6 (latest)

    My server becomes unresponsive after a period of time, usually after 30 mins and especially when there are more than 10 people online. There are NO Error messages, the server remains ONLINE but boots the players but displays them as connected. However, the server still functions on its own, saving, backing up, paying wages, etc. but no one can connect/reconnect.

    This has been happening for as long as 3.1 has been present, I've been using PEX with no problems. However, there are a few plugins that only exclusively work for Perm 3.1.6.
    I've disabled every plugin on my server execpt for:

    -AntiHack 2.0
    -bAntiCaps 1.2.0
    -BigBrother 1.9
    -BOSEconomy 0.6.2
    -dynmap 0.19.1
    -Essentials 2.2.8
    -Essentials Spawn 2.2.8
    -iChat 2.3.3 p-3
    -LWC 311
    -BukkitCompat r15A (McMyAdmin)
    -mcMMO 1.0.07
    -Permissions 3.1.6
    -Scheduled Announcer 1.6.3
    -Towny 0.71 (Community Version)

    These are my basic Core plugins, are ANY of these not compatable with Permissions 3.1.6?
    If it crashes again I am going to just run Permissions 3.1.6 by itself and see what happens.
     
  22. Offline

    7eggert

    untested and googled: "&foo" starts an anchor, and "*foo" will reference it (put a reference to an already defined record or value). Therefore you must quote the "&" sign using e.g. "\x26e" instead of '&e' (notice the double quotes).

    Quickly glancing at the yaml definition, I think it's a parser error?!?
     
  23. Offline

    Jeyge

    Some people have claimed that Permissions 3.1.6 has a memory leak because removing it fixes things. Some have claimed the mcMMO has a memory leak because removing it fixes things. Some have claimed that PermissionsEX has a memory leak because removed it fixes things. Some have claimed that CraftBukkit has a memory leak and it looks like they fixed it with build 993. I know I'm going to be sad when the armchair debugging stops.

    One question I have though is which plugins require Permissions 3.x? I've seen other people post that but not which ones they are. The dev for PermissionsEX claims over 90% compatibility with Permissions 2.x.
     
  24. Offline

    XMasterChaos1

    Thanks, I had This Epiczonesplugin from a long time ago that I had forgotten to get rid of I hope that works
     
  25. Offline

    Kingadams

  26. Offline

    redworld2

     

    Attached Files:

  27. Offline

    Jeyge

    That error doesn't match the files you posted but the error in the files you did post is on line 515. You are missing a closing quote.
    Code:
                - 'Vouchers.free.spawn
    
    You would be looking for "parents add" or promote.
     
  28. Offline

    obscurehero

    Install CommandHelper

    Use my script
    Show Spoiler

    Code:
    #Enables easy group changing for Permissions
    #Quick and Easy Commands for Admins
    #Getting World Groups
    #/pr -list groups <world>
    safe:/groups [$world=''] = >>>
            #Gets who is running the command
            assign(@player, player())
            #Sets World
            if(equals($world, ''), assign(@inworld, pinfo(@player, 7)), assign(@inworld, $world))
            #Runs command
            run(sconcat('/pr', '-list', 'groups', @inworld))
    <<<
    #Setting User Group
    #/pr <user> (w:<world>) parents add <group>
    safe:/setgroup $player $group [$world=''] [$currentgroup=''] = >>>
            #Gets who is running the command
            assign(@promoter, player())
            #Assign all players to array
            assign(@ap, all_players())
            #check if player is online
            if(array_contains(@ap, $player), assign(@isonline, 1), assign(@isonline, 0))
            #Sets World
            if(equals(@isonline, 1),
                if(equals($world, ''), assign(@inworld, pinfo($player, 7)), assign(@inworld, $world)),
                if(equals($world, ''), die('no world specified'), assign(@inworld, $world))
            )
            #Gets Current Group
            if(equals(@isonline, 1),
                if(equals($currentgroup, ''), assign(@ingroup, array_get(pinfo($player, 9), 0)), assign(@ingroup, $currentgroup)),
                if(equals($currentgroup, ''), die('player is not online - current group not specified'), assign(@ingroup, $currentgroup))
            )
            run(sconcat('/pr', $player, concat('w:', @inworld), 'parents', 'add', $group))
            run(sconcat('/pr', $player, concat('w:', @inworld), 'parents', 'remove', @ingroup))
            #Tell the player their group was changed
            tmsg($player, concat(color('RED'), sconcat(@promoter, 'has changed your group to', concat(color('BLUE'), $group))))\
            #Reloads that world's permissions
            /pr -reload @inworld \
            if(equals(@isonline, 1),
                msg(concat(color('RED'), sconcat($player, 'is now a part of the', concat(color('BLUE'), array_get(pinfo($player, 9), 0)), concat(color('RED'), 'group in'), concat(color('AQUA'), @inworld)))),
                die('player offline')
            )
    <<<
    #Promoting a user
    safe:/promote $player [$world=''] [$group=''] [$track='AdminTrack'] = >>>
            #Gets who is running the command
            assign(@promoter, player())
            #Assign all players to array
            assign(@ap, all_players())
            #check if player is online
            if(array_contains(@ap, $player), assign(@isonline, 1), assign(@isonline, 0))
            #Sets World
            if(equals(@isonline, 1),
                if(equals($world, ''), assign(@inworld, pinfo($player, 7)), assign(@inworld, $world)),
                if(equals($world, ''), die('no world specified'), assign(@inworld, $world))
            )
            #Sets Group
            if(equals(@isonline, 1),
                if(equals($group, ''), assign(@ingroup, array_get(pinfo($player, 9), 0)), assign(@ingroup, $group)),
                if(equals($group, ''), die('no group specified'), assign(@ingroup, $group))
            )
            run(sconcat('/pr', $player, concat('w:', @inworld),'promote', concat('t:', $track), @ingroup, @inworld))\
            #Reloads that world's permissions
            /pr -reload @inworld \
            if(equals(@isonline, 1),
                msg(concat(color('RED'), sconcat($player, 'is now a part of the', concat(color('BLUE'), array_get(pinfo($player, 9), 0)), concat(color('RED'), 'group in'), concat(color('AQUA'), @inworld)))),
                die('player offline')
            )
            #Tell the player they were promoted
            tmsg($player, concat(color('RED'), sconcat(@promoter, 'has promoted you from', concat(color('BLUE'), @ingroup), concat(color('RED'), 'to'), concat(color('BLUE'), array_get(pinfo($player, 9), 0)))))
    <<<
    #Demoting Users
    safe:/demote $player [$world=''] [$group=''] [$track='MainTrack'] = >>>
            #Gets who is running the command
            assign(@demoter, player())
            #Assign all players to array
            assign(@ap, all_players())
            #check if player is online
            if(array_contains(@ap, $player), assign(@isonline, 1), assign(@isonline, 0))
            #Sets World
            if(equals(@isonline, 1),
                if(equals($world, ''), assign(@inworld, pinfo($player, 7)), assign(@inworld, $world)),
                if(equals($world, ''), die('no world specified'), assign(@inworld, $world))
            )
            #Sets Group
            if(equals(@isonline, 1),
                if(equals($group, ''), assign(@ingroup, array_get(pinfo($player, 9), 0)), assign(@ingroup, $group)),
                if(equals($group, ''), die('no group specified'), assign(@ingroup, $group))
            )
            run(sconcat('/pr', $player, concat('w:', @inworld),'demote', concat('t:', $track), @ingroup, @inworld))\
            #Reloads that world's permissions
            /pr -reload @inworld \
            if(equals(@isonline, 1),
                msg(concat(color('RED'), sconcat($player, 'is now a part of the', concat(color('BLUE'), array_get(pinfo($player, 9), 0)), concat(color('RED'), 'group in'), concat(color('AQUA'), @inworld)))),
                die('player offline')
            )
            #Tell the player they were promoted
            tmsg($player, concat(color('RED'), sconcat(@demoter, 'has demoted you from', concat(color('BLUE'), @ingroup), concat(color('RED'), 'to'), concat(color('BLUE'), array_get(pinfo($player, 9), 0)))))
    <<<        
     
  29. Offline

    redworld2

     
  30. Offline

    hatchling

    Hallo, I got a problem whit my permissions
    When I say /permissions in chat I get Permissions was unable to load data during server load

    I had to copy the log and here is it
    Code:
    2011-07-16 00:44:14 [INFO] Starting minecraft server version Beta 1.7.2
    2011-07-16 00:44:14 [INFO] Loading properties
    2011-07-16 00:44:14 [INFO] Starting Minecraft server on 91.198.106.241:25565
    2011-07-16 00:44:14 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-07-16 00:44:14 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-07-16 00:44:14 [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-07-16 00:44:14 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-07-16 00:44:14 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-g9277096-b953jnks (MC: 1.7.2)
    2011-07-16 00:44:14 [SEVERE] Could not load 'plugins/mysql-connector-java-bin.jar' in folder 'plugins':
    java.io.FileNotFoundException: Jar does not contain plugin.yml
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:64)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:199)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:122)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-16 00:44:14 [SEVERE] while scanning for the next token; found character     '\t' that cannot start any token initializing Permissions v3.1.6 (Is it up to date?)
    while scanning for the next token
    found character     '\t' that cannot start any token
     in "<reader>", line 3, column 27:
                        type: YAML
                                  ^
    
        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 com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:129)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-16 00:44:14 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-07-16 00:44:14 [INFO] Preparing level "world"
    2011-07-16 00:44:14 [INFO] Preparing start region for level 0 (Seed: 4049912006344920230)
    2011-07-16 00:44:15 [INFO] Preparing start region for level 1 (Seed: 4049912006344920230)
    2011-07-16 00:44:15 [INFO] Preparing spawn area: 8%
    2011-07-16 00:44:16 [INFO] Starting minecraft server version Beta 1.7.2
    2011-07-16 00:44:16 [INFO] Loading properties
    2011-07-16 00:44:16 [INFO] Starting Minecraft server on 91.198.106.241:25565
    2011-07-16 00:44:16 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-07-16 00:44:16 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-07-16 00:44:16 [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-07-16 00:44:16 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-07-16 00:44:16 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-g9277096-b953jnks (MC: 1.7.2)
    2011-07-16 00:44:17 [SEVERE] Could not load 'plugins/mysql-connector-java-bin.jar' in folder 'plugins':
    java.io.FileNotFoundException: Jar does not contain plugin.yml
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:64)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:199)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:122)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-16 00:44:17 [SEVERE] while scanning for the next token; found character     '\t' that cannot start any token initializing Permissions v3.1.6 (Is it up to date?)
    while scanning for the next token
    found character     '\t' that cannot start any token
     in "<reader>", line 3, column 27:
                        type: YAML
                                  ^
    
        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 com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:129)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-16 00:44:17 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-07-16 00:44:17 [INFO] Preparing level "world"
    2011-07-16 00:44:17 [INFO] Preparing start region for level 0 (Seed: 4049912006344920230)
    2011-07-16 00:44:18 [INFO] Preparing start region for level 1 (Seed: 4049912006344920230)
    2011-07-16 00:44:18 [INFO] Preparing spawn area: 8%
    2011-07-16 00:44:19 [SEVERE] java.lang.NullPointerException
    2011-07-16 00:44:19 [SEVERE]     at com.nijikokun.bukkit.Permissions.PrWorldListener.onWorldLoad(PrWorldListener.java:11)
    2011-07-16 00:44:19 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$50.execute(JavaPluginLoader.java:591)
    2011-07-16 00:44:19 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-07-16 00:44:19 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    2011-07-16 00:44:19 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:267)
    2011-07-16 00:44:19 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    2011-07-16 00:44:19 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-16 00:44:19 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-16 00:44:19 [SEVERE] java.lang.NullPointerException
    2011-07-16 00:44:19 [SEVERE]     at com.nijikokun.bukkit.Permissions.PrWorldListener.onWorldLoad(PrWorldListener.java:11)
    2011-07-16 00:44:19 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$50.execute(JavaPluginLoader.java:591)
    2011-07-16 00:44:19 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-07-16 00:44:19 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    2011-07-16 00:44:19 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:267)
    2011-07-16 00:44:19 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    2011-07-16 00:44:19 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-16 00:44:19 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-16 00:44:19 [INFO] SignLift - Copyright 2011 - Shannon Wynter (http://fremnet.net)
    2011-07-16 00:44:19 [INFO] SignLift version 0.7 is enabled :)
    2011-07-16 00:44:19 [INFO] [ToolRepair] iConomy not found.
    2011-07-16 00:44:19 [INFO] [ToolRepair] Version 1.3 loaded.
    2011-07-16 00:44:19 [INFO] [ToolRepair] Developed by: [vanZeben]
    2011-07-16 00:44:19 [INFO] [EasyWarp] v1.5 is 'Alive' !
    2011-07-16 00:44:19 [INFO] Found and will use plugin Permissions v3.1.6
    2011-07-16 00:44:19 [INFO] HomeX enabled.
    2011-07-16 00:44:19 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.0)
    2011-07-16 00:44:19 [INFO] Lockette: Detected craftbukkit build [953] ok.
    2011-07-16 00:44:19 [INFO] Lockette: Failed to link to Permissions plugin version 3.1.6!
    2011-07-16 00:44:19 [INFO] Lockette: Using ops file for admin permissions.
    2011-07-16 00:44:19 [INFO] Lockette: Ready to protect your containers.
    2011-07-16 00:44:19 [INFO] PlgSetspawn version 4.1 is enabled!
    2011-07-16 00:44:19 [INFO] [iChat] Found Permissions (v3.1.6)
    2011-07-16 00:44:19 [INFO] iChat (v2.3.3-p3) enabled
    2011-07-16 00:44:19 [INFO] [StarterKit] Enabled
    2011-07-16 00:44:19 [INFO] RocketBoots v0.3.6 enabled!
    2011-07-16 00:44:19 [INFO] [xAuth] Loading player accounts..
    2011-07-16 00:44:19 [INFO] [xAuth] Done! Loaded 8 Accounts!
    2011-07-16 00:44:19 [INFO] [xAuth] v1.2.5 Enabled!
    2011-07-16 00:44:19 [INFO] [Administrate] - Permissions hooked using: Permissions v3.1.6
    2011-07-16 00:44:19 [INFO] [Permissions] SQL Interface enabled!
    2011-07-16 00:44:19 [INFO] Superpickaxe v0.2b by DiddiZ enabled
    2011-07-16 00:44:19 [INFO] VIP version 0.4.2 is enabled!
    2011-07-16 00:44:19 [INFO] [Jail] Loaded 1 jail zones.
    2011-07-16 00:44:19 [INFO] [Jail] Loaded 0 prisoners.
    2011-07-16 00:44:19 [INFO] [Jail] Loaded 0 cells.
    2011-07-16 00:44:19 [INFO] Done (0.223s)! For help, type "help" or "?"
    2011-07-16 00:44:19 [INFO] hatchlingduif [/213.93.35.14:58346] logged in with entity id 35 at ([world] 526.375, 64.0, 1748.75)
    2011-07-16 00:44:19 [SEVERE] Could not pass event PLAYER_JOIN to Administrate
    java.lang.NullPointerException
        at net.milkbowl.administrate.AdminPermissions.hasAny(AdminPermissions.java:132)
        at net.milkbowl.administrate.AdminPlayerListener.onPlayerJoin(AdminPlayerListener.java:51)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
        at net.minecraft.server.Packet1Login.a(SourceFile:43)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-16 00:44:23 [INFO] [xAuth] Player 'hatchlingduif' has authenticated
    2011-07-16 00:44:32 [INFO] SignLift version 0.7 is disabled :(
    2011-07-16 00:44:32 [INFO] [ToolRepair] Disabled
    2011-07-16 00:44:32 [INFO] [EasyWarp] v1.5 is off !
    2011-07-16 00:44:32 [INFO] HomeX disabled.
    2011-07-16 00:44:32 [INFO] Lockette: Closing all automatic doors.
    2011-07-16 00:44:32 [INFO] [Permissions] (Yeti) saving data...
    2011-07-16 00:44:32 [SEVERE] Error occurred while disabling Permissions v3.1.6 (Is it up to date?): null
    java.lang.NullPointerException
        at com.nijikokun.bukkit.Permissions.Permissions.onDisable(Permissions.java:143)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:280)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:273)
        at org.bukkit.plugin.SimplePluginManager.clearPlugins(SimplePluginManager.java:301)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:329)
        at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-16 00:44:32 [INFO] PlgSetspawn version 4.1 stopping...
    2011-07-16 00:44:32 [INFO] [iChat] iChat Disabled
    2011-07-16 00:44:32 [INFO] [StarterKit] Disabled
    2011-07-16 00:44:32 [INFO] [xAuth] v1.2.5 Disabled
    2011-07-16 00:44:32 [INFO] [Administrate] - Disabled!
    2011-07-16 00:44:32 [INFO] [Permissions] SQL Interface disabled!
    2011-07-16 00:44:32 [INFO] Superpickaxe disabled
    2011-07-16 00:44:32 [INFO] VIP Disabled
    2011-07-16 00:44:32 [SEVERE] Could not load 'plugins/mysql-connector-java-bin.jar' in folder 'plugins':
    java.io.FileNotFoundException: Jar does not contain plugin.yml
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:64)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:199)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:122)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:356)
        at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-16 00:44:32 [SEVERE] while scanning for the next token; found character     '\t' that cannot start any token initializing Permissions v3.1.6 (Is it up to date?)
    while scanning for the next token
    found character     '\t' that cannot start any token
     in "<reader>", line 3, column 27:
                        type: YAML
                                  ^
    
        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 com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:129)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:356)
        at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-16 00:44:32 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-07-16 00:44:32 [INFO] SignLift - Copyright 2011 - Shannon Wynter (http://fremnet.net)
    2011-07-16 00:44:32 [INFO] SignLift version 0.7 is enabled :)
    2011-07-16 00:44:32 [INFO] [ToolRepair] iConomy not found.
    2011-07-16 00:44:32 [INFO] [ToolRepair] Version 1.3 loaded.
    2011-07-16 00:44:32 [INFO] [ToolRepair] Developed by: [vanZeben]
    2011-07-16 00:44:32 [INFO] [EasyWarp] v1.5 is 'Alive' !
    2011-07-16 00:44:32 [INFO] Found and will use plugin Permissions v3.1.6
    2011-07-16 00:44:32 [INFO] HomeX enabled.
    2011-07-16 00:44:32 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.0)
    2011-07-16 00:44:32 [INFO] Lockette: Detected craftbukkit build [953] ok.
    2011-07-16 00:44:32 [INFO] Lockette: Failed to link to Permissions plugin version 3.1.6!
    2011-07-16 00:44:32 [INFO] Lockette: Using ops file for admin permissions.
    2011-07-16 00:44:32 [INFO] Lockette: Ready to protect your containers.
    2011-07-16 00:44:32 [INFO] PlgSetspawn version 4.1 is enabled!
    2011-07-16 00:44:32 [INFO] [iChat] Found Permissions (v3.1.6)
    2011-07-16 00:44:32 [INFO] iChat (v2.3.3-p3) enabled
    2011-07-16 00:44:32 [INFO] [StarterKit] Enabled
    2011-07-16 00:44:32 [INFO] RocketBoots v0.3.6 enabled!
    2011-07-16 00:44:33 [INFO] [xAuth] Loading player accounts..
    2011-07-16 00:44:33 [INFO] [xAuth] Done! Loaded 8 Accounts!
    2011-07-16 00:44:33 [INFO] [xAuth] v1.2.5 Enabled!
    2011-07-16 00:44:33 [INFO] [Administrate] - Permissions hooked using: Permissions v3.1.6
    2011-07-16 00:44:33 [INFO] [Permissions] SQL Interface enabled!
    2011-07-16 00:44:33 [INFO] Superpickaxe v0.2b by DiddiZ enabled
    2011-07-16 00:44:33 [INFO] VIP version 0.4.2 is enabled!
    2011-07-16 00:44:33 [INFO] [Jail] Loaded 1 jail zones.
    2011-07-16 00:44:33 [INFO] [Jail] Loaded 0 prisoners.
    2011-07-16 00:44:33 [INFO] [Jail] Loaded 0 cells.
    I hope I can het some help and fix this
     
  31. Offline

    Jeyge

    That would depend on what is in the files that match that error. Most likely, just another missing closing quote on some line between 245 and 516.

    You have one or more tabs on line 3 in your storageconfig.yml file. YAML doesn't support tabs and they need to be replaced with spaces. Each tab should be 4 spaces.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
Thread Status:
Not open for further replies.

Share This Page