Permissions Advice Needed

Discussion in 'Bukkit Help' started by mrgoo, Sep 22, 2011.

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

    mrgoo

    I have a small server of about 10 active users. Many of the users would like to see chest locking and, and they love Waypoint Plugin. Right now my permisisons.yml file is blank, and i have been giveing all users OP but I would like to stop doing that.

    I also would like to implement things that need to use permissions like shops and world guard..

    I have read so many posts, but there is so much information out there about permissions diving into it is bit overwhelming.

    I read the permissions FAQ but it to is confusing because it uses generic examples of file structures not real examples of real mods in use.

    So, what i want to know is

    1) what permissions system is the most supported, what jar files will I need to load that system
    2) What are the nodes to mimic op commands such as kick, and ban.
    3) I don't want to just grant the * node otherwise stuff like check locking ould be useless as people would have the override ability.
    4) I want it to be SUPER easy once I setup the standard groups to add people to those groups. Is there a good system that includes and easy in game method to add or remove players from groups?


    I think I understand how to add nodes to groups when I add new plugins but I really fel uncomfortable and would appriciate a bit of help breaking the ice.

    I would also like to see good examples of colored prefixes. Is there an example of accepted color codes anywhere?


    I read about the default groups permissions but I have seen on many plugins that say one way or the other that they either support Permissions or GroupManager.

    I also saw details about a bridge system to default permissions .. Do I need one or all of them to make my several most compatible with as many permisisons as possible?

    Like I said I am a bit overwhelemed with the amount of information. Sometimes it helps me to put blinders on and take a straight path. Whereshould I get started?

    The most impotant of all issues to get answered for me would be if I am to deop most the people I really need to know how to mimic those commands for those that still need the access.
     
  2. Offline

    Kinslayer

    I'm in the same boat. Permissions management is a big mess in bukkit right now. There is no up to date information on anything. Doesn't help that everything points Permissions, and its hard to tell when people mean the plugin (which is outdated) or permissions as an idea.
     
  3. Offline

    mrgoo

    Yeah I have been on servers that are setup correctly I could just use a bit help getting started.

    Wow there are a ton of posts about permissions today

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  4. Offline

    Baglady74

    I'm having this same issue, I can't even set up world edit.

    I have the permissions.yml set up properly, the server just refuses to load it.
     
  5. Offline

    madhatterzz

    permissions bukkit is broken lol , simple explanation

    permission bukkit RB = 1.7.3
    CraftBukkit RB = 1.8.1

    in simple terms , just wait for permission bukkit to be at 1.8.1 :) which im afraid means waiting more time
     
  6. Offline

    codename_B

  7. Offline

    MindEngineer

    1) what permissions system is the most supported, what jar files will I need to load that system.

    I'm using PermissionsBukkit and the superpermsbridge (that takes care of plugins not updated to the new style of permissions)

    2) What are the nodes to mimic op commands such as kick, and ban.

    If you are using Essentials essentials.ban and you can find the rest at http://ess.khhq.net/wiki/Command_Reference/Perm

    3) I don't want to just grant the * node otherwise stuff like check locking ould be useless as people would have the override ability.

    The "*" node doesn't really exist, so you'll need to add generally a permission node for each plugin sometimes the are in the form of PLUGIN.* you'll need to look at each plugins documentation

    4) I want it to be SUPER easy once I setup the standard groups to add people to those groups. Is there a good system that includes and easy in game method to add or remove players from groups?

    PermissionsBukkit as ingame commands.

    It can be a bit much to learn at once, but I would highly recommend reviewing http://dev.bukkit.org/server-mods/permbukkit/pages/. Ask specific questions as you encounter hurdles...
     
    mrgoo likes this.
  8. Offline

    mrgoo

Thread Status:
Not open for further replies.

Share This Page