A Fabric mod for Yet Another Bingo that adds shared team chests, team teleport, and optional Bingo item-scoring integration.
Future updates will only support Minecraft 26.1+ and Yet Another Bingo 2.10.0+.
| Command | Description |
|---|---|
/teamchest |
Open your team's shared chest |
/tc |
Alias for /teamchest |
/teamchest toggle |
Enable or disable team chests, OP only |
/tc toggle |
Alias for /teamchest toggle |
/teamchest config |
Open the config GUI, OP only |
/tc config |
Alias for /teamchest config |
/teamtp <player> |
Teleport to a player in your team |
/ttp <player> |
Alias for /teamtp |
/tptoggle |
Enable or disable team teleport, OP only |
Configuration changes are only allowed before the Bingo game starts. Once Bingo leaves pregame, toggle commands and config GUI buttons will refuse to modify settings.
The config file is created at:
config/yetanotherbingo-teamchest.toml
[team_chest]
rows = 3
enabled = true
[team_teleport]
enabled = true
[bingo]
count_team_chest_items = true
count_team_chest_items controls whether items in the team chest are exposed to Yet Another Bingo as an extra player inventory. When enabled, items stored in the team chest can satisfy Bingo item objectives. If Bingo consume-items mode is enabled, matching items may also be consumed from the team chest.
mods folder.Clients may also install this mod for the keybind and localization.
MIT License