Language

debug_renderer

debug_renderer

Modrinth

Enables servers to render debug shapes on the client.

500 downloads 9 followers updated 25mo ago
latest v1.20.6-rv1 Modrinth
Fabric 1.19.4 – 1.20.6 Utility

Minecraft Debug Renderer

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

showcase

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.

Versions

Release
1.20.6-rv1
fabric · 1.20.6 · 25mo ago
No changelog was specified.
107
Release
1.20.4-rv1
fabric · 1.20.4 · 27mo ago
101
Release
1.20.1
fabric · 1.20.1 · 36mo ago
No changelog was specified.
174
Release
1.19.4-rv1
fabric · 1.19.4 · 37mo ago
No changelog was specified.
118

Comments 0

No comments yet. Be the first to share your thoughts.

Download debug_renderer

Files are served directly from the original source. Modgrid does not host or modify them.