/top Not working for non operators
gabetronx opened this issue ยท 2 comments
Hello! While implementing this mod for my Fabric 1.19.4 server, I found an issue where /top does not work for players who aren't operators. I'm not sure how to fix this, and some guidance would be appreciated.
enable_top=true is what I have in EssentialCommands.properties too
You need a permissions mod like LuckPerms or PlayerRoles to grant non-ops the ability to use /top
.
You can read more about EC's permissions system on the wiki page.
Note that use_permissions_api
must be set to true
in EssentialCommands.properties
in order to enable integration with permissions mods.