Help On group manager!

Discussion in 'Bukkit Help' started by TheOfficialCincminc, Jun 1, 2014.

Thread Status:
Not open for further replies.
  1. I have mostly no clue what I'm doing so i need some help... Im trying to get a default rank that can get all the commands of a raid server. (/tpa ,/tpaccept,/tpaccept,/bal,/money,/sethome,/spawn,/home,/warp,/warp list and ext.)
    And is there a way that group manager could block form a rank form using a sign? Because the "Default" rank can't even right click a sign. Ex a [Free] , [sell] , [Buy]
    And when I'm even op i can't do /warp
    Heres my perm :



    # Group inheritance
    #
    # Any inherited groups prefixed with a g: are global groups
    # and are inherited from the GlobalGroups.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and are defined in the this groups.yml file.
    #
    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'

    groups:
    Builder:
    default: true
    permissions:
    - -bukkit.command.kill
    - -bukkit.command.tpa
    - -bukkit.command.tpaccept
    - -bukkit.command.tpadeny
    - -bukkit.command.sethome
    - -bukkit.command.home
    - -essentials.warp.list
    - -bukkit.command.donate
    - -bukkit.command.buy
    - -essentials.warp
    inheritance:
    - g:groupmanager_default
    - g:bukkit_default
    - g:essentials_default
    - g:towny_default
    - g:groupmanager_Builder
    info:
    prefix: ‘&0[&aPlayer&0]&7’
    build: true
    suffix:
    Default:
    default: false
    permissions:
    - -bukkit.command.kill
    - -bukkit.command.tpa
    - -bukkit.command.tpaccept
    - -bukkit.command.tpadeny
    - -bukkit.command.sethome
    - -bukkit.command.home
    - essentials.warp.list
    - -bukkit.command.donate
    - -bukkit.command.buy
    - -essentials.warp
    - -essentials.warps.*
    - -essentials.warp
    - -essentials.warp.list
    - -essentials.signs.use.*
    - -essentials.signs.use.*
    - -essentials.signs.create.disposal
    - -essentials.signs.create.mail
    - -essentials.signs.create.protection
    - -essentials.signs.create.trade
    - -essentials.signs.break.disposal
    - -essentials.signs.break.mail
    - -essentials.signs.break.protection
    - -essentials.signs.break.trade
    - -essentials.suicide
    - -essentials.time
    - -bukkit.command.warp
    - -bukkit.command.bal
    - -bukkit.command.money
    - -bukkit.signs.use.*
    - essentials.balance
    - essentials.balancetop
    - essentials.pay
    - essentials.command.pay
    - essentails.command.warp.*
    - essentails.command.warp
    - essentails.command.balance
    - essentails.command.money
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: ‘&0[&aPlayer&0]&7'
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions: []
    inheritance:
    - builder
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator
    info:
    prefix: '&5'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions: []
    inheritance:
    - moderator
    - g:groupmanager_admin
    - g:bukkit_admin
    - g:essentials_admin
    - g:towny_admin
    - g:vanish_admin
    info:
    prefix: '&c'
    build: true
    suffix: ''
    Owner:
    default: false
    permissions:
    - '*'
    - -vanish.*
    inheritance:
    - admin
    info:
    prefix: '&4'
    build: true
    suffix: ''
     
  2. Offline

    BrandonBreh

    In order for the group to be able to use those signs, you need to give them permission. Here is the node:
    essentials.signs.use.free

    You can replace free with whatever sign you want (disposal,weather,etc).
     
  3. Offline

    MRstrategy

    Notice how under the permissions for the default rank you have

    - -Essentials.blablabla?
    That double '-' is a negative node, meaning that group will be denied permission to that permission.
    To fix that, for example, the warp perm, do the following in your console

    mangdelp default -essentials.warp
    ^That will remove the restriction. Then do

    Mangaddp default essentials.warp
    ^That will make sure they can use it. Do that for the other ones you need.

    As for the not being able to click signs do the following
    Mangaddp default essentials.build.*

    Then do
    Manload

    That should get you good to go, bud. Hope I helped. :)
     
  4. It did not work?

    Code:
    # Group inheritance
    #
    # Any inherited groups prefixed with a g: are global groups
    # and are inherited from the GlobalGroups.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and are defined in the this groups.yml file.
    #
    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
     
    groups:
      Default:
        default: false
        permissions:
        - -bukkit.command.kill
        - -bukkit.command.tpa
        - -bukkit.command.tpaccept
        - -bukkit.command.tpadeny
        - -bukkit.command.sethome
        - -bukkit.command.home
        - -essentials.warp.list
        - -bukkit.command.donate
        - -bukkit.command.buy
        - -essentials.warp
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        info:
          prefix: ‘&0[&aPlayer&0]&7’
          build: true
          suffix:
      Builder:
        default: true
        permissions:
        - -bukkit.command.kill
        - -bukkit.command.tpa
        - -bukkit.command.tpaccept
        - -bukkit.command.tpadeny
        - -bukkit.command.sethome
        - -bukkit.command.home
        - essentials.warp.list
        - -bukkit.command.donate
        - -bukkit.command.buy
        - -essentials.warp
        - -essentials.warps.*
        - -essentials.warp
        - -essentials.warp.list
        - -essentials.signs.use.*
        - -essentials.signs.use.*
        - -essentials.signs.create.disposal
        - -essentials.signs.create.mail
        - -essentials.signs.create.protection
        - -essentials.signs.create.trade
        - -essentials.signs.break.disposal
        - -essentials.signs.break.mail
        - -essentials.signs.break.protection
        - -essentials.signs.break.trade
        - -essentials.suicide
        - -essentials.time
        - -bukkit.command.warp
        - -bukkit.command.bal
        - -bukkit.command.money
        - -bukkit.signs.use.*
        - essentials.balance
        - essentials.balancetop
        - essentials.pay
        - essentials.command.pay
        - essentails.command.warp.*
        - essentails.command.warp
        - essentails.command.balance
        - essentails.command.money
        - essentials.afk
        - essentials.afk.auto
        - essentials.back
        - essentials.back.ondeath
        - essentials.balance
        - essentials.balance.others
        - essentials.balancetop
        - essentials.book
        - essentials.chat.color
        - essentials.chat.format
        - essentials.chat.shout
        - essentials.chat.question
        - essentials.compass
        - essentials.delhome
        - essentials.depth
        - essentials.exp
        - essentials.getpos
        - essentials.hat
        - essentials.home
        - essentials.ignore
        - essentials.itemdb
        - essentials.kit
        - essentials.kits.tools
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.msg
        - essentials.msg.color
        - essentials.msg.format
        - essentials.nick
        - essentials.pay
        - essentials.ping
        - essentials.powertool
        - essentials.powertooltoggle
        - essentials.protect
        - essentials.recipe
        - essentials.seen
        - essentials.sethome
        - essentials.sethome.bed
        - essentials.sethome.multiple
        - essentials.signs.use.*
        - essentials.signs.create.disposal
        - essentials.signs.create.mail
        - essentials.signs.create.protection
        - essentials.signs.create.trade
        - essentials.signs.break.disposal
        - essentials.signs.break.mail
        - essentials.signs.break.protection
        - essentials.signs.break.trade
        - essentials.suicide
        - essentials.time
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - essentials.worth
        - essentials.jail.allow.mail
        - essentials.jail.allow.ping
        - essentials.jail.allow.seen
        - essentials.signs.use.free
        - essentials.signs.use.buy
        - essentials.signs.use.sell
        inheritance:
        - default
        - g:towny_builder
        info:
          prefix: ‘&0[&aPlayer&0]&7'
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions: []
        inheritance:
        - builder
        - g:groupmanager_moderator
        - g:bukkit_moderator
        - g:essentials_moderator
        - g:towny_moderator
        - g:vanish_moderator
        info:
          prefix: '&5'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions: []
        inheritance:
        - moderator
        - g:groupmanager_admin
        - g:bukkit_admin
        - g:essentials_admin
        - g:towny_admin
        - g:vanish_admin
        info:
          prefix: '&c'
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - -vanish.*
        inheritance:
        - admin
        info:
          prefix: '&4'
          build: true
          suffix: ''
    
    Guys thank you so much!!! MRstrategy and BrandonBreh :D

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 1, 2016
  5. Offline

    MRstrategy

  6. And a question MRstrategy is it the same for the bukkit ones?
    Because the - -essentails.blahblah blah you would remove the second - but is it the same for bukkit ones?
     
  7. Offline

    MRstrategy

    TheOfficialCincminc Yes, ANY permission that has a double '-" in it will keep that group from that permission. So ANY permission you want them to have, make sure there is no double '-'
     
  8. Thanks :D [cake] For u <3

    Sorry to be a pain but is there a way to when you first log in a specific rank in your groups?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 1, 2016
    MRstrategy likes this.
  9. Offline

    MRstrategy


    No worries at all! Though I'm not sure I understand what you mean?
    Are you asking if there is a way for players to spawn in as a specific rank?
     
  10. Ya exactly
     
  11. Offline

    MRstrategy


    Well, In your config, see how it says under builder
    "Default:true"?
    That means that when players log in for the first time to your server, they will be in the builder rank.
    So, if you want them to be something else, go to the rank you want them to be, and under THAT rank, set default:true. After you do that remember to set the other one back to false.
    That should allow them to spawn in as whatever rank you want them to be. :)
     
  12. Ok thanks :D
     
    MRstrategy likes this.
Thread Status:
Not open for further replies.

Share This Page