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
commit d4f0eb91ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 46 additions and 6 deletions

View File

@ -10,7 +10,7 @@ labels:
Please report this issue to the Expansion's main issue-tracker.
> *This is an automated response.*
> *This is an automated response created by a GitHub-Action. Responding to or mentioning this bot has no effect!*
- name: 'Type: Duplicate'
labeled:
issue:
@ -19,7 +19,7 @@ labels:
Please comment on the already existing issue with your information instead of opening your own.
> *This is an automated response.*
> *This is an automated response created by a GitHub-Action. Responding to or mentioning this bot has no effect!*
action: close
- name: 'Problem: More info required'
labeled:
@ -36,12 +36,14 @@ labels:
The easiest way to provide those information is through the `/papi dumb` command which posts the required information and gives a URL to share.
> *This is an automated response.*
> *This is an automated response created by a GitHub-Action. Responding to or mentioning this bot has no effect!*
unlabeled:
issue:
body: |-
Thank you for providing additional information.
We will take a look at the issue you encounter and come back to you with a possible solution.
> *This is an automated response created by a GitHub-Action. Responding to or mentioning this bot has no effect!*
- name: 'Type: Invalid'
labeled:
issue:
@ -55,7 +57,10 @@ labels:
- [Bug Report](https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=bug_report.md)
- [Feature Request](https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=feature_request.md)
> *This is an automated response.*
If you want changes to be made towards the Wiki, would we encourage you to [Make a Pull request](https://github.com/PlaceholderAPI/PlaceholderAPI/pulls).
You can find more information about this process on the [Wiki's Readme](https://github.com/PlaceholderAPI/PlaceholderAPI/blob/master/wiki/README.md).
> *This is an automated response created by a GitHub-Action. Responding to or mentioning this bot has no effect!*
action: close
- name: 'Target: Wiki'
labeled:
@ -73,4 +78,23 @@ labels:
If you have any questions about submitting a PR for the wiki or have any other questions don't hesitate to ask us about it.
> *This is an automated response.*
> *This is an automated response created by a GitHub-Action. Responding to or mentioning this bot has no effect!*
- name: 'Type: Not a bug'
labeled:
issue:
body: |-
The issue you encounter is not considered a bug and rather an intentional behaviour of PlaceholderAPI and/or one of its expansions.
If you still believe that it is a bug, provide more information and a maintainer of this repository may look at it more closely.
Before providing more info, always make sure to use the latest version of PlaceholderAPI, as the issue you encounter might already be fixed in a newer version.
Optionally can you also try out [development builds](https://ci.extendedclip.com/job/PlaceholderAPI/) and see if the issue was fixed there.
> *This is an automated response created by a GitHub-Action. Responding to or mentioning this bot has no effect!*
action: close
unlabeled:
issue:
body: |-
After further investigation is the issue you encounter indeed considered a bug and we will try to fix it as soon as possible.
> *This is an automated response created by a GitHub-Action. Responding to or mentioning this bot has no effect!*
action: open

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.