# Messages

### Description

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

### Default message file

```yaml
messages:
  click-to-abort: "%prefix% Click %accent%&l&nHERE%white% to abort."
  click-to-abort-hover: "&cClick to abort this action."
  create-input-min: "%prefix% You have to bet atleast %accent%%amount%%white%."
  create-input-max: "%prefix% You have to bet less than %accent%%amount%%white%."
  create-input-amount: "%prefix% Input how much you want to bet in chat. Use 'cancel' to abort."
  create-aborted: "%prefix% You have cancelled this action."
  created-coinflip: "%prefix% You have created a %accent%$%amount%%white% coinflip."
  created-coinflip-broadcast: "%prefix% %player% has created a %accent%$%amount%%white% coinflip."
  closed-coinflip: "%prefix% You have closed your coinflip."
  not-able-to-close: "%prefix% Your coinflip is already running, you are not able to close it anymore."
  already-in-coinflip: "%prefix% You already are in a Coinflip game."
  cancel-coinflip: "%prefix% Press &c&l&bnHERE %white% to close the coinflip."
  status-running: "#ff6161ʀᴜɴɴɪɴɢ"
  status-waiting: "#61ff8bᴡᴀɪᴛɪɴɢ"
  verb-join: "join"
  verb-spectate: "spectate"
  verb-remove: "remove"
  main-gui-title: "%accent%ᴄʀᴏᴡɴᴄᴏɪɴꜰʟɪᴘꜱ"
  game-gui-title: "#ffbd42ɢ#fca239ᴏ#f8872fᴏ#f56c26ᴅ #f2511cʟ#ef3613ᴜ#eb1b09ᴄ#e80000ᴋ"
  game-skull-displayname: "%accent%%player%'s %white%Head"
  coinflip-displayname: "%accent%%player%'s Coinflip"
  player-head-displayname: "%accent%Your Statistics"
  winner-item-displayname: "#61ff8bᴡɪɴɴᴇʀ"
  create-new-coinflip-displayname: "#61ff8bCreate Coinflip"
  coinflip-won: "%prefix% You have won #61ff8b$%amount% %white%against %accent%%player%%white% in a coinflip."
  coinflip-lost: "%prefix% You have lost #ff6161$%amount% %white%against %accent%%player%%white% in a coinflip."
  coinflip-ended-broadcast: "%prefix% &a%winner% %white%has won %accent%$%amount%%white% against &c%looser%%white%."

multi-line-messages:
  coinflip-lore:
    - "&8ᴄᴏɪɴꜰʟɪᴘ ᴍᴇɴᴜ"
    - ""
    - " &f %player%'s Coinflip"
    - ""
    - "%accent%Information"
    - "%accent%🪙 &fStatus: %status%"
    - "%accent%$ &fAmount: %accent%$%amount%"
    - ""
    - "&8➤ %accent%&l&nCLICK&r %accent%to %verb% the coinflip"

  own-coinflip-lore:
    - "&8ᴄᴏɪɴꜰʟɪᴘ ᴍᴇɴᴜ"
    - ""
    - " &f %player%'s Coinflip"
    - ""
    - "%accent%Information"
    - "%accent%🪙 &fStatus: %status%"
    - "%accent%$ &fAmount: %accent%$%amount%"
    - ""
    - "&8➤ %accent%&l&nCLICK&r %accent%to %verb% the coinflip"

  player-head-lore:
    - "&8ᴘʟᴀʏᴇʀ ꜱᴛᴀᴛɪꜱᴛɪᴄꜱ"
    - ""
    - "%accent%Information"
    - "#00bbff % &fᴡɪɴᴄʜᴀɴᴄᴇ:#00bbff %winchance%%"
    - "#61ff8b ⚑ &fᴡɪɴꜱ:#61ff8b %wins% &7(#61ff8b+&2$%white%%amount_won%&7)"
    - "#ff6161 💀 &fʟᴏꜱꜱᴇꜱ:#ff6161 %losses% &7(#ff6161-&2$%white%%amount_lost%&7)"

  create-new-coinflip-lore:
    - ""
    - "&8➤ %accent%&l&nCLICK&r %accent%to create a new coinflip."

```


---

# 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/crowncoinflips/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.
