From 0394ba284bb34d024875a6e11ece3a63c46c9d35 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Fri, 28 Aug 2020 14:46:57 +0200 Subject: [PATCH 1/2] Add Streaming Drops (#451) --- wiki/Placeholders.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index 63e0e2f..5321d06 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -259,6 +259,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[SQLTokens](#sqltokens)** - **[Staff Facilities](#staff-facilities)** - **[Statz](#statz)** +- **[Streaming Drops](#streaming-drops)** - **[StrikePractice 2](#strikepractice-2)** - **[stTitles](#sttitles)** - **[SubServers](#subservers)** @@ -3700,6 +3701,21 @@ The following placeholders are the same as above but instead of specifying the s ``` ---- +- ### **[Streaming Drops](https://www.spigotmc.org/resources/76996/)** +> NO DOWNLOAD COMMAND + +``` +%streamingdrops_dropsamount% +%streamingdrops_generaldropsamount% +%streamingdrops_globallivetag% +%streamingdrops_nextdroptime% +%streamingdrops_senddrops% +%streamingdrops_streamerlivetag% +%streamingdrops_topdropsprefix% +%streamingdrops_twitch% +``` + + - ### **[StrikePractice 2](https://www.spigotmc.org/resources/46906/)** > NO DOWNLOAD COMMAND From 762bb409d3b44bfd8467497a552da2442adef49a Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Fri, 28 Aug 2020 14:50:48 +0200 Subject: [PATCH 2/2] Add Streaming Drop https://www.spigotmc.org/resources/76996/ --- wiki/Plugins-using-PlaceholderAPI.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wiki/Plugins-using-PlaceholderAPI.md b/wiki/Plugins-using-PlaceholderAPI.md index 30b291b..21c9a81 100644 --- a/wiki/Plugins-using-PlaceholderAPI.md +++ b/wiki/Plugins-using-PlaceholderAPI.md @@ -795,6 +795,9 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl - **[Statz](https://www.spigotmc.org/resources/25969/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#statz]]**] +- **[Streaming Drops](https://www.spigotmc.org/resources/76996/)** + - [ ] Supports placeholders. + - [x] Provides own placeholders. [**[[Link|Placeholders#streaming-drops]]**] - **[StrikePractice 2](https://www.spigotmc.org/resources/46906/)** - [x] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#strikepractice-2]]**]