ericyoondotcom / MinecraftManhunt

Minecraft Bukkit plugin to run Manhunt minigames, with Discord music integration
GNU General Public License v3.0
27 stars 7 forks source link

Discord integration hangs with JDK17 (1.18+) on single core x64 Linux machine #72

Closed ericyoondotcom closed 2 years ago

ericyoondotcom commented 2 years ago

See: https://github.com/DV8FromTheWorld/JDA/issues/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