👍
Kudos V4 Wiki
  • 📖Getting Started
    • Home
    • Installation & Setup
    • Permissions & Commands
    • Placeholders
  • ⚙️Configurations
    • config.yml
      • General Settings
      • Kudo Award Settings
        • General
        • Notification
        • Limitation
        • Rewards
          • Item Rewards
          • XP
          • Command Rewards
      • Milestones
        • General
        • Rewards
          • Item Rewards
          • XP
          • Command Rewards
    • gui.yml
      • Main Page
        • General Settings
        • Statistics Settings
        • Help Settings
        • Received Kudos
        • Leaderboard Settings
      • Received Kudos Page
        • Received-Kudos-Item
      • Leaderboard
    • messages.yml
    • mysql.yml
Powered by GitBook
On this page
  1. Getting Started

Placeholders

PreviousPermissions & CommandsNextconfig.yml

Last updated 1 year ago

Placeholders

Kudos supports placeholders. All placeholders in the table can be used in within the plugin.

Additionally, Kudos supports . This makes it possible to use all with "Support PAPI: true" marked placeholders also in other plugins that are supporting PlaceholderAPI.

Placeholder
Description

%kudos_player_name%

Shows own username. Support PAPI: true

%kudos_player_kudos%

Shows the received Kudos. Support PAPI: true

%kudos_player_assigned_kudos%

Shows assigned Kudos. Support PAPI: true

%kudos_targetplayer_name%

Shows username of the target player. Support PAPI: false

%kudos_targetplayer_kudos%

Shows Kudos of the target player. Support PAPI: false

%kudos_cooldown%

Shows when you are allowed to send a kudo again. Support PAPI: false

%kudos_top1_kudos%

Shows the player with the most Kudos. Support PAPI: true

%kudos_top2_kudos%

Shows the player with the second most Kudos. Support PAPI: true

%kudos_top3_kudos%

Shows the player with the third most Kudos. Support PAPI: true

%kudos_award_reason%

Shows Kudo award reason. Support PAPI: false

%kudos_maximum_award_reason_chars%

Shows the maximum allowed reason length. Support PAPI: false

%kudos_award_date%

Shows the date from an awarded kudo. Support PAPI: false

📖
PlaceholderAPI