Tutorial for Permissions Beginners

Discussion in 'Bukkit Help' started by ThePoopfish, Jun 18, 2011.

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

    zipron

    you can always use an admin group, giving them the nodes you want them to have and not making anyone OP?
    Code:
    - '*'
    
    gives all permissions, maybe a usefull tip?
     
  2. Offline

    Kamikazesk0

    I solved it with allowing me the only OP status.

    But now, my simplewarps plugin, even configured to not use the OP status, doesn't allow anyone that isn't an OP to use the warpsigns... If my player1 is in any group, and isn't on the OP file, he's not allowed to use signs.

    And I just found out, that if I enter the game using a non-op playername, even the PEX commands such as promote and demote, aren't allowed, not even in the command-line. Here's my current code anyways:

    Code:
    groups:
      default:
        prefix: '&7(&dNABO&7)&c'
        default: true
        options:
          rank: '1000'
        permissions:
        - -modifyworld.*
        - -simplewarps.list
        - -simplewarps.warpothers
        - -simplewarps.changeuseop
        - -simplewarps.reload
        - -simplewarps.addwarp
        - -securechests.lock
        - -securechests.lock.public
        - -securechests.bypass.open
        - -securechests.bypass.break
        - -securechests.bypass.lock
        - -securechests.bypass.unlock
        - -securechests.bypass.changeowner
        - -securechests.bypass.all
        - -securechests.admin.reload
        - -trade.request
        - -choptree.commands.*
        - -choptree.chop
        - -battlenight.user
        - -battlenight.admin
      Member:
        prefix: '&7(&1Membro&7)&f'
        permissions:
        - modifyworld.*
        - simplewarps.usesign
        - choptree.chop
        - securechests.lock
        - securechests.lock.public
        - trade.request
        - battlenight.user
        inheritance:
        - default
        options:
          rank: '100'
        suffix: ''
      Moderator:
        prefix: '&7(&1Moderador&7)&f'
        permissions:
        - simplewarps.list
        - simplewarps.warpothers
        - securechests.bypass.open
        - securechests.bypass.break
        - securechests.bypass.lock
        - securechests.bypass.unlock
        - securechests.bypass.changeowner
        - choptree.commands.*
        - battlenight.admin
        inheritance:
        - Member
        options:
          rank: '50'
        suffix: ''
      Admins:
        prefix: '&7(&4BIG_BOSS&7)&6'
        suffix: ''
        permissions:
        - modifyworld.*
        - permissions.*
        - simplewarps.changeuseop
        - simplewarps.reload
        - simplewarps.addwarp
        - simplewarps.setsign
        - simplewarps.usesign
        - simplewarps.warps.*
        - securechests.admin.reload
        - trade.reload
        - choptree.*
        inheritance:
        - Moderator
        options:
          rank: '1'
    users:
      tester:
        group:
        - Member
      Kamikazesk0:
        group:
        - Admins
    
     
  3. Offline

    Omnitv

    Bumping for relevance.
     
  4. Offline

    Omnitv

  5. Offline

    ThePoopfish

    How so?
     
  6. Offline

    Omnitv

    Oh hey! welcome back.
    I thought you got married. >.>
     
  7. Offline

    ThePoopfish

    Oh no, I have been running my server :)
     
  8. Offline

    Omnitv

  9. Offline

    ThePoopfish

    Pex is a bit finnicky sometimes, negative permissions seem to not get priority depending on what order they are in. Try to put the negative nodes after and/or before the positive ones and see what works best.
     
  10. Offline

    Omnitv

    Robin Hood, Robin Hood,​
    Is in the mickle wood!​
    Little John, Little John,​
    He to the town is gone.​
    Robin Hood, Robin Hood,​
    Is telling his,​
    All in the greenwood,​
    Among the weeds.​
    Little John, Little John,​
    If he comes no more,​
    Robin Hood, Robin Hood,​
    He will fret full sore!​
     
  11. Offline

    ThePoopfish

  12. Offline

    manther18

    how do i post my code. i need to know how to make my self the owner
     
  13. Offline

    ThePoopfish

    you can make yourself op in the op.txt file.
    but you paste your code with the {}# tool in the text editor.
     
  14. Offline

    manther18

    Code:
    groups:
      Guest:
        options:
          rank: '1000'
        default: true
        prefix: '&7Guest'
        permissions:
        - modifyworld.chat
        - commandbook.spawn
        - commandbook.away
        - commandbook.whereami.compass
        - commandbook.rules
      Member:
        options:
          rank: '950'
        prefix: '&bMember'
        inheritance:
        - Guest
        permissions:
        - -modifyworld.items.have.bedrock
        - -modifyworld.blocks.destroy.bedrock
        - -modifyworld.items.have.383
        - -modifyworld.blocks.have.46
        - -modifyworld.bucket.empty.*
        - modifyworld.*
        - commandbook.mute
        - commandbook.msg
        - commandbook.home.teleport
        - commandbook.home.set
        - commandbook.call
        - commandbook.time.check
        - commandbook.kit.list
        - commandbook.kit.kits.starter
        - commandbook.warp.teleport
        - commandbook.warp.list
        - commandbook.motd
        - commandbook.who
        - commandbook.whois
        - lwc.protect
      Builder:
        options:
          rank: '900'
        prefix: '&3Builder'
        inheritance:
        - Member
        permissions:
        - -modifyworld.blocks.have.46
        - -modifyworld.items.have.383
        - modifyworld.*
        - commandbook.give
        - commandbook.more
        - commandbook.more.infinite
        - commandbook.gamemode.change
        - worldedit.*
      Moderator:
        options:
          rank: '600'
        prefix: '&5Mod'
        inheritance:
        - Builder
        permissions:
        - -modifyworld.blocks.have.46
        - modifyworld.*
        - commandbook.freeze
        - commandbook.heal
        - commandbook.heal.other
        - commandbook.kick
      Admin:
        options:
          rank: '2'
        prefix: '&6Admin'
        inheritance:
        - Moderator
        permissions:
        - worldedit.*
        - -commandbook.god
        - -commandbook.god.other
        - commandbook.*
        - modifyworld.*
        - worldguard.*
        - lwc.mod
      Owner:
        default: false
        prefix: '&4Owner'
        inheritance:
        - Admin
        permissions:
        - '*'
    users:
      exonerd:
        group:
        - Member
      exoticspaz:
        group:
        - Member
      chimpcraft:
        group:
        - Moderator
      manther18:
        group:
        - Owner
    also do i edit the permissions.yml file found in the folder where server properties, ops.txt, whitelist, and the bukkit jar etc, is or do i edit the one in plugins/permissionsex/permissions.yml

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

    codename_B

  16. Offline

    Necrodoom

    and another "tutorial" who talks shit about permissions plugins for no reason. if you never used groupmanager, saying that it shouldnt be used is just stupid. it works fine. please update the thread or remove it.
     
  17. Offline

    Hopper

    This is very helpful. I need all the step-by-step tutorials I can get. The permissions need to be correct, or else you will have things going on, and not know how it happened.
     
  18. Offline

    Omnitv

    Well thats not quite nice... Dont be so negative. ^_^ have a cookie.
    [Insert cookie here at 5/8/2052]
     
  19. Offline

    manther18

    if im not op i cant do anything but im in the group owner. whats wrong

    also is there a way to make it so no-one has to be op to get respective commands from the group they're in?

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

    ThePoopfish

    I stand by what I said. I've helped multiple people using group manager, and as soon as they switched to PEX, or bPerms they no longer had issues.
     
    Omnitv likes this.
  21. Offline

    Necrodoom

    give data about said issues, or dont talk nonsense.
    ive seen many of these "I've helped multiple people using X plugin, and as soon as they switched to Y plugin they no longer had issues."
    you know why is that?
    the helper did not read documation.
    get your facts right.
     
Thread Status:
Not open for further replies.

Share This Page