promotional bannermobile promotional banner
premium banner
Simple utility datapack which allows you to easily view a data path of entities

Description

Debug Entity Data

preview video

Installing

Download the latest release fron the releases tab, open your Minecraft world directory and place the downloaded pack inside the datapack directory. If the world is loaded, execute /reload or quit and rejoin.

To uninstall the pack run:

/function ded:uninstall

And delete the files from the datapack directory.

How to use

Execute the function :

/execute as <ENTITY> run function ded:bind {key:<DATA PATH>}

Replace "<ENTITY>" with your selector (@n, @e[type=item], etc..), and the "<DATA PATH>" with a valid data path on the target entity (you can see all valid data paths by doing /data get entity <ENTITY>).

To "delete" or "unbind" the floating text element, you can run:

/execute as <ENTITY> run function ded:unbind

Limitations

The pack supports only simple byte, boolean, short, int, long, float and double, as well as lists of those types.