Group Manager - Setting up groups

Discussion in 'Bukkit Help' started by Chrisski3, Jul 12, 2012.

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

    Chrisski3

    Hello, I am the owner of a Private server, and soon will be moving to a Public Address. I have a quick question, considering im new to setting up groups and permissions. For the longest time, my server has been on just an OP, non-op permission system. Since we are going public soon, i decided to add a Permission/Group system.

    My Question: Using Essentials Group Manager, I would like to set up where the founder (Me) has permission to do anything. Then I want another group for the OP's that I have now, to be called Operators, to have permission to basically do everything except issuing the stop command. Then I would like the last group for new players who join to be set to that automatically. Where as they can only build/destroy, use certain plugins, use the /warp, /home, /sethome commands, and the tpa, tpahere commands.

    Im not sure if this is the right forum for this, but I just have no idea where to start on this.

    Thanks,

    Chris
     
  2. Offline

    stfupls

    I guess add the essentials plugin they have some of the plugins and u can add the permissions im not 100% sure how to do this search on youtube: Woopagaming group managar tutorial.​
    It will help you i guess :D
    [​IMG]
     
  3. Offline

    Chrisski3

    Alright, ill see what I can do. I figured how to set the default group, so that parts good.
     
  4. Offline

    stfupls

    Hell i tried this too and i tried to add sethome and it still doesnt work in game -.- and in console it says groupmangar is updated and no one error..

    Code:
     g:groupmanager_default:
        permissions:
        - groupmanager.notify.self
        - essentials.set.home
    Hmmm...

    I know how to add this this is the tutorial for /sethome for group default

    Code:
    g:essentials_default:
    permissions:
    - essentials.help
    - essentials.helpop
    - essentials.list
    - essentials.motd
    - essentials.rules
    - essentials.spawn
    Then you add this:

    Code:
    - essentials.sethome
    under:
    Code:
    - essentials.spawn
    so it looks like this:

    Code:
    g:essentials_default:
    permissions:
    - essentials.help
    - essentials.helpop
    - essentials.list
    - essentials.motd
    - essentials.rules
    - essentials.spawn
    - essentials.sethome
    now you can use ingame as group default /sethome

    :D me too first time useing permissions and groupmanagar

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

    Chrisski3

    Does it have to be in a certain order?
     
  6. Offline

    stfupls

    for warping

    - essentials.warp

    admin need to make warp with /setwarp (name)
    if u add - essentials.warp to g:essentials_default:
    just add under - essentials.spawn / essentials.sethome (if u already added)
    the essentials.warp at the default group now default group is enabled to use /warp (warp name)

    also the one u want to add /home automatic adds when u add the permission sethome.

    default group can build if they promote to rank builder i guess the command /manuadd (name) builder or /manuadd builder (name) no idea yet.

    if u need more help just ask me i see i am better then i thougt at this :p

    I guess not

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
    Chrisski3 likes this.
  7. Offline

    Chrisski3

    Alright, cool. I think I have it all set. Thank you for your help. If i need any more help, ill post in here. thanks
     
  8. Offline

    stfupls

    Its ok man np :)
     
    Chrisski3 likes this.
  9. Offline

    Chrisski3

    Do you
    know how to set it so that the Group has a prefix when they chat. For instance, when a person in the group Builder says something in chat, I want it to Show up as: &cBuilder [Playername]:

    Also, can you make it so it overrides OPs? As in, if someone is in a specific group, limited of permissions, and they are Oped, it wont let them perform a command? Because I tested that, and If I was OPed, I could still do any command in every group. But when I wasnt, I was limited to commands, which I want.
     
  10. Offline

    stfupls

    You make it me hard i seriously have no idea on how to do this im also new at this
    i will try to look some around but i dont gonna really focus on this..

    Sorry seriously no idea..

    Alright i think i have figured out how to change the prefix of builder, im not sure because the plugin is messed up for me so u need to try urself but im 50% sure.

    Follow this steps:

    1. Go to plugin folder>group managar>worlds>world>groups
    2. then u see this: change prefix: '&3' to ur like '&c'
    ( its not &3 i forgot the orginal one but u know where it is)
    Code:
    Builder:
    default: false
    permissions: []
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_builder <----- towny is a plugin
    info:
    prefix: '&3' <------ change it to '&c'
    build: true <----- enable building on/off at group builder
    suffix: '' <----- no idea how to add this automatic when u promote
    
    I'm not sure if this work but i think it will work please let me know if it works.
    and what u did so far.

    Thanks

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

    Chrisski3

    Mine is already set like that. Except I have Founder in for Suffix.
    Code:
     Owner:
        default: false
        permissions:
        - '*'
        - -vanish.*
        inheritance:
        - admin
        info:
          prefix: '&4'
          build: true
          suffix: 'Founder'
    
     
  12. Offline

    stfupls

    So need more help? i think i cant help anymore i think i helped you alot
     
  13. Offline

    Chrisski3

    Alright, thanks for your time
     
  14. Offline

    stfupls

    Its ok man, you welcome =) glad i helped you.
     
    Chrisski3 likes this.
Thread Status:
Not open for further replies.

Share This Page