From 73f9e93192431d6a587d1fcdfd1255bd33ff7321 Mon Sep 17 00:00:00 2001 From: Andre_601 Date: Sun, 5 Nov 2023 15:01:59 +0100 Subject: [PATCH 1/3] [Wiki] Add AdvancedServerList --- Plugins-using-PlaceholderAPI.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Plugins-using-PlaceholderAPI.md b/Plugins-using-PlaceholderAPI.md index 44d054a..a646476 100644 --- a/Plugins-using-PlaceholderAPI.md +++ b/Plugins-using-PlaceholderAPI.md @@ -56,6 +56,9 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ - **[AdvancedModReq](https://www.spigotmc.org/resources/40528/)** - [x] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#advancedmodreq]]**] +- **[AdvancedServerList](https://modrinth.com/plugin/advancedserverlist)** + - [x] Supports placeholders. + - [x] Provides own placeholders. [**[[Link|Placeholders#advancedserverlist]]**] - **[Advance Tab](https://www.spigotmc.org/resources/21958/)** - [x] Supports placeholders. - [ ] Provides own placeholders. [Link] From 995d5c892f3490cc087530a0db77d4ea4b817870 Mon Sep 17 00:00:00 2001 From: Andre_601 Date: Sun, 5 Nov 2023 15:04:29 +0100 Subject: [PATCH 2/3] Add entry to Placeholders.md --- Placeholders.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/Placeholders.md b/Placeholders.md index a1da07e..61adb1a 100644 --- a/Placeholders.md +++ b/Placeholders.md @@ -15,7 +15,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th > You can find a comprehensive guide on how to do this on the [Wiki's README file](https://github.com/PlaceholderAPI/PlaceholderAPI/blob/wiki/README.md). - [Standalone](#standalone) - - ### **A** + - ### **A** - **[Advancements](#advancements)** - **[Animations](#animations)** - **[Armor](#armor)** @@ -136,6 +136,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[AdvancedCustomMenu+](#advancedcustommenu)** - **[AdvancedLottery](#advancedlottery)** - **[AdvancedModReq](#advancedmodreq)** + - **[AdvancedServerList](#advancedserverlist)** - **[ajLeaderboards](#ajleaderboards)** - **[ajParkour](#ajparkour)** - **[AlonsoLevels](#alonsolevels)** @@ -1767,6 +1768,23 @@ Please see [this discussion][list] for a list of all expansions officially maint ---- +- ### **[AdvancedServerList](https://modrinth.com/plugin/advancedserverlist)** + > NO DOWNLOAD COMMAND + + For more info, visit the [wiki](https://asl.andre601.ch/placeholderapi/#own-placeholders) of the plugin. + + ``` + %asl_motd% + %asl_favicon% + %asl_playercount_hover% + %asl_playercount_extraplayers% + %asl_playercount_maxplayers% + %asl_playercount_text% + %asl_server_playersmax% + ``` + +---- + - ### **[ajLeaderboards](https://www.spigotmc.org/resources/85548/)** > NO DOWNLOAD COMMAND From 4cdecf4b5f01dc84e15a158f64ab52d2c01366af Mon Sep 17 00:00:00 2001 From: Andre_601 Date: Sun, 5 Nov 2023 15:05:52 +0100 Subject: [PATCH 3/3] Remove useless extra space --- Placeholders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Placeholders.md b/Placeholders.md index 61adb1a..69b90a6 100644 --- a/Placeholders.md +++ b/Placeholders.md @@ -15,7 +15,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th > You can find a comprehensive guide on how to do this on the [Wiki's README file](https://github.com/PlaceholderAPI/PlaceholderAPI/blob/wiki/README.md). - [Standalone](#standalone) - - ### **A** + - ### **A** - **[Advancements](#advancements)** - **[Animations](#animations)** - **[Armor](#armor)**