Merge pull request #867 from Tonnanto/wiki

Added BasicQuests to placeholders and plugins
github-actions[bot] 2022-08-03 12:10:40 +00:00
parent 967d506e65
commit 16fd5707b1
25 changed files with 46 additions and 0 deletions

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

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

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

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

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB