From 65233871848cd32345f9f0b0f136394788caaccb Mon Sep 17 00:00:00 2001 From: Anton Stamme Date: Wed, 3 Aug 2022 13:30:55 +0200 Subject: [PATCH] Added BasicQuests to placeholders and plugins --- Placeholders.md | 20 ++++++++++++++++++++ Plugins-using-PlaceholderAPI.md | 3 +++ 2 files changed, 23 insertions(+) diff --git a/Placeholders.md b/Placeholders.md index 3e81803..9c641cb 100644 --- a/Placeholders.md +++ b/Placeholders.md @@ -147,6 +147,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - ### **B** - **[BankSystem](#banksystem)** + - **[BasicQuests](#basicquests)** - **[BattleLevels](#battlelevels)** - **[BeautyQuests](#beautyquests)** - **[BedWars1058](#bedwars1058)** @@ -1897,6 +1898,25 @@ Please see [this discussion][list] for a list of all expansions officially maint ---- +- ### **[BasicQuests](https://www.spigotmc.org/resources/87972/)** + > NO DOWNLOAD COMMAND + + Find examples of how the placeholders can be used on [signs](https://github.com/Tonnanto/BasicQuests/tree/v0.3.2#signs) and [scoreboards](https://github.com/Tonnanto/BasicQuests/tree/v0.3.2#scoreboards). + + ``` + %bquests% - (formatted, multiline) list of a players quests + %bquests_detail% - (formatted, multiline) list of a players quests and rewards + %bquests_count% - Amount of quests a player has + %bquests_% - Formatted quest at the given index + %bquests__title% - Title of the quest at the given index + %bquests__progress% - Progress of the quest at the given index + %bquests__left% - Amount of (actions) left to complete the quest at the given index + %bquests__% - Title of a given quest split into 4 lines that fit on a sign. + %bquests__reward_% - Reward of a given quest split into 2 lines. Handy for Scoreboards + ``` + +---- + - ### **[BattleLevels](https://www.spigotmc.org/resources/2218/)** > NO DOWNLOAD COMMAND diff --git a/Plugins-using-PlaceholderAPI.md b/Plugins-using-PlaceholderAPI.md index 91f6f29..b267964 100644 --- a/Plugins-using-PlaceholderAPI.md +++ b/Plugins-using-PlaceholderAPI.md @@ -110,6 +110,9 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ - **[BannerBoard](https://www.spigotmc.org/resources/20435/)** - [x] Supports placeholders. - [ ] Provides own placeholders. [Link] +- **[BasicQuests](https://www.spigotmc.org/resources/87972/)** + - [ ] Supports placeholders. + - [x] Provides own placeholders. [**[[Link|Placeholders#basicquests]]**] - **[BattleLevels](https://www.spigotmc.org/resources/2218/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#battlelevels]]**]