XSeries icon indicating copy to clipboard operation
XSeries copied to clipboard

[XSound] - "java.lang.NoClassDefFoundError: org/bukkit/SoundCategory" on 1.8.8

Open cervinakuy opened this issue 4 months ago • 1 comments

Description Hello, I'm the developer of KitPvP. KitPvP has used XSeries for years at this point - thank you for everything you do.

Anyway, I've been receiving multiple reports of this error on 1.8.8: https://pastebin.com/5ThHiNRy

Code references:

At a glance, SoundCategory indeed does not exist in Spigot 1.8.8, so the error does seem to make sense. I would imagine XSound is accidentally loading SoundCategory-related code when it shouldn't be (e.g. 1.8.8 version or greater, where SoundCategory does not exist).

Version In the particular pastebin I've provided, Paper Spigot 1.8.8. I suppose this problem could also apply to versions >= 1.8.8 where SoundCategory also does not exist.

cervinakuy avatar Feb 25 '24 09:02 cervinakuy