Commit Graph

41 Commits

Author SHA1 Message Date
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 7750ba7033dc9fdf40d55fcd9ecc20a94819a7c1)

* 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 f5386d4ca55c23b54f3c5f952f08040b0967f4a3)

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

(cherry picked from commit ef5cd9d37680cc6cc1321ef2e04af09b44a2c681)

* 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 ccf4f5934386b005831757d298e2da9d8f46cb1a)

* Re-add NotNull's

(cherry picked from commit 2bfd8e7e5efb25f648b8a6de934b1eff675481b1)

* 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
PiggyPiglet
f0dccbd594 update gradle 2021-01-03 23:35:37 +08:00
darbyjack
3cd665a159
Javadoc Changes
- Don't fail on error
- Add license to new files that were merged
2020-12-13 18:58:55 -06:00
Andre601
59cd5982ad Complete fix 2020-12-14 01:52:46 +01:00
PiggyPiglet
f799835dd0
Merge pull request #429 from MrIvanPlays/patch/gradle-improvements
Attach sources and javadoc jar when deploying
2020-12-14 07:58:07 +08:00
darbyjack
f52bdbc458
Compile under 1.16.4 + add new NMS support 2020-11-02 14:35:55 -06:00
darbyjack
325cd2d284
Added support for 1.16.2 NMS changes 2020-09-06 16:39:15 -05:00
MrIvanPlays
eb5a93dce2
Attach sources and javadoc jar when deploying 2020-08-09 10:22:21 +03:00
extendedclip
b73d00e169 bstats might have an issue? 2020-08-06 14:05:33 -04:00
extendedclip
02669e2435 Set builds to 2.10.10-dev 2020-08-04 12:47:05 -04:00
extendedclip
3d2fca277f 2.10.9 RELEASE 2020-08-04 12:29:50 -04:00
extendedclip
542ffd6b7b Rename dependency variable 2020-08-03 15:38:53 -04:00
extendedclip
2a559fd240 Fix quotations 2020-08-03 15:23:48 -04:00
extendedclip
0982505574 Maybe this will include the jetbrains annotations in the pom? 2020-08-03 10:00:59 -04:00
extendedclip
c38ecfc16c Bump to 2.10.9 dev builds 2020-08-01 00:06:41 -04:00
extendedclip
105b116529 2.10.8 2020-07-31 23:15:08 -04:00
extendedclip
6a78ff88d3 Include daddy codestyle in project 2020-07-31 23:04:06 -04:00
extendedclip
dcc8dad4ea Format to Daddy code style 2020-07-31 22:52:07 -04:00
extendedclip
cee6984818 Don't add license to config or plugin.yml 2020-07-31 22:37:00 -04:00
extendedclip
91d370d883 Set artifact id to lower case 2020-07-31 22:07:58 -04:00
extendedclip
e932fabe64 Don't set the name of the jar 2020-07-31 10:46:27 -04:00
extendedclip
8c15cdf7cb remove JSONMessage repo, Update archive file name and license stuff 2020-07-31 10:42:24 -04:00
extendedclip
d053881549 Reset version to 2.10.8-dev 2020-07-30 09:35:11 -04:00
Sxtanna
98fbceeb1d added back packaging node 2020-07-29 18:20:39 -04:00
Sxtanna
592f093566 updated maven publication to remove transitive dependencies 2020-07-29 17:43:05 -04:00
Sxtanna
68402d244b bumped to 2.10.7 2020-07-28 17:36:39 -04:00
Sxtanna
a6ab3a2a03 updated to publish dev builds to the dev repo 2020-07-28 14:47:37 -04:00
Sxtanna
9ef5cedfd6 updated to use credentials from the environment 2020-07-28 14:06:51 -04:00
Sxtanna
8f9b999e5a updated to publish to clip nexus repo 2020-07-28 13:47:28 -04:00
Sxtanna
77d0654a29 updated build to use maven publish plugin 2020-07-28 12:58:06 -04:00
PiggyPiglet
1993b2cd82 replaced single quote from merge with double quote 2020-07-27 15:23:32 +08:00
PiggyPiglet
9291184534 Merge remote-tracking branch 'origin/master' 2020-07-27 15:23:11 +08:00
PiggyPiglet
6d502db694 Licensed all files
Added licensing plugin
2020-07-27 15:21:35 +08:00
Sxtanna
c3e0c1fb64 updated gson 2.8.5 -> 2.8.6 2020-07-26 17:32:28 -04:00
Sxtanna
5ef360e3fe updated build.gradle formatting, and added missing values 2020-07-24 14:47:30 -04:00
darbyjack
ffe2bb28ba
Fix gradle resolve 2020-07-24 10:48:37 -05:00
PiggyPiglet
e0e02f38b6 convert gstring to string 2020-07-24 16:32:18 +08:00
PiggyPiglet
d1bc2f598f fixed build number 2020-07-24 16:27:11 +08:00
Sxtanna
9ddb21220f updated shadow, added test dependencies for jmh and junit 2020-07-20 20:13:32 -04:00
PiggyPiglet
ca8fb3117f fixed resource processing variables 2020-07-15 01:00:01 +08:00
PiggyPiglet
bc0535e2f4 Converted to gradle 2020-07-15 00:56:49 +08:00