Problem/Bug Owner not showing up on /baltop

Discussion in 'Bukkit Help' started by paulypants, Dec 2, 2019.

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

    paulypants

    I'm currently not showing up on /baltop for my server. It seems I have to take myself off of the admin rank and DEOP myself to show up. I've tried adding essentials.balancetop.exclude false to the perms which did nothing. Other OPED players seem to show up. Is there a way around this? Here is my permissions file code:
    Code:
    groups:
      Default:
        options:
          default: true
          prefix: '&a&l[STINKY] '
        permissions:
        - multiverse.portal.access.rw2
        - multiverse.portal.access.rw1
        - multiverse.access.*
        - auctionhouse.sell
        - auctionhouse.use
        - mineablespawners.break
        - essentials.balancetop
        - guishop.sell
        - guishop.shop.*
        - guishop.shop.Ores
        - guishop.use
        - silkspawners.silkdrop.*
        - silkspawners.*
        - essentials.pay
        - essentials.balance
        - essentials.balance.others
        - essentials.signs.buy.use
        - essentials.signs.sell.use
        - petblocks.command.call
        - petblocks.command.toggle
        - petblocks.command.rename
        - petblocks.command.use
        - heads.viewcategory.emojis
        - heads.viewcategory.emojies
        - heads.use.more
        - heads.viewcategory.event_heads
        - heads.view.help
        - heads.viewcategory.pokemon
        - heads.viewcategory.characters
        - heads.viewcategory.games
        - heads.viewcategory.mobs
        - heads.viewcategory.blocks
        - heads.viewcategory.color
        - heads.viewcategory.interior
        - heads.viewcategory.alphabet
        - heads.viewcategory.misc
        - heads.viewcategory.devices
        - heads.viewcategory.food
        - essentials.skull.others
        - imageonmap.delete
        - imageonmap.rename
        - imageonmap.get
        - imageonmap.list
        - imageonmap.new
        - heads.use
        - essentials.spawn
        - essentials.nick.format
        - essentials.nick.color
        - essentials.workbench
        - spawnermanager.place.all
        - spawnermanager.break.all
        - essentials.fly
        - aio.jetpacks.jetpack.use.*
        - essentials.nick.changecolors
        - essentials.sethome.multiple
        - essentials.warp.list
        - essentials.protect.exemptbreak
        - essentials.protect.exemptusage
        - essentials.protect.exemptplacement
        - essentials.build*
        - essentials.hat
        - essentials.home
        - essentials.warp
        - essentials.tp.others
        - essentials.tp
        - essentials.setwarp
        - essentials.sethome
        - essentials.nick.changecolours.bypass
        - essentials.nick
        - essentials.msg
        - essentials.home.*
        - essentials.help
        - essentials.enderchest
        - essentials.delwarp
        - essentials.delhome
        - essentials.back
        - essentials.back.ondeath
        - essentials.nick.changecolors
      Admin:
        permissions:
        - '*'
        inheritance:
        - default
        options:
          default: false
          prefix: '&c&l[ADMIN] '
    schema-version: 1
    users:
      :
        group:
        - Admin
     
Thread Status:
Not open for further replies.

Share This Page