Placeholders

Config Placeholders

Use these placeholders in your messages.yml item configurations to display dynamic information.

Player Placeholders

These are available wherever a player is in context.

Placeholder
Description

%player%

The player's name.

%lives%

The player's current number of lives.

%uuid%

The player's unique ID.

%first_join%

The date of the player's first join.

%ban_expiration%

The date the player's ban expires.

%ban_remaining_time%

The remaining time on the player's ban (e.g., "11h 59m").

Exporter vers Sheets

Life Event Placeholders

These are available in the /lives history GUI.

Placeholder
Description

%life_id%

The unique ID of the life event from the database.

%old_lives%

The number of lives the player had before the event.

%new_lives%

The number of lives the player had after the event.

%life_change%

The change in lives (e.g., "+1", "-2").

%life_cause%

The cause of the life change (e.g., "COMMAND", "FALL").

%life_Event_Type%

The type of event (e.g., "ADDITION", "SUBTRACTION").

%life_Actor_Name%

The name of the player or entity that caused the event.

%life_lost_time%

The date and time the event occurred.

PlaceHolderAPI Plugin Placeholders:

General Player Placeholders

  • %vLives_player% - Displays the player's name.

  • %vLives_target% - Also displays the player's name (an alias for %vLives_player%).

  • %vLives_uuid% - Shows the player's unique ID (UUID).

  • %vLives_first_join% - Shows the formatted date and time of the player's first join.

Lives System Placeholders

  • %vLives_lives% - Displays the current number of lives the player has.

Ban Information Placeholders

  • %vLives_ban_expiration% - Shows the exact date and time when the player's ban will expire. Displays "Not Banned" if they are not banned.

  • %vLives_ban_remaining_time% - Shows the remaining time on the player's ban in a friendly format (e.g., "3 hours 15 minutes 30 seconds"). Displays "Not Banned" if they are not banned.

  • %vLives_hours% - Shows only the remaining hours on the ban. Displays "0" if not banned.

  • %vLives_mins% - Shows only the remaining minutes on the ban. Displays "0" if not banned.

  • %vLives_seconds% - Shows only the remaining seconds on the ban. Displays "0" if not banned.

Last updated