-
Notifications
You must be signed in to change notification settings - Fork 7
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
DiscordBridge 3.1.0 not recognizing multiverse world name #61
Comments
I believe the current version of DiscordBridge has a bug where you'll get this sort of crash when the Multiverse world you're in doesn't have a registered alias. Could you test to see if that's the case by using I'll look into solving this bug in the meantime. |
Thank you for the prompt response, @DiamondIceNS. Assigning an alias to a multiverse world does indeed prevent the stack trace from appearing and also allows for the receipt of the message in Discord. "%w" still does not get expanded to the world or alias name however. The output looks like this in Discord: The expected output should be: Please let me know if you require anything else. |
For some reason Minecraft is crashing on startup on my PC due to some OpenGL issues so I'm not able to sandbox test this problem right now. I'll have to resolve that problem before I can lay down a for-sure solution on this. |
My apologies for the long wait. This has finally been fixed in #62. |
No worries at all, @DiamondIceNS. I am just glad it got resolved. Thank you so much for the fix and the work you do on this project. |
Using the latest Spigot release (1.12.2) with the latest Multiverse-Core release (2.5.0) and DiscordBridge (3.1.0) results in a failure to send messages to Discord when these messages contain a multiverse world name (using "%w"). Chatting in the base world works as expected. Steps to reproduce:
1.)
/mv create test normal
2.)
/mv tp test
3.) Type and send a message such as: "Test message"
The relevant line in config.yml looks like:
chat-message: <%u@server:%w> %m
This formerly worked in previous versions. The following stack trace is also produced each time a message is sent from a multiverse world:
[23:05:41] [Server thread/INFO]: JonDough issued server command: /mv create test normal
[23:05:41] [Server thread/INFO]: JonDough: Starting creation of world 'test'...
[23:06:09] [Server thread/INFO]: [Multiverse-Core] New Spawn for 'test' is located at: test:65.50,68.00,236.50:0.00:0.00
[23:06:10] [Server thread/INFO]: JonDough: Complete!
[23:07:43] [Server thread/INFO]: JonDough issued server command: /mv tp test
[23:07:57] [Async Chat Thread - #9/INFO]: [test]<JonDough> test message!
The text was updated successfully, but these errors were encountered: