Messages

Description

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

Default message file

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%"

Last updated