Commit Graph

52 Commits

Author SHA1 Message Date
Oliver
d89dc33bd0 Use 1.21.9 paper api everywhere 2025-10-06 20:11:45 +02:00
Oliver
091f3f5b07 packets: Add support for 1.21.10 2025-10-02 16:14:28 +02:00
Oliver
fc6b21c066 Use 1.21.9 everywhere 2025-09-30 17:29:17 +02:00
Oliver
bf699305d5 fancynpcs, fancyholograms, fancydialogs: Add support for 1.21.9 (#118)
* fancynpcs: Add 1.21.9 module files

* fancynpcs: Fix Npc_1_21_9

* packets: Add support for 1.21.9-pre2

* Update release configs

* Update to 1.21.9-rc1

* fancynpcs: Use 2.0.0 for cloud
2025-09-28 13:22:52 +02:00
Oliver
c08a87a1c3 common: Add PluginMiddleware for logging 2025-09-01 21:55:13 +02:00
Oliver
001c903cbf Update logger to 0.0.7 everywhere 2025-08-30 15:05:36 +02:00
Oliver
6b2f82a2fa packets: Parse byte nbt tag correctly 2025-07-25 18:44:13 +02:00
Oliver
e428d2c624 More 1.21.8 2025-07-17 17:01:23 +02:00
Oliver
4c6d5b19a9 packets: Add support for 1.21.8 2025-07-17 15:27:39 +02:00
Oliver
00094d5a5f Update all paper-api dependencies to 1.21.7 2025-07-12 08:44:11 +02:00
Oliver
a8e87679ac fancynpcs, fancyholograms-v2, fancydialogs: Add support for 1.21.7 2025-06-30 17:03:44 +02:00
Oliver
3330a40419 packets: Add support for 1.21.7 2025-06-25 17:20:26 +02:00
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
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
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
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
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
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
e4f6171515 Update JUnit dependencies 2025-03-15 16:22:50 +01:00
dependabot[bot]
80fb8c29ec chore(deps): bump de.oliver.FancyAnalytics:logger from 0.0.4 to 0.0.6
Bumps de.oliver.FancyAnalytics:logger from 0.0.4 to 0.0.6.

---
updated-dependencies:
- dependency-name: de.oliver.FancyAnalytics:logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-15 15:23:35 +01:00
Oliver
c35c00efd2 Update versioning for FancySitula and adjust Minecraft version in build configuration 2025-03-14 18:07:37 +01:00
Oliver
a3c75c4022 jdb: Enhance delete functionality to support directory deletion 2025-03-14 17:46:43 +01:00