# VxChatgames

#### **Features:**

#### 🎮 7 Unique Game Modes

* Math: Solves randomly generated math equations (Addition, Subtraction, Multiplication).
* Trivia: Answers custom trivia questions defined in your config.
* Unscramble: Unscrambles randomized Minecraft or server-related words.
* Guess the Number: Guesses a random number between a defined range.
* Completion: Fills in the missing letter(s) of a word (e.g., `Vort_x` ➔ `e`).
* Unreverse: Reads a completely reversed word and types it correctly (e.g., `xetroV` ➔ `Vortex`).
* Type: First who types word in chat.

#### ⚙️ Admin & Configuration Features

* Individual Game Toggles: Enable or disable specific game modes directly from `config.yml` without removing them completely.
* 100% Customizable Language: Every single message, prefix, stat menu, and leaderboard can be edited and color-coded in `lang.yml`.
* Automated Intervals: Games start automatically based on a customizable timer in the config.

#### 📊 Advanced Statistics & Data

* Dual Storage Options: Supports both Local Storage (`userdata.yml`) and remote MySQL databases for cross-server syncing.
* Time Tracking: Doesn't just track wins, it tracks the exact milliseconds it took a player to answer, saving their "Personal Best" (Record) for every single game type.
* Top 10 Leaderboards: Built-in command to show the top 10 players with the most overall wins.

#### 🧑‍🤝‍🧑 Player Quality of Life

* Personal Toggle (`/vxchatgames toggle`): Players who don't want to play can toggle the games off. They will no longer see the questions or the win broadcasts.
* Persistent Preferences: The plugin remembers if a player toggled the games off, even after they log out or the server restarts.
* Answer Hiding: When a player guesses the correct answer, their message is hidden from the public chat so others can't copy it.
* Beautiful Stats Message (`/vxchatgames stats`): Players can view their own, or another player's, wins and fastest records for every game mode.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://vortexstudio-1.gitbook.io/vortexstudio-docs/vxchatgames.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
