does anyone know why this wont work on a spigot server? what it's supposed to do is return a list of classes in the defined package route which it does in a maven test, correctly, but when it comes to using it in the plugin, it returns an empty list. I've tried replacing the system classloader with spigots, no difference. I've tried debugging it a bit, the null check for stream is not the culprit, it appears that reader.lines() is returning an empty array, but I don't know why https://sourceb.in/FTuwAuovAi
#BufferedReader returning empty array in spigot server, but not in maven test (junit)
1 messages · Page 1 of 1 (latest)