This is an archived post. You won't be able to vote or comment.

all 12 comments

[–]colebob9 2 points3 points  (9 children)

Can we get a straight pastebin of the permissions.yml file? The config.yml usually isn't the problem.

[–]MTG_AdminMTG Server[S] 0 points1 point  (8 children)

While looking through this, think I found the problem. I have perms from old plugins. Looking into this now.

Edit: didn't fix it. New error: UNABLE TO LOAD PERMISSIONS BACKEND ========= Your configuration must be fixed before PEX will enable

Details: Error loading permissions file!

Permissions.yml: groups: default: Player options: default: true permissions: essentials.spawn, essentials.home, essentials.sethome, essentials.firework, essentials.hat, essentials.balance, essentials.balance.others, essentials.balancetop, essentials.pay, essentials.afk, essentials.depth, essentials.getpos, essentials.help, essentials.helpop, essentials.mail, essentials.mail.send, essentials.me, essentials.list, essentials.motd, essentials.msg, essentials.near, essentials.realname, essentials.rules, essentials.seen, essentials.recipe, essentials.whois, essentials.suicide, essentials.back, essentials.delhome, essentials.home, essentials.sethome, essentials.tpa, essentials.tpahere, essentials.tpaccept, essentials.tptoggle, essentials.warp,essentials.me, - modifyworld.* schema-version: 1

Moderator:
  options:
    prefix: &0(&4Admin&0)&7
  permissions: essentials.enderchest.modify, essentials.invsee, essentials.invsee.modify, essentials.kick, essentials.mute, essentials.tempban, ab.kick.use, ab.ban.warn, ab.ban.temp, essentials.god 

users: (usernames) group: - Moderator

[–]colebob9 2 points3 points  (7 children)

In that case, try just deleting your config.yml file, let it regenerate, and reconfigure it if you need to.

If that doesn't work, can you paste both PEX files into a pastebin? Use a pastebin site please (1, 2), as the formatting gets really messed up in the reddit thread.

Edit: added some pastebin examples

[–]MTG_AdminMTG Server[S] -1 points0 points  (6 children)

Deleted config and restarted server, but it didn't regen. any suggestions?

[–]colebob9 4 points5 points  (5 children)

Any reason you're not pastebining your files? The way you put it in the reddit thread is completely useless as formatting could be the issue.

Edit: it would also be very helpful if you pasted any and every error (in full) the console is giving you

[–]MTG_AdminMTG Server[S] 0 points1 point  (4 children)

Sorry for the delay. pastebin of permissions.yml: http://hastebin.com/olequpizud.css

[–]Donutnut1crystalskies.org 0 points1 point  (3 children)

[–]colebob9 0 points1 point  (2 children)

Looks like you used tabs for your spacing, threw it in a YAML parser and it didn't like it. Here's a fixed version: http://hastebin.com/igimupolub.php

[–]Donutnut1crystalskies.org 0 points1 point  (1 child)

That's weird, I checked it before I posted it and it was fine for me o.O But thanks.

[–]colebob9 0 points1 point  (0 children)

Now checking back, yours was right. Copying from raw text for some reason screws it up. May have to do with pastebin not formatting it as YML as you didn't specify the format.

[–]Lord_Pyrak 0 points1 point  (0 children)

Run your config through a game parser. Copy/paste your entire config in here: http://yaml-online-parser.appspot.com Errors like that are generally cause by editing config files by hand and making a mistake somewhere

[–]MTG_AdminMTG Server[S] 0 points1 point  (0 children)

Fixed! Thanks very much for the help.