Problems with permissions

Discussion in 'Bukkit Help' started by jeroen_JDOG, Dec 8, 2011.

Thread Status:
Not open for further replies.
  1. Hello everyone,
    I've asked for help on permissions before, but it just won't work...
    I also searched a lot on google, but i saw different types of programming language.
    I have just 2 plugins installed, so typing them isn't much work.
    I thaught maybe someone can let me see how to make it for 2 plugins and 3 groups?
    If so I can let u know witch plugins and witch groups with permissions, because I really can't get permissions working...

    Thanks a lot
    ~Jeroen

    Edit: I know from the previous thread I can choose between bPermissions, PermissionsEX and PermissionsBukkit
    I have chosenn PermissionsEX last time, but i dont care witch one to use, if it works i'm happy :)
     
  2. Offline

    Greylocke

    hi! If you'll list the plugins and the groups that you're using, chances are good that someone can help. Depending upon the plugins, there may be a lot of typing at first, but once everything is working, you'll rarely have to make changes.
     
  3. Ok, these i want:
    Plugins: Residence; WorldEdit
    Groups: -Players: not able to build, but able to buy and sell with residence and build on bought land.
    -Members: Able to build everywhere and use Residence full.
    -Ops: Able to use everything (both plugins)

    Thanks
     
  4. Offline

    vivanewvegas

    @jeroen_JDOG
    Well i'm using PermissionsEx with runs fine and is REALLY easy to configure. It uses in-game commands that everyone will understand. So i'd recommend to use PermissionsEx and then set it up with the in-game commands.
    Good Luck :D
     
  5. Offline

    Greylocke

    regarding Residence, I'd strongly advise posting your question there. After looking at the Residence forum, it seems like a lot of the administration is handled in the config and not in permissions.

    WorldEdit is very straightforward. You just call out the permissions nodes for the commands that you want each group to have. So your WE permissions nodes for the Ops group might looks something like this: (bPermissions)
    Code:
      ops:
      - group.ops
      - prefix.80.&5+
      - worldedit.extinguish
      - worldedit.fixwater
      - worldedit.navigation.jumpto
      - vorldedit.navigation.thru
      - worldedit.navigation.unstuck
    of course, if your Ops truly are op'd, then they don't need permissions. :)

    ... and speaking of bPermissions, you might want to try it. It will try to setup a set of permissions based upon the plugins that it sees. (I think the command is /permissions helpme... the site is down right now) The auto-generated permissions file won't be perfect, but it will give you a good example to start from.
     
  6. @Greylocke
    If u say bPermissions will work for this thats fine for me.
    Like Vivanewvegas said for PermissionsEX, I tryed that on my 1.8 server before, it's nice to handle it in-game, but working with pages and many links makes it a long time before u find the command u need. So in 1.8 it didn't work because i probb. typed something wrong, somewhere...
    Back to Greylocke: Yes, the group Ops are oped, but I think its usefull to make a group for them too, because if I add other plugins later they dont need to be able to do everything, maybe I make admins later too, but its just if i have a working example I can add a group like in the example.
    Just to make it a bit easier right now.
    I'll post on the residence forum for help on those commands tomorrow, g2g sleep now :)

    Thanks
     
Thread Status:
Not open for further replies.

Share This Page