Unable to use chat and commands after login
MarOwNFR opened this issue ยท 6 comments
What behaviour is observed?
When a user connects to the server and logs in with his password or after an auto-login, the chat is unusable, impossible to send a message or type a command has pars some commands of the Authme plugin.
I tried to add some authorized commands in the plugin config but they are not usable despite explicit authorization. I also tried to authorize the chat for non connected people but the chat remains unusable.
If I disable the AuthMe plugin, the problem disappears.
Expected behaviour
I want my users to be able to use the chat and commands normally once they log in.
To Reproduce
- Connect to the server
- /login password
- Try to use the chat, no message is sent, nor any command
Plugin list
Plugins (6): LuckPerms, AzLink, FastAsyncWorldEdit (WorldEdit), DeluxeHub, LPC, AuthMe
Server Implementation
BungeeCord
Database Implementation
MySQL
AuthMe Version
AuthMeReloaded v5.6.0-beta2 (build: 2453)
Error log (if applicable)
No errors
Configuration
https://paste.gg/p/anonymous/045a9fbbbe7e455b993f0c805c80a1c8
Can confirm this, more details I can say are you can disable chatRequiresAuth
and it will work fine, but you don't want that ๐
Similar issue #2566
Hello,
The parameter chatRequiresAuth
does not exist.
I tried to change the allowChat
parameter to true
but it does not change my problem.
@MarOwNFR please use the latest dev build
Latest AuthMe: https://ci.codemc.io/job/AuthMe/job/AuthMeReloaded/
Latest AuthMeBungee: https://ci.codemc.io/job/AuthMe/job/AuthMeBungee/
Make sure to download the jar without a suffix for 1.18 and higher. Example: AuthMe-5.6.0-SNAPSHOT.jar
If you are using any an older version, make sure to download the -legacy jar!