Merge pull request #867 from Tonnanto/wiki

Added BasicQuests to placeholders and plugins
This commit is contained in:
Andre_601 2022-08-03 14:10:18 +02:00 committed by GitHub
commit 2683695839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 0 deletions

View File

@ -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_<index>% - Formatted quest at the given index
%bquests_<index>_title% - Title of the quest at the given index
%bquests_<index>_progress% - Progress of the quest at the given index
%bquests_<index>_left% - Amount of (actions) left to complete the quest at the given index
%bquests_<index>_<linenumber>% - Title of a given quest split into 4 lines that fit on a sign.
%bquests_<index>_reward_<linenumber>% - Reward of a given quest split into 2 lines. Handy for Scoreboards
```
----
- ### **[BattleLevels](https://www.spigotmc.org/resources/2218/)**
> NO DOWNLOAD COMMAND

View File

@ -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]]**]