Bpermissions and GroupManager HELP

Discussion in 'Bukkit Help' started by shayglon22, Aug 20, 2012.

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

    shayglon22

    How do i set up the permissions?
    I have all the things already typed in the groups.yml in bpermissions folder but
    it only uses the permissions from the folder in GroupManager
    I dont want to delete GroupManager though because i think thats the plugin that lets me use
    /manuadd [name] [group]
    I tried putting the codes that i typed in the groups.yml file in bpermisisons to the globalgroups.yml in the GroupManager folder but it still doesn't work :( and on the names it says {permprefix}blah123{permsuffix}: text text
    Im having so much trouble :( please helppp


    This is the code that i put into the bpermissions group.yml file
    Code:
    default: Guest
    groups:
      Guest:
        permissions:
          - bukkit.build
          - bukkit.command.tell
          - bukkit.command.gamemode
          - bPermissions.*
          - ^bPermissions.admin 
          - ^Essentials.nick
          - ^Essentials.me
          - essentials.spawn
          - essentials.rules
          - essentials.motd
          - essentials.list
          - essentials.helpop
          - essentials.help
          - ^lwc.create.*
          - ^lwc.create.private
          - ^lwc.create.password
          - ^towny.town.*
          - essentials.warp.wild
          - essentials.warp.shayshop
          - essentials.warp.mueseum
          - essentials.warp.pvparena
          - essentials.warp.parkour
          - essentials.build
          - essentials.msg
          - essentials.tpa
          - essentials.tpaccept
        groups:
        meta:
          priority: '10'
          prefix:'[Guest]'
          suffix:
      Moderator:
        permissions:
          - bPermissions.reload
          - bukkit.*
          - bukkit.ban
          - bukkit.command.kick
          - bukkit.command.toggledownfall
          - disguisecraft.mob.*
          - disguisecraft.other.*
          - disguisecraft.notarget
          - worldedit.*
          - essentials.build
          - essentials.ban
          - essentials.ban.notify
          - essentials.banip
          - essentials.broadcast
          - essentials.clearinventory
          - essentials.delwarp
          - essentials.eco.loan
          - essentials.ext
          - essentials.getpos
          - essentials.helpop.recieve
          - essentials.home.others
          - essentials.invsee
          - essentials.jails
          - essentials.jump
          - essentials.kick
          - essentials.kick.notify
          - essentials.kill
          - essentials.mute
          - essentials.nick.others
          - essentials.realname
          - essentials.setwarp
          - essentials.signs.create.*
          - essentials.signs.break.*
          - essentials.spawner
          - essentials.thunder
          - essentials.time
          - essentials.time.set
          - essentials.protect.alerts
          - essentials.protect.admin
          - essentials.protect.ownerinfo
          - essentials.ptime
          - essentials.ptime.others
          - essentials.togglejail
          - essentials.top
          - essentials.tp
          - essentials.tphere
          - essentials.tppos
          - essentials.tptoggle
          - essentials.unban
          - essentials.unbanip
          - essentials.weather
          - essentials.whois
          - essentials.world
          - essentials.itemspawn.item-all
        groups:
        - Guest
        meta:
          priority:'20'
          prefix:'[&5Mod&f]'
      Admin:
        permissions:
          - ^essentials.backup
          - ^essentials.essentials
          - ^essentials.setspawn
          - ^essentials.reloadall
          - essentials.*
          - lwc.admin
          - towny.admin.town
          - towny.admin.nation
          - towny.admin.set
          - towny.admin.reload
          - towny.admin.reset
          - towny.admin.toggle
          - towny.admin.givebonus
          - towny.admin.backup
          - towny.admin.newday
          - towny.admin.purge
          - towny.admin.unclaim
          - towny.nation.*   
        groups:
        - Moderator
        meta:
          priority:'30'
          prefix:'[&4Admin&f]'
      Owner:
        permissions:
          - '*'
        groups:
        - Admin
        meta:
          priority:'100'
          prefix:'&4[Owner]&f'
      VIP:
        permissions:
          - nick.*
          - disguisecraft.mob.*
          - timeday
          - lightning
          - coloredTexts.colors.blue
          - coloredTexts.colors.red
          - essentials.sethome.multiple.vip
          - essentials.itemspawn.item-all
        groups:
        meta:
          priority:'20'
          prefix: '&5[VIP]&f'
      TITAN:
        permissions:
          - sudo.*
          - disguisecraft.player.*
          - setwarp
          - coloredTexts.colors.green
          - coloredTexts.colors.orange
          - essentials.itemspawn.item-all
          - essentials.enchant
          - essentials.heal
        group:
        - VIP
        meta:
          priority:'25'
          prefix:'&6[TITAN]&f'
      CEO:
        permissions:
          - coloredTexts.colors.*
          - worldedit
          - citizens.create.npctype
          - citizens.modify.npctype
          - coloredTexts.effects.*
          - coloredTexts.group.gold
          - worldedit.generation.cylinder
          - worldedit.generation.cylinder
          - worldedit.generation.sphere
          - worldedit.generation.sphere
          - worldedit.generation.forest
          - worldedit.generation.pumpkin
          - worldedit.generation.pyramid
          - worldedit.generation.pyramid
          - worldedit.generation.shape
          - worldedit.history.redo
          - worldedit.history.undo
          - worldedit.region.smooth
          - worldedit.region.deform
          - worldedit.region.replace
          - worldedit.region.stack
          - worldedit.region.set
          - worldedit.region.move
          - worldedit.scripting.execute
          - worldedit.scripting.execute
          - worldedit.selection.chunk
          - worldedit.selection.pos
          - worldedit.selection.pos
          - worldedit.wand       
          - worldedit.selection.hpos
          - worldedit.selection.hpos
          - worldedit.wand.toggle   
          - worldedit.selection.contract
          - worldedit.selection.outset   
          - worldedit.analysis.distr
          - disguisecraft.creeper.charged
          - disguisecraft.sheep.color
          - essentials.sethome.multiple.staff
          - essentials.itemspawn.item-all
        groups:
        - TITAN
        meta:
          priority:'30'
          prefix:'&1[CEO]&f'
     
  2. Offline

    Omnitv

  3. Offline

    bastion

    Yes I would imagine you are having troubles. You can only have one permissions plugin installed at a time if you want them to work properly. GroupManager is a permissions plugin and bpermissions is a permissions plugin. You must pick one of them and use it, you cannot use both.
     
  4. Offline

    shayglon22

    bastion
    Thanks so much!
    I love you!! no homo
    If u wnat you can join my server

    IP:shayserver.zapto.org
    website: shayrealms.enjin.com
     
Thread Status:
Not open for further replies.

Share This Page