MultiVerseCore and GroupManager

Discussion in 'Bukkit Help' started by vImpacTz___, Jul 2, 2012.

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

    vImpacTz___

    Well, I installed plotme and I wanted to test if the members could use it aswell, I'am pretty sure I used the correct node to let the members get it. Heres my config.yml for all of my worlds.

    Code:
    # Group inheritance
    # any inherited groups prefixed with a g: are global groups
    # These groups are defined in the globalgroups.yml
    # and can be inherited in any worlds groups/users.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and defined in the this groups.yml file.
     
    groups:
      Member:
        default: true
        permissions:
        - essentials.afk
        - essentials.help
        - essentials.helpop
        - multiverse.access.world3_nether
        - multiverse.access.world3
        - multiverse.access.world
        - multiverse.access.plotworld
        - essentials.mail
        - essentials.mail.send
        - essentials.msg
        - essentials.rules
        - essentials.suicide
        - essentials.spawn
        - essentials.sethome
        - essentials.home
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - essentials.geoip.show
        - essentials.back
        - essentials.back.ondeath
        inheritance:
        - g:essentials_default
        - g:bukkit_default
        info:
          prefix: '<Member>'
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions:
        - essentials.ban
        - essentials.ban.offline
        - essentials.clearinventory
        - essentials.invsee.modify
        - essentials.kick
        - essentials.jail
        - essentials.tempban
        - essentials.unban
        - essentials.jail
        - essentials.tp.others
        inheritance:
        - Member
        - g:essentials_moderator
        - g:bukkit_moderator
        - g:towny_moderator
        info:
          prefix: '<MOD>'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions:
        - essentials.broadcast
        - essentials.tpall
        - essentials.warp.*
        - essentials.lightning
        - essentials.spawnmob.*
        - essentials.setwarp
        - essentials.setspawn
        - essentials.delwarp
        - essentials.deljail
        - essentials.setjail
        - essentials.setwarp
        - essentials.tpo
        - essentials.joinfullserver
        - essentials:
        - moderator
        - g:essentials_admin
        - g:bukkit_admin
        - g:towny_admin
        info:
          prefix: '<ADMN>'
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        inheritance:
        - admin
        info:
          prefix: '<OWNER>'
          build: true
          suffix: ''
      
    Bump.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  2. wrong topic, post it at the topic of the affected plugins
     
  3. Offline

    vImpacTz___

    I'am using
    Does your 'plugin' support PlotMe? and btw there is no affected plugins section.

    Bump.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  4. I meant the forum of groupmanager or multiverse
    md_5 can you move it else to the right forum, then he dont need to rewrite his post
     
  5. Offline

    md_5

    Moved to Bukkit Help.
     
  6. Offline

    ZachBora

Thread Status:
Not open for further replies.

Share This Page