From 6378037a7068893c989ae1e938dd823a7157d457 Mon Sep 17 00:00:00 2001 From: Andre_601 Date: Sun, 21 Jul 2024 02:54:22 +0200 Subject: [PATCH 01/15] Add download command for spark expansion --- docs/users/placeholder-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users/placeholder-list.md b/docs/users/placeholder-list.md index 648c6ee..d519da3 100644 --- a/docs/users/placeholder-list.md +++ b/docs/users/placeholder-list.md @@ -5699,7 +5699,7 @@ Please see ?510 for a list of all expansions officially maintained by the Placeh ---- - ### **[Spark](https://github.com/lucko/spark)** - > NO DOWNLOAD COMMAND + > /papi ecloud download spark ``` %spark_tps% From f910851acdfac0921e097465a070e24a6e970052 Mon Sep 17 00:00:00 2001 From: TehBrian <32250137+TehBrian@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:37:22 -0400 Subject: [PATCH 02/15] fix persistent() -> persist() method name --- docs/developers/creating-a-placeholderexpansion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/creating-a-placeholderexpansion.md b/docs/developers/creating-a-placeholderexpansion.md index b559a1a..0df5710 100644 --- a/docs/developers/creating-a-placeholderexpansion.md +++ b/docs/developers/creating-a-placeholderexpansion.md @@ -107,7 +107,7 @@ This method of creating a PlaceholderExpansion is recommended as it has the foll Internal PlaceholderExpansions are not automatically registered by PlaceholderAPI, due to them not being a separate jar file located in the expansion folder. Please see the [Regsister your Expansion](#register-your-expansion) section for more details. -You are also required to override and set `persistent()` to `true`. This tells PlaceholderAPI to not unload your expansion during plugin reload, as it would otherwise unregister your expansion, making it no longer work. +You are also required to override and set `persist()` to `true`. This tells PlaceholderAPI to not unload your expansion during plugin reload, as it would otherwise unregister your expansion, making it no longer work. /// /// details | Full Example From ef1dc4a9da814cd9d72cbe872d35b20074ed9079 Mon Sep 17 00:00:00 2001 From: vk2gpz Date: Thu, 15 Aug 2024 12:16:25 +1000 Subject: [PATCH 03/15] Update placeholder-list.md added a new placeholder for Enchantment. --- docs/users/placeholder-list.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/users/placeholder-list.md b/docs/users/placeholder-list.md index 62549e4..c12cc56 100644 --- a/docs/users/placeholder-list.md +++ b/docs/users/placeholder-list.md @@ -728,6 +728,7 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can %enchantment_roman_list% # a list of enchantments on the item a player is holding (separated by ',') %enchantment_roman_listLF% # a list of enchantments on the item a player is holding (separated by '\n') %enchantment__level% # a level of the specified enchantment on the item a player is holding + %enchantment__total% # a total level (sum) of the specified enchantment on the item a player is holding and wearing. ``` ---- From 47fc0cff3bc9367d4dfee5eae198d9269b5c7382 Mon Sep 17 00:00:00 2001 From: CJ Burkey Date: Sun, 18 Aug 2024 21:26:27 -0400 Subject: [PATCH 04/15] Add ClaimChunk to list of plugins using PlaceholderAPI --- docs/users/plugins-using-placeholderapi.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/users/plugins-using-placeholderapi.md b/docs/users/plugins-using-placeholderapi.md index ba3f46c..82d525f 100644 --- a/docs/users/plugins-using-placeholderapi.md +++ b/docs/users/plugins-using-placeholderapi.md @@ -215,6 +215,9 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ - **[CitizensBooks](https://www.spigotmc.org/resources/37465/)** - [x] Supports placeholders. - [ ] Provides own placeholders. [Link] +- **[ClaimChunk](https://www.spigotmc.org/resources/claimchunk.44458/)** + - [x] Supports placeholders. + - [x] Provides own placeholders. [**[Link](https://github.com/cjburkey01/ClaimChunk/wiki/Placeholder-API-Integration)**] - **[Clans-API for Spigot/Clan tag in chat](https://www.spigotmc.org/resources/31547/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[Link](placeholder-list.md#clans-api-for-spigotclan-tag-in-chat)**] From feeda4e95d395b21d94f33b707bb69a3d6318de6 Mon Sep 17 00:00:00 2001 From: CJ Burkey Date: Sun, 18 Aug 2024 22:28:46 -0400 Subject: [PATCH 05/15] Include ClaimChunk in placeholder-list.md --- docs/users/placeholder-list.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/users/placeholder-list.md b/docs/users/placeholder-list.md index 6e404fd..921baa6 100644 --- a/docs/users/placeholder-list.md +++ b/docs/users/placeholder-list.md @@ -174,6 +174,7 @@ Further details on how to contribute to this list or the wiki as a whole can be - **[ChatColor+ Premium](#chatcolor-premium)** - **[ChatReaction](#chatreaction)** - **[CheckNameHistory](#checknamehistory)** + - **[ClaimChunk](#claimchunk)** - **[Clans](#clans)** - **[ClansFree](#clansfree)** - **[Clans-API for Spigot/Clan tag in chat](#clans-api-for-spigotclan-tag-in-chat)** @@ -2318,6 +2319,21 @@ Please see ?510 for a list of all expansions officially maintained by the Placeh ---- +- ### **[ClaimChunk](https://www.spigotmc.org/resources/claimchunk.44458/)** + > NO DOWNLOAD COMMAND + + ``` + %claimchunk_my_name% + %claimchunk_my_claims% + %claimchunk_my_max_claims% + %claimchunk_my_remaining_claims% + %claimchunk_am_trusted% + %claimchunk_current_owner% + %claimchunk_current_name% + ``` + +---- + - ### **[Clans](https://www.spigotmc.org/resources/22304/)** > NO DOWNLOAD COMMAND From 3eb3686790ec7c3343145437361b9fc52da6f4c3 Mon Sep 17 00:00:00 2001 From: CJ Burkey Date: Sun, 18 Aug 2024 22:36:37 -0400 Subject: [PATCH 06/15] Fix ClaimChunk link --- docs/users/plugins-using-placeholderapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users/plugins-using-placeholderapi.md b/docs/users/plugins-using-placeholderapi.md index 82d525f..7fb1798 100644 --- a/docs/users/plugins-using-placeholderapi.md +++ b/docs/users/plugins-using-placeholderapi.md @@ -217,7 +217,7 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ - [ ] Provides own placeholders. [Link] - **[ClaimChunk](https://www.spigotmc.org/resources/claimchunk.44458/)** - [x] Supports placeholders. - - [x] Provides own placeholders. [**[Link](https://github.com/cjburkey01/ClaimChunk/wiki/Placeholder-API-Integration)**] + - [x] Provides own placeholders. [**[Link](placeholder-list.md#claimchunk)**] - **[Clans-API for Spigot/Clan tag in chat](https://www.spigotmc.org/resources/31547/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[Link](placeholder-list.md#clans-api-for-spigotclan-tag-in-chat)**] From be9accf81a2cc297e163a93e852facd6c24f2601 Mon Sep 17 00:00:00 2001 From: Andre_601 Date: Mon, 19 Aug 2024 16:15:59 +0200 Subject: [PATCH 07/15] Apply suggestions from code review --- docs/users/placeholder-list.md | 2 +- docs/users/plugins-using-placeholderapi.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/users/placeholder-list.md b/docs/users/placeholder-list.md index 921baa6..4c556d9 100644 --- a/docs/users/placeholder-list.md +++ b/docs/users/placeholder-list.md @@ -2319,7 +2319,7 @@ Please see ?510 for a list of all expansions officially maintained by the Placeh ---- -- ### **[ClaimChunk](https://www.spigotmc.org/resources/claimchunk.44458/)** +- ### **[ClaimChunk](https://www.spigotmc.org/resources/44458/)** > NO DOWNLOAD COMMAND ``` diff --git a/docs/users/plugins-using-placeholderapi.md b/docs/users/plugins-using-placeholderapi.md index 7fb1798..43c711a 100644 --- a/docs/users/plugins-using-placeholderapi.md +++ b/docs/users/plugins-using-placeholderapi.md @@ -215,7 +215,7 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ - **[CitizensBooks](https://www.spigotmc.org/resources/37465/)** - [x] Supports placeholders. - [ ] Provides own placeholders. [Link] -- **[ClaimChunk](https://www.spigotmc.org/resources/claimchunk.44458/)** +- **[ClaimChunk](https://www.spigotmc.org/resources/44458/)** - [x] Supports placeholders. - [x] Provides own placeholders. [**[Link](placeholder-list.md#claimchunk)**] - **[Clans-API for Spigot/Clan tag in chat](https://www.spigotmc.org/resources/31547/)** From 4e1f03d2314847d40e01a1cede4ae58e55a9f46b Mon Sep 17 00:00:00 2001 From: Prestley Date: Sat, 24 Aug 2024 16:51:10 -0500 Subject: [PATCH 08/15] Update placeholder-list.md Added github link for math expansion and updated evalex link --- docs/users/placeholder-list.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/users/placeholder-list.md b/docs/users/placeholder-list.md index 4c556d9..a188f84 100644 --- a/docs/users/placeholder-list.md +++ b/docs/users/placeholder-list.md @@ -822,8 +822,9 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can Allows simple and advanced mathematical equations. Any placeholder that returns a number is supported (Use `{placeholder}` instead of `%placeholder%`) - Supports all calculations you can do with [EvalEx](https://github.com/uklimaschewski/EvalEx). - Note that the `%` can't be used within the placeholder and that you have to use `[prc]` instead. + Supports all calculations you can do with [EvalEx](https://ezylang.github.io/EvalEx/). Note that the `%` can't be used within the placeholder and that you have to use `[prc]` instead. + + *More info on [GitHub](https://codeberg.org/Andre601/Math-Expansion)* ``` %math_% From b3c551c22a253c3b6c9df8d138c3bbea051e688e Mon Sep 17 00:00:00 2001 From: Andre601 Date: Thu, 29 Aug 2024 22:42:13 +0200 Subject: [PATCH 09/15] [Wiki] Improve info on Expansion List Page. --- README.md | 46 +- docs/assets/stylesheets/styling.css | 58 + docs/users/placeholder-list.md | 12200 +++++++++++++------------- docs/users/using-placeholders.md | 7 +- mkdocs.yml | 3 + 5 files changed, 6354 insertions(+), 5960 deletions(-) diff --git a/README.md b/README.md index d5b603f..ba28640 100644 --- a/README.md +++ b/README.md @@ -164,28 +164,32 @@ The following rules apply to all pages: The following rules apply specifically to entries in the [Placeholder List][placeholder-list] page: -1. Entries need to be in alphabetical order. +1. Entries need to be in alphabetical order. - Should an entry with the name already exist will you need to add yours after it. -2. An entry follows this specific format: - ````markdown - - ### []() - > - - - - ``` - - ``` - ```` - - `` is the name of the Placeholder expansion you add. - - `` is a link to the plugin this expansion is made for. If the expansion is not for a plugin should no link be added (Only `- ### ` be used). - - Links to spigot pages need to be sanitized, meaning a link such as `https://www.spigotmc.org/resources/placeholderapi.6245/` becomes `https://www.spigotmc.org/resources/6245/` - - `` is the [`/papi ecloud download`][download-command] used to get the expansion. Should the expansion not be on the eCloud will you need to put `NO DOWNLOAD COMMAND` here. - - `` is an optional text that can be used to point to extra documentation. Please keep it short and simple. - - `` would be all available placeholders. Each entry should be on a new line. - - Please avoid explicit examples and instead use `<>` and `[]` to indicate required or optional values (i.e. instead of `%expansion_SomePlayer%` it would be `%expansion_%`) -3. Make sure to also add an entry to the list at the top of the page, linking to your entry. -4. Should your entry have entries before and/or after it will you need to add horizontal lines (`----`) to separate yours from these entries. Keep an empty line between the horizontal line and any entry. +2. An entry follows this specific format: + ````markdown + ### []() + /// + /// + + + + ``` + + ``` + ```` + - `` is the name of the Placeholder expansion you add. + - `` is a link to the plugin this expansion is made for. If the expansion is not for a plugin should no link be added (Only `- ### ` be used). + - Links to spigot pages need to be sanitized, meaning a link such as `https://www.spigotmc.org/resources/placeholderapi.6245/` becomes `https://www.spigotmc.org/resources/6245/` + - `` needs to be replaced with one of the following values, depending on how the expansion can be added: + - Should your expansion be built-in into a Plugin, add `integrated | Built into Plugin` + - Should your expansion be obtainable via the [`/papi ecloud download`][download-command] command, add `command | papi ecloud download ` + - Should your expansion only be downloadable via external sources (i.e. a GitHub Release), add `download | ` + - `` is an optional text that can be used to point to extra documentation. Please keep it short and simple. + - `` would be all available placeholders. Each entry should be on a new line. + - Please avoid explicit examples and instead use `<>` and `[]` to indicate required or optional values (i.e. instead of `%expansion_SomePlayer%` it would be `%expansion_%`) +3. Make sure to also add an entry to the list at the top of the page, linking to your entry. +4. Should your entry have entries before and/or after it will you need to add horizontal lines (`----`) to separate yours from these entries. Keep an empty line between the horizontal line and any entry. > A [online tool][papi-list-gen] exists for your convenience to create the markdown for a new entry. diff --git a/docs/assets/stylesheets/styling.css b/docs/assets/stylesheets/styling.css index af464bf..fa711d4 100644 --- a/docs/assets/stylesheets/styling.css +++ b/docs/assets/stylesheets/styling.css @@ -1,7 +1,65 @@ +:root { + --md-admonition-icon--command: url('data:image/svg+xml;charset=utf-8,'); + --md-admonition-icon--integrated: url('data:image/svg+xml;charset=utf-8,'); + --md-admonition-icon--download: url('data:image/svg+xml;charset=utf-8,'); +} + .md-header__button.md-logo img { height: 3rem; } .md-typeset .grid.cards.hide-list > ul > li > ul > li { list-style-type: none; +} + +/*************************** + * Custom Admonition boxes * + ***************************/ + +/* Command */ +.md-typeset .admonition.command, +.md-typeset details.command { + border-color: #00c853; +} +.md-typeset .command > .admonition-title, +.md-typeset .command > summary { + background-color: #00c8531a; +} +.md-typeset .command > .admonition-title::before, +.md-typeset .command > summary::before { + background-color: #00c853; + -webkit-mask-image: var(--md-admonition-icon--command); + mask-image: var(--md-admonition-icon--command); +} + +/* Integrated (built-in) */ +.md-typeset .admonition.integrated, +.md-typeset details.integrated { + border-color: #9e9e9e; +} +.md-typeset .integrated > .admonition-title, +.md-typeset .integrated > summary { + background-color: #9e9e9e1a; +} +.md-typeset .integrated > .admonition-title::before, +.md-typeset .integrated > summary::before { + background-color: #9e9e9e; + -webkit-mask-image: var(--md-admonition-icon--integrated); + mask-image: var(--md-admonition-icon--integrated); +} + +/* Download */ +.md-typeset .admonition.download, +.md-typeset details.download { + border-color: #00c853; +} +.md-typeset .download > .admonition-title, +.md-typeset .download > summary { + background-color: #00c8531a; +} +.md-typeset .download > .admonition-title::before, +.md-typeset .download > summary::before { + background-color: #00c853; + -webkit-mask-image: var(--md-admonition-icon--download); + mask-image: var(--md-admonition-icon--download); } \ No newline at end of file diff --git a/docs/users/placeholder-list.md b/docs/users/placeholder-list.md index a188f84..c133671 100644 --- a/docs/users/placeholder-list.md +++ b/docs/users/placeholder-list.md @@ -6,8 +6,8 @@ description: Community-curated list of available PlaceholderExpansions and their This is a list of all available placeholders. -A download-command for the extension can be found at the area of the placeholder. -If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, then it means, that the plugin actually has the placeholders hard-coded into them and doesn't require a manual download of any expansion. +A download-command may be found in the infobox located below the title of the Expansion. +Should `Built into Plugin` be displayed is the Expansion included in the Plugin it depends on. Should a URL be shown does it mean you have to download it manually and add it to the `expansions` folder yourself. /// note This placeholder list is provided "as-is" without any guarantee of being accurate and/or up-to-date. @@ -17,1492 +17,1528 @@ Further details on how to contribute to this list or the wiki as a whole can be /// - [Standalone](#standalone) - - **A** - - **[Advancements](#advancements)** - - **[Animations](#animations)** - - **[Armor](#armor)** - - **[ASCII](#ascii)** - - **[Attribute](#attribute)** - - - **B** - - **[BungeeCord](#bungeecord)** - - - **C** - - **[CalculateNumbers](#calculatenumbers)** - - **[ChangeOutput](#changeoutput)** - - **[CheckItem](#checkitem)** - - **[CooldownBar](#cooldownbar)** - - - **D** - - *No Expansions* - - - **E** - - **[Enchantment](#enchantment)** - - - **F** - - **[Formatter](#formatter)** - - - **G** - - **[GraalJS](#graaljs)** - - - **H** - - *No Expansions* - - - **I** - - *No Expansions* - - - **J** - - **[Javascript](#javascript)** - - - **K** - - *No Expansions* - - - **L** - - **[ListPlayers](#listplayers)** - - **[LocalTime](#localtime)** - - - **M** - - **[Math](#math)** - - **[MVdW placeholders](#mvdw-placeholders)** - - **[MySQL](#mysql)** - - **[MySQLTokens](#mysqltokens)** - - - **N** - - **[NumberFormatter](#numberformatter)** - - - **O** - - **[OtherPlayer](#otherplayer)** - - - **P** - - **[ParseNear](#parsenear)** - - **[ParseOther](#parseother)** - - **[Pinger](#pinger)** - - **[Player](#player)** - - **[PlayerList](#playerlist)** - - **[Plugin](#plugin)** - - **[Progress](#progress)** - - - **Q** - - *No Expansions* - - - **R** - - **[RainbowColor](#rainbowcolor)** - - **[RandomColor](#randomcolor)** - - **[RandomNumber](#randomnumber)** - - **[RedisBungee](#redisbungee)** - - **[RelCon](#relcon)** - - **[RNG](#rng)** - - - **S** - - **[ScoreboardObjectives](#scoreboardobjectives)** - - **[Server](#server)** - - **[Shortcut](#shortcut)** - - **[Sound](#sound)** - - **[SpeedPerSec](#speedpersec)** - - **[Statistic](#statistic)** - - **[String](#string)** - - - **T** - - **[Team](#team)** - - **[Teams](#teams)** - - - **U** - - **[Unicode](#unicode)** - - - **V** - - *No Expansions* - - - **W** - - **[World](#world)** - - - **X** - - *No Expansions* - - - **Y** - - *No Expansions* - - - **Z** - - *No Expansions* +- **A** +- **[Advancements](#advancements)** +- **[Animations](#animations)** +- **[Armor](#armor)** +- **[ASCII](#ascii)** +- **[Attribute](#attribute)** + +- **B** +- **[BungeeCord](#bungeecord)** + +- **C** +- **[CalculateNumbers](#calculatenumbers)** +- **[ChangeOutput](#changeoutput)** +- **[CheckItem](#checkitem)** +- **[CooldownBar](#cooldownbar)** + +- **D** +- *No Expansions* + +- **E** +- **[Enchantment](#enchantment)** + +- **F** +- **[Formatter](#formatter)** + +- **G** +- **[GraalJS](#graaljs)** + +- **H** +- *No Expansions* + +- **I** +- *No Expansions* + +- **J** +- **[Javascript](#javascript)** + +- **K** +- *No Expansions* + +- **L** +- **[ListPlayers](#listplayers)** +- **[LocalTime](#localtime)** + +- **M** +- **[Math](#math)** +- **[MVdW placeholders](#mvdw-placeholders)** +- **[MySQL](#mysql)** +- **[MySQLTokens](#mysqltokens)** + +- **N** +- **[NumberFormatter](#numberformatter)** + +- **O** +- **[OtherPlayer](#otherplayer)** + +- **P** +- **[ParseNear](#parsenear)** +- **[ParseOther](#parseother)** +- **[Pinger](#pinger)** +- **[Player](#player)** +- **[PlayerList](#playerlist)** +- **[Plugin](#plugin)** +- **[Progress](#progress)** + +- **Q** +- *No Expansions* + +- **R** +- **[RainbowColor](#rainbowcolor)** +- **[RandomColor](#randomcolor)** +- **[RandomNumber](#randomnumber)** +- **[RedisBungee](#redisbungee)** +- **[RelCon](#relcon)** +- **[RNG](#rng)** + +- **S** +- **[ScoreboardObjectives](#scoreboardobjectives)** +- **[Server](#server)** +- **[Shortcut](#shortcut)** +- **[Sound](#sound)** +- **[SpeedPerSec](#speedpersec)** +- **[Statistic](#statistic)** +- **[String](#string)** + +- **T** +- **[Team](#team)** +- **[Teams](#teams)** + +- **U** +- **[Unicode](#unicode)** + +- **V** +- *No Expansions* + +- **W** +- **[World](#world)** + +- **X** +- *No Expansions* + +- **Y** +- *No Expansions* + +- **Z** +- *No Expansions* ---- - [Plugin-placeholders](#plugin-placeholders) - - **A** - - **[AAC - AdvancedAntiCheat](#aac)** - - **[AbstractMenus](#abstractmenus)** - - **[AcidIsland](#acidisland)** - - **[AcidIslandRate](#acidislandrate)** - - **[Advanced Abilities](#advanced-abilities)** - - **[Advanced Achievements](#advanced-achievements)** - - **[AdvancedAFK](#advancedafk)** - - **[AdvancedCustomMenu+](#advancedcustommenu)** - - **[AdvancedLottery](#advancedlottery)** - - **[AdvancedModReq](#advancedmodreq)** - - **[AdvancedServerList](#advancedserverlist)** - - **[ajLeaderboards](#ajleaderboards)** - - **[ajParkour](#ajparkour)** - - **[AlonsoLevels](#alonsolevels)** - - **[AngelChest](#angelchest)** - - **[Animated Menu](#animated-menu)** - - **[AntiCombatLogging](#anticombatlogging)** - - **[AParkour](#aparkour)** - - **[ASkyBlock](#askyblock)** - - **[AsyncKeepAlive](#asynckeepalive)** - - **[AutoPickup](#autopickup)** - - **[AutoRank](#autorank)** - - **[AutoSell](#autosell)** - - - **B** - - **[BankSystem](#banksystem)** - - **[BasicQuests](#basicquests)** - - **[BattleLevels](#battlelevels)** - - **[BeautyQuests](#beautyquests)** - - **[BedWars1058](#bedwars1058)** - - **[BentoBox](#bentobox)** - - **[BetonQuest](#betonquest)** - - **[BetterTeams](#betterteams)** - - **[BlockParty](#blockparty)** - - **[BlockQuest](#blockquest)** - - **[Boxing](#boxing)** - - **[BuildBattlePro](#buildbattlepro)** - - **[BungeePerms](#bungeeperms)** - - **[BuyCraft](#buycraft)** - - - **C** - - **[CarlTheCreeper](#carlthecreeper)** - - **[ChatColor+](#chatcolor)** - - **[ChatColor+ Premium](#chatcolor-premium)** - - **[ChatReaction](#chatreaction)** - - **[CheckNameHistory](#checknamehistory)** - - **[ClaimChunk](#claimchunk)** - - **[Clans](#clans)** - - **[ClansFree](#clansfree)** - - **[Clans-API for Spigot/Clan tag in chat](#clans-api-for-spigotclan-tag-in-chat)** - - **[ClansPro](#clanspro)** - - **[ClanSystem](#clansystem)** - - **[CombatLogX](#combatlogx)** - - **[Compassance](#compassance)** - - **[CoordinateTool](#coordinatetool)** - - **[Country on Join](#country-on-join)** - - **[CraftConomy](#craftconomy)** - - **[CraftingStore.net](#craftingstorenet)** - - **[CursedVIP](#cursedvip)** - - **[Custom Advancements](#custom-advancements)** - - **[Custom Items](#custom-items)** - - - **D** - - **[Daily Rewards](#daily-rewards)** - - **[DeliveryMan](#deliveryman)** - - **[DeluxeChat](#deluxechat)** - - **[DeluxeCombat](#deluxecombat)** - - **[DeluxeMenus](#deluxemenus)** - - **[DeluxePM](#deluxepm)** - - **[DeluxeTags](#deluxetags)** - - **[Denizen](#denizen)** - - **[DimensionPlaceholders](#dimensionplaceholders)** - - **[DiscordSRV](#discordsrv)** - - **[Disease](#disease)** - - **[Donations Holograms](#donations-holograms)** - - **[DragonSlayer](#dragonslayer)** - - **[DungeonsXL](#dungeonsxl)** - - - **E** - - **[Economy Bank](#economy-bank)** - - **[Enjin & DonationCraft 2.x](#enjin-donationcraft-2x)** - - **[EntityClearer](#entityclearer)** - - **[EntityControl](#entitycontrol)** - - **[Envoys](#envoys)** - - **[EpicFriends](#epicfriends)** - - **[EpicLevels](#epiclevels)** - - **[essCore](#esscore)** - - **[Essentials](#essentials)** - - **[EventCore](#eventcore)** - - **[EZBlocks](#ezblocks)** - - **[EZPrestige](#ezprestige)** - - **[EZRanksPro](#ezrankspro)** - - - **F** - - **[Factions MCore](#factions-mcore)** - - **[FactionsUUID](#factionsuuid)** - - **[Factions relation placeholders](#factions-relation-placeholders)** - - **[FunnyGuilds](#funnyguilds)** - - - **G** - - **[GAListener](#galistener)** - - **[GangsPlus](#gangsplus)** - - **[GemsEconomy](#gemseconomy)** - - **[GriefDefender](#griefdefender)** - - **[GriefPrevention](#griefprevention)** - - **[Guilds](#guilds)** - - **[GuiRedeemMCMMO](#guiredeemmcmmo)** - - - **H** - - **[Head Database](#head-database)** - - **[Heroes](#heroes)** - - **[HoloBlock](#holoblock)** - - **[HoloMobHealth](#holomobhealth)** - - **[Honeypot](#honeypot)** - - **[HPWizard](#hpwizard)** - - **[Hugs](#hugs)** - - **[HyacinthHello](#hyacinthhello)** - - - **I** - - **[InteractionVisualizer](#interactionvisualizer)** - - **[InteractiveChat](#interactivechat)** - - **[Island Border (ASkyblock / BentoBox / uSkyBlock / AcidIsland)](#island-border)** - - **[IslandRate (ASkyBlock Addon)](#islandrate)** - - **[IslandWorld](#islandworld)** - - - **J** - - **[Jobs Reborn](#jobs-reborn)** - - - **K** - - **[Karma](#karma)** - - **[KillStats](#killstats)** - - **[KitPvP](#kitpvp)** - - **[KingdomsX](#kingdomsx)** - - **[KP-PVP](#kp-pvp)** - - - **L** - - **[Lands](#lands)** - - **[LastLoginAPI](#lastloginapi)** - - **[LeaderHeads](#leaderheads)** - - **[LegendQuest](#legendquest)** - - **[LemonMobCoins](#lemonmobcoins)** - - **[LevelledMobs](#levelledmobs)** - - **[LevelUp](#levelup)** - - **[LotterySix](#lotterysix)** - - **[LuckPerms](#luckperms)** - - **[LWC](#lwc)** - - - **M** - - **[Marcely's Bedwars](#marcelys-bedwars)** - - **[Marriage](#marriage)** - - **[Marriage (Reloaded)](#marriage-reloaded)** - - **[MarriageMaster](#marriagemaster)** - - **[McInfected](#mcinfected)** - - **[McJobs](#mcjobs)** - - **[McMMO](#mcmmo)** - - **[MineChess](#minechess)** - - **[MineCord](#minecord)** - - **[MineCrates](#minecrates)** - - **[MineResetLite](#mineresetlite)** - - **[MobHunting](#mobhunting)** - - **[Multiverse-Core](#multiverse-core)** - - **[MyCommand](#mycommand)** - - **[MyPet](#mypet)** - - **[MyPrefixSystem](#myprefixsystem)** - - - **N** - - **[Nameless Plugin](#nameless-plugin)** - - **[NameMC-API-ServersMC Plugin](#namemc-api-serversmc)** - - **[Nicknamer](#nicknamer)** - - **[NickReloaded](#nickreloaded)** - - **[Nicky](#nicky)** - - - **O** - - **[OneBlock](#oneblock)** - - **[OnePlayerSleep](#oneplayersleep)** - - **[OnTime](#ontime)** - - **[OpEconomy](#opeconomy)** - - **[OreAnnouncer](#oreannouncer)** - - **[OreMarket](#oremarket)** - - **[Outpost](#outpost)** - - - **P** - - **[P-LifeSteal](#p-lifesteal)** - - **[Paintball Battle](#paintball-battle)** - - **[Parkour](#parkour)** - - **[Parkour Maker](#parkour-maker)** - - **[ParkPlusMC](#parkplusmc)** - - **[Parties](#parties)** - - **[Party and Friends](#party-and-friends)** - - **[PermissionTimer](#permissiontimer)** - - **[PixelVip](#pixelvip)** - - **[Plan](#plan)** - - **[PlayerStats](#playerstats)** - - **[PlayTime](#playtime)** - - **[PlaytimeRewards](#playtimerewards)** - - **[PlayerPoints](#playerpoints)** - - **[PlotSquared](#plotsquared)** - - **[PocketHorses](#pockethorses)** - - **[PointsAPI](#pointsapi)** - - **[PowerBoard](#powerboard)** - - **[PowerRanks](#powerranks)** - - **[PrefiX](#prefix)** - - **[PremiumReports](#premiumreports)** - - **[PremiumVanish](#premiumvanish)** - - **[Prison](#prison)** - - **[PrisonMines](#prisonmines)** - - **[PrisonRanksX](#prisonranksx)** - - **[ProCosmetics](#procosmetics)** - - **[ProfessionalBans](#professionalbans)** - - **[ProQuest](#proquest)** - - **[ProtectionStones](#protectionstones)** - - **[PVPLevels](#pvplevels)** - - **[PvPManager](#pvpmanager)** - - **[PVP Stats](#pvp-stats)** - - **[PvPStats Plugin](#pvpstats-plugin)** - - - **Q** - - **[QualityArmory](#qualityarmory)** - - **[Quests](#quests)** - - **[QuestCreator](#questcreator)** - - **[QuickSell](#quicksell)** +- **A** +- **[AAC - AdvancedAntiCheat](#aac)** +- **[AbstractMenus](#abstractmenus)** +- **[AcidIsland](#acidisland)** +- **[AcidIslandRate](#acidislandrate)** +- **[Advanced Abilities](#advanced-abilities)** +- **[Advanced Achievements](#advanced-achievements)** +- **[AdvancedAFK](#advancedafk)** +- **[AdvancedCustomMenu+](#advancedcustommenu)** +- **[AdvancedLottery](#advancedlottery)** +- **[AdvancedModReq](#advancedmodreq)** +- **[AdvancedServerList](#advancedserverlist)** +- **[ajLeaderboards](#ajleaderboards)** +- **[ajParkour](#ajparkour)** +- **[AlonsoLevels](#alonsolevels)** +- **[AngelChest](#angelchest)** +- **[Animated Menu](#animated-menu)** +- **[AntiCombatLogging](#anticombatlogging)** +- **[AParkour](#aparkour)** +- **[ASkyBlock](#askyblock)** +- **[AsyncKeepAlive](#asynckeepalive)** +- **[AutoPickup](#autopickup)** +- **[AutoRank](#autorank)** +- **[AutoSell](#autosell)** + +- **B** +- **[BankSystem](#banksystem)** +- **[BasicQuests](#basicquests)** +- **[BattleLevels](#battlelevels)** +- **[BeautyQuests](#beautyquests)** +- **[BedWars1058](#bedwars1058)** +- **[BentoBox](#bentobox)** +- **[BetonQuest](#betonquest)** +- **[BetterTeams](#betterteams)** +- **[BlockParty](#blockparty)** +- **[BlockQuest](#blockquest)** +- **[Boxing](#boxing)** +- **[BuildBattlePro](#buildbattlepro)** +- **[BungeePerms](#bungeeperms)** +- **[BuyCraft](#buycraft)** + +- **C** +- **[CarlTheCreeper](#carlthecreeper)** +- **[ChatColor+](#chatcolor)** +- **[ChatColor+ Premium](#chatcolor-premium)** +- **[ChatReaction](#chatreaction)** +- **[CheckNameHistory](#checknamehistory)** +- **[ClaimChunk](#claimchunk)** +- **[Clans](#clans)** +- **[ClansFree](#clansfree)** +- **[Clans-API for Spigot/Clan tag in chat](#clans-api-for-spigotclan-tag-in-chat)** +- **[ClansPro](#clanspro)** +- **[ClanSystem](#clansystem)** +- **[CombatLogX](#combatlogx)** +- **[Compassance](#compassance)** +- **[CoordinateTool](#coordinatetool)** +- **[Country on Join](#country-on-join)** +- **[CraftConomy](#craftconomy)** +- **[CraftingStore.net](#craftingstorenet)** +- **[CursedVIP](#cursedvip)** +- **[Custom Advancements](#custom-advancements)** +- **[Custom Items](#custom-items)** + +- **D** +- **[Daily Rewards](#daily-rewards)** +- **[DeliveryMan](#deliveryman)** +- **[DeluxeChat](#deluxechat)** +- **[DeluxeCombat](#deluxecombat)** +- **[DeluxeMenus](#deluxemenus)** +- **[DeluxePM](#deluxepm)** +- **[DeluxeTags](#deluxetags)** +- **[Denizen](#denizen)** +- **[DimensionPlaceholders](#dimensionplaceholders)** +- **[DiscordSRV](#discordsrv)** +- **[Disease](#disease)** +- **[Donations Holograms](#donations-holograms)** +- **[DragonSlayer](#dragonslayer)** +- **[DungeonsXL](#dungeonsxl)** + +- **E** +- **[Economy Bank](#economy-bank)** +- **[Enjin & DonationCraft 2.x](#enjin-donationcraft-2x)** +- **[EntityClearer](#entityclearer)** +- **[EntityControl](#entitycontrol)** +- **[Envoys](#envoys)** +- **[EpicFriends](#epicfriends)** +- **[EpicLevels](#epiclevels)** +- **[essCore](#esscore)** +- **[Essentials](#essentials)** +- **[EventCore](#eventcore)** +- **[EZBlocks](#ezblocks)** +- **[EZPrestige](#ezprestige)** +- **[EZRanksPro](#ezrankspro)** + +- **F** +- **[Factions MCore](#factions-mcore)** +- **[FactionsUUID](#factionsuuid)** +- **[Factions relation placeholders](#factions-relation-placeholders)** +- **[FunnyGuilds](#funnyguilds)** + +- **G** +- **[GAListener](#galistener)** +- **[GangsPlus](#gangsplus)** +- **[GemsEconomy](#gemseconomy)** +- **[GriefDefender](#griefdefender)** +- **[GriefPrevention](#griefprevention)** +- **[Guilds](#guilds)** +- **[GuiRedeemMCMMO](#guiredeemmcmmo)** + +- **H** +- **[Head Database](#head-database)** +- **[Heroes](#heroes)** +- **[HoloBlock](#holoblock)** +- **[HoloMobHealth](#holomobhealth)** +- **[Honeypot](#honeypot)** +- **[HPWizard](#hpwizard)** +- **[Hugs](#hugs)** +- **[HyacinthHello](#hyacinthhello)** + +- **I** +- **[InteractionVisualizer](#interactionvisualizer)** +- **[InteractiveChat](#interactivechat)** +- **[Island Border (ASkyblock / BentoBox / uSkyBlock / AcidIsland)](#island-border)** +- **[IslandRate (ASkyBlock Addon)](#islandrate)** +- **[IslandWorld](#islandworld)** + +- **J** +- **[Jobs Reborn](#jobs-reborn)** + +- **K** +- **[Karma](#karma)** +- **[KillStats](#killstats)** +- **[KitPvP](#kitpvp)** +- **[KingdomsX](#kingdomsx)** +- **[KP-PVP](#kp-pvp)** + +- **L** +- **[Lands](#lands)** +- **[LastLoginAPI](#lastloginapi)** +- **[LeaderHeads](#leaderheads)** +- **[LegendQuest](#legendquest)** +- **[LemonMobCoins](#lemonmobcoins)** +- **[LevelledMobs](#levelledmobs)** +- **[LevelUp](#levelup)** +- **[LotterySix](#lotterysix)** +- **[LuckPerms](#luckperms)** +- **[LWC](#lwc)** + +- **M** +- **[Marcely's Bedwars](#marcelys-bedwars)** +- **[Marriage](#marriage)** +- **[Marriage (Reloaded)](#marriage-reloaded)** +- **[MarriageMaster](#marriagemaster)** +- **[McInfected](#mcinfected)** +- **[McJobs](#mcjobs)** +- **[McMMO](#mcmmo)** +- **[MineChess](#minechess)** +- **[MineCord](#minecord)** +- **[MineCrates](#minecrates)** +- **[MineResetLite](#mineresetlite)** +- **[MobHunting](#mobhunting)** +- **[Multiverse-Core](#multiverse-core)** +- **[MyCommand](#mycommand)** +- **[MyPet](#mypet)** +- **[MyPrefixSystem](#myprefixsystem)** + +- **N** +- **[Nameless Plugin](#nameless-plugin)** +- **[NameMC-API-ServersMC Plugin](#namemc-api-serversmc)** +- **[Nicknamer](#nicknamer)** +- **[NickReloaded](#nickreloaded)** +- **[Nicky](#nicky)** + +- **O** +- **[OneBlock](#oneblock)** +- **[OnePlayerSleep](#oneplayersleep)** +- **[OnTime](#ontime)** +- **[OpEconomy](#opeconomy)** +- **[OreAnnouncer](#oreannouncer)** +- **[OreMarket](#oremarket)** +- **[Outpost](#outpost)** + +- **P** +- **[P-LifeSteal](#p-lifesteal)** +- **[Paintball Battle](#paintball-battle)** +- **[Parkour](#parkour)** +- **[Parkour Maker](#parkour-maker)** +- **[ParkPlusMC](#parkplusmc)** +- **[Parties](#parties)** +- **[Party and Friends](#party-and-friends)** +- **[PermissionTimer](#permissiontimer)** +- **[PixelVip](#pixelvip)** +- **[Plan](#plan)** +- **[PlayerStats](#playerstats)** +- **[PlayTime](#playtime)** +- **[PlaytimeRewards](#playtimerewards)** +- **[PlayerPoints](#playerpoints)** +- **[PlotSquared](#plotsquared)** +- **[PocketHorses](#pockethorses)** +- **[PointsAPI](#pointsapi)** +- **[PowerBoard](#powerboard)** +- **[PowerRanks](#powerranks)** +- **[PrefiX](#prefix)** +- **[PremiumReports](#premiumreports)** +- **[PremiumVanish](#premiumvanish)** +- **[Prison](#prison)** +- **[PrisonMines](#prisonmines)** +- **[PrisonRanksX](#prisonranksx)** +- **[ProCosmetics](#procosmetics)** +- **[ProfessionalBans](#professionalbans)** +- **[ProQuest](#proquest)** +- **[ProtectionStones](#protectionstones)** +- **[PVPLevels](#pvplevels)** +- **[PvPManager](#pvpmanager)** +- **[PVP Stats](#pvp-stats)** +- **[PvPStats Plugin](#pvpstats-plugin)** + +- **Q** +- **[QualityArmory](#qualityarmory)** +- **[Quests](#quests)** +- **[QuestCreator](#questcreator)** +- **[QuickSell](#quicksell)** - - **R** - - **[RabbitsVSPenguins](#rabbitsvspenguins)** - - **[RageMode](#ragemode)** - - **[Rankup](#rankup)** - - **[RealisticWorldGenerator](#realisticworldgenerator)** - - **[RedProtect](#redprotect)** - - **[ReferralSystem](#referralsystem)** - - **[RestrictedDimensions](#restricteddimensions)** - - **[RocketPlaceholders](#rocketplaceholders)** - - **[RogueParkour](#rogueparkour)** - - **[RoyalCommands](#royalcommands)** - - **[RPGInventory](#rpginventory)** - - **[RTP](#rtp)** - - - **S** - - **[Sack](#sack)** - - **[Seasons](#seasons)** - - **[SellAll](#sellall)** - - **[SignLink](#signlink)** - - **[SimpleClans](#simpleclans)** - - **[SimpleCoins](#simplecoins)** - - **[SimpleCoinsAPI](#simplecoinsapi)** - - **[SimpleKillTracker](#simplekilltracker)** - - **[SimplePrefix](#simpleprefix)** - - **[Simple Suffix](#simple-suffix)** - - **[SkillAPI](#skillapi)** - - **[SkinsRestorer](#skinsrestorer)** - - **[Skript](#skript)** - - **[Skywars](#skywars)** - - **[Skywars X](#skywars-x)** - - **[SkywarsReloaded](#skywarsreloaded)** - - **[Soul](#soul)** - - **[Spark](#spark)** - - **[SQLPerms](#sqlperms)** - - **[SQLTokens](#sqltokens)** - - **[Staff Facilities](#staff-facilities)** - - **[Staff++](#staff)** - - **[Statz](#statz)** - - **[Streaming Drops](#streaming-drops)** - - **[StrikePractice 2](#strikepractice-2)** - - **[stTitles](#sttitles)** - - **[SubServers](#subservers)** - - **[SuperbVote](#superbvote)** - - **[SuperCredits](#supercredits)** - - **[SuperVanish](#supervanish)** - - - **T** - - **[The Time](#the-time)** - - **[ThemePark](#themepark)** - - **[Thirst](#thirst)** - - **[TicketGUI](#ticketgui)** - - **[Timed Rewards](#timed-rewards)** - - **[TimeManager](#timemanager)** - - **[Time Tokens](#time-tokens)** - - **[TNTRun_Reloaded](#tntrun_reloaded)** - - **[TokenEnchant](#tokenenchant)** - - **[TokenManager](#tokenmanager)** - - **[Tokens](#tokens)** - - **[TokensPlus](#tokensplus)** - - **[Towny](#towny)** - - **[TownyChat](#townychat)** - - **[TransmuteIt](#transmuteit)** - - **[Treasures](#treasures)** - - **[Trey's Double Jump](#treys-double-jump)** - - **[TrickOrTreat](#trickortreat)** - - **[Two Factor Authentication](#two-factor-authentication)** - - - **U** - - **[UltimateChat](#ultimatechat)** - - **[UltimateClaims](#ultimateclaims)** - - **[UltimateServerManager](#ultimateservermanager)** - - **[UltimateVotes](#ultimatevotes)** - - **[Ultra Economy](#ultra-economy)** - - **[Ultra Motd](#ultra-motd)** - - **[Ultra Permissions](#ultra-permissions)** - - **[Ultra Punishments](#ultra-punishments)** - - **[Ultra Regions](#ultra-regions)** - - **[UnityGen](#unitygen)** - - **[USkyBlock](#uskyblock)** - - - **V** - - **[Vault](#vault)** - - **[VenturaCalendar](#venturacalendar)** - - **[ViaVersion](#viaversion)** - - **[VKBackPack](#vkbackpack)** - - **[VoteParty](#voteparty)** - - **[VoteRoulette](#voteroulette)** - - **[VotingPlugin](#votingplugin)** - - - **W** - - **[Weight-RPG](#weight-rpg)** - - **[WickedSkyWars](#wickedskywars)** - - **[WorldBorder](#worldborder)** - - **[WorldGuard](#worldguard)** - - - **X** - - **[XLTournaments](#xltournaments)** - - - **Y** - - *No Expansions* - - - **Z** - - *No Expansions* +- **R** +- **[RabbitsVSPenguins](#rabbitsvspenguins)** +- **[RageMode](#ragemode)** +- **[Rankup](#rankup)** +- **[RealisticWorldGenerator](#realisticworldgenerator)** +- **[RedProtect](#redprotect)** +- **[ReferralSystem](#referralsystem)** +- **[RestrictedDimensions](#restricteddimensions)** +- **[RocketPlaceholders](#rocketplaceholders)** +- **[RogueParkour](#rogueparkour)** +- **[RoyalCommands](#royalcommands)** +- **[RPGInventory](#rpginventory)** +- **[RTP](#rtp)** + +- **S** +- **[Sack](#sack)** +- **[Seasons](#seasons)** +- **[SellAll](#sellall)** +- **[SignLink](#signlink)** +- **[SimpleClans](#simpleclans)** +- **[SimpleCoins](#simplecoins)** +- **[SimpleCoinsAPI](#simplecoinsapi)** +- **[SimpleKillTracker](#simplekilltracker)** +- **[SimplePrefix](#simpleprefix)** +- **[Simple Suffix](#simple-suffix)** +- **[SkillAPI](#skillapi)** +- **[SkinsRestorer](#skinsrestorer)** +- **[Skript](#skript)** +- **[Skywars](#skywars)** +- **[Skywars X](#skywars-x)** +- **[SkywarsReloaded](#skywarsreloaded)** +- **[Soul](#soul)** +- **[Spark](#spark)** +- **[SQLPerms](#sqlperms)** +- **[SQLTokens](#sqltokens)** +- **[Staff Facilities](#staff-facilities)** +- **[Staff++](#staff)** +- **[Statz](#statz)** +- **[Streaming Drops](#streaming-drops)** +- **[StrikePractice 2](#strikepractice-2)** +- **[stTitles](#sttitles)** +- **[SubServers](#subservers)** +- **[SuperbVote](#superbvote)** +- **[SuperCredits](#supercredits)** +- **[SuperVanish](#supervanish)** + +- **T** +- **[The Time](#the-time)** +- **[ThemePark](#themepark)** +- **[Thirst](#thirst)** +- **[TicketGUI](#ticketgui)** +- **[Timed Rewards](#timed-rewards)** +- **[TimeManager](#timemanager)** +- **[Time Tokens](#time-tokens)** +- **[TNTRun_Reloaded](#tntrun_reloaded)** +- **[TokenEnchant](#tokenenchant)** +- **[TokenManager](#tokenmanager)** +- **[Tokens](#tokens)** +- **[TokensPlus](#tokensplus)** +- **[Towny](#towny)** +- **[TownyChat](#townychat)** +- **[TransmuteIt](#transmuteit)** +- **[Treasures](#treasures)** +- **[Trey's Double Jump](#treys-double-jump)** +- **[TrickOrTreat](#trickortreat)** +- **[Two Factor Authentication](#two-factor-authentication)** + +- **U** +- **[UltimateChat](#ultimatechat)** +- **[UltimateClaims](#ultimateclaims)** +- **[UltimateServerManager](#ultimateservermanager)** +- **[UltimateVotes](#ultimatevotes)** +- **[Ultra Economy](#ultra-economy)** +- **[Ultra Motd](#ultra-motd)** +- **[Ultra Permissions](#ultra-permissions)** +- **[Ultra Punishments](#ultra-punishments)** +- **[Ultra Regions](#ultra-regions)** +- **[UnityGen](#unitygen)** +- **[USkyBlock](#uskyblock)** + +- **V** +- **[Vault](#vault)** +- **[VenturaCalendar](#venturacalendar)** +- **[ViaVersion](#viaversion)** +- **[VKBackPack](#vkbackpack)** +- **[VoteParty](#voteparty)** +- **[VoteRoulette](#voteroulette)** +- **[VotingPlugin](#votingplugin)** + +- **W** +- **[Weight-RPG](#weight-rpg)** +- **[WickedSkyWars](#wickedskywars)** +- **[WorldBorder](#worldborder)** +- **[WorldGuard](#worldguard)** + +- **X** +- **[XLTournaments](#xltournaments)** + +- **Y** +- *No Expansions* + +- **Z** +- *No Expansions* ---- ## Standalone Expansions listed here don't need any plugin or extra library to function properly, unless mentioned otherwise. A majority of these Expansions are maintained by the PlaceholderAPI team and can be considered *official*. -- ### **Advancements** - > /papi ecloud download Advancements - - More info about this expansion can be found on the [GitHub-Repository](https://github.com/matahombres/Advancements). - - ``` - %Advancements_% - %Advancements_player_;% - %Advancements_list% - %Advancements_list_% - %Advancements_playerList_% - %Advancements_playerList_,% - %Advancements_listFormat% - %Advancements_playerListFormat_% - %Advancements_completedAmount% - %Advancements_completedAmount_% - %Advancements_playerCompletedAmount_% - %Advancements_playerCompletedAmount_,% - %Advancements_remainingAmount% - %Advancements_remainingAmount_% - %Advancements_playerRemainingAmount_% - %Advancements_playerRemainingAmount_,% - ``` +### **Advancements** +/// command | papi ecloud download Advancements +/// + +More info about this expansion can be found on the [GitHub-Repository](https://github.com/matahombres/Advancements). + +``` +%advancements_% +%advancements_player_;% +%advancements_list% +%advancements_list_% +%advancements_playerList_% +%advancements_playerList_,% +%advancements_listFormat% +%advancements_playerListFormat_% +%advancements_completedAmount% +%advancements_completedAmount_% +%advancements_playerCompletedAmount_% +%advancements_playerCompletedAmount_,% +%advancements_remainingAmount% +%advancements_remainingAmount_% +%advancements_playerRemainingAmount_% +%advancements_playerRemainingAmount_,% +``` ---- -- ### **Animations** - > /papi ecloud download Animations - - ``` - %animations_Text% - %animations_Text% - %animations_Text% - ``` - - Please note: When using placeholders within the animation text, you must use the bracket variant. - Use `{player_name}` instead of `%player_name%` within the ` ` tags. - - Please visit the [dedicated wiki](https://github.com/Niall7459/KiteBoard-Documentation/wiki/Animations-and-Modifiers) for all available tags. +### **Animations** +/// command | papi ecloud download Animations +/// + +``` +%animations_Text% +%animations_Text% +%animations_Text% +``` + +Please note: When using placeholders within the animation text, you must use the bracket variant. +Use `{player_name}` instead of `%player_name%` within the ` ` tags. + +Please visit the [dedicated wiki](https://github.com/Niall7459/KiteBoard-Documentation/wiki/Animations-and-Modifiers) for all available tags. ---- -- ### **Armor** - > /papi ecloud download Armor - - Gives you info about your armor - - ``` - Chose one value that's inside () and replace SLOT with one of the following: helmet, chestplate, leggings, boots. - - %armor_amount_SLOT% - %armor_color_(red/green/blue/hex)_SLOT% - %armor_durability_(left/max)_SLOT% - %armor_has_SLOT% - %armor_material_SLOT% - %armor_maxamount_SLOT% - ``` +### **Armor** +/// command | papi ecloud download Armor +/// + +Gives you info about your armor + +``` +Chose one value that's inside () and replace SLOT with one of the following: helmet, chestplate, leggings, boots. + +%armor_amount_SLOT% +%armor_color_(red/green/blue/hex)_SLOT% +%armor_durability_(left/max)_SLOT% +%armor_has_SLOT% +%armor_material_SLOT% +%armor_maxamount_SLOT% +``` ---- -- ### **ASCII** - > /papi ecloud download ASCII - - Returns the [ASCII Value](http://www.asciitable.com/) based on input - - ``` - %ascii_% - ``` - - Ex: `%ascii_37%` returns `%` +### **ASCII** +/// command | papi ecloud download ASCII +/// + +Returns the [ASCII Value](http://www.asciitable.com/) based on input + +``` +%ascii_% +``` + +Ex: `%ascii_37%` returns `%` ---- -- ### **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.wiki/w/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 - ``` +### **Attribute** +/// command | papi ecloud download Attribute +/// + +Adds placeholders to access [Attributes](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/attribute/Attribute.html). ([Minecraft wiki](https://minecraft.wiki/w/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 - - Allows you to show, how many players are online on the entire network, or just on a specific server. - - ``` - %bungee_total% - %bungee_% - ``` +### **BungeeCord** +/// command | papi ecloud download Bungee +/// + +Allows you to show, how many players are online on the entire network, or just on a specific server. + +``` +%bungee_total% +%bungee_% +``` ---- -- ### **CalculateNumbers** - > NO DOWNLOAD COMMAND - - Download the jar from [broken1arrow/CalculateNumbers/releases](https://github.com/broken1arrow/CalculateNumbers/releases) - - The idea with this expansion is that you should be able to charge dynamically, - for example in the deluxe menu. For tools, weapons - and armor when players need to - repair their belongings. Has also added optional so you can also combine it with - rank plugin if - you have one. - - Use decimal,to get two decimal digits. - - ``` - %number_numbervalue,tool:{a placeholder from your ranking plugin}% - %number_numbervalue,decimal,tool:{a placeholder from your ranking plugin}% - %number_numbervalue,armor:{a placeholder from your ranking plugin}% - %number_numbervalue,decimal,armor:{a placeholder from your ranking plugin}% - ``` +### **CalculateNumbers** +/// download | https://github.com/broken1arrow/CalculateNumbers/releases +/// + +The idea with this expansion is that you should be able to charge dynamically, +for example in the deluxe menu. For tools, weapons +and armor when players need to +repair their belongings. Has also added optional so you can also combine it with +rank plugin if +you have one. + +Use decimal,to get two decimal digits. + +``` +%number_numbervalue,tool:{a placeholder from your ranking plugin}% +%number_numbervalue,decimal,tool:{a placeholder from your ranking plugin}% +%number_numbervalue,armor:{a placeholder from your ranking plugin}% +%number_numbervalue,decimal,armor:{a placeholder from your ranking plugin}% +``` ---- -- ### **ChangeOutput** - > /papi ecloud download changeoutput - - Allows you to change the output based on what other placeholders return. - - More information can be found on the [GitHub Repository](https://github.com/Kqliber/Expansion-ChangeOutput) - - ``` - %changeoutput__input:
- %nf_4X_tokenenchant_token_long% will return 43B,
- %nf_###E0X_tokenenchant_token_long% will return 43.5B,
- %nf_#,##0.#_tokenenchant_token_long% will return 43,535,709,321
- %nf_#,##0.0#:IT_tokenenchant_token_long% will return 43.535.709.321.0
- - `[]` is optional and `<>` is required. - - ``` - %nf_[:locale]_% # Converts a number produced by %other_placeholder% to a number using the specified format. - ``` +### **[GraalJS](https://github.com/ruViolence/GraalJS-Expansion)** +/// command | papi ecloud download GraalJS +/// + +More info about this expansion can be found on the [GitHub-Repository](https://github.com/ruViolence/GraalJS-Expansion). + +``` +%graaljs_% +%graaljs__arg1% +%graaljs__arg1,arg2,arg3% +``` ---- -- ### **OtherPlayer** - > /papi ecloud download OtherPlayer - - Lets you get placeholders for other players. (Not the one that triggers the action) - - ``` - %otherplayer_displayname_% - %otherplayer_gamemode_% - %otherplayer_hasperm__perm_% - %otherplayer_haspotioneffect__effect_% - %otherplayer_health_% - %otherplayer_hunger_% - %otherplayer_iteminhand_% - %otherplayer_ip_% - %otherplayer_level_% - %otherplayer_locx_% - %otherplayer_locy_% - %otherplayer_locz_% - %otherplayer_oxygen_% - %otherplayer_spells_% - %otherplayer_uuid_% - %otherplayer_world_% - ``` +### **[Javascript](https://api.extendedclip.com/expansions/javascript/)** +/// failure | Unverified +Due to potential security issues is this expansion currently unverified. Use at your own risk. +/// + +Gives you a way, to use javascript, to give a different output, depending on conditions. + +``` +%javascript_% +``` ---- -- ### **ParseNear** - > /papi ecloud download ParseNear - - Lets you parse any placeholder for the closest player. Will return blank if no player is found. - - ``` - %parsenear_% # Parses placeholder for closest player - %parsenear__% # Parses placeholder for closest player in a radius - ``` +### **ListPlayers** +/// command | papi ecloud download ListPlayers +/// + +Lists players with a certain permission or in a certain world... 'nuf said. + +``` +%listplayers_with_perm_% +%listplayers_in_world_% +``` ---- -- ### **ParseOther** - > /papi ecloud download ParseOther - - Lets you parse any placeholder for another player. - You must use the unsafe placeholder to parse placeholders for `username` or `uuid`. - Make sure to include the `{}` brackets, as it won't work without them. - - ``` - %parseother_{username}_{placeholder_without_percent_signs}% - %parseother_unsafe_{placeholder_for_username}_{placeholder_without_percent_signs}% - %parseother_{uuid}_{placeholder_without_percent_signs}% - %parseother_unsafe_{placeholder_for_uuid}_{placeholder_without_percent_signs}% - ``` +### **LocalTime** +/// command | papi ecloud download LocalTime +/// + +``` +%localtime_time% +%localtime_time_% +%localtime_timezone_% +%localtime_timezone_,% +``` + +Please read the [SimpleDateFormat](https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html) Javadoc page about possible formats and [this post](https://garygregory.wordpress.com/2013/06/18/what-are-the-java-timezone-ids/) about available time zone IDs for ``. ---- -- ### **Pinger** - > /papi ecloud download Pinger - - Lets you ping a server through an IP or domain (with port), to check the online-status and to receive some information. - The placeholders have a "warmup" time of around one or two minutes after installing the expansion. - - **Note**: These placeholders have a separate update-delay in the config.yml of PlaceholderAPI - - Replace `testplugins.com:25565` with your own server/IP. - ``` - %pinger_gameversion_testplugins.com:25565% - %pinger_version_testplugins.com:25565% - %pinger_online_testplugins.com:25565% - %pinger_isonline_testplugins.com:25565% - %pinger_max_testplugins.com:25565% - %pinger_players_testplugins.com:25565% - %pinger_motd_testplugins.com:25565% - %pinger_pingversion_testplugins.com:25565% - ``` - `%pinger_online_testplugins.com:25565%` and `%pinger_isonline_testplugins.com:25565%` do the exact same thing. +### **Math** +/// command | papi ecloud download Math +/// + +Allows simple and advanced mathematical equations. +Any placeholder that returns a number is supported (Use `{placeholder}` instead of `%placeholder%`) + +Supports all calculations you can do with [EvalEx](https://ezylang.github.io/EvalEx/). Note that the `%` can't be used within the placeholder and that you have to use `[prc]` instead. + +*More info on [Codeberg](https://codeberg.org/Andre601/Math-Expansion)* + +``` +%math_% +%math_[precision]:[rounding]_% +``` ---- -- ### **Player** - > /papi ecloud download Player - - Gives you various placeholders for the player, that triggers the action. - - ``` - %player_allow_flight% - %player_armor_helmet_name% - %player_armor_helmet_data% - %player_armor_helmet_durability% - %player_armor_chestplate_name% - %player_armor_chestplate_data% - %player_armor_chestplate_durability% - %player_armor_leggings_name% - %player_armor_leggings_data% - %player_armor_leggings_durability% - %player_armor_boots_name% - %player_armor_boots_data% - %player_armor_boots_durability% - %player_bed_x% - %player_bed_y% - %player_bed_z% - %player_bed_world% - %player_biome% - %player_biome_capitalized% - %player_block_underneath% - %player_can_pickup_items% - %player_colored_ping% - %player_compass_world% - %player_compass_x% - %player_compass_y% - %player_compass_z% - %player_custom_name% - %player_current_exp% - %player_direction% - %player_direction_xz% - %player_displayname% - %player_list_name% - %player_exp% - %player_exp_to_level% - %player_first_join_date% - %player_first_played% - %player_first_join% - %player_first_played_formatted% - %player_fly_speed% - %player_food_level% - %player_gamemode% - %player_has_empty_slot% - %player_has_played_before% - %player_empty_slots% - %player_has_health_boost% - %player_has_potioneffect_% - %player_has_permission_% - %player_health% - %player_health_boost% - %player_health_rounded% - %player_health_scale% - %player_ip% - %player_online% - %player_is_whitelisted% - %player_is_banned% - %player_is_flying% - %player_is_sneaking% - %player_is_sprinting% - %player_is_sleeping% - %player_is_inside_vehicle% - %player_is_op% - %player_item_in_hand% - %player_item_in_hand_name% - %player_item_in_hand_data% - %player_item_in_hand_durability% - %player_item_in_hand_level_% - %player_item_in_offhand% - %player_item_in_offhand_name% - %player_item_in_offhand_data% - %player_item_in_offhand_durability% - %player_item_in_offhand_level_% - %player_locale% - %player_locale_display_name% - %player_locale_short% - %player_locale_country% - %player_locale_display_country% - %player_last_damage% - %player_last_played% - %player_last_join% - %player_last_played_formatted% - %player_last_join_date% - %player_level% - %player_light_level% - %player_max_air% - %player_max_health% - %player_max_health_rounded% - %player_max_no_damage_ticks% - %player_minutes_lived% - %player_name% - %player_no_damage_ticks% - %player_ping% - %player_ping_% - %player_remaining_air% - %player_saturation% - %player_seconds_lived% - %player_sleep_ticks% - %player_thunder_duration% - %player_ticks_lived% - %player_time% - %player_time_offset% - %player_total_exp% - %player_uuid% - %player_walk_speed% - %player_weather_duration% - %player_world% - %player_world_type% - %player_world_time_12% - %player_world_time_24% - %player_x% - %player_y% - %player_z% - %player_yaw% - %player_pitch% - %player_absorption% - ``` +### **MVdW Placeholders** +/// command | papi ecloud download MVdW +/// + +Lets you use placeholders from [MVdWPlaceholderAPI](https://www.spigotmc.org/resources/11182/). +MVdWPlaceholderAPI and one of **[Maxims plugins](https://www.spigotmc.org/resources/2691/)**, that use it, are required! +A list of his placeholders can be found [here](https://www.spigotmc.org/wiki/mvdw-placeholders/) + +``` +%mvdw_% +``` ---- -- ### PlayerList - > /papi ecloud download playerlist - - More info about this expansion can be found on the [GitHub-Repository](https://github.com/Tanguygab/PlayerList-PlaceholderAPI-Expansion/wiki). - - Create a list in PAPI's config and retrieve it through placeholders! - ``` - %playerlist__% - ``` +### **MySQL** +/// failure | Unverified +Due to possible security concerns is this expansion currently unverified. Use at your own risk. +/// + +``` +%mysql_% +``` + +`` is a set query that can be found in the config.yml under `plugins/PlaceholderAPI/expansion/MySQL`. ---- -- ### **Plugin** - > /papi ecloud download Plugin - - Returns information about the specified plugin. - - ``` - %plugin_isenabled_% - %plugin_isdisabled_% - %plugin_exists_% - ``` +### **MySQLTokens** +/// integrated | Built into Plugin +/// + +``` +%mysqltokens_tokens% +``` ---- -- ### **Progress** - > /papi ecloud download progress - - More info about this expansion can be found on the [GitHub-Repository](https://github.com/aBo0oDyy/Progress-Expansion). - - ``` - %progress_bar_{placeholder}% - %progress_bar_{placeholder}_c:% - %progress_bar_{placeholder}_p:% - %progress_bar_{placeholder}_r:% - %progress_bar_{placeholder}_l:% - %progress_bar_{placeholder}_m:% - %progress_bar_{placeholder}_fullbar:% - - # Example - %progress_bar_{placeholder}_c:&a■_p:&e■_r:&7■_l:10_m:100_fullbar:&aCompleted!% - ``` +### **NumberFormatter** +/// download | https://github.com/TeamVK/PAPI-NumberFormatter/releases +/// + +More info about this expansion can be found on the [PAPI-NumberFormatter](https://github.com/TeamVK/PAPI-NumberFormatter). + +For instance: + +if %tokenenchant_token_long% returns 43535709321,
+%nf_4X_tokenenchant_token_long% will return 43B,
+%nf_###E0X_tokenenchant_token_long% will return 43.5B,
+%nf_#,##0.#_tokenenchant_token_long% will return 43,535,709,321
+%nf_#,##0.0#:IT_tokenenchant_token_long% will return 43.535.709.321.0
+ +`[]` is optional and `<>` is required. + +``` +%nf_[:locale]_% # Converts a number produced by %other_placeholder% to a number using the specified format. +``` ---- -- ### **RainbowColor** - > /papi ecloud download RainbowColor - - More info about the expansion can be found on the [GitHub-Repository](https://github.com/aBo0oDyy/RainbowColor-Expansion). - - ``` - %RainbowColor_% - %RainbowColor_custom_,,_% - - e.g. %RainbowColor_custom_a,f,e,b_This is an example% - ``` +### **OtherPlayer** +/// command | papi ecloud download OtherPlayer +/// + +Lets you get placeholders for other players. (Not the one that triggers the action) + +``` +%otherplayer_displayname_% +%otherplayer_gamemode_% +%otherplayer_hasperm__perm_% +%otherplayer_haspotioneffect__effect_% +%otherplayer_health_% +%otherplayer_hunger_% +%otherplayer_iteminhand_% +%otherplayer_ip_% +%otherplayer_level_% +%otherplayer_locx_% +%otherplayer_locy_% +%otherplayer_locz_% +%otherplayer_oxygen_% +%otherplayer_spells_% +%otherplayer_uuid_% +%otherplayer_world_% +``` ---- -- ### **RandomColor** - > /papi ecloud download RandomColor - - More info about the expansion can be found on the [GitHub-Repository](https://github.com/Andre601/RandomColor). - - ``` - %randomcolor_all% - %randomcolor_color% - %randomcolor_combined% - %randomcolor_format% - %randomcolor_selected_% - ``` +### **ParseNear** +/// command | papi ecloud download ParseNear +/// + +Lets you parse any placeholder for the closest player. Will return blank if no player is found. + +``` +%parsenear_% # Parses placeholder for closest player +%parsenear__% # Parses placeholder for closest player in a radius +``` ---- -- ### **RandomNumber** - > Download it from [here](https://github.com/TeamVK/PAPI-RandomNumber/releases) - - More info about the expansion can be found on the [GitHub-Repository](https://github.com/TeamVK/PAPI-RandomNumber). - - It returns an auto-scaled random number. If you did not specify the scale, the scale will be automatically computed. If both min and max are integer numbers, the returned random number will also be an integer. - - ``` - %randomnumber_value% - %randomnumber_value_scale% - %randomnumber_value_min_max% - %randomnumber_value_min_max_scale% - ``` +### **ParseOther** +/// command | papi ecloud download ParseOther +/// + +Lets you parse any placeholder for another player. +You must use the unsafe placeholder to parse placeholders for `username` or `uuid`. +Make sure to include the `{}` brackets, as it won't work without them. + +``` +%parseother_{username}_{placeholder_without_percent_signs}% +%parseother_unsafe_{placeholder_for_username}_{placeholder_without_percent_signs}% +%parseother_{uuid}_{placeholder_without_percent_signs}% +%parseother_unsafe_{placeholder_for_uuid}_{placeholder_without_percent_signs}% +``` ---- -- ### **RedisBungee** - > /papi ecloud download RedisBungee - - Same like the [BungeeCord-placeholders](#bungeecord), but for RedisBungee - - ``` - %redisbungee_total% - %redisbungee_% - ``` +### **Pinger** +/// command | papi ecloud download Pinger +/// + +Lets you ping a server through an IP or domain (with port), to check the online-status and to receive some information. +The placeholders have a "warmup" time of around one or two minutes after installing the expansion. + +**Note**: These placeholders have a separate update-delay in the config.yml of PlaceholderAPI + +Replace `testplugins.com:25565` with your own server/IP. +``` +%pinger_gameversion_testplugins.com:25565% +%pinger_version_testplugins.com:25565% +%pinger_online_testplugins.com:25565% +%pinger_isonline_testplugins.com:25565% +%pinger_max_testplugins.com:25565% +%pinger_players_testplugins.com:25565% +%pinger_motd_testplugins.com:25565% +%pinger_pingversion_testplugins.com:25565% +``` +`%pinger_online_testplugins.com:25565%` and `%pinger_isonline_testplugins.com:25565%` do the exact same thing. ---- -- ### **RelCon** - > /papi ecloud download RelCon - - More info about the expansion can be found on the [GitHub-Repository](https://github.com/PlaceholderAPI/RelCon-Expansion). - - ``` - %rel_relcon_player___[text2]% - %rel_relcon_player__% - %rel_relcon_viewer___[text2]% - %rel_relcon_viewer__% - ``` +### **Player** +/// command | papi ecloud download Player +/// + +Gives you various placeholders for the player, that triggers the action. + +``` +%player_allow_flight% +%player_armor_helmet_name% +%player_armor_helmet_data% +%player_armor_helmet_durability% +%player_armor_chestplate_name% +%player_armor_chestplate_data% +%player_armor_chestplate_durability% +%player_armor_leggings_name% +%player_armor_leggings_data% +%player_armor_leggings_durability% +%player_armor_boots_name% +%player_armor_boots_data% +%player_armor_boots_durability% +%player_bed_x% +%player_bed_y% +%player_bed_z% +%player_bed_world% +%player_biome% +%player_biome_capitalized% +%player_block_underneath% +%player_can_pickup_items% +%player_colored_ping% +%player_compass_world% +%player_compass_x% +%player_compass_y% +%player_compass_z% +%player_custom_name% +%player_current_exp% +%player_direction% +%player_direction_xz% +%player_displayname% +%player_list_name% +%player_exp% +%player_exp_to_level% +%player_first_join_date% +%player_first_played% +%player_first_join% +%player_first_played_formatted% +%player_fly_speed% +%player_food_level% +%player_gamemode% +%player_has_empty_slot% +%player_has_played_before% +%player_empty_slots% +%player_has_health_boost% +%player_has_potioneffect_% +%player_has_permission_% +%player_health% +%player_health_boost% +%player_health_rounded% +%player_health_scale% +%player_ip% +%player_online% +%player_is_whitelisted% +%player_is_banned% +%player_is_flying% +%player_is_sneaking% +%player_is_sprinting% +%player_is_sleeping% +%player_is_inside_vehicle% +%player_is_op% +%player_item_in_hand% +%player_item_in_hand_name% +%player_item_in_hand_data% +%player_item_in_hand_durability% +%player_item_in_hand_level_% +%player_item_in_offhand% +%player_item_in_offhand_name% +%player_item_in_offhand_data% +%player_item_in_offhand_durability% +%player_item_in_offhand_level_% +%player_locale% +%player_locale_display_name% +%player_locale_short% +%player_locale_country% +%player_locale_display_country% +%player_last_damage% +%player_last_played% +%player_last_join% +%player_last_played_formatted% +%player_last_join_date% +%player_level% +%player_light_level% +%player_max_air% +%player_max_health% +%player_max_health_rounded% +%player_max_no_damage_ticks% +%player_minutes_lived% +%player_name% +%player_no_damage_ticks% +%player_ping% +%player_ping_% +%player_remaining_air% +%player_saturation% +%player_seconds_lived% +%player_sleep_ticks% +%player_thunder_duration% +%player_ticks_lived% +%player_time% +%player_time_offset% +%player_total_exp% +%player_uuid% +%player_walk_speed% +%player_weather_duration% +%player_world% +%player_world_type% +%player_world_time_12% +%player_world_time_24% +%player_x% +%player_y% +%player_z% +%player_yaw% +%player_pitch% +%player_absorption% +``` ---- -- ### **RNG** - > /papi ecloud download RNG - - More info about the expansion can be found on the [GitHub-Repository](https://github.com/Kqliber/Expansion-RNG). - - ``` - %rng_online_player% - %rng_random% - %rng_,% - ``` +### PlayerList +/// command | papi ecloud download playerlist +/// + +More info about this expansion can be found on the [GitHub-Repository](https://github.com/Tanguygab/PlayerList-PlaceholderAPI-Expansion/wiki). + +Create a list in PAPI's config and retrieve it through placeholders! +``` +%playerlist__% +``` ---- -- ### **ScoreboardObjectives** - > /papi ecloud download ScoreboardObjectives - - Get info from a scoreboard objective. - - More info about the expansion can be found on the [Spigot Page](https://www.spigotmc.org/resources/placeholderapi-scoreboard-objectives-placeholder.48236/) - - ``` - %objective_displayname_{}% - %objective_score_{}% - %objective_score_{}_{[otherEntry]}% - %objective_scorep_{}% - %objective_scorep_{}_{[otherPlayer]}% - %objective_scoreposhigh_{}_{<#>}% - %objective_scoreposlow_{}_{<#>}% - %objective_entryposhigh_{}_{<#>}% - %objective_entryposlow_{}_{<#>}% - ``` +### **Plugin** +/// command | papi ecloud download Plugin +/// + +Returns information about the specified plugin. + +``` +%plugin_isenabled_% +%plugin_isdisabled_% +%plugin_exists_% +``` ---- -- ### **Server** - > /papi ecloud download Server - - Lets you get information about the server. - - ``` - %server_name% - %server_online% - %server_version% - %server_max_players% - %server_unique_joins% - %server_uptime% - %server_ram_used% - %server_ram_free% - %server_ram_total% - %server_ram_max% - %server_tps% - %server_tps_1% - %server_tps_5% - %server_tps_15% - %server_tps_1_colored% - %server_tps_5_colored% - %server_tps_15_colored% - %server_online_% - %server_has_whitelist% - %server_total_chunks% - %server_total_living_entities% - %server_total_entities% - %server_time_% - %server_countdown__