PAPI Placeholders
12/22/24Less than 1 minute
YuIllustration provides you with various PlaceholderAPI placeholders.
List
unlocked
Returns the number of entries unlocked by the player in a specific category or total.
yui_unlocked_[category/total]
Examples:
yui_unlocked_totalreturns the total number of entries unlocked by the player.yui_unlocked_defaultreturns the number of entries unlocked by the player in thedefaultcategory.
total
Returns the number of entries in a specific category or total.
yui_total_[category/total]
Examples:
yui_total_totalreturns the total number of entries.yui_total_defaultreturns the number of entries in thedefaultcategory.
percent
Returns the unlock percentage in a specific category or total.
yui_percent_[category/total]
Examples:
yui_percent_totalreturns the total unlock percentage.yui_percent_defaultreturns the unlock percentage in thedefaultcategory.
isunlocked
Returns whether the player has unlocked a specific entry in a specific category.
yui_isunlocked_[category]_[entry]
Examples:
yui_isunlocked_default_examplereturns whether the player has unlocked theexampleentry in thedefaultcategory.
bar
Returns the unlock percentage in a specific category or total as a progress bar.
yui_bar_[category/total]
Examples:
yui_bar_defaultreturns the unlock percentage in thedefaultcategory.yui_bar_totalreturns the total unlock percentage.
