Inactive [ADMN/DEV] Permissions 3.1.6 - The Plugin of Tomorrow [935]

Discussion in 'Inactive/Unsupported Plugins' started by rcjrrjcr, May 24, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    rcjrrjcr

    Permissions 3.1.6 (Yeti)

    Download:
    Latest Stable (3.1.6) : Full Zip | Main Jar Only | SQL Interface Jar Only

    Previous Versions:
    3.1.5 (JAR|SQL) | 3.1.4 (JAR|SQL) | 3.1.3 (JAR|SQL) | 3.1.2 (JAR|SQL) | 3.1.1 (JAR) | 3.1 (JAR) | More older versions


    COMMAND RESTRUCTURING
    Feel free to comment and give suggestions.


    DO NOT USE GLOBAL CONFIGS FOR NOW. THE GLOBAL CONFIG IS MEANT TO SUPPLEMENT WORLD-SPECIFIC CONFIGS, NOT THE OTHER WAY ROUND. SEE https://github.com/TheYeti/Permissions/wiki/Global-vs-World .I WILL WRITE A PROPER TUTORIAL ON HOW TO USE THE GLOBAL CONFIGS SOON.

    TODO:
    • Revamp commands
    Known plugins that cause IllegalAccessError(s):

    • Help (not fixed yet)
    Temp Fix for IAEs (open)




    1. Open Help's JAR with 7zip.
    2. Find MANIFEST.MF (it can be in the root folder or in the META-INF folder, or both).
    3. Open the MANIFEST.MF file in a text editor
    4. Look for a line that starts with "Class-Path:".
    5. Delete "Permissions.jar" from that line.
    6. Save the manifest.
    7. 7zip will prompt you to save changes back into the archive. Accept.
    8. Restart server.





    Plugin Authors: How to hook into Permissions

    Due to @TheYeti being busy in RL for now, I have created a new thread for Permissions 3.x. TheYeti is still part of the Permissions team.

    Permissions... Reborn.
    This is a continuation of the work that was originally done by Nijikokun. All original credit goes to them as without their work this plugin would not have been possible. This plugin does not provide any commands or additional functionality beyond what is described in this post. That means that you need another plugin to provide colored names, chat prefixes, and op commands such as /give and /time.​

    The Permissions Team

    The team consists of myself @rcjrrjcr and @TheYeti currently with contributions from @Nijikokun as well on occasion. There are also several other members of the community who frequently assist with providing code changes, bug fixes, patches, support, feedback, and beta testing. Special thanks to @flames and the Dynmap & Wormhole X-Treme teams for the hosting of Permissions on their Jenkins server.

    What's new in 3.x?

    Taken from the GitHub page:
    1. In-game commands. For a long time, users have been pestering, nagging, demanding and/or screaming for an way to manage Permissions via commands. Now, in 3.0, in-game commands are available to manage permissions and groups.
    2. SQL storage. This allows web interfaces to manage Permissions by updating the SQL database Permissions uses.
    3. Promotion/demotion tracks. With a simple command, users can be promoted/demoted along a preconfigured track, allowing RP servers with ranks to promote the player along a class track and other possibilities.
    4. Multigroup.
    5. Weightage. Plugins are able to compare users via their weight, which is inherited from their groups. For example, SlapPlugin can check if Player A is higher-weighted than Player B when A tries to slap B (Not IRL, obviously).
    6. Improved world mirroring. Config files are now split into a group file and a user file. Also, by editing storageconfig.yml, you can configure the mirroring of entire worlds, or just its users/groups. You also do not have to create files for worlds that mirror another world. Also, two different worlds can use different storage types, like YAML and SQL.
    7. Global permissions. Instead of having to resort to cross-world group inheritance, now all worlds inherit groups and users from the global permissions file. Also, the inherited groups/users can be overridden via editing the specific world's file.
    Upgrading from 2.x to 3.x







    I have written a guide on GitHub. This demonstrates how to convert 2.x-style configs to 3.0. The YAML-to-SQL converter are still in testing, but it can be downloaded from here. It's written in Perl. @Zgred has created a web version of the script located here. @omgneeq is working on an Web UI for SQL databases (Sorry about the previous statement that he was making a converter.)​


    Install (open)
    For the admins

    In case you missed the link above, the Setup Guide on GitHub will help you quite a bit

    Samkio has updated his tutorial for P3:


    First thing that you will need to do is download the plugin. Place it in your plugins/ folder and unzip it. This should create the folder Permissions and a Permissions.jar file in your plugins folder. Next, go into Permissions/ and create a folder named the same as your world. So if your world name from server.properties is Foo you will need to create the folder plugins/Permissions/Foo. You MUST rename it to whatever your world's name is or it will not work.

    Note, if you have your server maps all saved into a single directory then the initial setup will be somewhat different. Say your maps are arranged in the main directory like so: bukkit/mapfolder/world1, bukkit/mapfolder/world2, etc. Then inside of the plugin/Permissions directory you will need to create a folder called mapfolder and inside of that put the directories containing users.yml and groups.yml in there.

    Next, you will need to go in and add yourself to the users, just replace the user that is in there with your name. Make any other modifications that you need to. While making modifications make sure that you do NOT use tabs. These will break the YAML format and cause issues. Instead, each indent should be four spaces. If you want people who aren't in the Admin group to be able to reload the permissions plugin you need to give them 'permissions.reload' permissions within the config file.

    Permissions gives server admins great control, mostly in-game reloading. More info about commands can be found here.


    FAQ (open)

    [FAQ]

    [Q] What is with the version numbers? I can't keep up, it seems like every time I look there is a new version!
    [A] I use the GNU versioning system for my version numbers. So what this means is the version number should be read as Major.Minor.Revision. So for version 2.5.2 this would mean it is the 2nd Major version, the 5th Minor release in this version, and the 2nd revision. I tend to release bug fixes and anything that doesn't add functionality or will not break things as revisions. So generally you should be safe with just watching the major & minor numbers and only getting the revision if it fixes a bug specific to you. Technically 2.5.2 should have been released as 2.6 as it did add functionality, but this was below even a minor change so I released it as a revision.

    [Q] I am getting an error that it can't pass BLOCK_PLACED or BLOCK _BREAK events to Permissions. Fix it!
    [A] That's not a question. The reason why it can't place these is probably because the syntax of your Permissions file is all whacked out, or it is a different world and you don't have a config file for that world.

    [Q] What am I suppose to name the config file?
    [A] You need to name it the same as your world. So if you look in server.properties at "level-name" you will see a world name there. Rename your config file to the same thing as that. Make sure you keep the .yml extension at the end.

    [Q] Permissions are broken. Why can no one use commands? Why am I not an admin?
    [A] First off, make sure that your formatting is correct. Look at the format that the default config file uses. Yours should look like that. Do NOT use tabs. Use 4 spaces (IE. " " <-- Four of those things.). Also, whichever group you give the permission '*' to, do not have that group inherit permissions from anyone else. That is called overloading and it will break things. Also, this.


    [Q] Which one am I suppose to download and unzip to install this?
    [A] Download the main package, not the JAR only. Unzip the ZIP file. The JAR only downloads are simply there for people who are UPGRADING and do not need the default config file.

    [Q] I have done all of this and this doesn't work! I'm going back to GroupManager!
    [A] Well, there is probably the problem. Make sure that you delete EssentialsGroupManager.jar and EssentialsGroupBridge.jar as these don't play well with Permissions and will cause headache.

    [Q] When are you going to add <blah> <feature/command> into this already? You suck! Do what I want NAU PL0X!
    [A] Feature requests should be posted on the GitHub tracker. Stupid suggestions like adding teleportation functionality and other less ludicrous stuff will be rejected.



    Changelog
    • 3.1.6
      • Major fixes.
      • Simplify tracks
    Changelog (open)





    • 3.1.5
      • Fix several minor bugs.
      • Autoconvert 2.x/GM format (only works if you split them into groups.yml and users.yml, but leave the rest untouched)
    • 3.1.4
      • Fix YAML locking bugs.
    • 3.1.3
      • Fix another SQL data and inheritance issue.
    • 3.1.2
      • Fix SQL data issues.
      • Added user/group name autocomplete
      • Separated SQL interface into separate plugin
    • 3.1.1
      • Fix prefix/suffix issues.
      • Added ON UPDATE CASCADE to the SQL foreign [/SIZE]
    • 3.1
      • Tons of fixes.
    • 3.0.6
      • Fix SQLite issues due to misimplementation of methods.
    • 3.0.5
      • Fix cache-related NPEs
      • Fixed quoted worlds (thanks again @Jeyge !)
    • 3.0.4
      • Fix LinkageError caused by ServiceManager not unloading the PermissionHandler class.
      • Added cache
      • Fix index not being incremented when promoting (thanks @Jeyge !)
    • 3.0.3
      • Fixed another getGroup bug.
    • 3.0.2
      • Fixed getGroup bug.
    • 3.0.1
      • Fixed some NPE bugs.
    • 3.0
      • Total overhaul of Permissions. Adds many new features (see What's new in 3.0?).
    • 2.7.4
      • Added overload of has() and permissions() for plugin devs
    • 2.7.3
      • Fixed negate node add/remove bug.
    • 2.7.2
      • Fix for small subtle bug introduced in last minor version.
    • 2.7.1
      • Commit by DThielke to fix several bugs with programmatic modifications of user permissions.
    • 2.7
      • Further commits by rcjrrjcr
        • Removed negatedNode checks
        • Temp fix for NULL issue
        • WorldConfigurationModification to save only modified configs
        • Fix for cache problems








    Credits (open)


    TheYeti:
    Nijikokun - Without their original work this plugin would not be possible.​
    All of the members of the community that regularly provide support in this thread for Permissions​
    Rigby, Kainzo, DThielke, GoMySQL, sk89q, RightLegRed - For hanging out with me in IRC, tons of testing, and pushing me to improve on the code constantly and make changes to make this plugin constantly better and better, and in general being entertaining.​
    Everyone else on here and in IRC who provides support, feedback, assistance, plugins that have continued to support and integrate this, and in general makes my life a bit easier, THANK YOU!​

    rcjrrjcr:
    I would like to thank Joy , jamesg and omgneeq for staying in #permissions for long periods of time to test out 3.0, and help me find many coding mistakes I made, patiently waiting for the next build while I fixed the bugs. I appreciate SvenBrnn 's and GoMySQL(Geoff Winans on this forum) 's help that allow me to design and code the SQL interface, and the HeroCraft coding team for providing support and some priceless IRC quotes (Dgco). Also, I would like to thank Lycano for helping me in many different aspects. Last but not least, I would like to thank Nijikokun and TheYeti for developing P2, which was one of my core plugins when I was still a 14-year-old server admin that didn't understand Java, and was the base for 3.0. Without these people, 3.0 would never be possible.​


    If after reading through all of that you are still having issues do one of two things. If it is a provable bug, and you have things like screenshots or copies of startup, steps to reproduce, your craftbukkit build and the version this is running along with your config files then submit the bug on the issue tracker. If it is general help or support you are needing then post a reply to this thread and someone will try to help you.

    Old thread: Permissions v2.7.4
     
  2. Offline

    Jeyge

    The hard job in all of this is going to be on the plugin developers. Once they properly define their permissions, you will once again use any .* permissions just like we have done in the past. The one thing that just completely baffles me is that the complaints about this plugin and the other permission plugins wasn't that the backend was messy but instead that the yml system was too hard to maintain. So we traded one messed up yml implementation for what is probably an even more messed up yml implementation.

    You'll need to post a little more information for someone to be able to help you. Start with the actual error message you are getting (your server.log would really help) and your permission yml files.

    @Chuckster
    You should start with the example files in the zip download and add your permissions to those. It doesn't look like you are using a valid Permissions format right now.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Mar 26, 2019
  3. Offline

    qazz42

    ok, I still get the error after I set up tracks

    Code:
    groups:
        Guests:
            default: true
            info:
                prefix: '&2'
                suffix: '&f'
                build: false
            permissions:
        Members:
            default: false
            info:
                prefix: '&2'
                suffix: '&f'
                build: true
            permissions:
                - 'reagent.spells.*'
                - 'dd.teleport'
                - 'OwnBlocks.use'
                - 'dreamland.fly'
        Moderators:
            default: false
            info:
                prefix: '&b'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - 'admincmd.player.kill'
                - 'admincmd.player.kick'
                - 'admincmd.item.add'
                - 'reagent.spells.*'
                - 'dd.teleport'
                - 'OwnBlocks.use'
                - 'admincmd.time.set'
                - 'dreamland.fly'
                - 'OwnBlocks.ignoreOwnership'
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix: '&f'
                build: true
            permissions:
                - '*'
        track:
                - Guests
                - Members
                - Moderators
                - Admins
    exactly what am I doing wrong? Also, I typed "pr Tom promote" as I made a default track

    also

    Code:
    users:
        qazz42:
            permissions:
            groups:
            - Admins
        DominatedSquash:
            permissions:
            groups:
            - Members
        Justin979271:
            permissions:
            groups:
            - Moderator
        Tom:
            permissions:
            groups:
            - Members
        Midwood5:
            permissions:
            groups:
            - Members
    
     
  4. Offline

    Jeyge

    track: needs to start in column 1 and the tracks that come after it should either be in column 1 or 5.
     
  5. Offline

    codyteen

    OK im having a problem where all my defaults cant build and build=true i have no spawn protection i have even tried removing all my plugins not in clouding permissions
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: '&2'
                suffix: '&f'
                build: true
            permissions:
                - 'permissions.build'
                - permissions.build
        Moderator:
            default: false
            info:
                prefix: '&6'
                suffix: '&6'
                build: true
            inheritance:
                - Default
            permissions:
                - ''
                - ''
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix: '&4'
                build: true
            permissions:
                - '*'
        Owner:
            default: false
            info:
                prefix: '&1'
                suffix: '&1'
                build: true
            permissions:
                - '*'
    
    plz help me
     
  6. hi i need help with this i am not that good with this so can u help me?
    i need to make it so i can do all stuff non ops can do normal stuff and op can use all op stuff but not /op and i have a plugin world edit i wona make is so op cant use //wand pliz help THX
     
  7. Offline

    slaymonok

    Awesome Plugin!
    only 2 things i would love if u added
    Inbuilded chat colors, so we dont need to have another plugin (this is preatty unnececery thought)
    Timed permission! like for vip, i just want them to be vip in 30 days, then i write smth like /promote counter 30 days and then they go back to what they were after 30 days, (if this allredy exist, please quote and tell me how to use it :s)
    Thanks for this plugin!
    //simme337 -slaymonok.minecraft.gs-
     
  8. Offline

    Jeyge

    See the wiki FAQ for a list of things to look at. One thing I can see in your groups though is that you need to remove the - '' lines. They have been known to cause problems.
    You can't remove permissions from the OP group so if you don't want them to use //wand, you will need to DEOP them.
    You won't be seeing Permissions turning into PermChat anytime soon so I would stick with 2 plugins for now. As for your second request, I know I've seen the timed permissions thing out there. I would suggest using search to find it.
     
  9. Offline

    lukehib

    Hmm, somethings going wrong.

    I set up groups and everything and everythins being going fine until today when I typed /reload permissions. The server stopped and gave the recv failed command. I then got rid of permissions, loaded all plugins and things worked fine. I added permissions again and it worked but whenever I typed something such as /pr -reload it said I dont have permission to do this? Also, it forbid admins to fly even though the admin group has the nocheat check nodes. So then I upgraded to the latest version of permissions and now this happens!

    This is what shows up:
    Code:
    20.07 01:36:48 [Server] INFO Read timed out
    20.07 01:36:45 [Multicraft] Auto-saving world...
    20.07 01:36:20 [Server] INFO Read timed out
    20.07 01:36:07 [Server] INFO Read timed out
    20.07 01:35:39 [Server] INFO Read timed out
    20.07 01:35:33 [Server] INFO Read timed out
    20.07 01:35:01 [Server] INFO Starting Minequery server on 0.0.0.0:25566
    20.07 01:35:00 [Server] INFO Entities enhanced[0] subclassed[6]
    20.07 01:35:00 [Server] INFO SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    20.07 01:35:00 [Server] INFO DatabasePlatform name:PreciousStones platform:mysql
    20.07 01:34:57 [Server] INFO DataSourcePool [PreciousStones] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    20.07 01:34:57 [Server] SEVERE ebean.properties not found
    20.07 01:34:57 [Server] INFO This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    20.07 01:34:57 [Server] INFO Starting Minecraft server on 0.0.0.0:25565
    20.07 01:34:57 [Server] INFO Loading properties
    20.07 01:34:57 [Server] INFO Starting minecraft server version Beta 1.7.3
    20.07 01:34:56 [Server] INFO 16 achievements
    20.07 01:34:56 [Server] INFO 151 recipes
    20.07 01:34:56 [Multicraft] Loaded config for "Latest Craftbukkit"
    20.07 01:34:56 [Multicraft] Starting Minecraft!
    20.07 01:34:56 [Multicraft] Loading Minecraft instance properties
    20.07 01:34:56 [Multicraft] Loading Minecraft instance properties
    
     
  10. Offline

    H14

    I currently have permissions set up with PermissionsSQL. It works fine, but as it is currently set up, it only works in the normal world. When you enter the nether you are automatically regarded as belonging to the default group.
    There is 1 default track set up connected to the worldid 2 (= the normal world, 3 is the nether, 1 is *). Setting it to link to worldid 1 with * (that I assume is the same as global world) does not change anything. All users in the normal world are still in their respective groups as before, in the nether they are all in the same default group. I don't have any clue what else I could change to make it use the global track for everything?
     
  11. Offline

    Jeyge

    I'm not seeing Permissions even starting up. Is it even running?
    You can't have world only use the global files. They are meant to support the local files. If your are ultimately wanting all files to have the same permissions, I would suggest looking at world mirroring in the Storageconfig.yml Options topic on the wiki.
     
  12. Offline

    Guvnors

    Do adding prefix and sufix work in permissions 3 when setting individual prefixs for users.
     
  13. Offline

    Chuckster

    what is the permission for building and destroying
     
  14. Offline

    Jeyge

    Permissions allows you to add them to any node level you want but I have a feeling that isn't your actual question. You probably want to know if some chat plugin supports prefixes and suffixes added at the user level. Some of them do and some of them don't. One place that people seem to have some confusion thought is that prefixes and suffixes in the global users/groups won't work unless you really know what you are doing.
    It isn't a permission but instead a node in the info section. Just set build to either true or false depending on if you want the group to be able to build or not.
     
  15. Offline

    H14

    But that says it uses YAML, we only use SQL, how do I achieve the same thing using SQL?
     
  16. Offline

    slaymonok

    If you want to make someone not able to build/destroy. Change default:false to default:true
     
  17. Offline

    lukehib

    Yeh it doesnt seem to load up. Maybe thats why all my commands are messed up?
     
  18. Offline

    Jeyge

    I think that is just the sample but I'm not running SQL on my server so I can't test it. At the same time, it doesn't say it is YAML only.
    If Permissions doesn't load, then you won't have access to any of the Permissions commands.
     
  19. Offline

    Guvnors

    Well, say if a user is in group moderator and donator. Can the user then set his prefix to BOB even though he is in two groups already?
     
  20. Offline

    lukehib

    I just restarted it and it did load.

    20.07 03:24:29 [Server] INFO [Permissions] version [3.1.6] (Yeti) loaded
    20.07 03:24:29 [Server] INFO [Permissions] (Yeti) was initialized.

    Still dont have my set prefix and no admin commands over Precious Stones and stuff.
     
  21. Offline

    Jeyge

    As long as the chat plugin looks for the user prefix/suffix and uses them to override the group ones, then it will work just fine.
    Which prefix are you expecting and what permissions did you give yourself for Precious Stones? Post your permissions yml files with the rest of your server.log so we can help.
     
  22. Offline

    lukehib

    Groups.yml

    Code:
    groups:
            Default:
                default: true
                info:
                    prefix: ''
                    suffix: ''
                    build: true
                inheritance:
                permissions:
                - essentials.afk
                - essentials.help
                - essentials.rules
                - essentials.home
                - essentials.motd
                - essentials.msg
                - essentials.sethome
                - essentials.spawn
                - essentials.list
                - essentials.mail
                - essentials.mail.send
                - essentials.me
                - preciousstones.benefit.*
                - preciousstones.whitelist.*
                - TradeCraft.canBuy
                - TradeCraft.canSell
                - clans.accept
                - clans.leave
                - clans.teamchat
                - clans.info.self
                - clans.info.other
                - clans.invite
                - clans.kick
                - clans.list
            Moderator:
                default: false
                info:
                    prefix: ''
                    suffix: ''
                    build: true
                inheritance:
                - Default
                permissions:
                - ''
            Members:
                default: false
                info:
                    prefix: ''
                    suffix: ''
                    build: true
                inheritance:
                - Default
                permissions:
                - clans.create
                - clans.disband
                - clans.tag
                - clans.motd
                - clans.rank.*
                - simplereserve.enter.full
                - essentials.warp
                - essentials.warp.list
                - TradeCraft.canMakePlayerShops
                - TradeCraft.canDestroyShops
            Admins:
                default: false
                info:
                    prefix: '[Admin]'
                    suffix: ''
                    build: true
                inheritance:
                permissions:
                - '*'
    
    
    My server.log file is huge, how much should I post?

    Prefix was admin. It used to work just fine. Precious Stones used to work fine too but suddenly stopped, and in admin I have the '*'
     
  23. Offline

    H14

    And indeed it works perfectly, thanks this saved my hours of messing around with SQL!
     
  24. Offline

    Jeyge

    Your spacing is off by 4 spaces but because it is all off by 4 spaces, it still works. You can move everything past groups: back 4 spaces if you want but it isn't necessary. Outside of that, your groups.yml file is working just fine on my test server. Unless you have something else strange like 2 permissions plugins or you have something wrong in your users.yml or you are using the global files, I don't see anything wrong.

    As for your server.log, I only need the startup information so from launch to the point that it says done.
     
  25. Offline

    lukehib


    Code:
    20.07 04:30:00 [Server] Startup Done (0.310s)! For help, type "help" or "?"
    20.07 04:30:00 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
    20.07 04:29:59 [Server] INFO [MobArena] v0.93.1 enabled.
    20.07 04:29:59 [Server] INFO [MobArena] Payment method found (Essentials version: 2.2)
    20.07 04:29:59 [Server] INFO [NoCheat] version [1.11] is enabled with the following checks: moving speedhack flying fastswim
    20.07 04:29:59 [Server] INFO [NoCheat] version [1.11] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    20.07 04:29:59 [Server] INFO (NoCheat) Did you know? You can deactivate these Messages in the config file, if they annoy you.
    20.07 04:29:59 [Server] INFO (NoCheat) Did you know? You can find detailed information about all configuration options of NoCheat in the file "descriptions.txt" in your "plugins/NoCheat" folder
    20.07 04:29:59 [Server] INFO (NoCheat) Did you know? This version of NoCheat was written for CraftBukkit RB 1000, but may still work for some older or newer versions.
    20.07 04:29:59 [Server] INFO (NoCheat) Did you know? There will be a change in the near future to how movement in CraftBukkit works, which will break NoCheats moving-check(s) completely, causing tons of false positives. Be careful if you tend to run bleeding edge builds of CraftBukkit.
    20.07 04:29:59 [Server] INFO (NoCheat) Did you know? NoCheat now supports the new Bukkit-Permission system. You can activate it in the config file.
    20.07 04:29:59 [Server] WARNING [NoCheat] you have set "allow-flight=false" in your server.properties file. That builtin anti-flying-mechanism will likely conflict with this plugin. Please consider deactivating it by setting it to "true"
    20.07 04:29:59 [Server] INFO Loaded EssentialsChat build 2.4.2 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    20.07 04:29:59 [Server] INFO Loaded EssentialsSpawn build 2.4.2 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    20.07 04:29:59 [Server] INFO WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    20.07 04:29:59 [Server] INFO WorldEdit 4.4 enabled.
    20.07 04:29:59 [Server] INFO BorderGuard version 4.11 is enabled!
    20.07 04:29:59 [Server] INFO WorldGuard 5.2.2 enabled.
    20.07 04:29:59 [Server] INFO WorldGuard: 0 regions loaded for 'world_nether'
    20.07 04:29:59 [Server] INFO WorldGuard: 19 regions loaded for 'world'
    20.07 04:29:59 [Server] INFO WorldGuard: Loaded configuration for world 'world_nether"
    20.07 04:29:59 [Server] INFO WorldGuard: (world_nether) All fire spread is disabled.
    20.07 04:29:59 [Server] INFO WorldGuard: (world_nether) Lava fire is blocked.
    20.07 04:29:59 [Server] INFO WorldGuard: (world_nether) Lighters are PERMITTED.
    20.07 04:29:59 [Server] INFO WorldGuard: (world_nether) TNT ignition is PERMITTED.
    20.07 04:29:59 [Server] INFO WorldGuard: (world_nether) Single session is enforced.
    20.07 04:29:59 [Server] INFO WorldGuard: Loaded configuration for world 'world"
    20.07 04:29:59 [Server] INFO WorldGuard: (world) All fire spread is disabled.
    20.07 04:29:59 [Server] INFO WorldGuard: (world) Lava fire is blocked.
    20.07 04:29:59 [Server] INFO WorldGuard: (world) Lighters are PERMITTED.
    20.07 04:29:59 [Server] INFO WorldGuard: (world) TNT ignition is PERMITTED.
    20.07 04:29:59 [Server] INFO WorldGuard: (world) Single session is enforced.
    20.07 04:29:59 [Server] INFO WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    20.07 04:29:59 [Server] INFO [HeroicDeath] 1.8.1.156 enabled.
    20.07 04:29:59 [Server] INFO Loaded Essentials build 2.4.2 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    20.07 04:29:59 [Server] INFO [PreciousStones] tagging 0 chunks
    20.07 04:29:58 [Server] INFO [PreciousStones] tagging 290 chunks
    20.07 04:29:58 [Server] INFO [PreciousStones] world_nether unbreakables: 0
    20.07 04:29:58 [Server] INFO [PreciousStones] world_nether fields: 0
    20.07 04:29:58 [Server] INFO [PreciousStones] world unbreakables: 0
    20.07 04:29:58 [Server] INFO [PreciousStones] world fields: 994
    20.07 04:29:58 [Server] INFO [PreciousStones] version 4.3 loaded
    20.07 04:29:57 [Server] INFO TradeCraft version AE-1.0.4 is enabled!
    20.07 04:29:57 [Server] INFO [TradeCraft] has recognized Permissions
    20.07 04:29:57 [Server] INFO Loaded 66 shops
    20.07 04:29:57 [Server] INFO Loaded 231 configs
    20.07 04:29:57 [Server] INFO Preparing start region for level 1 (Seed: 5858537845730749936)
    20.07 04:29:56 [Server] INFO Preparing start region for level 0 (Seed: -6957714964733582093)
    20.07 04:29:56 [Server] INFO Preparing level "world"
    20.07 04:29:56 [Server] INFO [Permissions] version [3.1.6] (Yeti)  loaded
    20.07 04:29:56 [Server] INFO [Permissions] (Yeti) was initialized.
    20.07 04:29:55 [Server] INFO Starting Minequery server on 0.0.0.0:25566
    20.07 04:29:54 [Server] INFO Entities enhanced[0] subclassed[6]
    20.07 04:29:54 [Server] INFO SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    20.07 04:29:54 [Server] INFO DatabasePlatform name:PreciousStones platform:mysql
    20.07 04:29:49 [Server] INFO DataSourcePool [PreciousStones] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    20.07 04:29:49 [Server] SEVERE ebean.properties not found
    20.07 04:29:49 [Server] INFO This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    20.07 04:29:49 [Server] INFO Starting Minecraft server on 0.0.0.0:25565
    20.07 04:29:49 [Server] INFO Loading properties
    20.07 04:29:49 [Server] INFO Starting minecraft server version Beta 1.7.3
    20.07 04:29:49 [Server] INFO 16 achievements
    20.07 04:29:49 [Server] INFO 151 recipes
    20.07 04:29:48 [Multicraft] Loaded config for "Latest Craftbukkit"
    20.07 04:29:48 [Multicraft] Starting Minecraft!
    20.07 04:29:48 [Multicraft] Loading Minecraft instance properties
    20.07 04:29:48 [Multicraft] Loading Minecraft instance properties
     
  26. Offline

    Jeyge

    Nothing special in there so as I said before, unless there is something special in your global files or your users.yml files, everything looks okay. One thing to check is to make sure your groups.yml and users.yml files are in the plugins\permissions\world directory.
     
  27. Offline

    jtlcr777

    Code:
                inheritance:
                - Default
                permissions:
                - '' <------
    Isnt that the problem?
     
  28. Offline

    Jeyge

    Null permissions can cause problems but in this case, I tested the file on my test server and I believe it doesn't in this case because of the inheritance. Good catch anyway though. It really should be removed.
     
  29. Offline

    thcoolman

    what do i put in permissions .tml


    mine isnt working it says
    19:08:13 [SEVERE] Could not load 'plugins/CakePort.jar' in folder 'plugins':
    java.lang.UnsupportedClassVersionError: Bad version number in .class file
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:207)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:130)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    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)
    19:08:13 [SEVERE] Could not load 'plugins/OwnBlocksX.jar' in folder 'plugins':
    java.lang.UnsupportedClassVersionError: Bad version number in .class file
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:207)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:130)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    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)
    19:08:13 [SEVERE] Could not load 'plugins/Permissions.jar' in folder 'plugins':
    java.lang.UnsupportedClassVersionError: Bad version number in .class file
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:207)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:130)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    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)
    19:08:13 [INFO] Preparing level "world"
    19:08:14 [INFO] Preparing start region for level 0 (Seed: 2330455881149140847)
    19:08:15 [INFO] Preparing spawn area: 61%
    19:08:15 [INFO] Preparing start region for level 1 (Seed: -1722836297719927301)
    19:08:16 [INFO] Preparing spawn area: 48%
    19:08:16 [INFO] Server permissions file permissions.yml is empty, ignoring it
    19:08:16 [INFO] Done (0.311s)! For help, type "help" or "?"

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

    GammahGotz

    Are there going to be any plans to upgrade Permissions for B1000?

    @thcoolman The permissions.yml file is used for B1000 's new builtin permissions system (WHICH CURRNETLY SUCKS)
     
  31. Offline

    thcoolman

    what do i put in it though

    can u tell me how to update java 1.6

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

Share This Page