Duel Module
Overview
The Duel module is an interactive chat game that allows users to challenge each other to a duel, wagering points for a chance to win.
Usage
To initiate a duel, use the following command:
!duel <username> <points>
Replace <username>
with the name of the user you want to challenge, and <points>
with the number of points you want to wager.
Examples
-
Challenging a user to a duel for 100 points:
!duel StreamNinja 100
-
Accepting a duel challenge:
!accept
Parameters
<username>
: The name of the user you want to challenge.<points>
: The number of points you want to wager in the duel.
Related Commands
Configuration
You can configure the following settings for the Duel module:
Setting | Description |
---|---|
Cooldown | The cooldown period between duel challenges. |
Maximum amount | The maximum number of points that can be wagered in a duel. |
How It Works
- A user initiates a duel using the
!duel
command. - The challenged user has the option to accept or decline the duel.
- If accepted, the game randomly determines a winner.
- The winner receives the wagered points.
FAQ
Q: How is the winner determined? A: The winner is randomly selected by the system when both users have accepted the duel.
Q: Can I challenge multiple users at once? A: No, you can only challenge one user at a time.
Q: What happens if the challenged user doesn't respond? A: If the challenged user doesn't respond within a set time (usually a few minutes), the duel request expires, and no points are exchanged.