Commit Graph

61 Commits

Author SHA1 Message Date
Oliver
527c46cbca Update gradle plugin versions 2025-06-20 18:52:29 +02:00
Oliver
f0e6c6d2c5 packets: Fix payload parsing for ServerboundCustomClickActionPacket 2025-06-19 22:36:39 +02:00
Oliver
066f22d7b3 packets: Add support for FS_DialogTextInput 2025-06-19 21:28:14 +02:00
Oliver
f2d672566e packets: Fix converting ServerboundCustomClickActionPacket 2025-06-19 21:27:57 +02:00
Oliver
fd48630ce0 jdb: Disable html escaping 2025-06-19 19:29:23 +02:00
Oliver
dbc62110f9 packets: Fix test plugin not compiling 2025-06-19 16:28:43 +02:00
Oliver
d61b3af90b packets, fancydialogs: Refactor custom action handling to use a map for additional data 2025-06-17 21:50:34 +02:00
Oliver
816c52082b Update run configs to 1.21.6 2025-06-17 17:18:33 +02:00
Oliver
64e0eeddcf packets: Add support for 1.21.6 2025-06-17 17:13:20 +02:00
Oliver
627f50467c packets: Add packet listener 2025-06-17 17:07:39 +02:00
Oliver
8c569f90d5 packets: Add support for custom actions 2025-06-17 17:07:39 +02:00
Oliver
c20617b2e2 packets: Add support for multi action dialogs 2025-06-17 17:07:39 +02:00
Oliver
4d43c08ed8 packets: Add support for dialog list dialogs 2025-06-17 17:07:39 +02:00
Oliver
c6db12a3f7 packets: Add support for confirmation dialogs 2025-06-17 17:07:39 +02:00
Oliver
a42d1ba92e packets: Add support for notice dialogs 2025-06-17 17:07:39 +02:00
Oliver
0f77e61e8d packets: Update version to 1.21.6-rc1 2025-06-17 17:07:39 +02:00
Oliver
0673af8b29 fancynpcs, fancyholograms: Use paper 1.21.6 dev bundle 2025-06-17 17:07:39 +02:00
Oliver
4f124bf87e Update to 1.21.6-pre2 2025-06-17 17:07:39 +02:00
Oliver
6014fe3c70 packets: Add test for clear dialog packet 2025-06-17 17:07:39 +02:00
Oliver
e5c00d0c4e packets: Update package version to v1_21_6 in test files 2025-06-17 17:07:39 +02:00
Oliver
458a0343d8 packets: Add packets for dialogs 2025-06-17 17:07:39 +02:00
Oliver
32cf5240f6 Update 1.21.6 modules to 1.21.6-pre1 2025-06-17 17:07:39 +02:00
Oliver
ae518e64f3 packets, fancynpcs: Update to 25w21a 2025-06-17 17:07:39 +02:00
Oliver
bb5d9df6de packets: Implement support for v1_21_6 in PacketFactory 2025-06-17 17:07:39 +02:00
Oliver
bfd9c05b09 packets: Add 1_21_6 module 2025-06-17 17:07:39 +02:00
Oliver
4fe121e26b common: Use api.minecraftservices.com for fetching skins 2025-06-12 21:20:55 +02:00
Oliver
4a3d03073e packets: Simplify packet creation methods to use always current server version 2025-05-19 20:37:22 +02:00
Oliver
ceb8aafa98 packets: Move factories into :packets module 2025-05-19 20:24:03 +02:00
Oliver
1ac9e0915f packets: Use 1.21.5 instead of 1.21.5-no-moonrise 2025-05-19 20:02:31 +02:00
Oliver
a26e78a23c jdb: Do not serialize null fields 2025-05-17 17:18:45 +02:00
Oliver
7dbf1921b6 common: Use ModrinthVersionFetcher before HangarVersionFetcher 2025-05-17 10:37:08 +02:00
Oliver
0d3e779d10 common: Improve error logging in VersionFetcher 2025-05-17 10:36:33 +02:00
Oliver
bc698903e0 common: Add logging for UUID fetching errors in UUIDFetcher 2025-05-17 10:17:36 +02:00
dependabot[bot]
6c0ad6f917 chore(deps): bump com.google.code.gson:gson from 2.13.0 to 2.13.1 (#35)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.13.0...gson-parent-2.13.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-24 14:17:43 +02:00
Oliver
acb9b6f717 Rebranding (#36)
* Update branding in docs

* Update branding in README.md

* Update branding in plugin READMEs

* Update branding in plugins

* Update branding in libraries

* Update branding in the remaining places

* Add CONTRIBUTING.md and LICENSE files

* More branding in docs
2025-04-24 14:12:32 +02:00
Oliver
2a4cf1a54d plugin-tests: Add toThrow method for exception assertion in Expectable 2025-04-17 23:02:57 +02:00
dependabot[bot]
d5292ec254 chore(deps): bump org.junit.jupiter:junit-jupiter-engine (#33)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.12.1 to 5.12.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 5.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-17 17:18:30 +02:00
dependabot[bot]
ae6ac1bb4a chore(deps): bump org.junit.jupiter:junit-jupiter-api (#32)
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.12.1 to 5.12.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 5.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-17 17:14:33 +02:00
dependabot[bot]
e25ffdb591 chore(deps): bump org.junit.platform:junit-platform-console-standalone (#31)
Bumps [org.junit.platform:junit-platform-console-standalone](https://github.com/junit-team/junit5) from 1.12.1 to 1.12.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

---
updated-dependencies:
- dependency-name: org.junit.platform:junit-platform-console-standalone
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-17 17:14:25 +02:00
dependabot[bot]
2f331cd49f chore(deps): bump com.google.code.gson:gson from 2.12.1 to 2.13.0 (#30)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.1 to 2.13.0.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.12.1...gson-parent-2.13.0)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-17 16:37:49 +02:00
Oliver
96a088c03d plugin-tests: update Java toolchain and release version to 21 2025-03-29 21:07:53 +01:00
dependabot[bot]
eeb686957f chore(deps): bump io.papermc.paper:paper-api
Bumps io.papermc.paper:paper-api from 1.19.4-R0.1-SNAPSHOT to 1.21.5-R0.1-SNAPSHOT.

---
updated-dependencies:
- dependency-name: io.papermc.paper:paper-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-29 21:00:22 +01:00
Oliver
215ecbb692 packets: update project references from packets:api to packets:packets-api 2025-03-29 20:55:38 +01:00
Oliver
b1ec119a15 packets: add missing EquipmentSlot 2025-03-27 19:26:31 +01:00
Oliver
41e7c4bcfc packets: add support for 1.21.5 2025-03-27 18:27:34 +01:00
Oliver
3d177a5893 common: provide default values for version, build, and hash in VersionConfig 2025-03-24 21:39:47 +01:00
dependabot[bot]
3d1ff65ada chore(deps): bump com.google.code.gson:gson from 2.11.0 to 2.12.1
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.12.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.11.0...gson-parent-2.12.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-22 11:30:48 +01:00
Oliver
0d74b2122f Update dependencies 2025-03-15 19:58:41 +01:00
Oliver
e4f6171515 Update JUnit dependencies 2025-03-15 16:22:50 +01:00
dependabot[bot]
12dc04fe39 chore(deps): bump com.google.code.gson:gson from 2.11.0 to 2.12.1
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.12.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.11.0...gson-parent-2.12.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-15 16:04:18 +01:00