Adrian and GitHub
46d018c0f2
Pass the correct virtual host port during the handshake ( #1205 )
2024-01-20 07:27:41 -05:00
Adrian and GitHub
d4a661870e
Fixed possible ConcurrentModificationException when iterating across TabList entries ( #1204 )
2024-01-20 10:12:29 +00:00
pop4959 and GitHub
523d750f2b
Implement some missing resource pack API ( #1206 )
2024-01-20 10:11:05 +00:00
Shane Freeder
35137df76c
Bump to adventure release
...
The API changes required for adopting resource packs are still needed, however
the maven snapshots repo is dead, and nothing technically stops us from doing
this
2024-01-19 15:26:31 +00:00
Riley Park and GitHub
0993ce2f86
Improve protocol version checking ( #1203 )
...
* Improve protocol version checking
* chore: since 3.3.0
2024-01-18 17:32:42 -08:00
Adrian and GitHub
2ac8751337
Updated the packet classes to include the "Packet" suffix ( #1202 )
...
* Updated the packet classes to include the "Packet" suffix
* Fixed test checkstyle
2024-01-18 12:25:22 -08:00
ZoneTwelve and GitHub
75e24a0c59
l10n: Traditional Chinese Support ( #1158 )
...
* update: zh_TW translation
* update: small unchanges
* Update messages_zh_TW.properties
Replace 兼容 with 相容
2024-01-18 10:13:23 -08:00
Aaron and GitHub
eabff2020f
fix legacy console disconnect messages ( #1197 )
2024-01-18 10:10:30 +00:00
Adrian and GitHub
c7c65e3339
Fixed unknown status code error ( #1196 )
2024-01-17 17:00:39 +00:00
Adrian and GitHub
6d7335b21f
Fully replaced AsyncHttpClient ( #1194 )
2024-01-17 15:20:27 +00:00
Shane Freeder and GitHub
b22b2dc458
Migrate to using built-in http client ( #1192 )
2024-01-17 15:02:36 +00:00
VelVeV and GitHub
fe052e5163
Fix tablist header and footer desync ( #1103 )
2024-01-16 13:19:45 +00:00
Spongecade and GitHub
f8cdf4fa1a
[ci skip] Update Minecraft wiki references ( #1092 )
...
The Minecraft Fandom wiki has been forked to a new domain: minecraft.wiki. Learn more here: https://minecraft.wiki/w/Minecraft_Wiki:Moving_from_Fandom . This PR updates all references accordingly.
Let me know if you want me to open this PR on other branches!
2024-01-16 13:07:14 +00:00
WonderfulPanic and GitHub
dab64ebb59
Fix player list header/footer not sending translated version ( #1186 )
2024-01-16 13:06:05 +00:00
EpicPlayerA10 and GitHub
08c03aaea2
Fix chat race condition ( #1042 )
2024-01-11 11:44:16 +00:00
Mgazul and GitHub
02c4d61fc6
Add ModernForgeConnectionType to supports Forge-1.20.2+ ( #1176 )
2024-01-11 11:24:11 +00:00
Adrian and GitHub
a008464ede
Improved configuration migration ( #1111 )
2024-01-11 10:38:00 +00:00
Adrian and GitHub
cc906000bc
Fixed Legacy Ping handling ( #1180 )
2024-01-11 06:57:03 +00:00
0xAda and GitHub
408b420af7
Use System.nanoTime in place of System.currentTimeMillis when comparing timestamps. ( #1174 )
2024-01-04 12:35:03 -05:00
Alexander Städing and GitHub
897ff81915
Clean up JavaPluginLoader and VelocityPluginModule ( #1140 )
2024-01-04 16:04:25 +00:00
28acf9eac1
Removed console legacy color support ( #1105 )
...
Co-authored-by: Shane Freeder <1228900+electronicboy@users.noreply.github.com >
2024-01-04 15:40:11 +00:00
Pancake and GitHub
de57563eab
Hide ip address in initial and legacy connections ( #1025 )
2024-01-04 13:50:47 +00:00
Timon and GitHub
00ef92bc5c
Restore nullability for displayName in UpsertPlayerInfo ( #1172 )
...
This makes the UpsertPlayerInfo's displayName truly nullable as before the ComponentHolder was introduced.
2023-12-28 15:37:31 +00:00
Adrian and GitHub
6fd03d6f5c
Added static methods to create ArgumentBuilders directly in the BrigadierCommand class ( #1161 )
2023-12-27 13:33:44 -05:00
Gero
9450e6600c
Fix race condition when switching from config to play state
2023-12-23 10:58:32 +01:00
Spottedleaf and Shane Freeder
a3a6b3fd07
Correctly version component serialization
...
1.20.3+ has some additional options (EMIT_COMPACT_TEXT_COMPONENT,
EMIT_HOVER_SHOW_ENTITY_ID_AS_INT_ARRAY, VALIDATE_STRICT_EVENTS)
that should be disabled in older versions.
The OptionState is constructed manually due to
https://github.com/KyoriPowered/adventure/issues/1015 ,
which is a bug that makes JSONOptions.BY_DATA_VERSION
use incorrect options for 1.20.3+ options.
This also fixes incorrect building of the ping serializer, as
it should only use the component serializer to serialize
Component.class and nothing else.
2023-12-22 23:20:43 +00:00
Gero
a54d8c681f
Support conversion of mixed json array components
2023-12-19 12:13:11 +01:00
Shane Freeder
21ae82e7c0
Update adventure to snapshot version
2023-12-14 16:36:18 +00:00
Shane Freeder
79fe8c8005
[ci skip] Fix internal javadoc
2023-12-14 14:33:10 +00:00
Gero and Shane Freeder
e703e9d2b8
Fix SessionPlayerChat packet registration
2023-12-14 14:20:16 +00:00
Gero and Shane Freeder
98632925e1
javadoc for PlayerResourcePackStatusEvent.Status#isIntermediate
2023-12-14 14:20:16 +00:00
Gero and Shane Freeder
8bfe0670c4
1.20.4
2023-12-14 14:20:16 +00:00
Gero and Shane Freeder
b00d3bcf5b
Fix TabCompleteResponse
2023-12-14 14:20:16 +00:00
Gero and Shane Freeder
32228e85ab
fix disconnect decoding
2023-12-14 14:20:16 +00:00
Gero and Shane Freeder
8a6c20ee32
Fix NPE in ComponentHolder
2023-12-14 14:20:16 +00:00
Gero and Shane Freeder
5b8bba4b29
fix binary -> json component
2023-12-14 14:20:16 +00:00
Gero and Shane Freeder
702dad25c4
don't clear applied resource pack for 1.20.3 in config state
2023-12-14 14:20:16 +00:00
Gero and Shane Freeder
058aee259a
fix resource pack status
2023-12-14 14:20:16 +00:00
Gero and Shane Freeder
519bf5ee04
Fix title and system chat packets
2023-12-14 14:20:16 +00:00
pkt77 and Shane Freeder
eaa83378d7
Fix Disconnects
2023-12-14 14:20:16 +00:00
pkt77 and Shane Freeder
eb03feebd9
Fix TabList NPE
2023-12-14 14:20:16 +00:00
pkt77 and Shane Freeder
efcfeb3e53
1.20.3 working & checkstyle fixes
2023-12-14 14:20:16 +00:00
Gero and Shane Freeder
814b53f12c
WIP 1.20.3
2023-12-14 14:20:16 +00:00
Adrian and GitHub
a6d90105ec
Update Configurate to 4.1.2 and include Configurate 3 ( #1157 )
2023-12-11 15:16:44 +00:00
ishland and GitHub
c8ca28cd30
fix: Respawn packet codec for 1.20.2+ ( #1156 )
2023-12-11 15:11:22 +00:00
Shane Freeder
b270206d2e
Revert "Bump configurate to 4.1.2"
...
This reverts commit 8f45bbf872 .
the "hack" we had to include both 3 and 4 in the runtime jar is not
working, and we can't exactly break this right now
2023-12-09 19:08:43 +00:00
Shane Freeder
8f45bbf872
Bump configurate to 4.1.2
...
There is some considerations to provide 3 at runtime for plugins,
but, this is long overdue to align up with the rest of the ecosystem
here.
2023-12-09 18:33:29 +00:00
Shane Freeder
8be7ace3f1
Bump minimum java version to 17
2023-12-09 18:27:49 +00:00
Shane Freeder
9e47a711b2
Move GH actions to java 17
...
Java 11 left standard support 3 months ago, it's time to move forward
and align with the rest of the ecosystem
2023-12-09 18:16:02 +00:00
Shane Freeder
bbbf549c88
Bump version pending 1.20.4 and API changes
2023-12-09 17:55:58 +00:00