Mineuniverse
Log in Register
Mods

JSON to Brigadier

Converts JSON files into Brigadier commands
by OroArmor
Download Claim this project
279 downloads
0 likes
Updated Jul 6, 2026
0 hypes
API and Library
# JSON to Brigadier - Minecraft

This library converts JSON files into Minecraft Commands

See [json-to-brigadier](https://github.com/oroarmor/json-to-brigadier) for the API specifications.

## Command types

### No argument types

These commands are all specified with

```json
"argument":{
"type" : "<TYPE_HERE>"
}
```

```
"game_profile"
"block_pos"
"column_pos"
"block_state"
"block_predicate"
"item_stack"
"item_predicate"
"color"
"component"
"message"
"nbt_compound_tag"
"nbt_path"
"nbt_tag"
"objective"
"objective_criteria"
"operation"
"particle"
"angle"
"rotation"
"scoreboard_slot"
"swizzle"
"team"
"item_slot"
"resource_location"
"mob_effect"
"function"
"entity_anchor"
"int_range"
"float_range"
"item_enchantment"
"entity_summon"
"dimension"
"time"
"uuid"
```

`minecraft:vec3` and `minecraft:vec2`:

```json
"argument":{
"type" : "<TYPE_HERE>",
"centered": <true|false>
}
```

`minecraft:score_holder` and `minecraft:entity`:

```json
"argument":{
"type" : "<TYPE_HERE>",
"multiple": <true|false>
}
```
Json To Brigadier Minecraft - 1.1.0
MC 1.17, Fabric
Release 2021-06-12 Get

More from OroArmor

Portal Helper
8,866
Multi Item Lib
6,752
Custom Item Range Combination
2,163
Slime Block in the Redstone Tab
1,922
Netherite Plus Mod
1,560,519

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314