Cloud
Discord
  • Welcome!
  • Getting Started
    • Installation
  • Core
    • Features
    • Commands
    • Placeholders
  • Configuration
    • Main
    • Messages
    • Menus
  • api
    • Getting Started
    • Accessing
Powered by GitBook
On this page

Was this helpful?

  1. Configuration

Messages

lang.yml
# Welcome to Cloud's configuration file!
#
# If you encounter any bugs, please report them on our Discord server.
# For questions, check the documentation at https://cloud.xyrisdev.com/.
# If you still need help, feel free to ask in our Discord: https://xyrisdev.com/discord/.
#
# Happy configuring!

prefix: "<#9AABBD><bold>Cloud</bold><gray> | "

messages:
  no_permission: "<gray>No permission."
  player_not_found: "<gray>Player not found."
  not_in_duel: "<gray>You are not in a duel."
  not_spectating: "<gray>You are not spectating a duel."
  duel_force_leave: "<gray>You have left the duel."
  duel_opponent_left: "<gray><opponent> has left the duel. The duel has been ended."

  cannot_duel_self:
    enabled: true
    type: chat
    message: "<gray>You cannot duel yourself."

  cannot_duel_in_combat:
    enabled: true
    type: chat
    message: "<gray>You cannot duel while in combat."

  player_not_accepting_duels:
    enabled: true
    type: chat
    message: "<gray><player> is not accepting duels."

  cannot_queue_in_combat:
    enabled: true
    type: chat
    message: "<gray>You cannot queue while in combat."

  already_in_duel:
    enabled: true
    type: chat
    message: "<gray><player> <verb> already in a duel."

  already_in_queue:
    enabled: true
    type: chat
    message: "<gray>You are already in the queue."

  already_spectating:
    enabled: true
    type: chat
    message: "<gray>You are already spectating a duel."

  duel_request_already_sent:
    enabled: true
    type: chat
    message: "<gray>You have already sent a duel request to <player>."

  no_duel_request:
    enabled: true
    type: chat
    message: "<gray>You have no duel request from <player>."

  not_in_active_duel:
    enabled: true
    type: chat
    message: "<gray><player> is not in an active duel."

  not_in_queue:
    enabled: true
    type: chat
    message: "<gray>You are not in the queue."

  duel_request_sent:
    enabled: true
    type: chat
    message: "<gray>You have sent a duel request to <player>."

  duel_request_received:
    enabled: true
    type: list
    messages:
      - " "
      - "<#9AABBD><bold>Duel"
      - "<#9AABBD><player> <gray>has sent you a duel request."
      - " "
      - "<gray>Kit: <#9AABBD><kit>"
      - "<gray>Arena: <#9AABBD><arena>"
      - "<gray>Rounds: <#9AABBD><rounds>"
      - " "
      - "<#9AABBD>[Click Here]"
      - " "

  duel_request_accepted:
    enabled: true
    type: chat
    message: "<gray><player> has accepted your duel request."

  duel_request_denied:
    enabled: true
    type: chat
    message: "<gray><player> has denied your duel request."

  queue_leave:
    enabled: true
    type: chat
    message: "<gray>You have left the queue."

  duel_request_expired_to:
    enabled: true
    type: chat
    message: "<gray>Your duel request to <player> has expired."

  duel_request_expired_from:
    enabled: true
    type: chat
    message: "<gray>Your duel request from <player> has expired."

  no_available_arenas:
    enabled: true
    type: chat
    message: "<gray>There are no arenas available at the moment."

  arena_exit:
    enabled: true
    type: chat, title
    message: "<gray>You're not allowed to leave the arena."
    title:
      main: "<red><bold>Uh Oh!"
      sub: "<gray>Teleported you back to spawn."
      duration:
        fade_in: 300 # Duration in milliseconds
        stay: 2000 # Duration in milliseconds
        fade_out: 300 # Duration in milliseconds

  duel_started:
    enabled: true
    type: list
    messages:
      - " "
      - "<#9AABBD><bold>Duel"
      - "<gray>The duel has been started."
      - " "
      - "<gray>Opponent: <#9AABBD><opponent>"
      - "<gray>Arena: <#9AABBD><arena>"
      - "<gray>Kit: <#9AABBD><kit>"
      - "<gray>Rounds: <#9AABBD><rounds>"
      - " "
      - "<gray>Use /leave to leave the duel."
      - " "

  round_started:
    enabled: true
    type: chat
    message: "<gray>Round <#9AABBD><round> has started."

  round_won:
    enabled: true
    type: list, title
    messages:
      - " "
      - "<#9AABBD><winner><gray> has won the round. (<#9AABBD><winner_health> ❤<gray>)"
      - "<gray>They need <#9AABBD><bold><needed_rounds></bold><gray> more round(s) to win the game!"
      - " "
    title:
      main: "<green>Won!"
      sub: "<white>Score: <winner_color><winner_score><gray> - <loser_color><loser_score><gray>"
      duration:
        fade_in: 300 # Duration in milliseconds
        stay: 700 # Duration in milliseconds
        fade_out: 300 # Duration in milliseconds

  round_lost:
    enabled: true
    type: list, title
    messages:
      - " "
      - "<#9AABBD><winner><gray> has won the round. (<#9AABBD><winner_health> ❤<gray>)"
      - "<gray>They need <#9AABBD><bold><needed_rounds></bold><gray> more round(s) to win the game!"
      - " "
    title:
      main: "<red>Lost!"
      sub: "<white>Score: <loser_color><loser_score><gray> - <winner_color><winner_score><gray>"
      duration:
        fade_in: 300 # Duration in milliseconds
        stay: 700 # Duration in milliseconds
        fade_out: 300 # Duration in milliseconds

  duel_won:
    enabled: true
    type: list, title
    messages:
      - " "
      - "<#9AABBD><bold>Duel"
      - "<gray>The duel has ended."
      - " "
      - "<gray>Winner: <gray>[<winner_team><gray>] <#9AABBD><winner>"
      - "<gray>Loser: <gray>[<loser_team><gray>] <#9AABBD><loser>"
      - " "
      - "<gray>Arena: <#9AABBD><arena>"
      - "<gray>Kit: <#9AABBD><kit>"
      - "<gray>Score: <winner_color><winner_score> <gray>- <loser_color><loser_score>"
      - "<gray>Total Rounds: <#9AABBD><rounds>"
      - " "
    title:
      main: "<green><bold>Victory!"
      sub: "<white>You won the duel!"
      duration:
        fade_in: 300 # Duration in milliseconds
        stay: 4000 # Duration in milliseconds
        fade_out: 300 # Duration in milliseconds

  duel_lost:
    enabled: true
    type: list, title
    messages:
      - " "
      - "<#9AABBD><bold>Duel"
      - "<gray>The duel has ended."
      - " "
      - "<gray>Winner: <gray>[<winner_team><gray>] <#9AABBD><winner>"
      - "<gray>Loser: <gray>[<loser_team><gray>] <#9AABBD><loser>"
      - " "
      - "<gray>Arena: <#9AABBD><arena>"
      - "<gray>Kit: <#9AABBD><kit>"
      - "<gray>Score: <winner_color><winner_score> <gray>- <loser_color><loser_score>"
      - "<gray>Total Rounds: <#9AABBD><rounds>"
      - " "
    title:
      main: "<red><bold>Defeat!"
      sub: "<white>You lost the duel!"
      duration:
        fade_in: 300 # Duration in milliseconds
        stay: 4000 # Duration in milliseconds
        fade_out: 300 # Duration in milliseconds

  duel_disposing:
    enabled: true
    type: action bar
    message: "<gray>Disposing the arena in <time> seconds..."

  queue_join:
    enabled: true
    type: chat
    message: "<gray>You have joined the queue for <kit> kit. Use /leave to exit the queue."

  queue_in:
    enabled: true
    type: list
    messages:
      - " "
      - "<#9AABBD><bold>Queue"
      - "<#9AABBD>You are currently in the queue."
      - " "
      - "<gray>Kit: <#9AABBD><kit>"
      - "<gray>Ping Range: <#9AABBD><ping_range>"
      - " "
      - "<gray>Use <#9AABBD>/queue <gray>to exit the queue."
      - " "

  spectating_duel:
    enabled: true
    type: chat
    message: "<gray>You are now spectating a duel. Use /leave to stop spectating."

  spectate_left:
    enabled: true
    type: chat
    message: "<gray>You are no longer spectating the duel."

  spectating_your_duel:
    enabled: true
    type: chat
    message: "<gray><player> is now spectating your duel."

  spectator_left:
    enabled: true
    type: chat
    message: "<gray><player> is no longer spectating the duel."

  kit_rules:
    build:
      enabled: true
      type: chat
      message: "<gray>You are not allowed to build."
    break:
      enabled: true
      type: chat
      message: "<gray>You are not allowed to break."
    damage:
      enabled: true
      type: chat
      message: "<gray>You are not allowed to damage."

configuration_version: 1 # Do not modify this value.

PreviousMainNextMenus

Last updated 3 months ago

Was this helpful?