Lang

lang

Prefix: "&8[&9&lPOF&8]&7 "
Messages:
  # -------------------------------------------------------------------------------------------------
  # Player Messages
  # -------------------------------------------------------------------------------------------------
  PlayerJoin:
    - "&7[&6āž•&7] &6%player% &7has joined the server"
  PlayerLeave:
    - "&7[&cāž–&7] &c%player% &7has left the server"
  NoPermission:
    - "&cāŒ &7You don't have permission to use this command"
  GameIsFull:
    - "&cšŸ”’ &7This arena is currently full &8(&e%pof_Arena_Players%&8/&e%pof_Arena_Max_Players%&8)"
  GameJoinError:
    - "&cāš ļø &7Unable to join arena at the moment"
  HeightLimit:
    - "&c🚫 &7You've reached the maximum build height"
  NoAvailableGames:
    - "&cšŸ” &7No arenas are available at the moment. Try again later!"
  Spectating:
    - "&7Now spectating &6%pof_ArenaName% &8| &7Use &e/lobby &7to leave"

  # -------------------------------------------------------------------------------------------------
  # Cosmetics & Shop
  # -------------------------------------------------------------------------------------------------
  NoEnoughCoins:
    - "&cšŸ’° &7No enough coins to buy this"
  ItemBuy:
    - "&6šŸ›’ &7Successfully purchased &e%item_name%"
  ItemSelect:
    - "&aāœ… &7Selected &e%item_name%"
  ItemUnselect:
    - "&cāŒ &7Unselected &e%item_name%"

  # -------------------------------------------------------------------------------------------------
  # Arena Events
  # -------------------------------------------------------------------------------------------------
  GameJoin:
    - "&6%player% &7joined the game &8(&e%pof_Arena_Players%&8/&e%pof_Arena_Max_Players%&8)"
  GameLeave:
    - "&c%player% &7left the game &8(&e%pof_Arena_Players%&8/&e%pof_Arena_Max_Players%&8)"
  MapVote:
    - "&6%player% &7voted for &e%player_MapMode_Vote% &7map"
  GameVote:
    - "&6%player% &7voted for &e%player_GameMode_Vote% &7gamemode"
  ArenaStartingAnnounce:
    - "&6%pof_ArenaName% &7is starting in &e%pof_Arena_Starting_Time% &7seconds"
  VoteAnnounce:
    - "&7Map mode: &a%pof_arena_MapMode%"
    - "&7Game mode: &a%pof_arena_GameMode%"
  Draw:
    - "&6✨ &7No winners this time - it's a draw!"
  Doom:
    - "&cāš ļø &7The border is shrinking! Move toward the center!"
  PlayerDeath:
    - "&cšŸ’€ &7%player% &7has been eliminated"
  PlayerDeathByPlayer:
    - "&cšŸ’„ &7%player% &7was eliminated by &6%killer%"
  NoEnoughPlayers:
    - "&c🚫 &7Waiting for more players... &8(&e%pof_Arena_Players%&8/&e%pof_Arena_Min_Players%&8)"
  GameStarting:
    - "&6ā³ &7Game starting in &e%pof_Arena_CountDown_Time%"
  GameStart:
    - "&6šŸŽ® &7Game has started! Good luck!"
  GameWin:
    - "&6šŸ† &7%arena_winner% &7has won the game!"
  #--------------------------------------------------------------------------------------------------
  #Party Messages
  #--------------------------------------------------------------------------------------------------
  COMMAND_PARTY_HELP:
    - "&6▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬"
    - "&aParty Commands:"
    - "&e/party help &7- &bPrints this help message"
    - "&e/party invite <player> &7- &bInvites the player to your party"
    - "&e/party leave &7- &bLeaves the current party"
    - "&e/party remove <player> &7- &bRemove the player from the party"
    - "&e/party info &7- &bShow party members and owner"
    - "&e/party promote <player> &7- &bTransfer party ownership"
    - "&e/party accept <player> &7- &bAccept a party invite"
    - "&e/party disband &7- &bDisbands the party"
    - "&6▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬"
  COMMAND_PARTY_INVITE_USAGE:
    - "&eUsage: &7/party invite <player>"
  COMMAND_PARTY_INVITE_SENT:
    - "&eInvite sent to &7%player%&6."
  COMMAND_PARTY_INVITE_SENT_TARGET_RECEIVE_MSG:
    - "&b%player% &ehas invited you to a party! &o&7(Click to accept)"
  COMMAND_PARTY_INVITE_DENIED_CANNOT_INVITE_YOURSELF:
    - "&cYou cannot invite yourself!"
  COMMAND_PARTY_INVITE_DENIED_PLAYER_OFFLINE:
    - "&7%player% &eis offline!"
  COMMAND_PARTY_ACCEPT_DENIED_NO_INVITE:
    - "&cThere are no party requests to accept!"
  COMMAND_PARTY_ACCEPT_DENIED_ALREADY_IN_PARTY:
    - "&eYou're already in a party!"
  COMMAND_PARTY_INSUFFICIENT_PERMISSIONS:
    - "&cOnly the party owner can do this!"
  COMMAND_PARTY_ACCEPT_USAGE:
    - "&eUsage: &7/party accept <player>"
  COMMAND_PARTY_ACCEPT_SUCCESS:
    - "&7%player% &ehas joined the party!"
  COMMAND_PARTY_GENERAL_DENIED_NOT_IN_PARTY:
    - "&cYou're not in a party!"
  COMMAND_PARTY_LEAVE_DENIED_IS_OWNER_NEEDS_DISBAND:
    - "&cYou can't leave your own party!\n&eTry using: &b/party disband"
  COMMAND_PARTY_LEAVE_SUCCESS:
    - "&7%player% &ehas left the party!"
  COMMAND_PARTY_DISBAND_SUCCESS:
    - "&eParty disbanded!"
  COMMAND_PARTY_REMOVE_USAGE:
    - "&7Usage: &e/party remove <player>"
  COMMAND_PARTY_REMOVE_SUCCESS:
    - "&7%player% &ewas removed from the party,"
  COMMAND_PARTY_REMOVE_DENIED_TARGET_NOT_PARTY_MEMBER:
    - "&7%player% &eis not in your party!"
  COMMAND_PARTY_PROMOTE_SUCCESS:
    - "&eYou successfully promoted %player% to owner"
  COMMAND_PARTY_PROMOTE_OWNER:
    - "&eYou have been promoted to party owner"
  COMMAND_PARTY_PROMOTE_NEW_OWNER:
    - "&7 &e%player% has been promoted to owner"
  COMMAND_PARTY_INFO_OWNER:
    - "&eOwner of the party is: &7%owner%"
  COMMAND_PARTY_INFO_PLAYERS:
    - "&eParty members:"
  COMMAND_PARTY_INFO_PLAYER:
    - "&7%player%"
  # -------------------------------------------------------------------------------------------------
  # Messages related to Spectator
  # -------------------------------------------------------------------------------------------------
  SpectatorDeath:
    - "&6&m--------------------------------------------"
    - "         &e&lThanks for playing!"
    - ""
    - "   &7Click to &a&lPlay Again &7or &c&lLeave"
    - "        &7[&a&lAUTOLOIN GAME&7][/pofp autojoin]"
    - "           &7[&c&lRETURN TO LOBBY&7][/pofp lobby]"
    - ""
    - "&6&m--------------------------------------------"

BossBars

BossBars:
  ItemReceive:
    text: "&eRandom Item in &7[arena_item_receive_countdown]"
    color: "GREEN"          # Colors: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW
    style: "SOLID"          # Styles: SOLID, SEGMENTED_6, SEGMENTED_10, etc.
    progress: 1.0           # Progress: Between 0.0 and 1.0

Titles

Titles:
  GameStart:
    header: "&7Game Has Started"
    footer: "&eGood Luck !"
    fade_in: 20    # Time in ticks (1 second = 20 ticks)
    stay: 60       # Time in ticks
    fade_out: 20   # Time in ticks

  GameStarting:
    header: "&6ā³ &lGame Starting! &7The game will begin in [arena_cooldown_time]."
    footer: ""
    fade_in: 10
    stay: 40
    fade_out: 10

  Draw:
    header: "&6✨ &lIt's a draw!"
    footer: ""
    fade_in: 20
    stay: 40
    fade_out: 20

  GameWin:
    header: "&6šŸ† [arena_winner] won!"
    footer: ""
    fade_in: 30
    stay: 80
    fade_out: 30

  GameJoin:
    header: "&7Welcome To Pillars of Fortune"
    footer: ""
    fade_in: 10
    stay: 50
    fade_out: 10

Last updated