Permissions screwed up. Happens ALL THE TIME!!

Discussion in 'Bukkit Help' started by NickoGreeks, Apr 10, 2012.

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

    NickoGreeks

  2. Offline

    Wendo

    Your file isn't formatted correctly, likely because you have tabs instead of spaces (spaces matter).

    it's telling you the line it's choking on so go to that line and confirm you don't have any tabs in it, and that the rest of the formatting is correct. Replace any spaces with tabs and try again.

    Code:
    Caused by: org.bukkit.configuration.InvalidConfigurationException: while scanning an anchor in "<string>", line 3, column 13:
    You could also paste the contents of the file into an only YAML checker to make sure you have it right.

    Finally, reloading is a bad idea in general as most plugins don't properly clean up after themselves, so you end up chewing up memory every time you do it. you're better off restarting the server
     
  3. Offline

    NickoGreeks

    it says:
    Code:
    ERROR:
     
    while scanning an anchor
      in "<unicode string>", line 3, column 13:
            prefix: &e[Guest]&f
                    ^
    expected alphabetic or numeric character, but found '['
      in "<unicode string>", line 3, column 15:
            prefix: &e[Guest]&f
                      ^
    and heres my permissions:
    Code:
    groups:
      Guest:
        prefix: &e[Guest]&f
        default: true
        permissions:
        - admincmd.server.motd
        - admincmd.server.rules
        - admincmd.server.news
        - admincmd.player.loc
        - admincmd.player.kill
        - admincmd.player.clear
        - admincmd.player.msg
        - admincmd.player.afk
        - admincmd.player.whois
        - admincmd.player.reply
        - admincmd.player.pres
        - admincmd.player.quit
        - admincmd.player.played
        - admincmd.server.repeat
        - admincmd.spawn.tp
        - admincmd.server.help
        - admincmd.tp.to
        - admincmd.tp.here
        - admincmd.tp.back
        - admincmd.tp.toggle.allow
        - admincmd.tp.home
        - admincmd.warp.tp
        - iConomy.pay
        - iConomy.holdings
        - iConomy.help
        - iConomy.payment
        - factions.kit.fullplayer
        options:
            rank: '1000'
      Moderator:
        prefix: &2[Mod]&f
        default: false
        permissions:
        - admincmd.item.add
        - admincmd.item.drop
        - admincmd.item.more
        - admincmd.item.repair
        - admincmd.item.repairall
        - admincmd.item.color
        - admincmd.item.enchant
        - admincmd.kit.*
        - admincmd.player.loc.other
        - admincmd.player.heal
        - admincmd.player.kick
        - admincmd.player.spymsg
        - admincmd.player.mute
        - admincmd.player.freeze
        - admincmd.player.np
        - admincmd.player.god
        - admincmd.player.fly
        - admincmd.player.superbreaker
        - admincmd.player.eternal
        - admincmd.player.feed
        - admincmd.player.gamemode
        - admincmd.player.whois.other
        - admincmd.player.experience
        - admincmd.player.potion
        - admincmd.server.extinguish
        - admincmd.server.list
        - admincmd.server.broadcast
        - admincmd.tp.*
        - admincmd.weather.clear
        - admincmd.weather.storm
        - admincmd.weather.rain
        - admincmd.item.kithelp
        - admincmd.item.id
        - admincmd.tp.see
        - factions.kit.halfmod
        inheritance:
        - Guest
        options:
            rank: '100'
      Admin:
        prefix: &5[Admin]&f
        default: false
        permissions:
        - admincmd.item.add.other
        - admincmd.item.drop.other
        - admincmd.item.repair.other
        - admincmd.item.repairall.other
        - admincmd.item.enchant.other
        - admincmd.mob.spawn
        - admincmd.mob.spawn.other
        - admincmd.mob.kill
        - admincmd.mob.spawner
        - admincmd.server.set.news
        - admincmd.server.set.rules
        - admincmd.player.heal.other
        - admincmd.player.kill.other
        - admincmd.player.clear.other
        - admincmd.player.ip.other
        - admincmd.player.mute.command
        - admincmd.player.ban
        - admincmd.player.invisible
        - admincmd.player.np.other
        - admincmd.player.god.other
        - admincmd.player.fireball
        - admincmd.player.eternal.other
        - admincmd.player.feed.other
        - admincmd.player.gamemode.other
        - admincmd.player.potion.other
        - admincmd.player.experience.other
        - admincmd.player.pres.other
        - admincmd.player.fakequit
        - admincmd.player.fakequit.other
        - admincmd.player.nodrop
        - admincmd.server.replace
        - admincmd.admin.home
        - admincmd.warp.*
        - admincmd.weather.clear
        - admincmd.weather.storm
        - admincmd.weather.rain
        - iConomy.accounts.take
        - iConomy.accounts.set
        - iConomy.accounts.give
        - factions.kit.admin
        - Orebfuscator.deobfuscate
        - Orebfuscator.admin
        - nocheat
        inheritance:
        - Moderator
        options:
            rank: '10'
      Owner:
        prefix: &4[Owner]&f
        default: false
        permissions:
        - '*'
        inheritance:
        - Admin
        options:
            rank: '1'
     
  4. Offline

    C0nsole

    not really sure on this one but maybe you could try puttting single quotes around the prefixes?
     
  5. Offline

    NickoGreeks

    I'll check tomorrow and i will get back to you. I think thats it though

    I got it now, seems like i just had to do that, Thanks

    One last question, when i log on it says the prefix but when i talk, it doesnt. look:
    [​IMG]

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

    KidTechno92

    well NickoGreeks try using Color Me plugin for prefixes and colors and stuff :p

    also I wanna join your server, is it cracked? :/

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

    NickoGreeks

    No it is not cracked xD but also last time de permissions and factions the prefixes worked... I dont know

    I fixed the thing by enabling ChatManager So i am fine. But whenever i reload I can't do commands like /say, it would say: an internal error has occured while trying to perform this command

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
Thread Status:
Not open for further replies.

Share This Page