More actions
Created page with "Content to be added" |
Carolinet93 (talk | contribs) mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
= 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: | |||
<code>/team add <Team ID> <Display Component></code> | |||
* <code><Team ID></code>: The internal name for the team. | |||
* <code><Display Component></code> (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: | |||
<code>/team join <Team ID> <PlayerName></code> | |||
== 3. Create the Bingo Bust Area == | |||
You will need a '''Task Builder''' block: | |||
* Obtainable via '''JEI''', the '''Creative Mode menu''', or: <code>/give @p the_vault:task_builder</code> | |||
* 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: <code>config/the_vault/team_tasks.json</code> (change the <code>width</code> 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: <code>/give @p the_vault:team_task_scoreboard</code> | |||
* 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: | |||
<code>config/the_vault/team_tasks.json</code> | |||
* 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 === | |||
<code>/the_vault team_tasks get_task_progress <Task ID></code> | |||
Displays all teams’ current progress on the specified task. | |||
=== Refresh a Task === | |||
<code>/the_vault team_tasks refresh_task <Task ID></code> | |||
Refreshes a task by setting it to 0 again for all players. | |||
=== Reset All Tasks === | |||
<code>/the_vault team_tasks reset_tasks</code> | |||
Resets all team progress and restarts the event. | |||
=== Set Task Progress === | |||
<code>/the_vault team_tasks set_task_progress <Team ID> <Task ID> <Amount></code> | |||
Sets a task’s progress for a specific team. | |||
{{VH3}} |
Latest revision as of 15:36, 15 July 2025
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 thewidth
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.