Simpler Permissions

Discussion in 'Archived: Plugin Requests' started by joethehobo5, Nov 14, 2011.

  1. Offline

    joethehobo5

    I own a minecraft server and I would like a similar permissions plugin, that doesn't require all the SQL setup. A simple way to identify the admins from the donators. And not just identify but only allow certain commands for different groups. If there was just a way to identify them that would be fine, but If I could limit commands that would be cool too. Thanks.
     
  2. Offline

    Zaros

    None of the permissions require SQL though. Everything else you said describes the existing permissions plugins.
     
  3. Offline

    joethehobo5

    Are there in game commands I can do to make groups and what not?
     
  4. Offline

    Gravity

    Try out PermissionsEX, its my favorite permissions plugin, allows for either SQL or FlatFile usage, and has ingame commands for everything you could possibly want.
     
  5. Offline

    joethehobo5

    Im looking for something where I can just create and manage groups and what not in game or maybe even through text edit. (On a Mac.) The thing is I run my server through Xenon servers so it is difficult to get permissions working.
     
  6. Offline

    Gravity

    PermissionsEx allows you to create groups, assign groups permissions, add users to groups, etc, all in game or in the yml configuration file. Whatever floats your boat. If you need some help setting it up PM me and I will be glad to help you get it setup.
     
  7. Offline

    joethehobo5

    Im getting the error, I don't have enough permissions, how do I fix this without the console?
     
  8. Offline

    Gravity

    It depends on what command your using.
    Find the permission node for the permission you are using, then add this into your PermissionsEx/permissions.yml file:
    Code:
    groups:
        Admin:
            permissions:
            - herp.derp
            - foo.bar
    users:
        h31ix:
            group:
            - Admin
            permissions:
            - herp.derp
            - food.bar
    Then restart or reload your server.
    /pex reload

    Remember that yml files are VERY sensetive, if you dont have the proper spaces in it it wont work, and you cannot use tabs - copy exactly what I posted and you should be fine, provided you switched my username with yours.
     
  9. Offline

    joethehobo5

    Im actually just going to use group manager with essentials for this, thank you though.
     
  10. Offline

    Gravity

    Alright.
     
  11. Offline

    Zaros

    Eww.
     
    ThatBox likes this.
  12. Offline

    joethehobo5

    Never mind lol. Thanks for your help.
     

Share This Page