Merge pull request #466 from xknat/patch-1

Added SkinsRestorerPlaceholders
This commit is contained in:
Andre_601
2020-09-06 22:37:15 +02:00
committed by GitHub
4 changed files with 46 additions and 6 deletions

View File

@@ -249,6 +249,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th
- **[SimplePrefix](#simpleprefix)**
- **[Simple Suffix](#simple-suffix)**
- **[SkillAPI](#skillapi)**
- **[SkinsRestorer](#skinsrestorer)**
- **[Skript](#skript)**
- **[Skywars](#skywars)**
- **[Skywars X](#skywars-x)**
@@ -3505,6 +3506,14 @@ The following placeholders are the same as above but instead of specifying the s
```
----
- ### **[SkinsRestorer](https://www.spigotmc.org/resources/2124/)**
> /papi ecloud download SkinsRestorer
```
%skinsrestorer_getSkinName%
```
----
- ### **[Skript](https://github.com/bensku/Skript)**
> /papi ecloud download skript

View File

@@ -759,6 +759,9 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl
- **[SkillAPI](https://www.spigotmc.org/resources/4824/)**
- [ ] Supports placeholders.
- [x] Provides own placeholders. [**[[Link|Placeholders#skillapi]]**]
- **[SkinsRestorer](https://www.spigotmc.org/resources/2124/)**
- [ ] Supports placeholders.
- [x] Provides own placeholders. [**[[Link|Placeholders#skinsrestorer]]**]
- **[Skript](https://github.com/bensku/Skript)**
- [ ] Supports placeholders.
- [x] Provides own placeholders. [**[[Link|Placeholders#skript]]**]

View File

@@ -1,6 +1,6 @@
[Wiki]: https://github.com/PlaceholderAPI/PlaceholderAPI/wiki
[Placeholders]: https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders
[Plugins using PlaceholderAPI]: https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders
[Plugins using PlaceholderAPI]: https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Plugins-using-PlaceholderAPI
# Wiki
This is the wiki folder. It contains all pages that you can find in our [Wiki].
@@ -8,6 +8,10 @@ It allows you to suggest changes through Pull request while keeping a simple way
If you want to contribute towards the wiki would we highly recommend to follow the below contributing Guidelines, to keep the overal style of the wiki intact.
## Target branch
The wiki is handled on a separate branch called `docs/wiki`.
When making a Pull request, make sure to target this specific branch. Any PR not targeting this branch may either be closed or the target changed.
## Adding your resource(s)
If you have one or multiple resources that support PlaceholderAPI (being it by just supporting placeholders from other plugins, or providing your own) can you add them to the wiki in the following ways.