Alpha WildPvPv1.0.0

Placeholders

PlaceholderAPI placeholders (%alphawildsystem_*%) that other plugins can use, the plugin's own scoreboard placeholders, and internal {curly} placeholders used inside message files.

PlaceholderAPI — %alphawildsystem_*%

Registered automatically when PlaceholderAPI is installed. Identifier: alphawildsystem.

PlaceholderReturns
%alphawildsystem_balance%Formatted ruby balance
%alphawildsystem_balance_raw%Raw numeric balance, no formatting
%alphawildsystem_god%yes / no
%alphawildsystem_vanished%yes / no
%alphawildsystem_kills%Vanilla player_kills statistic
%alphawildsystem_deaths%Vanilla deaths statistic
%alphawildsystem_killstreak%Current PvP kill streak (resets on death)
%alphawildsystem_beststreak%Best PvP kill streak ever reached
%alphawildsystem_font_<other_placeholder>%Resolves the inner placeholder through PlaceholderAPI, then converts the result to the studio's small-caps font — e.g. %alphawildsystem_font_player_name% without hardcoding the small-caps map yourself

Scoreboard placeholders

Used in scoreboard.yml's sidebar lines (updates every update-ticks, default once a second):

PlaceholderMeaning
{player}Viewer's own name
{online} / {max}Online player count / max-players
{time} / {date}Current server time / date
{tokens}Ruby balance
{kills} / {deaths}Vanilla kill/death statistics
{killstreak} / {beststreak}Current / best PvP kill streak
{arena_reset}Time remaining until the next scheduled arena regen
sidebar:
  enabled: true
  update-ticks: 20
  title: "<shadow:#000000FF>E9BFFᴡɪʟᴅᴘᴠᴘ</shadow>"
  lines:
    - "<shadow:#000000FF>&#FFFFFFᴘʟᴀʏᴇʀꜱ: �FF12{online}&#FFFFFF/&#FFFFFF{max}</shadow>"
    - "<shadow:#000000FF>&#FFFFFFᴋɪʟʟ ꜱᴛʀᴇᴀᴋ: �FF12{killstreak} &#FFFFFF[&#FFFFFF{beststreak}&#FFFFFF]</shadow>"

<shadow:#RRGGBBAA> gives text a drop shadow — needs the server on 1.21.4+.

Message placeholders — general

Identity

  • {prefix}
  • {player}
  • {target}
  • {admin}

Chat only

  • {rank_prefix}
  • {rank_suffix}
  • {message}

Values

  • {amount}
  • {world}
  • {time}

Punishment placeholders

PlaceholderMeaning
{player}The punished account's name
{punisher}Who issued it — a staff name, or "SYSTEM" for auto-escalation
{reason}The reason text (or the preset's configured reason)
{duration}Humanized ("2 hours"), or "permanent"
{expires}Formatted date, or "never"
{id}The punishment's database id

Death message placeholders

PlaceholderMeaning
{player}The victim's name
{killer}The attacking player's name, a mob's custom name, or a formatted entity type otherwise

Discord webhook placeholders

discord:
  title: "{type} — {player}"
  description: "**Reason:** {reason}\n**By:** {punisher}\n**Duration:** {duration}"
PlaceholderMeaning
{type}BAN / MUTE / WARN / JAIL
{player}, {punisher}, {reason}, {duration}Same meaning as the punishment placeholders above