Commit graph

547 commits

Author SHA1 Message Date
0a6b2f4fea chore: publish plugin 2025-07-28 17:10:50 +02:00
1c927c6b32 Merge remote-tracking branch 'upstream/2.X' into 2.X
# Conflicts:
#	build.gradle
#	gradle/wrapper/gradle-wrapper.properties
#	plugin/build.gradle
2025-07-27 00:45:57 +02:00
3328429240
365d0e7ca5 refactor: Remove redundant V1_21_8PacketFactory class
The setupPacketFactory function automatically selects the highest compatible
version using fallback logic, making the empty V1_21_8PacketFactory unnecessary.
Minecraft 1.21.8 will now use V1_21_3PacketFactory automatically.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-22 20:26:57 +08:00
3328429240
fbadeac502 feat: Add support for Minecraft 1.21.8
- Upgrade PacketEvents from 2.9.1 to 2.9.3 for 1.21.8 compatibility
- Add V1_21_8PacketFactory with full protocol support
- Update version support range in README.md to include 1.21.8
- Update test configuration to use Minecraft 1.21.8

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-22 20:22:38 +08:00
3328429240
a9d9cb3907 Remove empty V1_21_7PacketFactory class
The empty V1_21_7PacketFactory class has been removed as it's not needed.
The setupPacketFactory function automatically selects the latest available
version without requiring every version to be explicitly provided.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-10 21:29:59 +08:00
3328429240
e3422f22c6 Initial commit 2025-07-10 18:10:49 +08:00
f74f5c29e1 chore: update packetevents 2025-03-05 20:42:45 +01:00
bf36db7124 bump deps a lil 2025-03-04 20:42:56 +01:00
51931909ec feat: 1.21.4 support 2025-03-04 20:36:19 +01:00
c1f570147c chore: bump packetevents 2024-12-26 20:46:47 +01:00
86202954f6 feat: HoloRemoveAllDuplicatesCommand 2024-11-28 18:47:56 +01:00
bbb9099452 feat: HoloRemoveDuplicateCommand 2024-11-28 18:37:52 +01:00
b09a6f0c2e fix: deps 2024-11-26 18:30:09 +01:00
d2c26ca9a9 fix: deps 2024-11-26 18:23:52 +01:00
69749cf214 fix: deps 2024-11-26 17:47:00 +01:00
bf0b58b4b6 Merge remote-tracking branch 'upstream/2.X' into 2.X
# Conflicts:
#	plugin/build.gradle
2024-11-26 17:39:35 +01:00
aec2854254 refactor: do not shade packetevents 2024-11-26 16:13:50 +01:00
ArasakaID
7bffd2f79d 1.21.3 Update (Untested)
Update packet for 1.21.3
2024-11-11 22:04:44 +07:00
Pyrbu
9304c96723 switch user map to ConcurrentHashMap to prevent errors on Folia 2024-09-05 14:42:34 +02:00
Pyrbu
a3b9bda53a shuffle around relocations to prevent classes from server jar being relocated 2024-09-05 14:20:58 +02:00
Pyr
79761cba92
Merge pull request #146 from SirSalad/2.X
fix: update checker timeout
2024-09-02 09:41:24 +02:00
Pyrbu
7495493c27 make sure worlds arent null 2024-08-19 17:53:27 +02:00
Pyrbu
71f52a987b Merge remote-tracking branch 'origin/2.X' into 2.X 2024-08-19 17:45:49 +02:00
Pyrbu
5c99681561 expose Npc#setWorld in the api 2024-08-19 17:45:42 +02:00
D3v1s0m
79ede2b586
add storage migrate command to migrate from one storage type to another 2024-08-18 22:52:09 +05:30
D3v1s0m
304278edd8
use task scheduler for force_body_rotation property instead 2024-08-18 14:53:48 +05:30
D3v1s0m
0272a9ef68
fix database connection url and closing. add ssl option 2024-08-18 14:51:32 +05:30
Pyrbu
d7c0870546 add missing holo commands to messages 2024-08-14 14:18:25 +02:00
Pyrbu
0f7ad57b64 add action hovers 2024-08-14 14:14:58 +02:00
Pyrbu
aeeba809be fix typos 2024-08-14 13:52:27 +02:00
Pyrbu
74463178fe update adventure platform (fixes hovers and probably more things) 2024-08-14 13:29:42 +02:00
SirSalad
1b3a197085
fix: 'final static' semantics 2024-07-27 13:24:01 -04:00
SirSalad
cf8ce5097f
fix: update checker timeout 2024-07-27 13:20:59 -04:00
Pyrbu
13a47fa743 fix fetching descriptor deserialization when name contains ";" 2024-07-20 23:34:13 +02:00
Pyrbu
e7a82d55e7 Merge remote-tracking branch 'origin/2.X' into 2.X 2024-07-04 00:25:34 +02:00
Pyrbu
06889a221e make npc property registry accessible during onLoad 2024-07-04 00:25:27 +02:00
D3v1s0m
aafdf0b3f9
update to mc 1.21 2024-07-01 10:12:52 +05:30
D3v1s0m
71430afcc3
fix force_body_rotation property to only apply it true 2024-07-01 10:09:11 +05:30
D3v1s0m
3248418464
fix base hologram offset for multiple npc types 2024-07-01 10:08:01 +05:30
D3v1s0m
18cdef4527
update hologram location on npc type change 2024-07-01 10:06:35 +05:30
e30fbcef84 chore: update packetevents properly
All checks were successful
continuous-integration/drone/push Build is passing
2024-06-24 23:43:15 +02:00
ee6e706918 chore: bump packetevents version
Some checks failed
continuous-integration/drone/push Build is failing
2024-06-24 23:30:59 +02:00
D3v1s0m
f170fc28ad added camel_sitting property
Some checks failed
continuous-integration/drone/push Build is failing
2024-06-24 23:30:33 +02:00
D3v1s0m
4db56a2b20 fix action commands, ughh 2024-06-24 23:30:23 +02:00
D3v1s0m
4fb964fa60 add config option fake-enforce-secure-chat to disable secure chat popup 2024-06-24 23:30:23 +02:00
D3v1s0m
bca00f98cb update dependencies 2024-06-24 23:30:23 +02:00
D3v1s0m
1bd35d6dc2 partial fix for help message 2024-06-24 23:30:23 +02:00
D3v1s0m
c731a35dd3 small action command(s) fix 2024-06-24 23:30:23 +02:00
D3v1s0m
91e737bc22 %blank% for empty hologram line 2024-06-24 23:30:23 +02:00
D3v1s0m
b1cea2a860 expose action registry to api and added action factory 2024-06-24 23:30:23 +02:00