You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the server module and checking PGMServers name with a debugger shows that it only loads PGM correctly, even though I also have ViaVersion in my plugins folder. adventure-platform also has problems discovering Via on the class path even though methods like Via.getApi() resolves fine in debugger evaluation.
Via is loaded in some way though, because I can join with a higher version etc...
The text was updated successfully, but these errors were encountered:
I suspect this has to do with pgm being loaded directly as a first-class citizen, maybe it's using the same classloader as bukkit itself, meanwhile other plugins are loaded on the plugin class loader
regardless this has been an issue since forever, the plugins DO load, pgm just can't interact with them, but i'd consider it a minor issue
Running the
server
module and checkingPGMServer
sname
with a debugger shows that it only loads PGM correctly, even though I also have ViaVersion in my plugins folder.adventure-platform
also has problems discovering Via on the class path even though methods likeVia.getApi()
resolves fine in debugger evaluation.Via is loaded in some way though, because I can join with a higher version etc...
The text was updated successfully, but these errors were encountered: