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

    iMattxC

    I still need help with this!
    This may help:
    Code:
        Lava604:
            permissions:
            groups:
            - Guest
        cyberdude300:
            permissions:
            groups:
            - Guest
        grimreaper80:
            permissions:
            groups:
            - world_nether,Guest
    
    world_nether, shouldnt be there. This also happens with skylands.


    YML files for Skylands :
    Groups.yml
    http://pastebin.com/ihR85fbS

    users.yml
    http://pastebin.com/vmRp7txG

    I have worldcopy setup and it copies this from the main world. problem started when there was a small error and my host installed permissionsplus. I think it messed up my config.
     
  3. Offline

    jdietz43

    EDIT: All problems requested help for fixed. Improper syntax + noob is the root of all evil.
     
  4. Offline

    Thorns_Ofire

    Is there any way to allow op / commands without actually giving out op?
     
  5. Offline

    Cyberpew

    Thank you for your help! Was my error.
     
  6. Offline

    Snipes01

    Look up the permission nodes for iConomy and made sure each group has the right permission to use it. Post your permissions.yml just to make sure there are not syntax errors. In order for any plugin to work with permissions you have to place the correct permissions nodes in your yml.

    Sort of what commands do you want them to use. There are a number of plugins that allow op like access. Say if you want to use the Essentials plugin I believe people can use /i <item number or name> this will give them items. It really all depends.

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

    pazdowg

    i dont want a group to have a certain permission, ive tried giving them a negative permission or just not giving them the permission, but they can still use all of the permissions from essentials... any ideas?
     
  8. Offline

    suicidal_banana

    Heys all, mysql wanting user here;

    So im wondering, i noticed the plugin developer is active again (Hey! :D) i read about ppl having it working great with mysql, is there a chance we can get a in depth (or at least a understandable text-) tutorial for setting up mysql? I tried going back some pages to find any mysql samples ppl might have posted, but gave up after like 20 pages, sorry if i read over it/its 21 pages back.

    I think im fairly good with mysql, i have setup literally 100's of databases/servers for websites, but for the life of me, i cant get permissions 3.1.6 to honor the config and use the mysql database?! :(
    But recently i noticed theres a bukkit.yml also holding mysql login data, should i maybe configure that aswell?

    Any help or possible tutorial (other then the video, did all that, its not honoring the config) highly appreciated!!!

    Edit; please ask me if you wanna see config or something, id be more than happy to supply them.
     
  9. Offline

    Donny

    UGGGG it was permissions doing that to my cpu!

    For some wierd reason permissions makes the cpu usage go to 0% for a random period of time in random intervals. (this makes lag lag lag)
     
  10. Offline

    Dagumboss

    Uhh, do you mean groups.yml? I have no permissions.yml...

    I'm tellin ya, I didn't even touch the permissions. Yet ops are the only ones able to use /money pay, despite it being right there in the correct place.

    globalGroups
    Code:
    Regulars:
        default: true
        permissions:
        - accept
        - antihack.canfly
        - auction.bid
        - bookworm.copy.others
        - bookworm.copy.own
        - bookworm.create
        - bookworm.destroy.own
        - bookworm.remove.own
        - bookworm.write.own
        - essentials.clearinventory
        - essentials.getpos
        - essentials.home
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.msg
        - essentials.sethome
        - essentials.sign.disposal.use
        - essentials.spawn
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.warp.*
        - essentials.warp.climb
        - help
        - herobounty.list
        - iconomy.access
        - iconomy.payment
        - iwarning.mywarnings
        - jail.usercmd.jailstatus
        - localchat.shout
        - localchat.speak
        - localchat.whisper
        - localshops.user.*
        - lwc.protect
        - mcmmo.ability.mining
        - mcmmo.ability.swords
        - mcmmo.skills.mining
        - mcmmo.skills.swords
        - modtrs.command.modlist
        - modtrs.command.modreq
        - money
        - money.payment
        - motd
        - myhome.home.basic.*
        - mywarp.warp.basic.warp
        - players
        - servertime
        - tombstone.cmd.tombfind
        - tombstone.cmd.tomblist
        - tombstone.large
        - tombstone.lwc
        - tombstone.use
        - war.warp
        - warp.to.*
        - warp.to.climb
        - wurkit.player.allowpay
        inheritance: []
        info:
          prefix: '&f'
          interact: true
          build: true
          suffix: ''
    groups.yml for main world:

    Code:
    Regulars:
     
       default: true
            permissions:
            -
    
    jail.usercmd.jailstatus
            - essentials.me
     
       - jobs.join.*
            - accept
            -
    
    iconomy.payment
            - modtrs.command.modlist
     
        - bookworm.copy.others
            -
    
    herobounty.list
            - lwc.protect
            - help
     
           - iwarning.mywarnings
            -
    
    warp.to.climb
            - auction.bid
            -
    
    tombstone.cmd.tomblist
            -
    
    essentials.sign.disposal.use
            -
    
    tombstone.use
            - essentials.warp.climb
     
     - localchat.shout
            - localchat.whisper
     
      - essentials.list
            - myhome.home.basic.*
     
         - mcmmo.ability.mining
            -
    
    bookworm.copy.own
            - mcmmo.ability.swords
     
        - essentials.mail
            -
    
    essentials.mail.send
            - money.payment
     
    - war.warp
            - warp.to.*
            - servertime
     
          - mcmmo.skills.mining
            -
    
    tombstone.large
            - essentials.warp.*
     
    - bookworm.remove.own
            - essentials.tpdeny
     
         - essentials.home
            - tombstone.lwc
     
      - essentials.sethome
            -
    
    essentials.tpaccept
            - modtrs.command.modreq
     
           - essentials.getpos
            - money
            -
    
    iconomy.access
    
            -iconomy.payment
     
       - essentials.msg
            - localchat.speak
     
     - mcmmo.skills.swords
            - motd
            -
    
    tombstone.cmd.tombfind
            -
    
    bookworm.destroy.own
            -
    
    essentials.clearinventory
            -
    
    mywarp.warp.basic.warp
            - localshops.user.*
     
          - wurkit.player.allowpay
            -
    
    bookworm.write.own
            - bookworm.create
     
    - jobs.world.test
            - antihack.canfly
     
    - players
            - essentials.spawn
     
    inheritance: []
            info:
                prefix:
    
    '&f'
                interact: true
                build:
    
    true
                suffix: ''
        
     
  11. Offline

    seriosbrad

    Does Permissions have a hierarchy system where lower ranks cannot perform some actions on higher ranks?

    Such as, using CommandBook's /slap on an Admin or is it specific to each individual plugin?
     
  12. Offline

    Smidds

    Hey I've Got a Little Group Issue. I've Made A Groups And User Folder Under The World Folder, And Yet When I Try To Assign Users To Groups, I Get A Repeating Problem. The Users Don't Go Into Their Groups! I Have It Setup Just As I've Seen On GitHub, And I'm Just So Confused. Any Help? (See The Coding Below For What I Mean)
    Code:
    users:
        Smidds:
            info:
                prefix: 'Troll '
            groups:
                - 'Admins'
            permissions:
              - ''
        UnstopableGamr:
            info:
                prefix: '&0Captain&f '
            groups:
                - 'Admins'
            permissions:
        chuggaconry:
            info:
                prefix: ''
            groups:
                - 'Member'
            permissions:
        JixRenti:
            info:
                prefix: 'Lol'
            groups:
                - 'Member'
            permissions:
    ~~~And Groups~~~
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: '&2Guest&f'
                suffix: ''
                build: false
            inheritance:
        Member:
            default: false
            info:
                prefix: '&6Citizen&f'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
              - 'towny.publicspawnt'
              - 'buttonwarp.use'
              - 'towny.spawntp'
              - 'towny.wild.*'
              - 'commandbook.who'
              - 'iConomyChestShop.shop.create'
              - 'iConomyChestShop.shop.sell'
              - 'iConomyChestShop.shop.buy'
              - 'buttonwarp.make'
              - 'buttonwarp.amount'
              - 'buttonwarp.source'
              - 'buttonwarp.msg'
              - 'buttonwarp.time'
              - 'buttonwarp.type'
              - 'buttonwarp.use'
              - 'towny.town.*'
              - 'lwc.preotect'
              - 'craftbook.mech.elevator.*'
              - ''
        Moderator:
            default: false
            info:
                prefix: '&3Moderator&f'
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
              - 'commandbook.kick'
              - 'commandbook.msg'
              - 'commandbook.teleport.'
              - 'button.warp.*'
              - 'magiccarpet.mc'
              - 'magiccarpet.ml'
              - 'craftbook.*'
              - 'craftbook.mech.elevator.*'
        Admins:
            default: false
            info:
                prefix: '&1Lol&f'
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
              - '*'
     
  13. Offline

    iMattxC

    I still need help with this!
    Adding members to a protected region with worldguard via groups works on the main world but not on world_nether and Skylands! In those worlds it is only allowing me to add members one by one. With my server that is not an option. It used to work and the only thing i can think would cause this problem is permissions or worldguard but I copied the same configs onto each world. Could another plugin interfere with worldguards adding members via grouups?

    worldguard regions in skylands:
    Code:
    regions:
      skyblock:  #protects world from guest builders.
        min: {z: -99999.0, y: 0.0, x: -99999.0}
        flags: {use: allow}
        max: {z: 99999.0, y: 127.0, x: 99999.0}
        priority: 50
        parent: skyspawn
        type: cuboid
        owners: {}
        members:
          groups: [member, donator, trusted, admin]            #See the groups?
      skyspawn:
        min: {z: -154.0, y: 60.0, x: -841.0}
        flags: {build: deny}
        max: {z: -120.0, y: 87.0, x: -798.0}
        priority: 100
        type: cuboid
        owners: {}
        members: {}
    


    YML files for Skylands :
    Groups.yml
    http://pastebin.com/D9nijp8q

    users.yml
    http://pastebin.com/vmRp7txG

    I have worldcopy setup and it copies this from the main world. problem started when there was a small error and my host installed permissionsplus. I think it messed up my config.[/quote]
    Can somebody help me with this? please? I have tried to get help for like 10 days. Seriously! If you want to help I would look at teh users file. I can supply any other files you need like multiverse, worldedit, and worldguard![/code]
     
  14. Offline

    Jeyge

    You can use DefaultPermissions or I think the new one is called OPPermissions.
    Post your permissions yml files and who is able to use what command. Also, include your server.log just so we can make sure there isn't a problem in there.
    You aren't alone there. I once tried to set it up just to do some testing and couldn't get it to connect. There is a tutorial a few pages back but it doesn't include how to set up your storageconfig.yml but instead includes a lot of information about the tables themselves.
     
  15. Offline

    Monkey_nuts

    Hey I went through the install tut. and I got an line saying something about the permissions.yml being empty so it ignores it ... is this a problem?
     
  16. Offline

    Jeyge

    You are missing a group: from both files and your groups.yml files formatting is all messed up. I'm hoping that was a paste error so could you zip up your plugins\permissions directory and post that?
    That would be controlled by the individual plugins and not Permissions.
    It is really hard reading that when you capitalize every single word but I tried your files and everything works as expected. What makes you think they aren't in the right groups?
    I just tried your files on my server and everything worked as you would expect but you haven't given a lot of information. Just little fragments like you use worldcopy but not what worlds you use it on. You have PermissionsPlus but not what it does in this situation. And you never actually say what doesn't work on those worlds. If you want to actually describe the problem and post a zipped up version of your plugins\permissions directory we might be able to help more.

    Permissions.yml is a file used by the built in Bukkit permissions. You don't have to worry about it unless you use those.

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

    Monkey_nuts

    Ok, but also i have put my user name into the global "user.yml" and my world 1 "users.ylm" and my world 1_nether "users.yml" then when i log in and type something - nothing :/

    if you need it here is my global user's and global groups .yml 's they are the same as the two world 1 one's

    Users:
    Code:
    users:
        Monkey_Nuts:
            info:
                prefix: '&4[~Fraser~]&f'
            groups:
            - Admins
            permissions:
        Woop_Woop:
            info:
                prefix: ''
            groups:
            - Moderator
            permissions:
        FriendB:
            groups:
            - Moderator
            permissions:
        NewGuy:
            groups:
            - Guest
        Herpina:
            groups:
            - Member
        Derpina:
            groups:
            - Member
    
    Groups:
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: '[Guest]'
                suffix: ''
                build: false
            inheritance:
        Member:
            default: false
            info:
                prefix: '&3[Member]'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'iConomy.access'
                - 'iConomy.bank.*'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'multiverse.portal.list'
        Builder:
            default: false
            info:
                prefix: '&1 [Builder]'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'multiverse.*'
        Moderator:
            default: false
            info:
                prefix: '&2 [Mod] &2'
                suffix: ''
                build: true
            inheritance:
                - Builder
            permissions:
        Admins:
            default: false
            info:
                prefix: '[Admin]'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
     
  18. Offline

    Smidds

    Sorry bout the caps, I feel it looks nicer but I understand what you mean. As for the issue pertaining to the Groups, I feel it's a groups issue because, well I don't really know why. I suppose it is merely the face that I have set the to the empty default group, and everything worked as it was intended to, but when I placed the two (chuggaconry and JixRenti) into their respectful groups, I have the error of them being able to do either what ever they please, or nothing at all. For example, just this morning I had the Jix fellow join my server, and complained he was unable to destroy in the wild. I looked into it, and place the ability to destroy, build, etc. under the member group. Yet still, he was unable. He was also unable to use the elevator from CraftBook, and was unable to use the Bookshelf from CraftBook as well. So I reassigned him to the Admin group to see if that would solve my problem (In this case the admin group WAS moderator. I redid all of the groupings when I found this problem in hopes or repair). So I suppose I'm saying, I don't see why it would be anything else.
     
  19. Offline

    Monkey_nuts

    I just realised this hasn't been updated to 1.7.3 which is probably why this isnt working !
     
  20. Offline

    Jeyge

    Do you mean that the chat isn't showing up or that you aren't getting your prefix/suffix? If it is the prefix/suffix you are expecting, you need to run a chat plugin for that.

    After checking with the iConomy page for the proper permissions and testing on my test server, I've found that iconomy.<anything> isn't a valid permission. You have to use iConomy.payment.

    Click on the "Upload a File" button when you are posting a reply and just include the log in the zip.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Feb 15, 2019
  21. Offline

    Monkey_nuts

    aha a chat plug-in !!!

    ta,
    btw is the current version only ment to work with 1.6.6(935)? or does it work with 1.7.3 (935+ ie 1000)
     
  22. Offline

    Jeyge

    If you are running a chat plugin, are you seeing that he is in the right group? Is he able to do anything at all or are those the only things he can't do? There are just so many different things that can cause issues like this that it makes it almost impossible to find without more information. It would really help if you could post your server.log and a zipped up version of you plugins\permissions directory.

    There is so much confusion about that little number in the thread title. It should only show what version the plugin was compiled with. See the wiki FAQ for what other versions it works with.

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

    Dagumboss

    I'm assuming you mean all the unnecessary spaces and stuff. That's just how it showed up in notepad, but from my host's admin panel this is how it looks:

    Code:
        Regulars:
            default: true
            permissions:
            - jail.usercmd.jailstatus
            - essentials.me
            - jobs.join.*
            - accept
            - iconomy.payment
            - modtrs.command.modlist
            - bookworm.copy.others
            - herobounty.list
            - lwc.protect
            - help
            - iwarning.mywarnings
            - warp.to.climb
            - auction.bid
            - tombstone.cmd.tomblist
            - essentials.sign.disposal.use
            - tombstone.use
            - essentials.warp.climb
            - localchat.shout
            - localchat.whisper
            - essentials.list
            - myhome.home.basic.*
            - mcmmo.ability.mining
            - bookworm.copy.own
            - mcmmo.ability.swords
            - essentials.mail
            - essentials.mail.send
            - money.payment
            - war.warp
            - warp.to.*
            - servertime
            - mcmmo.skills.mining
            - tombstone.large
            - essentials.warp.*
            - bookworm.remove.own
            - essentials.tpdeny
            - essentials.home
            - tombstone.lwc
            - essentials.sethome
            - essentials.tpaccept
            - modtrs.command.modreq
            - essentials.getpos
            - money
            - iconomy.access
            - essentials.msg
            - localchat.speak
            - mcmmo.skills.swords
            - motd
            - tombstone.cmd.tombfind
            - bookworm.destroy.own
            - essentials.clearinventory
            - mywarp.warp.basic.warp
            - localshops.user.*
            - wurkit.player.allowpay
            - bookworm.write.own
            - bookworm.create
            - jobs.world.test
            - antihack.canfly
            - players
            - essentials.spawn
            inheritance: []
            info:
                prefix: '&f'
                interact: true
                build: true
                suffix: ''
    I'm not sure what you mean about missing group: from both files. Are you referring to the top level? Because this is just one group, it says
    groups:
    Above the entire list.

    Here's my Permissions file. "test" is the main world.

    <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Sep 9, 2018
  24. Offline

    Snipes01

    permissions:
    - 'jail.usercmd.jailstatus'


    that is how it should look

    remove interact and [ ] after inheritance.

    Is interact for PVP? You would need to use something else for setting a group for PVP.
     
  25. Offline

    Smidds

    I really do hate sounding stupid, but how on earth do I get a zipped file of my permissions onto here? And as for the Log, I completly forgot the site I'm supposed to dump the info into. If you would rather I just tell you the plugins I'm running?
    -Edit-
    Oh, and I'm using iOP if that's a problem...
    -Edit-
    I've found iOP was the source of the Name issue... However I'm not to sure as to why the nodes I have setup do not cooperate

    Well... I'm in a bad position to say yes(My solution requires another person to join the server). So for now I'm going to just paste the server log. (Kinda long....)

    2011-08-01 16:00:23 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-01 16:00:23 [INFO] Loading properties
    2011-08-01 16:00:23 [INFO] Starting Minecraft server on 192.168.1.75:25555
    2011-08-01 16:00:23 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-08-01 16:00:23 [INFO] DataSourcePool [iConomyChestShop] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-08-01 16:00:23 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-08-01 16:00:23 [INFO] Entities enhanced[0] subclassed[1]
    2011-08-01 16:00:24 [INFO] LWC: Loading shared objects
    2011-08-01 16:00:24 [INFO] LWC: Protection cache: 0/10000
    2011-08-01 16:00:24 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
    2011-08-01 16:00:24 [INFO] Preparing level "world"
    2011-08-01 16:00:24 [INFO] Preparing start region for level 0 (Seed: -7947845417391990964)
    2011-08-01 16:00:25 [INFO] Preparing start region for level 1 (Seed: -7947845417391990964)
    2011-08-01 16:00:25 [INFO] Preparing spawn area: 8%
    2011-08-01 16:00:26 [INFO] AFK is enabled!
    2011-08-01 16:00:26 [INFO] [AutoMessage] version [1.5] loaded
    2011-08-01 16:00:26 [INFO] ButtonWarp 1.1 is enabled!
    2011-08-01 16:00:26 [INFO] [ButtonWarp] Successfully linked with iConomy 5!
    2011-08-01 16:00:26 [INFO] CommandBook 1.5.2-customized enabled.
    2011-08-01 16:00:26 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-08-01 16:00:26 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-08-01 16:00:26 [INFO] CommandBook: 1 kit(s) loaded.
    2011-08-01 16:00:26 [INFO] CommandBook: No known permissions plugin detected. Using configuration file for permissions.
    2011-08-01 16:00:26 [INFO] CraftBookCommon 54-7495537 enabled.
    2011-08-01 16:00:26 [INFO] CraftBookCommon: No known permissions plugin detected. Using configuration file for permissions.
    2011-08-01 16:00:26 [INFO] CraftBookCircuits 54-7495537 enabled.
    2011-08-01 16:00:26 [INFO] CraftBookCircuits: No known permissions plugin detected. Using configuration file for permissions.
    2011-08-01 16:00:26 [INFO] CraftBookCircuits: No known permissions plugin detected. Using configuration file for permissions.
    2011-08-01 16:00:26 [INFO] CraftBook: Enumerating chunks for self-triggered components...
    2011-08-01 16:00:26 [INFO] CraftBook: 1250 chunk(s) for 2 world(s) processed (0s elapsed)
    2011-08-01 16:00:26 [INFO] CraftBookMechanisms 54-7495537 enabled.
    2011-08-01 16:00:26 [INFO] CraftBookMechanisms: No known permissions plugin detected. Using configuration file for permissions.
    2011-08-01 16:00:26 [INFO] 1 cauldron recipe(s) loaded
    2011-08-01 16:00:26 [INFO] CraftBookVehicles 54-7495537 enabled.
    2011-08-01 16:00:26 [INFO] CraftBookVehicles: No known permissions plugin detected. Using configuration file for permissions.
    2011-08-01 16:00:26 [INFO] [iConomy] Logging is currently disabled.
    2011-08-01 16:00:26 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-08-01 16:00:26 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-08-01 16:00:26 [INFO] [iConomyChestShop] version 2.75 initialized!
    2011-08-01 16:00:26 [INFO] [iConomyChestShop] iConomy version 5 loaded.
    2011-08-01 16:00:26 [INFO] [iConomyChestShop] LWC version 3.3 loaded.
    2011-08-01 16:00:26 [INFO] [iOP] v0.6 Enabled
    2011-08-01 16:00:26 [INFO] [LazyRoad] : Version 0.5.1 is enabled!
    2011-08-01 16:00:26 [INFO] [MagicCarpet] MagicCarpet version 1.5.6 is enabled!
    2011-08-01 16:00:26 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-08-01 16:00:26 [INFO] [MagicCarpet] Anyone can use the Magic Carpet.
    2011-08-01 16:00:26 [INFO] [MinecraftViewer] v1.0c Plugin Enabled.
    2011-08-01 16:00:26 [INFO] [MinecraftViewer] Query running on 192.168.1.75:25565
    2011-08-01 16:00:26 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
    2011-08-01 16:00:26 [INFO] [Towny] [Warning] Creed does not have a spawn point.
    2011-08-01 16:00:26 [INFO] [Towny] Using: iConomy
    2011-08-01 16:00:26 [INFO] [Towny] Version: 0.73.1 - Mod Enabled
    2011-08-01 16:00:26 [INFO] WorldEdit 4.6 enabled.
    2011-08-01 16:00:26 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-08-01 16:00:26 [INFO] LWC: Loaded 135 locale strings (0 overrides)
    2011-08-01 16:00:26 [INFO] LWC: Loading SQLite
    2011-08-01 16:00:27 [INFO] LWC: Using: Native
    2011-08-01 16:00:27 [INFO] LWC: Precached 390 protections.
    2011-08-01 16:00:27 [INFO] LWC: At version: 3.30-git-LWC-94b93dd42195692ed1823346544359d5917274a2-b69jnks
    2011-08-01 16:00:27 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-01 16:00:27 [INFO] Done (0.301s)! For help, type "help" or "?"

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

    Dagumboss

    You mean I must capitalize the C?

    @Snipes01 You mean I need quotation marks around the permissions? I'm not sure what interact does, it was just always there before.
     
  27. Offline

    Smidds

    How would I copy and paste all that?
     
  28. Offline

    Jeyge

    If my typing is hard to understand, then just take a look here for the permissions.

    You mean the server.log? Just include it in the zip or just copy/past the startup information from the "Starting Minecraft" to the "Done" messages. I see you fixed one of the problems though. Is there anything left that needs fixing?

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

    Dagumboss

    @Snipes01 The quotations fixed it. Thanks!
     
  30. Offline

    Jeyge

    You aren't even running Permissions.
     
  31. Offline

    iMattxC

    I have 3 worlds. world is the main world and the two other worlds are world_nether and Skylands. I have worldguard set up to have 1 region covering the entire skylands called SkyBlock. That way only those who are members of the skyblock region can build there. I have added all the groups member and up but they are unable to build there regardless. I removed permissions plus and reconstruced my groups.yml. My gloal users and groups are empty atm and world copy copies the yml files from "world" to the two other worlds called "world_nether" and "Skylands" You have seen my users.yml and groups.yml. Those are the same across all worlds. Here is my storageconfig:
    Show Spoiler
    Code:
    permissions:
        storage:
            type: YAML
            worldcopy:
                Skylands: world
                world_nether: world
    
    



    It could be a worldguard problem with it not detecting the players group in the groups.yml but you have to remember it detects them perfectly on my main world, which has the exact same permission files. worldguard, multiverse, and worldedit all seem to be working fine without errors. I had this setup for a long time on 953 and it worked until my host changed server locations. Then permissions plug is not installed. I also get an error upon login in the game but not in the console. It only shows up for me. (maybe because im OP) It just gives the unknown command error. I dont know what would cause this. I just want worldguard to allow building access to members of the appropriate groups in the "Skylands" and world_nether world.
     
Thread Status:
Not open for further replies.

Share This Page