Commit Graph

115 Commits

Author SHA1 Message Date
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
Andre_601 66a7a6d199
Add Checkboxes 2021-03-08 15:53:04 +01:00
Andre_601 1d7bf239ea
Update feature_request_old.md 2021-03-08 15:44:41 +01:00
Andre_601 43a5db7711
fix unique name 2021-03-08 15:44:10 +01:00
Andre_601 d640d801e6
Create feature_request.yml 2021-02-28 11:00:23 +01:00
Andre_601 b5c70dedcb
Rename feature_request.md to feature_request_old.md 2021-02-28 10:48:06 +01:00
Andre_601 a8bcf0e14d
Create bug_report.yml 2021-02-28 10:41:15 +01:00
Andre_601 0c13004040
Start using new Issue template system 2021-02-28 10:05:16 +01:00
Andre_601 6b04b6c39b
Use pull_request_target 2021-02-10 15:29:33 +01:00
Andre_601 021d5b1f47
Update label-commenter-config.yml 2021-02-10 15:29:03 +01:00
Andre_601 155fc0592a
Branch is actually called development 2021-02-09 04:01:29 +01:00
Andre_601 c3ee5bbdc0
Actually was renamed too 2021-01-11 22:28:32 +01:00
Andre_601 fb70ba6403
Update invalid link 2021-01-11 22:22:34 +01:00
Andre_601 f605db479b
Improve message 2021-01-11 22:16:39 +01:00
Andre_601 c9492564e0
Mention Discussion entry 2021-01-06 16:42:32 +01:00
Andre_601 0c826a288e
Link to the wiki folder 2021-01-06 14:40:33 +01:00
Andre_601 e8b5660eda
Use invalid on PR too 2020-12-28 22:17:01 +01:00
Andre_601 69f0ede0c6
Also check for PRs 2020-12-28 21:45:54 +01:00
Andre_601 480f13a3ce
Now this should work 2020-12-28 15:46:06 +01:00
Andre_601 e83eba9226
fix missing linebreak 2020-12-27 18:33:20 +01:00
Andre_601 278a5a4096
mention paste url 2020-12-27 14:12:01 +01:00