promotional bannermobile promotional banner

Pathfinder API

A lightweight API for parsing command data in Minecraft mods. Works seamlessly with the Ultimate Backport Mod to enable dynamic command suggestions.
JustCody | Pathfinder API
Create a server, get 25% off your first monthaffiliate logo
Create Server
affiliate banner image

PathFinder API is a dedicated command parsing API for Minecraft mods. It does not provide the suggestion UI itself; that is included in the Ultimate Backport Mod.

  • Normal command suggestions do not require your mod to include the API.
  • Dynamic suggestions require the API to be integrated into your mod.

This mod is needed by Ultimate Backport Mod and other mods depending on the API.

How it works:

  1. Command data can be generated easily at pathfinder.julianweinelt.de.
  2. Download the generated JSON file.
  3. Place it in your mod’s assets/<namespace> folder.
  4. PathFinder API handles parsing and prepares the commands for use in the game or UI.

Key Features:

  • Lightweight parsing of commands, arguments, types, and custom suggestion lists.
  • Works seamlessly with Ultimate Backport Mod for dynamic in-game suggestions.
  • JSON-based workflow makes integration simple – no coding required for normal suggestions.
  • Fully modder-friendly, easy to extend or integrate with your own tools.

Further Information & Documentation:

GitHub Wiki

The Pathfinder API Team

profile avatar
  • 21
    Followers
  • 6
    Projects
  • 99.8K
    Downloads

More from JustCody