Wednesday, July 15, 2026 5:00:57 AM
> en.yml
---
en:
  commands:
    gamble:
      description: Feeling lucky? Gamble poptabs on a server for a chance to win
      examples:
        - description: Gambles 50 poptabs from the locker on server `esm_malden`
          arguments:
            amount: "50"
            "on": esm_malden
        - description: Gambles half of the poptabs in the locker on server `esm_altis`
          arguments:
            amount: half
            "on": esm_altis
        - description: Gambles all of the poptabs in the locker on server `esm_tanoa`
          arguments:
            amount: all
            "on": esm_tanoa
        - description: Displays gambling statistics for server `esm_namalsk`
          arguments:
            "on": esm_namalsk
      arguments:
        amount:
          description: The amount of poptabs to gamble. Poptabs are withdrawn from your locker.
          description_extra: |-
            The following options can be provided instead of a number:
            - `all`: Gambles all of your poptabs in your locker.
            - `half`: Gambles half of your poptabs in your locker
            - `stats`: Returns win/loss statistics for the provided server
      stats:
        title: Gambling statistics for `%{server_id}`
        user_stats: "**%{user}'s stats**"
        server_stats: "**Server stats**"
        total_wins: Total Wins
        total_losses: Total Losses
        total_poptabs_won: Total Poptabs Won
        total_poptabs_lost: Total Poptabs Lost
        most_poptabs_won: Most Poptabs Won
        most_poptabs_lost: Most Poptabs Lost
        current_streak: Current Streak
        longest_win_streak: Longest Win Streak
        longest_losing_streak: Longest Losing Streak
        longest_current_streak: Longest Current Streak
        user_with: "%{user} with %{value}"
      errors:
        bad_amount: I'm sorry %{user}, but you simply cannot gamble nothing.
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 43aa0d7