Pex just doesnt work
PrimePrismatic opened this issue ยท 5 comments
I have followed many tutorials and ive copied it. Pex just doesnt load my permissions or prefixes. I need help. Im using the lastest version of pex for 1.11 It just doesnt work. I have everything correct it just doesnt read it. i have essentialsX and essentialsXchat but it doesnt work.
permissions.zip
i cant install vault it doesnt let me its not a high enough version for my server. also i dont see what you mean about the users: section. I have all of my users there. I also found out that its saying that pex is being disabled. It says Unable To Load Permissions Backend. Your configuration must be fixed before PEX with enable again. Heres the config file for backend.
config.zip
I have fixed all the backend and permissions problems. Now just my prefixs wont show up. I have installed vault and essentialsxchat and it wont work
-
You don't actually have a permissions.yml file. You have a
users:
section and nothing else. Follow this example. -
Be sure you have Vault installed. EssentialsXChat requires it.
Did you look at the example file I linked to you? There is much, much more info in that file than in the permissions file you showed me.
PEX is disabled when there are problems in the permissions.yml file. See my previous post about how to fix those. The "config.yml" and "permissions.yml" files are both considered "config" files. Since your permissions.yml file was missing the groups:
section and schema-version: 1
line entirely, the file is invalid and PEX is disabled.
And it's important to know that Vault doesn't have version update requirements. The version found online will work with all server versions.
Ensure that you have setup EssentialsXChat's config.yml correctly. I can't link you to the only good guide I know of that tells you how to set that up because Curse/the Bukkit website deleted our forums without warning and we lost all of the guides I wrote.
Keep in mind, also, that if your server.properties file has `online-mode=false' in it, PEX will never function properly because PEX does not support hacked/illegal clients or servers (which require that setting).