Essential Commands

Essential Commands

108k Downloads

/nickname command not registering

bumpyJake opened this issue ยท 4 comments

commented

I am currently having an issue where any player that is not opped cannot use the /nickname command

It shows up as such -
image

However the permission to use it is set
image

commented

Hm. I've not seen this before.

Can you provide the contents of your config/EssentialCommands.properties and a https://mclo.gs/ (or equivalent) of your logs/latest.log?

commented

The logs just say
[17:30:56] [Render thread/INFO]: [System] [CHAT] Unknown or incomplete command, see below for error
[17:30:56] [Render thread/INFO]: [System] [CHAT] nickname test<--[HERE]

heres the config https://mclo.gs/h7A7ZUe

commented

You have use_permissions_api set to false in your Essential Commands config. Changing it to true will likely solve the issue ;)

commented

This was the case! Thank you