groupmanager

Discussion in 'Bukkit Help' started by dooly123, Jul 16, 2014.

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

    dooly123

    hay everyone the server im currently working on has these a weird error where some perms work
    essentials.spawn will not work aso do some other plugins and pecies
    its a mac os maverick java 1.6 (factions not currently installed)

    # 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:
    default:
    default: true
    permissions:
    - essentials.spawn
    - -essentials.chat.color
    - -vanish.vanish
    - enderchestcontrol.use
    - essentails.bal
    - essentails.balance
    - essentials.back
    - essentials.build
    - essentials.ci
    - essentials.home
    - essentials.kit
    - essentials.msg
    - essentials.pay
    - essentials.pay.other
    - essentials.ping
    - essentials.r
    - essentials.sethome
    - essentials.signs.create.balance
    - essentials.spawn
    - essentials.tpa
    - essentials.tpaccept
    - essentials.warp
    - essentials.warp.*
    - factions.claim
    - factions.claim.radius
    - factions.create
    - factions.demote
    - factions.description
    - factions.disband
    - factions.faction
    - factions.flag
    - factions.flag.set
    - factions.home
    - factions.invite
    - factions.join
    - factions.join.others
    - factions.kick
    - factions.leader
    - factions.leave
    - factions.list
    - factions.map
    - factions.money.f2f
    - factions.money.f2p
    - factions.money.p2f
    - factions.money.withdraw
    - factions.name
    - factions.officer
    - factions.open
    - factions.player
    - factions.promote
    - factions.relation
    - factions.sethome
    - factions.title
    - factions.unclaim
    - factions.unclaimall
    - iConomy.access
    - iConomy.account.create
    - iConomy.account.remove
    - iConomy.bank.join
    - iConomy.bank.leave
    - iConomy.bank.list
    - iConomy.bank.main.biew2
    - iConomy.bank.main.payment
    - iConomy.bank.main.view
    - iConomy.bank.rank
    - iConomy.list
    - iConomy.payment
    - iConomy.rank
    - multiverse.access.*
    - multiverse.portal.access
    - multiverse.portal.access.*
    - multiverse.portal.access.end
    - multiverse.portal.access.Hub
    - multiverse.portal.access.nether
    - signs.create.balance
    - spawn.tp
    - vanish.vanish
    - essentials.afk
    - essentials.afk.auto
    - essentials.warp.list
    - essentials.helpop
    - essentials.kit
    - essnetials.balance
    - essentials.balancetop
    - essentials.pay
    - essentials.afk.kickexempt
    - essentials.help
    - essentials.helpop
    - essentials.ignore
    - essentials.list
    - essentials.mail.send
    - essentials.me
    - essentials.motd
    - essentials.msg
    - essentials.suicide
    - essentials.delhome
    - essentials.home
    - essentials.sethome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.warp
    - essentials.warps.*
    - essentials.chat.color
    - essentials.protect.damage.contact
    - essentials.protect.damage.creeper
    - essentials.protect.damage.drowning
    - essentials.protect.damage.fall
    - essentials.protect.damage.fire
    - essentials.protect.damage.fireball
    - essentials.protect.damage.lava
    - essentials.protect.damage.lightning
    - essentials.protect.damage.projectiles
    - essentials.protect.damage.suffocation
    - essentials.protect.damage.tnt
    - essentials.protect.entitytarget.bypass
    - essentials.ban.notify
    - essentials.rules
    - essentials.seen
    - essentials.ban.notify
    - essentials.kick.notify
    - essentials.mute.notify
    inheritance:
    - g:default
    info:
    prefix: '&7[&8Member&7]&8 '
    build: true
    suffix: ''
    ChatMod:
    default: false
    permissions:
    - essentials.kick
    - essentials.mute
    - essentials.mute.offline
    - essentials.jails
    - essentials.chat.color
    inheritance:
    - default
    - g:default
    - g:ChatMod
    info:
    prefix: '&8[&e&lChat-Mod&8]&a '
    build: true
    suffix: ''
    Mod:
    default: false
    permissions:
    - essentials.fly
    - essentials.tempban
    - essentials.unban
    inheritance:
    - ChatMod
    info:
    prefix: '&8[&2&lMOD&8]&2 '
    build: false
    suffix: ''
    Admin:
    default: false
    permissions:
    - essentials.ban
    - essentials.fly
    - essentials.gamemode
    - essentials.back
    - essentials.weather
    - essentials.tp
    - essentials.tphere
    - essentials.banip
    - essentials.broadcast
    - essentials.invsee
    - essentials.invsee.modify
    - essentials.socialspy
    - essentials.unbanip
    - blocklogger.use
    inheritance:
    - Mod
    info:
    prefix: '&0[&4&lAdmin&0] &f'
    build: true
    suffix: ''
    Operator:
    default: false
    permissions:
    - permissions.*
    - commandbook.*
    - holograms.admin
    - essentials.*
    inheritance:
    - Admin
    - CoOwner
    info:
    prefix: '&b[&f&lOP&b] &b'
    build: true
    suffix: ''
    CoOwner:
    default: false
    permissions: []
    inheritance:
    - Admin
    info:
    prefix: '&3[&c&lCo-Owner&3] &6'
    build: true
    suffix: ''
    Owner:
    default: false
    permissions:
    - '*'
    - -vanish.*
    inheritance:
    - Admin
    info:
    prefix: '&b[&d&lOwner&b] &d&l'
    build: true
    suffix: ''

    we are trying to get default perms to work anyone?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  2. Offline

    Necrodoom

    Since the only permission you specified is essentials.spawn, make sure you have essentialsspawn.jar
     
  3. Offline

    dooly123

    we have that plugin installed we have all the essentials plugins installed and we dont have any clashes the only other plugins we have are to do with pvp factions ect
     
  4. Offline

    Necrodoom

    do a /manucheckp playername essentials.setspawn, make sure you get it and havent negated it somewhere.
     
  5. Offline

    dooly123

    now this is weird SuperPerms Reports Node: False
    im pretty shore i have added it wanna check my group.yml?
     
  6. Offline

    Necrodoom

    dooly123 Whole result of it please.
     
  7. Offline

    dooly123

    ill get it to you tomorrow (its late here) also ive done like 30+ servers permissions plugins ect and this is the first time ive came acrross this i dont think its a error on my part :0
     
  8. Offline

    Necrodoom

    dooly123 scratch above, try groupmanager dev build.
     
  9. Offline

    dooly123

    thx dude ill now im like 5 m
     
Thread Status:
Not open for further replies.

Share This Page