Common Issues
The plugin isn't detecting my answers.
This is caused by some third party plugin modifying player messages, usually chat plugins, chat coloring (ChatColor2 is a common cause) plugins.
If you know which plugin is causing the issue, search for a setting in that plugin's config to increase the event priority. You should try to increase the event priority of it to at least
NORMALto avoid conflicts. Some plugins don't allow for changing this.You can also try to resolve this by lowering AxChatGames's event priority. Go to the
plugins/AxChatGames/config.ymland set thechat-listener-prioritysetting toLOWEST. After that you have to restart the server for the changes to apply.If the issue still persists after this, you will need to look for a plugin that also uses the
LOWESTpriority as something is likely still getting in front of AxChatGames.