MapEngine
MapEngine copied to clipboard
MapEngine is a map library plugin for minecraft paper servers
It might be a good idea to, instead of adding a listener to the pipeline, use [PlayerUseUnknownEntityEvent](https://jd.papermc.io/paper/1.20/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html) Less to maintain if anything, I suppose.
It would be nice if you could specify the orientation in 90 degree increments.
https://github.com/TheJoCraftNET/MapEngine/blob/f0e45a13feda1e87e3316fbdffcfa8e0ae8bd188/plugin/src/main/java/de/pianoman911/mapengine/core/colors/dithering/FloydSteinbergDithering.java#L49-L53 alpha channel just gets ignored, this normally is in ARGB format but is just read as RGB
https://github.com/TheJoCraftNET/MapEngine/blob/674e4eaa15a912d4a37d78b7e210b7f0e0779c24/plugin/src/main/java/de/pianoman911/mapengine/core/clientside/FrameContainer.java#L206 Here you can make a timed task that sends a map every x milliseconds. This would help loading large maps on the client without freezing. You can also make...
The source code URL for the MapEngine plugin on Modrinth appears to be incorrect: https://modrinth.com/plugin/mapengine Please update the source code url accordingly. Additionally, in this Modrinth project, the source-code URL...