Skip to content
Julian Weinelt edited this page Aug 22, 2025 · 3 revisions

Command Parsing Made Simple for Minecraft Mods

PathFinder API is a lightweight, modular tool designed to help Minecraft mod developers manage and parse command data. Whether you want to provide static suggestions or enable dynamic, real-time suggestions in your mods, PathFinder is your starting point.


Why PathFinder?

  • Lightweight and Easy: No complex setup. Generate your command JSON and drop it into your mod’s assets folder.
  • Flexible Integration: Works seamlessly with the Ultimate Backport Mod for advanced suggestion UI, but also fully functional for static suggestions without any integration.
  • Structured Command Data: Commands, arguments, types, and suggestion lists are parsed into a clean, usable JSON format.
  • Dynamic Suggestions (Optional): If your mod needs real-time player, entity, or coordinate suggestions, PathFinder can handle it when integrated into your mod.

How It Works

  1. Generate Command Data: Use pathfinder.julianweinelt.de to create your command JSON.
  2. Place JSON in Your Mod: Simply drop it in assets/<namespace>.
  3. Let PathFinder do the Rest: The API parses your command data and prepares it for use by other systems or UIs.

Get Started

Clone this wiki locally