-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discord messages not in minecraft anymore #62
Comments
The messages in MC relies on RCON, which requires a port to use. In the Minecraft log does it mention an RCON connection? |
Yes, it does mention an rcon connection. I have now also tried re-installing it, but without success |
Can you try a tool like this to see if you are able to connect to the rcon server MC provides? https://bukkit.org/threads/admin-rcon-mcrcon-remote-connection-client-for-minecraft-servers.70910/ Also, have you tried enabling debug mode ( |
This may be related to my issue. Minecraft messages can be sent to discord, however sending messages back does not contain the message content, only the user. The command executed is I added a small debug line that stringifies the message that is handled and it appears that This continues to be an issue, even after giving the bot every possible permission. The full json is |
@Tholleman can you share logs with DEBUG enabled? Thanks for the other debug line as well. |
Sure! The discord message was sent with the nickname "test" to differentiate it from my minecraft name
Server log:
|
Hmm this may be from Discord updates recently on pushing towards slash commands... Can you enable message content and guild members in the Discord Developer portal @Tholleman ? |
That fixed it, thank you so much! Could you add that to the README.md? |
At first, everything with the bot worked (both messages from discord to minecraft and from minecraft to discord). But all of a sudden the messages from discord to minecraft stopped working. (At first it displayed an error message (didn't save the name... Every time a message in discord was send, it'd say something in the terminal about Discord and the Webhook.) Now it doesn't show an error anymore, but still doesn't work...
The only things I can imagine that caused this problem are me messing with the latest.log file while the webhook was running and me ones redoing the port forwarding. Any idea what the problem is and how to fix it?
The text was updated successfully, but these errors were encountered: