From 860239fa2b5dd4e85adb65f0e5f42681f23b5381 Mon Sep 17 00:00:00 2001 From: Weihao Date: Mon, 28 Dec 2020 15:27:32 -0500 Subject: [PATCH] Added Ath --- wiki/Home.md | 1 + wiki/Placeholders.md | 11 +++++++++++ wiki/Plugins-using-PlaceholderAPI.md | 3 +++ wiki/_Sidebar.md | 1 + 4 files changed, 16 insertions(+) diff --git a/wiki/Home.md b/wiki/Home.md index 6d1ff10..6772f32 100644 --- a/wiki/Home.md +++ b/wiki/Home.md @@ -24,6 +24,7 @@ It also has a list with all available placeholders (Work in progress). - [[Animations|Placeholders#animations]] - [[Armor|Placeholders#armor]] - [[ASCII|Placeholders#ASCII]] + - [[Ath|Placeholders#ath]] - [[BungeeCord|Placeholders#bungeecord]] - [[CheckItem|Placeholders#checkitem]] - [[CooldownBar|Placeholders#cooldownbar]] diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index 8f69d1e..600b353 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -15,6 +15,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[Animations](#animations)** - **[Armor](#armor)** - **[ASCII](#ascii)** +- **[Ath](#ath)** - **[BungeeCord](#bungeecord)** - **[CheckItem](#checkitem)** - **[CooldownBar](#cooldownbar)** @@ -63,6 +64,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[AParkour](#aparkour)** - **[ASkyBlock](#askyblock)** - **[AsyncKeepAlive](#asynckeepalive)** +- **[Ath](#ath)** - **[AutoRank](#autorank)** - **[AutoSell](#autosell)** @@ -1238,6 +1240,15 @@ All information about these placeholders can be found [here](https://gitlab.com/ ``` ---- +- ### **[Ath](https://www.spigotmc.org/resources/ath-peak-players-record-spigot-and-bungeecord-support.87124/)** +> NO DOWNLOAD COMMAND + +``` +%ath_date% +%ath_count% +``` +---- + - ### **[AutoRank](https://www.spigotmc.org/resources/3239/)** > /papi ecloud download AutoRank diff --git a/wiki/Plugins-using-PlaceholderAPI.md b/wiki/Plugins-using-PlaceholderAPI.md index 942a313..43bcbc6 100644 --- a/wiki/Plugins-using-PlaceholderAPI.md +++ b/wiki/Plugins-using-PlaceholderAPI.md @@ -89,6 +89,9 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl - **[AsyncKeepAlive](https://www.spigotmc.org/resources/64676/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#asynckeepalive]]**] +- **[Ath](https://www.spigotmc.org/resources/ath-peak-players-record-spigot-and-bungeecord-support.87124/)** + - [ ] Supports placeholders. + - [x] Provides own placeholders. [**[[Link|Placeholders#ath]]**] - **[AutoCommandsPlus](https://www.spigotmc.org/resources/11083/)** - [x] Supports placeholders. - [ ] Provides own placeholders. [Link] diff --git a/wiki/_Sidebar.md b/wiki/_Sidebar.md index 5284adc..b67f264 100644 --- a/wiki/_Sidebar.md +++ b/wiki/_Sidebar.md @@ -24,6 +24,7 @@ - [[Animations|Placeholders#animations]] - [[Armor|Placeholders#armor]] - [[ASCII|Placeholders#ASCII]] + - [[Ath|Placeholders#ath]] - [[BungeeCord|Placeholders#bungeecord]] - [[CheckItem|Placeholders#checkitem]] - [[CooldownBar|Placeholders#cooldownbar]]