mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-13 23:26:48 +01:00
4300bf7d1e
* Update Javadoc documentation * More comments... a lot more! * Remove Gson * Implemented working version for 1.8.8 - 1.16.3 * Improve ExpansionsLoadedEvent's docs * 2021 🥳 * Add contributing and expansion section * Fix invalid link tag * Start using new Issue template system * Create bug_report.yml * Rename feature_request.md to feature_request_old.md * Create feature_request.yml * should it use setBracketPlaceholders?? * fix unique name * Update feature_request_old.md * Add Checkboxes * Add checkboxes * disable default issue body * Delete bug_report_old.md * Delete feature_request_old.md * Rename bug_report_new.yml to bug_report.yml * Check if deleting this fixed the PR... * Use description in favour of about * improve feature_request.md * Update bug_report.yml * Assign "Type: Issue (Unconfirmed)" label * Use lists and not comma-separated string * Update feature_request.yml * Use id option for error and dump fields * Add field for logs * Update Copyright ~ Fixed a typo and updated missed files from #543 * Re-add removed code That should actually NOT be here... * Undo renaming of boolean * Remove deprecated issue_body type * Update feature_request.yml * Improve description of bug_report.yml * Build jars on PR (Compile and build validation) * Initial 1.17 Changes * Extracted URLClassLoader out of try-with-resources block * Close URLClassLoader if Expansion class was not found * Build against Java 8, 11 and 16 * adoPt I always make that mistake... * add render * Cleanup build.gradle (cherry picked from commit7750ba7033
) * Remove the @NotNull's because they are overridden by expansion devs anyways, and it turns out people can make them null anyways. This adds a hashcode check and pretty error for it. (cherry picked from commitf5386d4ca5
) * Fix version checker to compare the individual semver numbers instead of combining it together. (cherry picked from commitef5cd9d376
) * Update src/main/java/me/clip/placeholderapi/updatechecker/UpdateChecker.java Co-authored-by: Andre_601 <11576465+Andre601@users.noreply.github.com> (cherry picked from commitccf4f59343
) * Re-add NotNull's (cherry picked from commit2bfd8e7e5e
) * Removed nullcheck from hashcode, and moved it up the chain. * POJO to help with checking that expansions have all required methods implemented. * Add method implementation checking and nullchecking for fields. * Appease the Pigman * Revert build.gradle dependencies change * Fixed duplicate files * Sync Dev with master (#659) * Add contributing and expansion section * Start using new Issue template system * Create bug_report.yml * Rename feature_request.md to feature_request_old.md * Create feature_request.yml * fix unique name * Update feature_request_old.md * Add Checkboxes * Add checkboxes * disable default issue body * Delete bug_report_old.md * Delete feature_request_old.md * Rename bug_report_new.yml to bug_report.yml * Check if deleting this fixed the PR... * Use description in favour of about * improve feature_request.md * Update bug_report.yml * Assign "Type: Issue (Unconfirmed)" label * Use lists and not comma-separated string * Update feature_request.yml * Use id option for error and dump fields * Add field for logs * Remove deprecated issue_body type * Update feature_request.yml * Improve description of bug_report.yml * Initial 1.17 Changes * add render * Revert build.gradle dependencies change * Fixed duplicate files Co-authored-by: PiggyPiglet <PiggyPiglet@users.noreply.github.com> Co-authored-by: darbyjack <admin@glaremasters.me> * Initial test on adventure * started moving to pure adventure * finished kyori impl * added 1.17 to nmsversion (what does this even do) * removed dev for release * added dev back * Switch to differen wiki action Co-authored-by: darbyjack <admin@glaremasters.me> Co-authored-by: ElijahRus250 <64851720+ElijahRus250@users.noreply.github.com> Co-authored-by: PiggyPiglet <PiggyPiglet@users.noreply.github.com> Co-authored-by: Huynh Tien <huynhqtienvtag@gmail.com> Co-authored-by: Vaishnav Anil <vaishnavanil7th@gmail.com> Co-authored-by: Starmism <iamstarmism@gmail.com> Co-authored-by: PiggyPiglet <noreply@piggypiglet.me>
63 lines
2.7 KiB
YAML
63 lines
2.7 KiB
YAML
name: Feature Request
|
|
description: Suggest a new Feature for PlaceholderAPI
|
|
labels:
|
|
- "Type: Enhancement"
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |-
|
|
Thank you for taking the time in creating this Feature Request.
|
|
In order to process your feature request as fast and efficiently as possible do we ask you to fill out any required fields (Indicated with a red asterisk (`*`)) with the requested information.
|
|
|
|
If you have any further questions should you either [join our Discord Server](https://helpch.at/discord) or [ask in our Discussions](https://github.com/PlaceholderAPI/PlaceholderAPI/discussions).
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Confirmation
|
|
description: Please make sure to have followed the following checks.
|
|
options:
|
|
- label: I checked the Issues and Pull request tab for any existing issues or PRs.
|
|
required: true
|
|
- label: My Feature Request is for **PlaceholderAPI** and not any expansion or other plugin.
|
|
required: true
|
|
- type: dropdown
|
|
attributes:
|
|
label: "Type"
|
|
description: "What type is your Suggestion? Select all that match."
|
|
multiple: true
|
|
options:
|
|
- "New API feature"
|
|
- "New config option"
|
|
- "Minor Code improvement (Won't affect Servers)"
|
|
- "Major Code improvement (Will affect Servers)"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: "Description"
|
|
description: |-
|
|
Give a detailed explanation about your Feature request and why it would be beneficial for PlaceholderAPI.
|
|
Just saying "It's cool!" or "I need it" don't count as valid reasons. It needs to have a clear benefit for **other** players too.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: "Code Example"
|
|
description: |-
|
|
Do you have any Code Snippets that you want to share with us? Paste it here!
|
|
Note that the input will automatically be rendered as Java code, so you won't need to put it into a code block yourself.
|
|
render: java
|
|
- type: input
|
|
attributes:
|
|
label: "Jar file"
|
|
description: |-
|
|
If you already have a PlaceholderAPI Jar with the requested changes would we love to get a download link for it.
|
|
If you don't have a download link can you leave this field empty or provide "N/A" as a response.
|
|
placeholder: "https://cdn.discordapp.com/..."
|
|
- type: textarea
|
|
attributes:
|
|
label: "Additional Information"
|
|
description: |-
|
|
Add any extra info you think is nessesary for this Feature request.
|
|
- When you selected `Major Code improvement (Will affect Servers)` should you mention what will break when people update.
|
|
placeholder: "Put any extra info you like into this field..."
|