Added Ath

This commit is contained in:
Weihao 2020-12-28 15:27:32 -05:00
parent 15d2452b19
commit 860239fa2b
4 changed files with 16 additions and 0 deletions

View File

@ -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]]

View File

@ -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

View File

@ -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]

View File

@ -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]]