diff --git a/Placeholders.md b/Placeholders.md index b461051..cc6a170 100644 --- a/Placeholders.md +++ b/Placeholders.md @@ -20,6 +20,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[Animations](#animations)** - **[Armor](#armor)** - **[ASCII](#ascii)** + - **[Attribute](#attribute)** - ### **B** - **[BungeeCord](#bungeecord)** @@ -507,6 +508,24 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can ---- +- ### **Attribute** + > /papi ecloud download Attribute + + Adds placeholders to access [Attributes](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/attribute/Attribute.html). ([Minecraft wiki](https://minecraft.fandom.com/wiki/Attribute)] + **The expansion can be used only on 1.9+** + + ``` + // Available for all game versions + %attribute_player_has_% - whether the player has a certain attribute + %attribute_player_baseValue_% - returns the base value of an attribute + %attribute_player_value_% - returns the value of an attribute with all the modifiers applied + + // 1.11+ + %attribute_player_defaultValue_% - returns the default value of an attribute + ``` + +---- + - ### **BungeeCord** > /papi ecloud download Bungee