Datapack Debugger

Datapack Debugger

Mod

A fabric mod for Minecraft 1.21, which allows you to set breakpoints in datapacks

Server Game MechanicsManagementOptimizationUtility

219 downloads
3 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

Datapack Debugger 1.1

Changelog

Version 1.1.0

New Features

Get Function Stack

Use the /breakpoint stack command to get the current function call stack in the game. Example:

#test:test1
say 1
function test:test2
say 2

#test:test2
say A
#breakpoint
say B

At the breakpoint, executing /breakpoint stack will output:

test:test2
test:test

Run Command in Current Context

Use /breakpoint run <command> to run any command in the current context, similar to execute ... run ....

Files

datapack-debugger-1.1.0.jar(281.06 KiB) Primary Download

Project members

Alumopper

Member

Details

Licensed GPL-3.0-only
Published 4 months ago
Updated 4 months ago