The full tournament lifecycle in HADOS — from initial configuration to declaring a new season — is managed entirely from the Dado Admin panel. A Dado Admin sets the prize pool, qualifying count, rules, and schedule before competition begins; intermediarios load points during the season; and when a season ends, the Dado Admin triggers a controlled reset that zeroes all scores and sets new dates for the next tournament.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/VasquezRivero92/HabboCafe/llms.txt
Use this file to discover all available pages before exploring further.
Configuring Tournament Details
Before the first game is played, fill in the four configuration fields in the Configuración del Torneo section of the Dado Admin panel. All fields are saved together when you click Guardar Configuración.Fields
Total Prize
A free-text string that labels the season’s prize pool. Displayed prominently on the public info panel.Default:
3000 USDTQualifying Count
The number of top-ranked players who advance from this Dado. Shown to all participants.Default:
12Rules
One rule per line. Each non-empty line becomes a separate item in the
rules string array on the Dado document.Schedule
One schedule entry per line. Each non-empty line becomes a separate item in the
schedule string array.Text format for rules and schedule
Enter rules and schedule entries as plain text — one entry per line. HADOS splits on newlines and strips blank lines before saving:The editor pre-loads any previously saved values when you open the Dado Admin panel. If no values have been saved yet, the fields are filled with the default example content shown above.
Starting a New Tournament
When a season ends, the Dado Admin initiates a tournament reset. This sets new start and end dates for the Dado and wipes every player’s score back to zero. The operation is irreversible — there is no undo.Open the Reset Tournament modal
In the Dado Admin panel, click Iniciar Nuevo Torneo. The confirmation modal opens (
showTournamentModal: true).Set the new tournament dates
Enter the Start Date and End Date for the incoming season. Both fields accept a
YYYY-MM-DD value. These dates are written to Dado.startDate and Dado.endDate and displayed in the tournament header as DD/MM.Type the confirmation phrase
In the confirmation field, type exactly
REINICIAR (uppercase). The app validates this before allowing the reset to proceed:During the Tournament
Once a tournament is active, intermediarios take over the day-to-day score tracking. They can add or adjust points for any player in the Dado using the Add Points modal or the quick-add controls in the ranked list. Rankings recalculate automatically after every point update:- All players are sorted by
pointsdescending. - Each player’s
currentRankis set to their new position. - Their
previousRankis set to whatevercurrentRankwas before the update. - A rank-change indicator (↑ ↓ —) reflects the delta in the leaderboard UI.
Ending a Tournament
HADOS has no automatic tournament end. There is no scheduled job or date-triggered closure. When the season concludes:- Record the final standings manually (screenshot or export).
- Announce the results to participants.
- When you are ready to begin the next season, follow the Starting a New Tournament steps above.
endDate field is informational only — it is displayed in the header but does not lock or disable any features when the date passes.
Only the Dado Admin assigned to a specific Dado can reset that Dado’s tournament. A Dado Admin for Dado A cannot touch Dado B’s data, and the Global Admin can reset any Dado by selecting it in the navbar and acting as the Dado Admin for that instance.