(http://tinyurl.com/cwqn63q)

Discussion in 'Bukkit Help' started by TOM1234, Nov 7, 2011.

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

    TOM1234

    OK so I have group manager and a couple of other plugins installed such as essentials, worldguard world edit etc, however when I configure the group manager to the nodes i, then i run the server and what happens is that anyone in the ops.txt gets all permissions and anyone not in it gets none, i have removed everyone from the ops.txt and it doesn't work for anyone then and the annoying thing is I know it works as it puts in prefixes from groups onto people names in the chat. I will put my groups and users below but I will change the names to protect privacy. P.S Also everything runs through the YAML parser so that all works OK also my mods are: Anticreeper2 v2.5, Antihack v2.0, Autohelp v0.2, Autosave v2.0.1, Essentials v2.6.4, Essentialschat v2.6.4, Groupmanager 1.0.3a, help 0.3.2, lockette 1.4.4, mobarena v0.94.3.11, mySQL v5.1.15, nomorerain 1.0, RemoteBukit v0.7, worldedit #404, worldguard #256, iconomy v6.0.7

    if anyone could help me fix this or convert to an alternative permissions plugin that would be really helpful thanks

    the groups.yml file
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: '&8[P] '
                suffix: '&7'
                build: true
            inheritance:
            permissions:
            - essentials.motd
            - essentials.help
            - essentials.rules
            - essentials.afk
            - essentials.back.ondeath
            - essentials.balance
            - essentials.balancetop
            - essentials.delhome
            - essentials.helpop
            - essentials.kit
            - essentials.kit.starter
            - essentials.list
            - essentials.mail.send
            - essentials.mail
            - essentials.msg
            - essentials.nick
            - essentials.pay
            - essentials.ping
            - essentials.protect.ownerinfo
            - essentials.protect.damage
            - essentials.sethome
            - essentials.home
            - essentials.spawn
            - essentials.signs.use.balance
            - essentials.signs.use.buy
            - essentials.signs.use.disposal
            - essentials.signs.use.sell
            - essentials.signs.use.warp
            - essentials.sleepingignored
            - essentials.suicide
            - essentials.worth
    
        Donator:
            default: false
            info:
                prefix: '&b[Member] '
                suffix: ''
                build: true
            inheritance:
            - Default
            permissions:
            - autokick.nokick
            - essentials.back
            - essentials.chat.color
            - essentials.kick
            - essentials.kit.tools
            - essentials.kit.donator
            - essentials.protect.alerts
            - essentials.protect
            - essentials.sethome.multiple
            - essentials.signs.color
            - essentials.signs.create.balance
            - essentials.signs.create.buy
            - essentials.signs.create.free
            - essentials.signs.create.mail
            - essentials.signs.create.sell
            - essentials.signs.create.disposal
            - essentials.signs.break.balance
            - essentials.signs.break.buy
            - essentials.signs.break.free
            - essentials.signs.break.mail
            - essentials.signs.break.sell
            - essentials.signs.break.disposal
            - essentials.signs.use.balance
            - essentials.signs.use.buy
            - essentials.signs.use.free
            - essentials.signs.use.mail
            - essentials.signs.use.sell
            - essentials.signs.use.disposal
            - essentials.time
            - essentials.time.set
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - essentials.tpaall
            - essentials.weather
            - essentials.warp
            - worldedit.wand
            - worldedit.selection.hpos
            - worldguard.region.claim
            - worldguard.region.redefine.own.*
            - worldguard.region.info.own.*
            - worldguard.region.info.member.*
            - worldguard.region.addowner.own.*
            - worldguard.region.removeowner.own.*
            - worldguard.region.addmember.own.*
            - worldguard.region.removemember.own.*
            - worldguard.region.list
            - worldguard.region.flag.regions.own.*
            - worldguard.region.flag.flags.*
            - worldguard.region.setpriority.own.*
            - worldguard.region.setparent.own.*
            - worldguard.region.remove.own.*
    
        Admin:
            default: false
            info:
                prefix: '&4[Admin] '
                suffix: '&a'
                build: true
            inheritance:
            permissions:
            - '*'
            - essentials.kick.notify
            - essentials.kick.exempt
            - autokick.nokick
    
        Owner:
            default: false
            info:
                prefix: '&a[&3O&9w&1n&5e&dr&4] '
                suffix: '&9'
                build: true
            inheritance:
            permissions:
            - '*'
            - autokick.nokick
            - essentials.ban.offline
            - essentials.ban.exempt
            - essentials.ban.notify
            - essentials.chat.spy
            - essentials.give.item-all
            - essentials.geoip.hide
            - essentials.geoip.show
            - essentials.heal.cooldown.bypass
            - essentials.helpop.receive
            - essentials.itemspawn.exempt
            - essentials.joinfullserver
            - essentials.kick.notify
            - essentials.kick.exempt
            - essentials.nocommandcost.all
            - essentials.protect.exemptbreak
            - essentials.protect.exemptusage
            - essentials.protect.exemptplacement
            - essentials.protect.admin
            - essentials.signs.protection.override
            - essentials.signs.trade.override
            - essentials.sethome.multiple.unlimited
            - essentials.teleport.cooldown.bypass
            - essentials.teleport.hidden
            - essentials.teleport.timer.bypass
            - essentials.unlimited.others
            - essentials.chat.spy
    the Users.yml file

    Code:
    users:
        Owner:
            group: Owner
        Admin:
            group: Admin
        Donator1:
            group: Donator
        Donator2:
            group: Donator
        Donator3:
            group: Donator
     
  2. Offline

    Darq

  3. Offline

    TOM1234

    thanks a lot
     
Thread Status:
Not open for further replies.

Share This Page