Many Problems with Groupmanager

Discussion in 'Bukkit Help' started by Draiksinferno, Feb 11, 2013.

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

    Draiksinferno

    Hello, I am currently setting up a server and I can't seem to be able to fix these bugs below, if you can, please tell how to fix them. Thanks!

    -Groupmanager inheritance not working
    -Only ops can destroy blocks
    -Owner position cant do all commands

    (P.S: Its a big server with a lot of games so its got a long plugin list :D)
    Plugin List (open)

    -Ultimate Arena
    -Groupmanager
    -WorldEdit
    -Colored Signs
    -BOSEconomy
    -War
    -Vault
    -MineReset
    -Multiverse-Cor
    -MineBackup
    -SurvivalGames
    -Permissions
    -ProtocolLib
    -SuperSpleef
    -Essentials
    -Residence
    -EssentialsXMPP
    -CommandSigns
    -EssentialsProtect
    -EssentialsSpawn
    Multiverse-portals
    -TagAPI
    -EssentialsGeoIP
    -EssentialsAntiBuild
    -TF2
    -DisguiseCraft
    -EssentialsChat
    -Infected
    -Factions





    Config (open)

    Code:
    settings:
     
    config:
     
    # With this enabled anyone set as op has full permissions when managing GroupManager
     
    # The user will be able to promote players to the same group or even above.
     
    opOverrides: false
     
    # Default setting for 'mantoglevalidate'
     
    # true will cause GroupManager to attempt name matching by default.
     
    validate_toggle: true
     
    data:
     
    save:
     
    # How often GroupManager will save it's data back to groups and users.yml
     
    minutes: 10
     
    # Number of hours to retain backups (plugins/GroupManager/backup)
     
    hours: 24
     
    logging:
     
    # level of detail GroupManager will use when logging.
     
    # Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
     
    level: INFO
     
    mirrors:
     
    # Worlds listed here have their settings mirrored in their children.
     
    # The first element 'world' is the main worlds name
     
    # subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
     
    # the same user/groups files as the parent.
     
    # Each child world can be configured to mirror the 'groups', 'users' or both files from it's parent.
     
    giamooryigames:
     
    giamooryigames_nether:
     
    - users
     
    - groups
     
    giamooryigames_the_end:
     
    - users
     
    - groups
     
    ggarenas:
     
    - users
     
    - groups
     
    sgarena1:
     
    - users
     
    - groups
     
    sgarena2:
     
    - users
     
    - groups
     
    sgarena3:
     
    - users
     
    - groups
     
    sglobby:
     
    - users
     
    - groups
     
    skyblocklevels:
     
    - users
     
    - groups
     
    skyblocklobby:
     
    - users
     
    - groups
     
    tf2:
     
    - users
     
    - groupss
     
    # world2: (World2 would have it's own set of user and groups files)
     
    # world3:
     
    # - users (World3 would use the users.yml from world2, but it's own groups.yml)
     
    # world4:
     
    # - groups (World4 would use the groups.yml from world2, but it's own users.yml)
     
    # world5:
     
    # - world6 (this would cause world6 to mirror both files from world5)


    Groups (open)

    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:
     
    Gamer:
     
    default: true
     
    permissions:
     
    - tf2.play
     
    - multiverse.portal.access.*
     
    - tf2.button.normal
     
    - sg.arena.join
     
    - sg.arena.vote
     
    - essentials.helpop
     
    - ssentials.motd
     
    - essentials.msg
     
    - essentials.msg.url
     
    - essentials.rules
     
    - essentials.home
     
    - essentials.home.bed
     
    - essentials.sethome
     
    - Infected.shop
     
    - Infected.list
     
    - Infected.top
     
    - Infected.join
     
    - factions.help
     
    - factions.home
     
    - factions.invite
     
    - factions.join
     
    - factions.list
     
    - factions.map
     
    - factions.money.balance
     
    - factions.money.deposit
     
    - factions.money.withdraw
     
    - factions.money.p2f
     
    - factions.ownerlist
     
    - factions.power
     
    - factions.sethome
     
    - factions.show
     
    - ultimatearena.player
     
    inheritance:
     
    info:
     
    prefix: '(Gamer)'
     
    build: false
     
    suffix: ''
     
    Champion:
     
    default: false
     
    permissions:
     
    - tf2.button.*
     
    - factions.chat
     
    - factions.claim
     
    - factions.kit.fullplayer
     
    inheritance:
     
    - Gamer
     
    info:
     
    prefix: '(&1Champion&f)'
     
    build: false
     
    suffix: ''
     
    Champion+:
     
    default: false
     
    permissions: []
     
    inheritance:
     
    - champion
     
    info:
     
    prefix: '(&1Champion&2+&f)'
     
    build: false
     
    suffix: ''
     
    Champion++:
     
    default: false
     
    permissions: []
     
    inheritance:
     
    - champion+
     
    info:
     
    prefix: '(&1Champion&2++&f)'
     
    build: false
     
    suffix: ''
     
    Admin:
     
    default: false
     
    permissions:
     
    - '*'
     
    - -vanish.*
     
    inheritance:
     
    - champion++
     
    info:
     
    prefix: '(&4GameMaintainer&f)'
     
    build: true
     
    suffix: ''
     
    Co-Owner:
     
    default: false
     
    permissions:
     
    - '*'
     
    - -vanish.*
     
    inheritance:
     
    - admin
     
    info:
     
    prefix: '(&4Game&6Controller&f)'
     
    build: true
     
    suffix: ''
     
    Owner:
     
    default: false
     
    permissions:
     
    - '*'
     
    - -vanish.*
     
    inheritance:
     
    - co-owner
     
    info:
     
    prefix: '(&4Game&2Master&f)'
     
    build: true
     
    suffix: ''
     
Thread Status:
Not open for further replies.

Share This Page