Ross ROSS = Recommend OSS · open-source software intelligence for agents

Mojang/brigadier

Brigadier is a command parser & dispatcher, designed and developed for Minecraft: Java Edition. observed · 2026-08-28

github.com/Mojang/brigadier · Java · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

65/100

  • Activity 93
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4370
  • days_rel: n/a
  • days_push: 47
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3723 stars · 410 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Brigadier is a command parser and dispatcher library developed by Mojang for Minecraft: Java Edition, available under the MIT license. It lets you build a tree of commands with typed arguments and dispatch parsed input to handler functions.

Use cases

  • parse and dispatch commands in a Java application
  • build a command tree with typed arguments and tab completion
  • add a command system to a Minecraft mod or plugin
  • register extensible commands without modifying existing source
  • route user input strings to handler functions with argument parsing

When to choose

  • you need a robust, battle-tested command parser on the JVM
  • you are building Minecraft mods, plugins, or servers
  • you want hierarchical command registration with typed arguments and suggestions

When to avoid

  • you need a full CLI framework with flags, help generation, and shell integration
  • you are not on the JVM
  • you want a simple one-off argument parser without a command tree

Facets

library · maturity stable

parser developer-tools developer-tools gaming-tools jvm command-dispatcher command-parser minecraft java command-line

1 source

Member repositories

RepositoryRoleHealth v2
Mojang/brigadiermain65

For agents

markdown · JSON · MCP: product_card(name="Mojang/brigadier")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem