Config Files
The BINGO mod creates several config files the first time you start it up:
Directoryconfig
Directoryyet-another-minecraft-bingo/
- bingo.db A SQLite database for player stats
- config.json Global options that affect the mod behavior
- game-options.json
- game-options-default.json Used by the “Reset Defaults” button
Directorycommands/
- on_pregame.mcfunction
- on_starting.mcfunction
- on_countdown.mcfunction
- on_playing.mcfunction
- on_postgame.mcfunction
Directorymessages/
- game_end.json
- game_start.json
- scoreboard.json
Directorytags/
- *.json
Directorytierlists/
Directorymods/
- …
Directoryworld/
- …
- server.properties
config.json
A few config options can be changed in config.json
to adjust some specific behavior, such as specific scoring settings or shutdown logic.
The specific options are described on the “Additional Options” page.
game-options.json
Most of these options can be changed in-game, using the menu in the pre-game lobby. For the most part, this file does not need to be manually edited.
This file is overwritten with the selected options whenever a game is started.
game-options-default.json
This file supplies the default options for the game menu - used whenever the “Reset Defaults” button is pressed. If you want to change the default game options, this file can be edited manually - or copied from game-options.json
.
commands/
The “commands” folder allows you to specify commands to run at different stages of the game. This is useful if you want to change gamerules on each round without setting them manually. See functions for a more detailed explanation.
messages/
The “messages” folder contains a set of message templates for the game start/end messages and the scoreboard. These support text placeholders.
tags/
Tag files are used (in addition to tier lists and other data files) to create filters.
tierlists/
The tier list files are used to generate the BINGO card from a set of tier lists. These are randomized for each game according to the configured card difficulty.
Tier lists are applied depending on the filter settings. By default, items are picked from any and every tier list the mod can find.