Minecraft PemissionsEX Not Working
TexorYT opened this issue · 25 comments
I Got A Few plugins a while ago, and i thought it all went good. but my pex turned on me.
when i type /pl everything fine but pex. (in red)
i cant do any "//" commands
cant even do /help!
i used yaml thing and didnt work.
i dont even have acces to /plugins | /pl
my server is 1.12
plugins>> https://gyazo.com/26be196de6607be0cba0f61a9b007d27
permissionex folder >> https://gyazo.com/f08d17fd4fcefde9873716a6dff119e9
permissions.yml >> https://pastebin.com/ZHM7WrXf
pls help
(it said in my console to come here and paste the issue)
Try this paste as your file. I corrected multiple permission node syntax issues for you, added the required inheritance structure, and condensed your permissions down to unique nodes.
As each group inherits from the previous group, they gain all the nodes of the previous group, so there's no need to replicate all the nodes— like essentials.msg
in each group. Since Admin inherits from MVP, they get all the MVP permissions, VIP permissions, and default permissions— because all of the groups inherit the nodes from the previous group too.
One thing you will need to work on is ensuring that all of your permission nodes are real permission nodes. For example, you had essentials.essentials
in one group, and that node is not on the Essentials Permission Nodes List. (I removed that one node, and I didn't remove any other nodes that were 'fake', so you can get some experience with the permission node list.)
I also added essentials.kit
to the default group, so everyone would get access to the /kit command. Be sure you get all of the prerequisite permission nodes for your groups as you look through the above list.
Let me know if you run into more problems. If everything's fine, you can close the ticket below. :-)
If you would like to see a more complete example of a permissions.yml file, you can check out this link.
im srry for troubling you, but nope. still red.
No need to be sorry. I'm here to help. :)
wanna join my server?
I usually only join servers if I have to see something from in-game.
hello? still there?
Sorry, we all have to sleep sometime. ;-)
Show me the most recent console log and permissions.yml file, from after you fixed all of the above bullet point issues.
Be sure you're not using the permissions.yml file which is in the server's root directory (with a file called server.properties) because that file should be completely blank. The file you should be editing is the permissions.yml file inside the plugins > PermissionsEx folder.
here>> https://pastebin.com/u8Xdh3UD
i also tried some editing. which one do i use?
Number 1 (original)>> https://pastebin.com/PRvqPWWh
Number 2 (after editing)>> https://pastebin.com/xkuhp2zc
You didn't remove the AnimatedScoreboard plugin from the server. It's still preventing PEX from loading correctly.
BuildTools.jar is not a plugin. It's what's used to make a Spigot.jar file.
Remove BuildTools.jar from the plugins folder also.
Sigh
Heres Inside My permissions.yml
OK, copy your entire console log from the moment the server starts until text stops printing to the console, and pastebin it.
Here. i think i did it right
OK, here's what the errors mean:
• NoSwear.jar needs to be downloaded again because it was corrupted when downloaded the first time.
• There's a syntax error in the \Announcer\config.yml file.
• Line 320-338: AnimatedScoreboard has not been properly programmed for 1.12 servers. It's attempting to do something (in a bad way) which PermissionsEx does (in a better way). The author is aware of the issue and attempting to fix it. You will need to remove the plugin from your server until it's fixed.
• LibDisguises is messed up in ways that I don't quite understand. Basically, I think it's looking for information to let people disguise themselves as stuff, but can't find the information needed to do so. You will have to talk to that plugin's team to find out what's gone wrong.
• ChestShop wants to use sqlite and you haven't configured ChestShop correctly.
• CratesPlus is outdated. You'll need to get a version of the plugin which is for 1.12 servers. (You're using a 1.11.2 version.)
• WarpSigns looks like it's for Minecraft 1.8; I'd delete this plugin entirely anyway since Essentials can handle your warp signs.
• ChatControl also appears to be outdated, not for 1.12 servers.
♦ ChatManager typically (99% of the time) is not supported by PermissionsEx. Test the plugin you have thoroughly to see if you've found one of the dozens of "ChatManager"-named plugins which is compatible with PEX.
After you get all of these issues addressed, test the server and let me know if you need additional help.
Note: Removing AnimatedScoreboard is all that's absolutely required, to get PEX to stop being red in-game.
Yep. I'm on https://discord.gg/KQgWc68 for PEX Help when needed.