Essential Commands

Essential Commands

108k Downloads

luckperms is not recognizing essential Commands,

thasic9 opened this issue ยท 8 comments

commented

cant add any perms with luckperms, its not recognizing essential commands.

commented

What version of mc and essential commands are you running?

Do you have use_permissions_api set to true in config/EssentialCommands.properties?

A log file (located at logs/latest.log), uploaded to a site like https://hatebin.com and linked here would provide a lot of much needed (and currently missing) information.

commented

It's also not being recognized for me either, do you still want the log?

commented

yes, using the command does seem to work. it was successfully added. hmm

commented

Yes, the content of logs/latest.log and config/EssentialCommands.json would help in identifying the cause of the issue.

commented

Interesting, it seems that now none of the perms show up, not just essential commands.

well, here are the logs anyways:

Log: https://pastebin.com/y5kjBFsk

Config: https://pastebin.com/fe1uJxXu

commented

Upon rereading what is happening here, I think this may be a duplicate of #56 (Which I unfortunately am not sure how to solve, nor do I know the cause :/).

@Flame115 @thasic9 If you grant the permissions using LuckPerms commands instead of through their gui, do things work as expected?

ex:

/lp user <user-name> permission set essentialcommands.fly.self

Should grant the specified user access to the /fly command (for self only). (Despite the fact that LuckPerms does not auto-suggest the permissions.)

If this does not work, I'm not quite sure what is causing this at present...

commented

Do you have use_permissions_api set to true in config/EssentialCommands.properties?

You save my life Man ! THANK YOU !

commented

Closing as duplicate of #56