Commit Graph

135 Commits

Author SHA1 Message Date
Andre_601 604fed36a4
Man, this file is outdated... 2024-02-25 00:14:41 +01:00
Andre_601 b96e535aaa
Update wiki link in PR template 2024-01-27 00:58:11 +01:00
Andre_601 2c7767e77d
fix github admonition blocks 2024-01-22 20:12:39 +01:00
Andre_601 195158b18b
Use new format for note block [skip ci] 2023-08-01 03:27:15 +02:00
Andre_601 83261eee49
Update canned responses. 2022-07-03 20:12:45 +02:00
Andre_601 0b068470ac
Update CODEOWNERS 2022-07-01 13:06:22 +02:00
Andre_601 f3cb7635c2
Update old links 2022-06-30 22:51:34 +02:00
Andre_601 8e21a76118
Update bug_report.yml 2022-06-30 22:26:13 +02:00
Andre_601 1dad2381e5
Delete wiki action (Not needed) 2022-06-30 22:16:06 +02:00
Glare d9bab03e3b
Merge pull request #773 from PlaceholderAPI/feature/update-contributing 2022-06-25 15:47:54 -05:00
Andre_601 52119682f3
Use custom quote block in automatic replies 2022-05-20 17:04:38 +02:00
Andre_601 a56b3b62b9
Update to v3 wiki action 2022-04-28 21:30:52 +02:00
Andre_601 3bc6ad0f06
Also update label-commenter-config 2022-03-12 01:20:21 +01:00
Andre_601 bb149811d4
Update label-commenter-config.yml 2022-03-12 01:16:33 +01:00
Andre_601 666ab468a1
Link to docs/wiki branch README 2022-01-30 12:03:42 +01:00
Andre_601 cd9074203c
Update label-commenter-config.yml 2022-01-03 00:19:58 +01:00
Andre_601 38d77ff4ca
Update label-commenter-config.yml 2022-01-03 00:17:23 +01:00
Andre_601 69fd180c9b
Update CONTRIBUTING.md 2021-12-25 16:55:05 +01:00
Andre_601 38e6e02e1b
Not sure how I missed that... 2021-12-25 15:53:07 +01:00
Andre_601 a71b8657f1
Update Contributing file 2021-12-25 15:50:17 +01:00
Andre_601 b9a5f4445f
Merge pull request #731 from PlaceholderAPI/feature/automatic-release-drafting
Add release.yml for automatic release drafts
2021-11-29 01:36:03 +01:00
Andre_601 d68af58df5
Make name of job only show java version 2021-11-11 13:49:48 +01:00
Andre_601 6e1eb88585
Add release.yml for automatic release drafts 2021-10-09 18:39:13 +02:00
Andre_601 6f5853746d
fix wiki action... again 2021-10-01 14:17:21 +02:00
Andre_601 416fbc0e3e
Merge branch 'docs/wiki' into master 2021-10-01 14:16:06 +02:00
Andre_601 04f2c85722
fix e-mail env 2021-09-10 01:58:46 +02:00
Andre_601 f7dc184899
Update label-commenter-config.yml 2021-09-09 18:32:37 +02:00
Andre_601 4300bf7d1e
Pull latest changes from master into docs/wiki (#712)
* 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 commit 7750ba7033)

* 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 commit f5386d4ca5)

* Fix version checker to compare the individual semver numbers instead of combining it together.

(cherry picked from commit ef5cd9d376)

* Update src/main/java/me/clip/placeholderapi/updatechecker/UpdateChecker.java

Co-authored-by: Andre_601 <11576465+Andre601@users.noreply.github.com>
(cherry picked from commit ccf4f59343)

* Re-add NotNull's

(cherry picked from commit 2bfd8e7e5e)

* 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>
2021-09-09 18:31:29 +02:00
Andre_601 1dd3e1fc0d
Switch to differen wiki action 2021-08-26 22:42:05 +02:00
Andre_601 0fa592383f
Merge branch 'development' into master 2021-07-01 16:16:29 +02:00
Andre_601 438a665b74
add render 2021-06-27 14:31:15 +02:00
Andre_601 af268c4941
adoPt
I always make that mistake...
2021-06-25 16:33:27 +02:00
Andre_601 4c4b1602d9
Build against Java 8, 11 and 16 2021-06-25 16:32:45 +02:00
Andre_601 748b9f33f7
Build jars on PR (Compile and build validation) 2021-04-26 18:05:42 +02:00
Andre_601 d14f319eb4
Improve description of bug_report.yml 2021-04-21 14:30:46 +02:00
Andre_601 91af12f575
Update feature_request.yml 2021-04-21 14:24:40 +02:00
Andre_601 5dbbe01b95
Remove deprecated issue_body type 2021-04-21 14:24:14 +02:00
Andre_601 8f796e3940
Add field for logs 2021-03-26 14:53:02 +01:00
Andre_601 bf1527a40f
Use id option for error and dump fields 2021-03-26 14:42:20 +01:00
Andre_601 d221a3f38a
Update feature_request.yml 2021-03-11 22:08:51 +01:00
Andre_601 f62980606a
Use lists and not comma-separated string 2021-03-11 22:07:48 +01:00
Andre_601 c2ab9f5b85
Assign "Type: Issue (Unconfirmed)" label 2021-03-08 18:08:35 +01:00
Andre_601 375e743124
Update bug_report.yml 2021-03-08 18:06:10 +01:00
Andre_601 78f76c8343
improve feature_request.md 2021-03-08 17:51:42 +01:00
Andre_601 33e4743e89
Use description in favour of about 2021-03-08 17:36:34 +01:00
Andre_601 a7d92f569f
Rename bug_report_new.yml to bug_report.yml 2021-03-08 16:12:25 +01:00
Andre_601 73f55735b4
Delete feature_request_old.md 2021-03-08 16:10:43 +01:00
Andre_601 a15c6b4855
Delete bug_report_old.md 2021-03-08 16:10:34 +01:00
Andre_601 48f7ffe089
disable default issue body 2021-03-08 15:59:52 +01:00
Andre_601 c607338003
Add checkboxes 2021-03-08 15:56:26 +01:00