Skip to content

playgamesgo/PlayMcDebugRenderer

 
 

Repository files navigation

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 library for Minestom and Fabric, which is available on Jitpack.

repositories {
    // ...
    maven { url 'https://jitpack.io' }
}

dependencies {
    // Minestom
    implementation 'com.github.playgamesgo.PlayMcDebugRenderer:minestom:$LATEST_COMMIT_HASH'
    
    // Fabric
    implementation 'com.github.playgamesgo.PlayMcDebugRenderer:fabric:$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.

Usage

Check Minestom Demo Server or Fabric Demo Server for examples.

Credit

Original author of a library - mworzala

License

This project is licensed under the MIT License.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%