From 61a71b9e7329db0a842ec46d6ae420d8cb28683e Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Mon, 31 Aug 2020 02:50:08 +0200 Subject: [PATCH 1/9] Add info about target branch. --- wiki/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wiki/README.md b/wiki/README.md index fa4af2a..6f2e77f 100644 --- a/wiki/README.md +++ b/wiki/README.md @@ -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. From 3fe0f0143cb632bc6304303e7f25318648da2eb9 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Mon, 31 Aug 2020 02:50:30 +0200 Subject: [PATCH 2/9] Add note about wiki PRs --- .github/label-commenter-config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/label-commenter-config.yml b/.github/label-commenter-config.yml index ea41209..32fc0ef 100644 --- a/.github/label-commenter-config.yml +++ b/.github/label-commenter-config.yml @@ -55,6 +55,9 @@ 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) + 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.* action: close - name: 'Target: Wiki' From d5e27252cf9b7116f830a359b461b098f3aa3729 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Mon, 31 Aug 2020 02:52:16 +0200 Subject: [PATCH 3/9] Fix wrong link --- wiki/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/README.md b/wiki/README.md index 6f2e77f..6d67df5 100644 --- a/wiki/README.md +++ b/wiki/README.md @@ -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]. From 7691dd93adca680bf56a49b5ecdd609737da9715 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Wed, 2 Sep 2020 12:08:50 +0200 Subject: [PATCH 4/9] Add and improve responses --- .github/label-commenter-config.yml | 31 +++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/.github/label-commenter-config.yml b/.github/label-commenter-config.yml index 32fc0ef..c6e85af 100644 --- a/.github/label-commenter-config.yml +++ b/.github/label-commenter-config.yml @@ -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: @@ -58,7 +60,7 @@ labels: 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.* + > *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: @@ -76,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 From ac717c76002db18203d444686f9ac8eb36161481 Mon Sep 17 00:00:00 2001 From: xknat Date: Sun, 6 Sep 2020 21:18:26 +0200 Subject: [PATCH 5/9] Added SkinsRestorerPlaceholsers --- wiki/Placeholders.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index 4dd197c..a12a09b 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -248,6 +248,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)** @@ -3469,6 +3470,14 @@ The following placeholders are the same as above but instead of specifying the s ``` ---- +- ### **[SkinsRestorer](https://github.com/SkinsRestorer/SkinsRestorerX)** +> /papi ecloud download SkinsRestorer + +``` +%skinsrestorer_getSkinName% +``` +---- + - ### **[Skript](https://github.com/bensku/Skript)** > /papi ecloud download skript From 2a91d34a652cdc024485b397fa8036c85ea2864c Mon Sep 17 00:00:00 2001 From: xknat Date: Sun, 6 Sep 2020 21:25:06 +0200 Subject: [PATCH 6/9] Added SkinsRestorerPlaceholders --- wiki/Plugins-using-PlaceholderAPI.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wiki/Plugins-using-PlaceholderAPI.md b/wiki/Plugins-using-PlaceholderAPI.md index 544888a..18039fc 100644 --- a/wiki/Plugins-using-PlaceholderAPI.md +++ b/wiki/Plugins-using-PlaceholderAPI.md @@ -753,6 +753,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/skinsrestorer.2124/updates)** + - [ ] Supports placeholders. + - [x] Provides own placeholders. [**[[Link|Placeholders#skinsrestorer]]**] - **[Skript](https://github.com/bensku/Skript)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#skript]]**] From 7998d4d6666d79b85ac71c97eb0f2c64f8e96614 Mon Sep 17 00:00:00 2001 From: xknat Date: Sun, 6 Sep 2020 21:27:00 +0200 Subject: [PATCH 7/9] Add SkinsRestorerPlaceholders --- wiki/Placeholders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index a12a09b..2479e72 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -3470,7 +3470,7 @@ The following placeholders are the same as above but instead of specifying the s ``` ---- -- ### **[SkinsRestorer](https://github.com/SkinsRestorer/SkinsRestorerX)** +- ### **[SkinsRestorer](https://www.spigotmc.org/resources/skinsrestorer.2124/)** > /papi ecloud download SkinsRestorer ``` From 64e0f7e5000c8118d714c9636a65ac68ae52ea72 Mon Sep 17 00:00:00 2001 From: xknat Date: Sun, 6 Sep 2020 21:29:03 +0200 Subject: [PATCH 8/9] Added SkinsRestorerPlaceholders --- wiki/Plugins-using-PlaceholderAPI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Plugins-using-PlaceholderAPI.md b/wiki/Plugins-using-PlaceholderAPI.md index 18039fc..fc9a91c 100644 --- a/wiki/Plugins-using-PlaceholderAPI.md +++ b/wiki/Plugins-using-PlaceholderAPI.md @@ -753,7 +753,7 @@ 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/skinsrestorer.2124/updates)** +- **[SkinsRestorer](https://www.spigotmc.org/resources/2124/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#skinsrestorer]]**] - **[Skript](https://github.com/bensku/Skript)** From 5ab228d1d80d438bbcdb82f5c4e336562590b7f6 Mon Sep 17 00:00:00 2001 From: xknat Date: Sun, 6 Sep 2020 21:30:12 +0200 Subject: [PATCH 9/9] Added SkinsRestorerPlaceholders --- wiki/Placeholders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index 2479e72..09c75ae 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -3470,7 +3470,7 @@ The following placeholders are the same as above but instead of specifying the s ``` ---- -- ### **[SkinsRestorer](https://www.spigotmc.org/resources/skinsrestorer.2124/)** +- ### **[SkinsRestorer](https://www.spigotmc.org/resources/2124/)** > /papi ecloud download SkinsRestorer ```