

Minecraft Debug Renderer
Allows servers to render arbitrarily placed and sized debug shapes on the client.

Usage
Any platform which can send plugin messages is supported. There is a server library for Minestom, which is available on Jitpack.
repositories {
// ...
maven { url 'https://jitpack.io' }
}
dependencies {
// Minestom
implementation 'com.github.mworzala.mc_debug_renderer:minestom:$LATEST_COMMIT_HASH'
}
Checking if enabled
The client will send a plugin message with the id debug:hello when joining a server if the mod is present.
The message will contain a single integer representing the current version of the mod.
Plugin Messages
The following plugin messages are supported:
todo
Credit
The following was very helpful when working on this mod:
License
This project is licensed under the MIT License.
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.20.6
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as debug_renderer-1.20.6-rv1.jar — drop this file into the mods folder
- Download size: 42 KB
- Download link checked 5 Sept 2026 — working
These come from our own check of the pack file, not from the source page.