Releases: milkdrinkers/Minecraft-Plugin-Template
Releases · milkdrinkers/Minecraft-Plugin-Template
1.2.1
New Features
- colorparser 4.0.0-RC.1 (3d47c27 by @darksaid98)
- use custom logger with thread-util (f942f46 by @darksaid98)
- cleanup class definitions (0d32269 by @darksaid98)
- command:
- translate translations command (97c5ae3 by @darksaid98)
- add dump to upload server log & configs (1430b51 by @darksaid98)
Bug Fixes
- remove deprecated method in command handler (f4a4840 by @darksaid98)
- clarify logging message in db config (9205e4b by @darksaid98)
Build System & Dependencies
- bump viaversion to latest in runServer (fad0f35 by @darksaid98)
- bump the org-flywaydb group with 3 updates (72d63ab & 9c454ab & 4a2aa69 & 6e2372f by @dependabot[bot])
- bump commandapi from 10.1.0 to 10.1.1 (e4ebed6 by @dependabot[bot])
- bump com.gradleup.shadow from 8.3.7 to 8.3.8 (4c990cf by @dependabot[bot])
- bump org.mariadb.jdbc:mariadb-java-client from 3.5.3 to 3.5.4 (d6a8e72 by @dependabot[bot])
- bump org.xerial:sqlite-jdbc from 3.50.1.0 to 3.50.2.0 (28e9595 by @dependabot[bot])
- bump org.testcontainers:testcontainers-bom from 1.21.2 to 1.21.3 (dac3d35 by @dependabot[bot])
- bump io.papermc.paper:paper-api (66619c8 & 6e546b0 by @dependabot[bot])
- bump gradle wrapper version (1fe80e3 by @darksaid98)
- bump commandapi from 9.7.0 to 10.1.0 (5ddeae0 by @dependabot[bot])
- bump com.gradleup.shadow from 8.3.6 to 8.3.7 (62b2654 by @dependabot[bot])
- bump org.junit:junit-bom from 5.13.1 to 5.13.2 (40f4e85 by @dependabot[bot])
- bump org.testcontainers:testcontainers-bom from 1.21.1 to 1.21.2 (01291cf by @dependabot[bot])
- bump org.xerial:sqlite-jdbc from 3.49.1.0 to 3.50.1.0 (fdd291c by @dependabot[bot])
- bump org.testcontainers:testcontainers-bom from 1.21.0 to 1.21.1 (6cba8db by @dependabot[bot])
- bump com.github.retrooper:packetevents-spigot from 2.7.0 to 2.8.0 (de78ccf by @dependabot[bot])
- bump org.gradle.toolchains.foojay-resolver-convention (4dce2cf & b057a47 by @dependabot[bot])
- bump org.junit:junit-bom from 5.12.2 to 5.13.1 (21be2f3 by @dependabot[bot])
- bump the org-flywaydb group across 1 directory with 3 updates (8a5f3ae by @dependabot[bot])
- bump the org-jooq group with 2 updates (c1412e9 by @dependabot[bot])
- bump dev.triumphteam:triumph-gui from 3.1.11 to 3.1.12 (910b201 by @dependabot[bot])
- bump com.mysql:mysql-connector-j from 9.2.0 to 9.3.0 (38220e9 by @dependabot[bot])
- bump io.github.milkdrinkers:threadutil-bukkit from 1.0.0 to 1.2.0 (0ed3a21 by @dependabot[bot])
- bump org.testcontainers:testcontainers-bom from 1.20.6 to 1.21.0 (66cc94f by @dependabot[bot])
- bump org.junit:junit-bom from 5.12.1 to 5.12.2 (3afcc58 by @dependabot[bot])
CI
- bump stefanzweifel/git-auto-commit-action from 5 to 6 (05c1ab1 by @dependabot[bot])
Code Style
- reformat (3e6a0da by @darksaid98)
Full Changelog: 1.2.0...1.2.1
1.2.0
New Features
- update dependencies to latest versions (5d93ec6 by @darksaid98)
- add listener list (3c79684 by @darksaid98)
- use version-watch to check version (5a11115 by @darksaid98)
- onReload method (17b9518 by @darksaid98)
- add hook & handler systems (171cee9 by @darksaid98)
- improve reloadable (117c134 by @darksaid98)
- disable plugin if database fails to start (6271d41 by @darksaid98)
- add advanced database migration examples (ba4f9dc by @darksaid98)
- translation system (a9b0570 by @darksaid98)
- update Crate to 2.0.0 (0c7ce31 by @darksaid98)
- update checker (7e71fe4 by @darksaid98)
- protocollib hook (82ad860 by @darksaid98)
- BStats hook (c2ba0c4 by @darksaid98)
- plugin hook example (84f0eba by @darksaid98)
- command:
- add translation related commands (d53d881 by @darksaid98)
- commandapi:
- unregister commands on disable (af583c5 by @darksaid98)
- use plugin namespace (f0fcd80 by @darksaid98)
- be lenient to minor versions (727ffc2 by @darksaid98)
- crowdin:
- add sane defaults (fb30f5a by @darksaid98)
- database:
- add query utils class (43b44a1 by @darksaid98)
- simple java migration example (1d76887 by @darksaid98)
- add bit to example (8eaccd0 by @darksaid98)
- add testing and support more database types (113bce6 by @darksaid98)
- hook:
- add hook interface (cbcb094 by @darksaid98)
- add packetevents hook (72e41ae by @darksaid98)
- hooks:
- add placeholder api boilerplate (d78b9b7 by @darksaid98)
- translation:
- crowdin support (07dd6e1 by @darksaid98)
- utility:
- add fileutils class (5661df1 by @darksaid98)
Bug Fixes
- loading issue (f992933 by @darksaid98)
- remove old papi hook (ee1d2d4 by @darksaid98)
- wrong database warning name (0dd3f7d by @darksaid98)
- fully soft-depend on vault (0b8114b by @darksaid98)
- bstats:
- catch startup errors (d1a2c79 by @darksaid98)
- command:
- error handling in translation test (050b7f2 by @darksaid98)
- commandapi:
- fix example hover text in cmd (8dd8528 by @darksaid98)
- database:
- remove testonly annotation (7ad0ca3 by @darksaid98)
- java migration build step (588e88c by @darksaid98)
- hooks:
- papi soft depend (591cfbf by @darksaid98)
- protocollib soft depend (421de68 by @darksaid98)
- papi:
- register placeholder expansion (0b389b7 by @darksaid98)
- translation:
- command suggestions (def3fdb by @darksaid98)
- broken import (e89e6a3 by @darksaid98)
Build System & Dependencies
- bump the org-jooq group across 1 directory with 2 updates (bd20fa2 by @dependabot[bot])
- bump the org-flywaydb group across 1 directory with 3 updates (2344a99 & cdc3b1b by @dependabot[bot])
- add custom buildscript plugins (7cf5198 by @darksaid98)
- keep flyway & jooq plugins same as dep (756b037 by @darksaid98)
- add jakarta to supress silly jvm errors (1fa94d0 by @darksaid98)
- add more robust gradle properties (0ea9780 by @darksaid98)
- bump org.testcontainers:testcontainers-bom from 1.20.5 to 1.20.6 (8e5fdd9 by @dependabot[bot])
- bump the org-flywaydb group with 3 updates (d42efb9 & 66681ff & 4b85776 & 4f19599 & d37a419 & e3f8bd3 & 55eab0b & bc95c19 & 72d79e1 & dd96ee0 & cc73d39 & e4659fb & 676b749 & 0f78b2a & e226539 & 7855b36 & dee3768 & 7639958 & 50ac21d & 200cf63 by @dependabot[bot])
- change to actively maintained plugin-yml (e615c2a by @darksaid98)
- bump org.testcontainers:testcontainers-bom from 1.20.4 to 1.20.5 (f4e51dd by @dependabot[bot])
- bump the org-jooq group with 2 updates (c3e41a8 & 030b7da & abdbcf1 & 771c6e6 & a447031 & 9bf6f69 & 193f4ff & 470d72d & b83fa01 & ff5b3f9 & 3316ec3 & b5ec8ae & a4737f1 & 55f8888 & f89da6a & b3078ef by @dependabot[bot])
- bump org.junit:junit-bom from 5.11.4 to 5.12.0 (fc2fa6f by @dependabot[bot])
- bump org.xerial:sqlite-jdbc from 3.49.0.0 to 3.49.1.0 (bb3aad1 by @dependabot[bot])
- bump org.mariadb.jdbc:mariadb-java-client from 3.5.1 to 3.5.2 (6a6b00f by @dependabot[bot])
- bump org.xerial:sqlite-jdbc from 3.48.0.0 to 3.49.0.0 (a9d30a7 by @dependabot[bot])
- bump com.gradleup.shadow from 8.3.5 to 8.3.6 (00d7673 by @dependabot[bot])
- bump org.jetbrains:annotations from 26.0.1 to 26.0.2 (ada9496 by @dependabot[bot])
- bump com.mysql:mysql-connector-j from 9.1.0 to 9.2.0 (5a32ec1 by @dependabot[bot])
- bump org.xerial:sqlite-jdbc from 3.47.2.0 to 3.48.0.0 (419dbb2 by @dependabot[bot])
- bump org.xerial:sqlite-jdbc from 3.47.1.0 to 3.47.2.0 (dd5288e by @dependabot[bot])
- bump org.junit:junit-bom from 5.11.3 to 5.11.4 (e93c403 by @dependabot[bot])
- bump com.github.retrooper:packetevents-spigot from 2.6.0 to 2.7.0 (00c0aa4 by @dependabot[bot])
- bump dev.triumphteam:triumph-gui from 3.1.10 to 3.1.11 (060bdcd by @dependabot[bot])
- bump io.papermc.paperweight.userdev from 1.7.6 to 1.7.7 (2b34221 by @dependabot[bot])
- bump commandapi from 9.6.1 to 9.7.0 (18e2ca2 by @dependabot[bot])
- bump io.papermc.paperweight.userdev from 1.7.5 to 1.7.6 (b3e365d by @dependabot[bot])
- bump io.papermc.paper:paper-api (f312a8c & 108f487 & 7219aba & c2e1a20 & 23b492f by @dependabot[bot])
- bump org.gradle.toolchains.foojay-resolver-convention (63dc6f9 by @dependabot[bot])
- bump org.xerial:sqlite-jdbc from 3.47.0.0 to 3.47.1.0 (cd6d59b by @dependabot[bot])
- bump org.mariadb.jdbc:mariadb-java-client from 3.5.0 to 3.5.1 (54b5388 by @dependabot[bot])
- bump org.testcontainers:testcontainers-bom from 1.20.3 to 1.20.4 (02a8c1a by @dependabot[bot])
- bump io.papermc.paperweight.userdev from 1.7.4 to 1.7.5 (f32d10e by @dependabot[bot])
- bump com.zaxxer:HikariCP from 6.1.0 to 6.2.1 (48f1e01 by @dependabot[bot])
- bump com.zaxxer:HikariCP from 6.0.0 to 6.1.0 (725526b by @dependabot[bot])
- bump com.github.retrooper:packetevents-spigot from 2.5.0 to 2.6.0 (2e80e02 by @dependabot[bot])
- bump com.gradleup.shadow from 8.3.4 to 8.3.5 (3091564 by @dependabot[bot])
- bump commandapi from 9.6.0 to 9.6.1 (d31a2e0 by @dependabot[bot])
- bump com.gradleup.shadow from 8.3.3 to 8.3.4 (87f2792 by @dependabot[bot])
- bump io.papermc.paperweight.userdev from 1.7.3 to 1.7.4 (3bc51a6...
1.2.0-RC.8
1.2.0-RC.7
New Features
- add listener list (3c79684 by @darksaid98)
- use version-watch to check version (5a11115 by @darksaid98)
- onReload method (17b9518 by @darksaid98)
- add hook & handler systems (171cee9 by @darksaid98)
- improve reloadable (117c134 by @darksaid98)
- disable plugin if database fails to start (6271d41 by @darksaid98)
- add advanced database migration examples (ba4f9dc by @darksaid98)
- translation system (a9b0570 by @darksaid98)
- update Crate to 2.0.0 (0c7ce31 by @darksaid98)
- update checker (7e71fe4 by @darksaid98)
- protocollib hook (82ad860 by @darksaid98)
- BStats hook (c2ba0c4 by @darksaid98)
- plugin hook example (84f0eba by @darksaid98)
- command:
- add translation related commands (d53d881 by @darksaid98)
- commandapi:
- unregister commands on disable (af583c5 by @darksaid98)
- use plugin namespace (f0fcd80 by @darksaid98)
- be lenient to minor versions (727ffc2 by @darksaid98)
- crowdin:
- add sane defaults (fb30f5a by @darksaid98)
- database:
- add query utils class (43b44a1 by @darksaid98)
- simple java migration example (1d76887 by @darksaid98)
- add bit to example (8eaccd0 by @darksaid98)
- add testing and support more database types (113bce6 by @darksaid98)
- hook:
- add hook interface (cbcb094 by @darksaid98)
- add packetevents hook (72e41ae by @darksaid98)
- hooks:
- add placeholder api boilerplate (d78b9b7 by @darksaid98)
- translation:
- crowdin support (07dd6e1 by @darksaid98)
- utility:
- add fileutils class (5661df1 by @darksaid98)
Bug Fixes
- loading issue (f992933 by @darksaid98)
- remove old papi hook (ee1d2d4 by @darksaid98)
- wrong database warning name (0dd3f7d by @darksaid98)
- fully soft-depend on vault (0b8114b by @darksaid98)
- bstats:
- catch startup errors (d1a2c79 by @darksaid98)
- command:
- error handling in translation test (050b7f2 by @darksaid98)
- commandapi:
- fix example hover text in cmd (8dd8528 by @darksaid98)
- database:
- remove testonly annotation (7ad0ca3 by @darksaid98)
- java migration build step (588e88c by @darksaid98)
- hooks:
- papi soft depend (591cfbf by @darksaid98)
- protocollib soft depend (421de68 by @darksaid98)
- papi:
- register placeholder expansion (0b389b7 by @darksaid98)
- translation:
- command suggestions (def3fdb by @darksaid98)
- broken import (e89e6a3 by @darksaid98)
Build System & Dependencies
- bump the org-flywaydb group with 3 updates (d42efb9 & 66681ff & 4b85776 & 4f19599 & d37a419 & e3f8bd3 & 55eab0b & bc95c19 & 72d79e1 & dd96ee0 & cc73d39 & e4659fb & 676b749 & 0f78b2a & e226539 & 7855b36 & dee3768 & 7639958 & 50ac21d & 200cf63 by @dependabot[bot])
- change to actively maintained plugin-yml (e615c2a by @darksaid98)
- bump org.testcontainers:testcontainers-bom from 1.20.4 to 1.20.5 (f4e51dd by @dependabot[bot])
- bump the org-jooq group with 2 updates (c3e41a8 & 030b7da & abdbcf1 & 771c6e6 & a447031 & 9bf6f69 & 193f4ff & 470d72d & b83fa01 & ff5b3f9 & 3316ec3 & b5ec8ae & a4737f1 & 55f8888 & f89da6a & b3078ef by @dependabot[bot])
- bump org.junit:junit-bom from 5.11.4 to 5.12.0 (fc2fa6f by @dependabot[bot])
- bump org.xerial:sqlite-jdbc from 3.49.0.0 to 3.49.1.0 (bb3aad1 by @dependabot[bot])
- bump org.mariadb.jdbc:mariadb-java-client from 3.5.1 to 3.5.2 (6a6b00f by @dependabot[bot])
- bump org.xerial:sqlite-jdbc from 3.48.0.0 to 3.49.0.0 (a9d30a7 by @dependabot[bot])
- bump com.gradleup.shadow from 8.3.5 to 8.3.6 (00d7673 by @dependabot[bot])
- bump org.jetbrains:annotations from 26.0.1 to 26.0.2 (ada9496 by @dependabot[bot])
- bump com.mysql:mysql-connector-j from 9.1.0 to 9.2.0 (5a32ec1 by @dependabot[bot])
- bump org.xerial:sqlite-jdbc from 3.47.2.0 to 3.48.0.0 (419dbb2 by @dependabot[bot])
- bump org.xerial:sqlite-jdbc from 3.47.1.0 to 3.47.2.0 (dd5288e by @dependabot[bot])
- bump org.junit:junit-bom from 5.11.3 to 5.11.4 (e93c403 by @dependabot[bot])
- bump com.github.retrooper:packetevents-spigot from 2.6.0 to 2.7.0 (00c0aa4 by @dependabot[bot])
- bump dev.triumphteam:triumph-gui from 3.1.10 to 3.1.11 (060bdcd by @dependabot[bot])
- bump io.papermc.paperweight.userdev from 1.7.6 to 1.7.7 (2b34221 by @dependabot[bot])
- bump commandapi from 9.6.1 to 9.7.0 (18e2ca2 by @dependabot[bot])
- bump io.papermc.paperweight.userdev from 1.7.5 to 1.7.6 (b3e365d by @dependabot[bot])
- bump io.papermc.paper:paper-api (f312a8c & 108f487 & 7219aba & c2e1a20 & 23b492f by @dependabot[bot])
- bump org.gradle.toolchains.foojay-resolver-convention (63dc6f9 by @dependabot[bot])
- bump org.xerial:sqlite-jdbc from 3.47.0.0 to 3.47.1.0 (cd6d59b by @dependabot[bot])
- bump org.mariadb.jdbc:mariadb-java-client from 3.5.0 to 3.5.1 (54b5388 by @dependabot[bot])
- bump org.testcontainers:testcontainers-bom from 1.20.3 to 1.20.4 (02a8c1a by @dependabot[bot])
- bump io.papermc.paperweight.userdev from 1.7.4 to 1.7.5 (f32d10e by @dependabot[bot])
- bump com.zaxxer:HikariCP from 6.1.0 to 6.2.1 (48f1e01 by @dependabot[bot])
- bump com.zaxxer:HikariCP from 6.0.0 to 6.1.0 (725526b by @dependabot[bot])
- bump com.github.retrooper:packetevents-spigot from 2.5.0 to 2.6.0 (2e80e02 by @dependabot[bot])
- bump com.gradleup.shadow from 8.3.4 to 8.3.5 (3091564 by @dependabot[bot])
- bump commandapi from 9.6.0 to 9.6.1 (d31a2e0 by @dependabot[bot])
- bump com.gradleup.shadow from 8.3.3 to 8.3.4 (87f2792 by @dependabot[bot])
- bump io.papermc.paperweight.userdev from 1.7.3 to 1.7.4 (3bc51a6 by @dependabot[bot])
- bump commandapi from 9.5.3 to 9.6.0 (2738335 by @dependabot[bot])
- bump org.mariadb.jdbc:mariadb-java-client from 3.4.1 to 3.5.0 (0c61759 by @dependabot[bot])
- enable typesafe project accessors (636f075 by @darksaid98)
- refactor to use version catalog (95b54b4 by @darksaid98)
- update shadow to new version (3b77fcd by @darksaid98)
- update gradle wrapper to 8.10.2 (3ae062c by @darksaid98)
- bump org.xerial:sqlite-jdbc from 3.46.1.3 to 3.47.0.0 (26f4426 by @dependabot[bot])
- bump org.testcontainers:testcontainer...
Release 1.1.0
What's Changed
- Feat/vault by @darksaid98 in #28
- Refactor/build jooq plugin by @darksaid98 in #27
- build: bump com.github.MilkBowl:VaultAPI from 1.7 to 1.7.1 by @dependabot in #29
- build: bump the org-flywaydb group with 4 updates by @dependabot in #30
- build: bump the org-flywaydb group with 4 updates by @dependabot in #33
- build: bump com.mysql:mysql-connector-j from 8.2.0 to 8.3.0 by @dependabot in #34
- build: bump the org-flywaydb group with 4 updates by @dependabot in #35
- build: bump xyz.jpenilla.run-paper from 2.2.2 to 2.2.3 by @dependabot in #36
- build: bump the org-jooq group with 1 update by @dependabot in #32
New Contributors
- @darksaid98 made their first contribution in #28
Full Changelog: 1.0.5...1.1.0
Release 1.0.5
What's Changed
- ci: bump actions/stale from 8 to 9 by @dependabot in #15
- build: bump the org-flywaydb group with 4 updates by @dependabot in #16
- build: bump io.papermc.paper:paper-api from 1.20.2-R0.1-SNAPSHOT to 1.20.4-R0.1-SNAPSHOT by @dependabot in #17
- build: bump dev.jorel:commandapi-bukkit-shade from 9.2.0 to 9.3.0 by @dependabot in #18
- build: bump the org-flywaydb group with 4 updates by @dependabot in #19
- ci: bump actions/upload-artifact from 3 to 4 by @dependabot in #21
- build: bump the org-flywaydb group with 4 updates by @dependabot in #22
- build: bump org.jooq:jooq-codegen from 3.19.0 to 3.19.1 by @dependabot in #23
- build: bump org.mariadb.jdbc:mariadb-java-client from 3.3.0 to 3.3.2 by @dependabot in #24
- build: bump org.jooq:jooq-meta from 3.19.0 to 3.19.1 by @dependabot in #25
- build: bump org.jooq:jooq from 3.19.0 to 3.19.1 by @dependabot in #26
Full Changelog: 1.0.4...1.0.5
Release 1.0.4
Full Changelog: 1.0.3...1.0.4
Release 1.0.2
What's Changed
- build: bump org.jetbrains:annotations from 24.0.1 to 24.1.0 by @dependabot in #8
- build: bump org.flywaydb.flyway from 10.0.0 to 10.0.1 by @dependabot in #7
- build: bump the org-flywaydb group with 4 updates by @dependabot in #13
- build: bump org.mariadb.jdbc:mariadb-java-client from 3.3.0 to 3.3.1 by @dependabot in #14
Full Changelog: 1.0.1...1.0.2
Release 1.0.1
Full Changelog: 1.0.0...1.0.1
Release 1.0.0
What's Changed
- build: bump org.flywaydb:flyway-mysql from 10.0.0 to 10.0.1 by @dependabot in #2
- build: bump org.flywaydb:flyway-core from 10.0.0 to 10.0.1 by @dependabot in #6
- build: bump org.flywaydb:flyway-database-hsqldb from 10.0.0 to 10.0.1 by @dependabot in #5
- build: bump com.zaxxer:HikariCP from 5.0.1 to 5.1.0 by @dependabot in #3
- build: bump xyz.jpenilla.run-paper from 2.2.0 to 2.2.2 by @dependabot in #4
New Contributors
- @dependabot made their first contribution in #2
Full Changelog: https://github.com/Alathra/Template-Gradle-Plugin/commits/1.0.0