Emily Flion
Emily Flion
Can I try and implement this feature ? I never contributed to Paper so it would be a first for me.
Nice thank you I will be looking at this during the weekend then :)
Well I do not know yet, this is what I will try to figure out
So I was looking at where to implement this and was thinking of maybe another way to put it. Instead of doing either `Bukkit.getPDC(String username);` or `Bukkit.getPDC(UUID playerUUID);` maybe use...
I think I don't know enough of the Paper codebase to implement this, I have spent multiple hours already looking at this and I find no way to do it....
The settings could be changing from versions to versions and I think that's one of the selling points of separate instances to not have those compatibilities issues when changing version....
@MathiDEV
@MathiDEV bump
Hello, thanks for the issue. We are currently looking at how to achieve that properly since there are a lot of different ways to embed assets in a binary. It...
I was thinking of maybe change to a external log library altogether ([spdlog](https://github.com/gabime/spdlog/) for example, which we can add sinks to make the gui code better than currently). For `player.cpp`...