Permissions not apply ranks...

Discussion in 'Bukkit Help' started by Cyberpew, Jun 1, 2011.

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

    Cyberpew

    System Info:
    Show Spoiler
    What OS are you using (Brand and version - Ex. Windows XP SP3)? Windows Server 2008
    What architecture is the OS you are running (x64 or x86)? x64
    What version and architecture is your java install? java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
    Bukkit Ver.: 818 (Recommended)


    Okay first things first,
    I have just upgraded to the latest Permissions build. (3.1) Now I have restarted server all appears to be working fine, no console errors, no yml errors. But, when I go in-game on my server I get not prefixes or rank applied to players in the server. It completely broke my whole server now that permissions has messed up. I need some serious help here, as I am pretty much on the edge of switching to Canary Mod due to the Permissions plugin being so complicated and annoying to use.
    I need to get them ranks working again...

    Here is my current world.yml (pewcraftworld.yml) file:
    Show Spoiler

    Code:
    plugin:
        permissions:
            system: default
            copies:
    groups:
        Guest:
            default: true
            permissions:
            - 'essentials.rules'
            - 'whoareyou.list'
            - 'essentials.motd'
            - 'essentials.spawn'
            - 'essentials.me'
            inheritance:
            info:
                prefix: 'Guest'
                suffix: ''
                build: false
        Member:
            default: false
            permissions:
            - 'EasyRaffle.raffle'
            - 'multiverse.portal.list'
            - 'multiverse.list'
            - 'multiverse.world.spawn'
            - 'PewShops.user'
            - 'geocache.search'
            - 'Cookiez.take'
            - 'whoareyou.list'
            - 'stargate.dhd.use'
            - 'stargate.use'
            - 'localshops.buysell'
            - 'localshops.manage'
            - 'localshops.manage.owner'
            - 'localshops.create'
            - 'localshops.move'
            - 'MobBounty.mb'
            - 'falsebook.blocks.hiddenswitch'
            - 'falsebook.blocks.*'
            - 'factions.create'
            - 'factions.participate'
            - 'wolfpound.use'
            - 'iConomyChestShop.shop.sell'
            - 'iConomyChestShop.shop.use'
            - 'iConomyChestShop.shop.create'
            - 'commandSigns.use'
            - 'logblock.lookup'
            - 'iConomy.payment'
            - 'iConomy.access'
            - 'iConomy.rank'
            - 'iConomy.list'
            - 'essentials.help'
            - 'essentials.home'
            - 'essentials.motd'
            - 'essentials.spawn'
            - 'essentials.signs.mail.create'
            - 'essentials.signs.mail.use'
            - 'essentials.signs.trade.create'
            - 'essentials.signs.trade.use'
            - 'essentials.signs.buy.use'
            - 'essentials.signs.sell.create'
            - 'essentials.signs.sell.use'
            - 'essentials.getpos'
            - 'essentials.compass'
            - 'essentials.worth'
            - 'essentials.msg'
            - 'essentials.afk'
            - 'essentials.rules'
            - 'essentials.me'
            - 'essentials.list'
            - 'essentials.mail.send'
            - 'essentials.helpop'
            - 'essentials.kit'
            - 'essentials.suicide'
            - 'iConomy.payment'
            - 'iConomy.rank'
            - 'iConomy.list'
            - 'mcmmo.motd'
            - 'mcmmo.commands.ptp'
            - 'mcmmo.commands.myspawn'
            - 'mcmmo.commands.setmyspawn'
            - 'mcmmo.skills.*'
            inheritance:
            info:
                prefix: 'Member'
                suffix: ''
                build: true
        Owner:
            default: false
            permissions:
            - '*'
            inheritance:
            info:
                prefix: 'Owner'
                suffix: ''
                build: true
        Moderator:
            default: false
            permissions:
            - 'EasyRaffle.raffle'
            - 'essentials.tpo'
            - 'essentials.tpohere'
            - 'essentials.tpahere'
            - 'essentials.tphere'
            - 'mcbans.mod'
            - 'mcbans.kick'
            - 'mcbans.ban.temp'
            - 'mcbans.ban.local'
            - 'mcbans.ban.view'
            - 'multiverse.portal.list'
            - 'multiverse.list'
            - 'multiverse.world.spawn'
            - 'PewShops.user'
            - 'geocache.search'
            - 'Cookiez.take'
            - 'whoareyou.list'
            - 'commandbook.clear'
            - 'commandbook.msg'
            - 'commandbook.say.me'
            - 'commandbook.spawn'
            - 'commandbook.rules'
            - 'commandbook.motd'
            - 'stargate.dhd.use'
            - 'stargate.use'
            - 'localshops.buysell'
            - 'localshops.manage'
            - 'localshops.manage.owner'
            - 'localshops.create'
            - 'localshops.move'
            - 'MobBounty.mb'
            - 'falsebook.blocks.hiddenswitch'
            - 'falsebook.blocks.*'
            - 'factions.create'
            - 'factions.participate'
            - 'wolfpound.use'
            - 'iConomyChestShop.shop.sell'
            - 'iConomyChestShop.shop.use'
            - 'iConomyChestShop.shop.create'
            - 'commandSigns.use'
            - 'logblock.lookup'
            - 'iConomy.payment'
            - 'iConomy.access'
            - 'iConomy.rank'
            - 'iConomy.list'
            - 'essentials.help'
            - 'essentials.home'
            - 'essentials.motd'
            - 'essentials.sethome'
            - 'essentials.spawn'
            - 'essentials.signs.mail.create'
            - 'essentials.signs.mail.use'
            - 'essentials.signs.trade.create'
            - 'essentials.signs.trade.use'
            - 'essentials.signs.buy.use'
            - 'essentials.signs.sell.create'
            - 'essentials.signs.sell.use'
            - 'essentials.getpos'
            - 'essentials.compass'
            - 'essentials.worth'
            - 'essentials.msg'
            - 'essentials.afk'
            - 'essentials.rules'
            - 'essentials.me'
            - 'essentials.list'
            - 'essentials.mail.send'
            - 'essentials.helpop'
            - 'essentials.kit'
            - 'essentials.suicide'
            - 'essentials.tp'
            - 'essentials.tphere'
            - 'iConomy.payment'
            - 'iConomy.rank'
            - 'iConomy.list'
            - 'mcmmo.motd'
            - 'mcmmo.commands.ptp'
            - 'mcmmo.commands.myspawn'
            - 'mcmmo.commands.setmyspawn'
            - 'mcmmo.skills.*'
            - 'multiverse.tp'
            - 'PewShops.use'
            - 'PewShops.admin'
            - 'stargate.use'
            - 'geocache.create'
            - 'stargate.create'
            - 'stargate.create.personal'
            - 'stargate.destroy.all'
            - 'stargate.hidden'
            - 'stargate.private'
            - 'stargate.free.create'
            - 'stargate.free.destroy'
            - 'stargate.option.hidden'
            - 'stargate.option.alwayson'
            - 'stargate.option.private'
            - 'stargate.option.free'
            - 'localshops.admin'
            - 'falsebook.anyic'
            - 'factions.manageSafeZone'
            - 'iConomyChestShop.shop.admin'
            - 'herochat.admin'
            - 'BackupPlugin.backup'
            - 'essentials.tp'
            - 'essentials.tphere'
            - 'essentials.item'
            - 'essentials.give'
            - 'essentials.signs.protection.override'
            - 'essentials.signs.free.create'
            - 'essentials.signs.free.use'
            - 'essentials.signs.disposal.create'
            - 'essentials.signs.heal.create'
            - 'essentials.signs.buy.create'
            - 'essentials.top'
            - 'essentials.jump'
            - 'essentials.back'
            - 'essentials.back.ondeath'
            - 'essentials.teleport.cooldown.bypass'
            - 'essentials.teleport.timer.bypass'
            - 'essentials.tppos'
            - 'essentials.setwarp'
            - 'essentials.delwarp'
            - 'essentials.nick'
            - 'essentials.gc'
            - 'essentials.spawnmob'
            - 'essentials.clearinventory'
            - 'essentials.broadcast'
            - 'essentials.burn'
            - 'essentials.ext'
            - 'essentials.kill'
            - 'essentials.ping'
            - 'essentials.ban'
            - 'essentials.mute'
            - 'essentials.kick'
            - 'essentials.togglejail'
            - 'essentials.jail.exempt'
            - 'essentials.setjail'
            - 'essentials.time'
            - 'essentials.tree'
            - 'essentials.bigtree'
            - 'essentials.god'
            - 'essentials.heal'
            - 'essentials.protect'
            - 'essentials.protect.admin'
            - 'essentials.protect.alerts'
            - 'essentials.protect.pvp'
            - 'essentials.protect.exemptplacement'
            - 'essentials.protect.exemptusage'
            - 'residence.infinite.size'
            - 'residence.infinite.count'
            - 'residence.admin'
            - 'BackupPlugin.backup'
            - 'AutoRepair.auto'
            - 'iConomy.admin.grant'
            - 'iConomy.admin.set'
            - 'BetterShop.admin.*'
            inheritance: Member
            info:
                prefix: 'Moderator'
                suffix: ''
                build: true
    users:
        Cyberpew:
            group: Owner
            permissions:
        silentassasin9:
            permissions:
            - 'mcbans.unban'
            group: Moderator
            info:
                prefix: 'Lead Moderator'
                suffix: ''
        mackdaddy899:
            permissions:
            - 'essentials.jump'
            - 'essentials.god'
            - 'essentials.tp'
            - 'essentials.item'
            - 'essentials.tphere'
            - 'essentials.time'
            - 'essentials.weather'
            - 'essentials.nick'
            group: Member
            info:
                prefix: 'Tier 3 Donator'
                suffix: ''
        Fuzzels65:
            permissions:
            - 'essentials.jump'
            - 'essentials.god'
            - 'essentials.tp'
            - 'essentials.item'
            - 'essentials.tphere'
            - 'essentials.time'
            - 'essentials.weather'
            - 'essentials.nick'
            group: Member
            info:
                prefix: 'Tier 3 Donator'
                suffix: ''
        kk1330:
            permissions:
            - 'essentials.jump'
            - 'essentials.god'
            - 'essentials.tp'
            - 'essentials.item'
            - 'essentials.tphere'
            - 'essentials.time'
            - 'essentials.weather'
            - 'essentials.nick'
            group: Member
            info:
                prefix: 'Tier 3 Donator'
                suffix: ''
        xOSSx:
            permissions:
            - 'essentials.jump'
            - 'essentials.god'
            - 'essentials.tp'
            - 'essentials.item'
            - 'essentials.tphere'
            - 'essentials.time'
            - 'essentials.weather'
            - 'essentials.nick'
            group: Member
            info:
                prefix: 'General'
                suffix: ''
        fururenu:
            permissions:
            - 'essentials.god'
            - 'essentials.tp'
            - 'essentials.item'
            group: Member
            info:
                prefix: 'Dude'
                suffix: ''
        Cloverfield089:
            permissions:
            - 'essentials.jump'
            - 'essentials.god'
            - 'essentials.tp'
            - 'essentials.item'
            - 'essentials.tphere'
            - 'essentials.time'
            - 'essentials.weather'
            - 'essentials.nick'
            group: Member
            info:
                prefix: 'Tier 3 Donator'
                suffix: ''
        duffjessica:
            permissions:
            - 'essentials.god'
            - 'essentials.tp'
            - 'essentials.item'
            group: Member
            info:
                prefix: 'Tier 2 Donator'
                suffix: ''


    Here is my storageconfig.yml:
    Show Spoiler

    Code:
    permissions:
        storage:
            type: YAML
            worldcopy:
                nether: pewcraftworld
                creativeworld: pewcraftworld


    If you need further information, reply to the thread as I need some help solving this issue.

    The plugin I use for chat showing prefixes and such is "HeroChat".

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

    CptTwinklez

    This is happening to me as well. Everybody is set as a Citizen(Builder), even the admins and moderators. I use Herochat as well, but that doesn't seem to be the problem..
     
  3. Offline

    Cyberpew

    Found one of the problems. The whole fileconfig has changed from Permissions 2. https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs (Quite stupid to change but okay). It adds a little more organisation but that's about it.
     
    CptTwinklez likes this.
  4. Offline

    CptTwinklez

    That was the fix for it. Thanks! :D

    Btw, your server is awesome, I was on it a few times in the past.
     
  5. Offline

    Cyberpew

    Never seen you there, what is your username? (Just wondering).
     
  6. Offline

    CptTwinklez

    My username is Tunglekrok. I was there a while back, maybe 3 weeks?
     
  7. Offline

    Cyberpew

    I don't remember. Anyways, see you around!
     
  8. Offline

    hittingray

Thread Status:
Not open for further replies.

Share This Page