# Messages

### Description

This page contains the default messages.yml and all the internal placeholders that work with each message.

### Default message file

```yaml
messages:
  joining-aborted: "%prefix% You have canceled the join process."
  joining-started: "%prefix% Please enter the amount you want to bet in chat."
  game-already-running: "%prefix% The game is already running, please wait until the next round."
  game-already-joined: "%prefix% You have already joined this round."
  game-joined: "%prefix% You have joined the crash round. &8(&a$%amount%&8)"
  game-left: "%prefix% You have left the crash round."
  game-left-profit: "%prefix% You have left the crash round at %accent%x%multiplier%%white% and made %accent%$%amount%%white%."
  game-crashed: "%prefix% The game crashed at %accent%x%multiplier%%white%. You lost :c"
  min-bet: "%prefix% You need to bet at least $%min%."
  waiting-holo-format: "&8[&fx%amount%&8]"
  player-list-holo-format: "&f%name% &7- &6$%accent%%amount%"
  player-list-holo-payout-format: "&f%name% &7- &2+&a$%amount% &f[&a%multiplier%&f]"
  player-list-holo-crashed-format: "&f%name% &7- &4-&c&n$%amount%"
  crash-value-below-1-color: "&c"
  crash-value-above-1-color: "&a"
  crash-value-crashed-color: "&a&l&n"

multi-line-messages:
  crash-sign:
    - "#59ff83&lCRASH"
    - ""
    - "&8Click here to"
    - "&8start a game."

  waiting-holo:
    - "&fWaiting for %accent%players%white%."
    - "&fUse %accent%/crash%white% to start playing."
    - ""
    - "&fLast rounds"
    - "%lastround_1%"
    - "%lastround_2%"
    - "%lastround_3%"
    - "%lastround_4%"
    - "%lastround_5%"

  waiting-holo-starting:
    - "&fStarting in %time%"
    - "&fUse %accent%/crash%white% to start playing."
    - ""
    - "&fLast rounds"
    - "%lastround_1%"
    - "%lastround_2%"
    - "%lastround_3%"
    - "%lastround_4%"
    - "%lastround_5%"

  player-list-holo:
    - "%accent%Players:"
    - ""
    - "%list%"
    - "%list%"
    - "%list%"
    - "%list%"
    - "%list%"
    - "%list%"
```


---

# 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://obey.gitbook.io/wiki/legacy-wiki/plugins/crowncrash/messages.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.
