From c53d5b2abf84325ed6d9138f0761e0c5f8ea151c Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Thu, 24 Sep 2020 17:06:22 +0200 Subject: [PATCH 1/2] Add Boxing and TicketsGUI - https://www.spigotmc.org/resources/83879/ - https://www.spigotmc.org/resources/68968/ --- wiki/Placeholders.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index c9ad739..4807f5a 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -75,6 +75,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[BetonQuest](#betonquest)** - **[BlockParty](#blockparty)** - **[BlockQuest](#blockquest)** +- **[Boxing](#boxing)** - **[BuildBattlePro](#buildbattlepro)** - **[BungeePerms](#bungeeperms)** - **[BuyCraft](#buycraft)** @@ -275,6 +276,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[The Time](#the-time)** - **[ThemePark](#themepark)** - **[Thirst](#thirst)** +- **[TicketGUI](#ticketgui)** - **[Timed Rewards](#timed-rewards)** - **[Time Tokens](#time-tokens)** - **[TNTRun_Reloaded](#tntrun_reloaded)** @@ -1411,6 +1413,16 @@ Please refer to the [official documentation](https://betonquest.github.io/BetonQ ``` ---- +- ### **[Boxing](https://www.spigotmc.org/resources/83879/)** +> NO DOWNLOAD COMMAND + +``` +%boxing_losses% +%boxing_times_played% +%boxing_wins% +``` +---- + - ### **[BuildBattlePro](https://www.spigotmc.org/resources/49587/)** > /papi ecloud download BuildBattlePro @@ -4011,6 +4023,17 @@ Per Player/Event placeholders: ``` ---- +- ### **[TicketGUI](https://www.spigotmc.org/resources/68968/)** +> NO DOWNLOAD COMMAND + +``` +%ticketgui_blacklist_points_current% +%ticketgui_blacklist_points_max% +%ticketgui_tickets_handled% +%ticketgui_tickets_sent% +``` +---- + - ### **[Timed Rewards](https://www.spigotmc.org/resources/34008/)** > NO DOWNLOAD COMMANDS From 400c0d5b5d7ba899f35ee1891e1a502ffba95911 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Thu, 24 Sep 2020 17:15:07 +0200 Subject: [PATCH 2/2] Add plugins - https://www.spigotmc.org/resources/83879/ - https://www.spigotmc.org/resources/67551/ - https://www.spigotmc.org/resources/68968/ - https://www.spigotmc.org/resources/21692/ --- wiki/Plugins-using-PlaceholderAPI.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/wiki/Plugins-using-PlaceholderAPI.md b/wiki/Plugins-using-PlaceholderAPI.md index 4937388..fafd262 100644 --- a/wiki/Plugins-using-PlaceholderAPI.md +++ b/wiki/Plugins-using-PlaceholderAPI.md @@ -140,6 +140,9 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl - **[BossVote](https://www.spigotmc.org/resources/16497/)** - [x] Supports placeholders. - [ ] Provides own placeholders. [Link] +- **[Boxing](https://www.spigotmc.org/resources/83879/)** + - [ ] Supports placeholders. + - [x] Provides own placeholders. [**[[Link|Placeholders#boxing]]**] - **[Broadcaster Plugin](https://dev.bukkit.org/projects/broadcaster-plugin)** - [x] Supports placeholders. - [ ] Provides own placeholders. [Link] @@ -681,6 +684,9 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl - **[RankedHelp](https://www.spigotmc.org/resources/61919/)** - [x] Supports placeholders. - [ ] Provides own placeholders. [Link] +- **[RankJoin](https://www.spigotmc.org/resources/67551/)** + - [x] Supports placeholders. + - [ ] Provides own placeholders. [Link] - **[Rankup](https://www.spigotmc.org/resources/17933/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#rankup]]**] @@ -846,6 +852,9 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl - **[Thirst](https://www.spigotmc.org/resources/3316/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#thirst]]**] +- **[TicketGUI](https://www.spigotmc.org/resources/68968/)** + - [ ] Supports placeholders. + - [x] Provides own placeholders. [**[[Link|Placeholders#ticketgui]]**] - **[Timed Rewards](https://www.spigotmc.org/resources/34008/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#timed-rewards]]**] @@ -870,6 +879,9 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl - **[TownyChat](https://github.com/TownyAdvanced/TownyChat)** - [x] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#townychat]]**] +- **[TpLogin](https://www.spigotmc.org/resources/21692/)** + - [x] Supports placeholders. + - [ ] Provides own placeholders. [Link] - **[TransmuteIt](https://www.spigotmc.org/resources/76287/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#transmuteIt]]**]