Custom Guild Commissions
Add your own Guild Commissions to the Bounty Board with a datapack.
How a commission works
Every Guild Commission is a JSON file in `data/<namespace>/guild_commission/`. Add a new file to create your own, or override an existing one with a datapack to change or disable it.
Example (Horn of the Plains):
Example (Horn of the Plains):
- `id`: a unique ID for the commission
- `enabled`: `false` turns the commission off
- `type`: `hunt`, `gather`, `observe` or `explore`
- `target`: an entity for `hunt` and `observe`, an item for `gather`, a biome for `explore`
- `amount`: how many kills, items or sightings are needed
- `allow_peaceful` (optional): read by the mod, but currently has no effect
- `icon`: item shown on the Bounty Board
- `reward`: `item`, `count` and optional `experience`
- `weight` (optional): how often it is picked, default `1`
- `repeatable` (optional): `true` brings it back for a player on the next 3-day refresh, `false` means only once per player; default `true`