-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
- 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.
- Generate Command Data: Use pathfinder.julianweinelt.de to create your command JSON.
-
Place JSON in Your Mod: Simply drop it in
assets/<namespace>. - Let PathFinder do the Rest: The API parses your command data and prepares it for use by other systems or UIs.
- Download: Modrinth
- Documentation: GitHub Wiki
- Example Usage: Examples
This documentation may contain information that is no longer available in the mod or has not been finally added to it.