Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Admin Commands

From Vault Hunters Official Wiki

How to Start a Bingo Bust Event

This guide explains how to set up and run a Bingo Bust event using Vault Hunters commands and configuration files.

1. Create Teams

Use the following command to create teams:

/team add <Team ID> <Display Component>

  • <Team ID>: The internal name for the team.
  • <Display Component> (optional): A styled name shown in chat. You can generate a JSON text component via a site like minecraftjson.com.

Repeat this command for however many teams you want in the event.

2. Join Teams

Each player can join a team using this command:

/team join <Team ID> <PlayerName>

3. Create the Bingo Bust Area

You will need a Task Builder block:

  • Obtainable via JEI, the Creative Mode menu, or: /give @p the_vault:task_builder
  • Place it where you want the Bingo area to appear.

Default Behavior

  • Generates a 25x25 stone platform.
  • Places 25 Tasks on top of it.
  • The platform size can be changed in the config file: config/the_vault/team_tasks.json (change the width value at the bottom).
  • Some tasks may be impossible by default (e.g., "Submit x Companion Gemstones"). You can fix or remove these in the config.

4. View Team Scores

You will need a Bingo Bust Scoreboard painting:

  • Obtainable via JEI, the Creative Mode menu, or: /give @p the_vault:team_task_scoreboard
  • Place it like a painting.
  • Size ranges from 1x1 to 4x4, depending on how you place it.

5. Configure Tasks

All Bingo Bust tasks are stored in: config/the_vault/team_tasks.json

  • You can fully customize the available tasks.
  • Remove or adjust any that don't fit your server's needs.

6. Utility Commands

Get Task Progress

/the_vault team_tasks get_task_progress <Task ID> Displays all teamsโ€™ current progress on the specified task.

Refresh a Task

/the_vault team_tasks refresh_task <Task ID> Refreshes a task by setting it to 0 again for all players.

Reset All Tasks

/the_vault team_tasks reset_tasks Resets all team progress and restarts the event.

Set Task Progress

/the_vault team_tasks set_task_progress <Team ID> <Task ID> <Amount> Sets a taskโ€™s progress for a specific team.