From ee7257208a97d4435749bc20d50f384fcef27cc4 Mon Sep 17 00:00:00 2001 From: ajgeiss0702 Date: Fri, 19 Mar 2021 08:47:51 -0700 Subject: [PATCH] Update ajParkour + add ajLeaderboards --- wiki/Placeholders.md | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index 3d13de7..7a261fe 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -59,6 +59,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[AdvancedCustomMenu+](#advancedcustommenu)** - **[AdvancedLottery](#advancedlottery)** - **[AdvancedModReq](#advancedmodreq)** +- **[ajLeaderboards](#ajleaderboards)** - **[ajParkour](#ajparkour)** - **[AlonsoLevels](#alonsolevels)** - **[Animated Menu](#animated-menu)** @@ -1210,14 +1211,38 @@ All information about these placeholders can be found [here](https://gitlab.com/ ``` ---- +- ### **[ajLeaderboards](https://www.spigotmc.org/resources/85548/)** +> NO DOWNLOAD COMMAND + +Description of placeholders: https://wiki.ajg0702.us/ajleaderboards/setup/placeholders + +**(<> = required)** +``` +%ajleaderboards_board___name% +%ajleaderboards_board___value% +%ajleaderboards_position_% +%ajleaderboards_board___prefix% +%ajleaderboards_board___suffix% +%ajleaderboards_board___color% +``` +---- + - ### **[ajParkour](https://www.spigotmc.org/resources/60909/)** > NO DOWNLOAD COMMAND +Description of placeholders: https://wiki.ajg0702.us/ajparkour/setup/placeholders + +**(<> = required)** ``` -%ajpk_current% -%ajpk_stats_top_name_% -%ajpk_stats_top_score_% +%ajpk_stats_top_name_% +%ajpk_stats_top_name__% +%ajpk_stats_top_score_% +%ajpk_stats_top_score__% +%ajpk_stats_top_time_% %ajpk_stats_highscore% +%ajpk_stats_highscore_% +%ajpk_current% +%ajpk_jumping% ``` ----