Discord integration hangs with JDK17 (1.18+) on single core x64 Linux machine
ericyoondotcom opened this issue ยท 0 comments
See: discord-jda/JDA#1858
When running the plugin on JDK 17 (required for Minecraft versions 1.18+) on a single-core x64 Linux machine, the bot gets stuck building the JDA object.
Fixes
Update JDK to 17.0.2.
Or, for a quick workaround, add this flag to your startup script: https://github.com/DV8FromTheWorld/JDA/issues/1858