mc_debug_renderer
mc_debug_renderer copied to clipboard
Enables servers to render debug shapes on the client.
Maven: ``` com.github.mworzala.mc_debug_renderer minestom 1.19.2-rv1 ``` Client Mod used: `1.19.2-rv1` Issue: I noticed that the `#thickness` attribute from the `Shape#line` (`Line.Builder`) builder does not affect the thickness of the line....
Two issues have come up when using the 1.19.2 version of the mc_debug_renderer. Maven: ``` com.github.mworzala.mc_debug_renderer minestom 1.19.2-rv1 ``` Client Mod used: `1.19.2-rv1` Issues: - Text color not used When...
I would like to see a more universal version of the library for debugging universal plugins
Some way for the server to register keyboard actions for the client. The two action types I see are: - Message: Send a plugin message back with some specified nsid...