luckperms is not recognizing essential Commands,
thasic9 opened this issue ยท 8 comments
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.
Yes, the content of logs/latest.log
and config/EssentialCommands.json
would help in identifying the cause of the issue.
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
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...
Do you have use_permissions_api set to true in config/EssentialCommands.properties?
You save my life Man ! THANK YOU !
Closing as duplicate of #56