

TellMe - Informational Mod for Minecraft
TellMe is a specialized informational mod designed primarily for mod developers, pack creators, and technically advanced players who need access to detailed information about the game's internal processes. This tool offers a wide range of commands for analyzing and exporting various game data.
Main Features
The mod includes various commands for working with game data:
dump
- export of all game registries and other technical informationdump-json
- specialized version for blocks and items with output in JSON formatloaded
- list of loaded chunks, dimensions, entities, and block entitieslocate
- search for blocks, entities, and block entities by namebiome-stats
- counting biomes in a specified areablock-stats
- counting blocks in a given zoneholding
- information and NBT data of the item in the player's handlooking-at
- data about the block or entity the player is looking atbiome-locate
- search for nearest locations of unique biomesbatch-run
- execution of commands from text files
Usage Features
All exported files are saved in the .minecraft/config/tellme/
directory with a timestamp in the filename. For convenience, you can use the all
type in the dump command to perform all export types simultaneously.
Compatibility and Installation
In versions 1.14.4 and newer, the mod works only on the logical server side - either in single player or on a dedicated server. For full command autocompletion functionality, it's recommended to install the mod on both sides (client and server).