PaperMC / Waterfall

BungeeCord fork that aims to improve performance and stability.
https://papermc.io
MIT License
743 stars 297 forks source link

Feature request: Plugin identification in stack traces #681

Open SlimeDog opened 3 years ago

SlimeDog commented 3 years ago

Please consider incorporating the functionality of https://github.com/PaperMC/Paper/pull/6142 into Waterfall?

Janmm14 commented 3 years ago

Would turn into a quite hacky implementation as Bungeecord/Waterfall are still java 8.

SlimeDog commented 3 years ago

Is there a reason they are still Java 8? For heaven's sake, we're on Java 16 now -- enforced for MC/Spigot/Paper.

electronicboy commented 3 years ago

I was too busy/ill to deal with the timeline to bump waterfall, bumping the min version is on the todo list it's just getting the timeline in place, warnings out, ensuring that shit won't go sideways as it did last I tried messing with the java version \o/

Janmm14 commented 3 years ago

You should also add something like https://github.com/Janmm14/BungeeCord/commit/b2a4bab5e9757e5cdf6bde5026198a1dd7cc21af then. Stack trace might display the version of the plugin then as well (not tested).

electronicboy commented 3 years ago

Yea, that's what I was actually looking into doing with paper itself a while ago, afaik, so long as you get the manifest info in there it should be able to pick it up

SlimeDog commented 8 months ago

It's been a few years now. Could some of the above be implemented?

electronicboy commented 8 months ago

This project is generally considered EOL, I personally have little interest investing time on such projects anymore