873fca763d
Merge remote-tracking branch 'upstream/dev/3.0.0'
SteamWarCI Build successful
2025-07-28 18:34:52 +02:00
e99407132f
Add version information for 1.21.8 ( #1612 )
2025-07-18 03:26:24 +01:00
871b053561
Merge remote-tracking branch 'upstream/dev/3.0.0'
2025-07-10 10:41:50 +02:00
59560ebad1
1.21.7 Support ( #1598 )
...
* Support 1.21.7 RC 1
* Use snapshot protocol for RC 1
* Support 1.21.7 RC 2
* Set release protocol for 1.21.7
* Update api/src/main/java/com/velocitypowered/api/network/ProtocolVersion.java
---------
Co-authored-by: Nassim Jahnke <nassim@njahnke.dev >
2025-06-30 16:09:39 +02:00
76417b13d4
Merge branch 'updatev2' into update
SteamWarCI Build successful
2025-06-26 22:53:32 +02:00
020c7fe6f5
1.21.6 ( #1580 )
2025-06-17 14:52:50 +01:00
5e20ec19ff
Stabilize and expose suggestions API ( #1406 )
...
* Expose suggestions API
* Improve javadoc of suggestions api
2025-05-23 14:23:38 +01:00
b411a0fa09
chore: bump adventure to 4.21.0 ( #1564 )
...
feat: support for 1.21.5+ hover and click events
2025-04-30 12:44:12 -07:00
1507b91463
Merge remote-tracking branch 'upstream/dev/3.0.0' into update
...
# Conflicts:
# proxy/src/main/java/com/velocitypowered/proxy/network/TransportType.java
2025-04-27 19:53:15 +02:00
3f0a85d794
Fix MinecraftChannelIdentifier parsing to align with vanilla ( #1552 )
2025-04-14 13:52:02 -04:00
7ffa43f0e2
feat: implement command rate limiter ( #1524 )
2025-04-03 13:26:00 +01:00
b3e218bd7d
Show proxy-wide online players in server ping ( #811 )
...
* Show proxy-wide online players in server ping
* Reflow arguments in VelocityConfiguration constructor
2025-04-01 10:48:00 -05:00
b06af3718c
Merge remote-tracking branch 'github/dev/3.0.0'
...
SteamWarCI Build successful
# Conflicts:
# proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionPlayerCommandPacket.java
2025-04-01 07:06:14 +02:00
cc93f5eea4
feat: improve tablist ( #1532 )
...
* fix: setDisplayName in TabListEntry duplicating players on 1.7.10 (#1530 )
* feat: expose toggling hat layer in TabListEntry (#1531 )
2025-03-30 12:52:54 -05:00
c3d10bd410
feat: add function to directly pass collections in ServerPing.Builder ( #1538 )
2025-03-30 12:49:36 -05:00
d2cd79185b
Minecraft 1.21.5 ( #1489 )
...
Missing adventure component changes, so entity and item hovers from the API may not work for 1.21.5 clients
Co-authored-by: Gero <gecam59@gmail.com >
Co-authored-by: Shane Freeder <theboyetronic@gmail.com >
2025-03-27 15:56:15 +01:00
c9aa1cca09
Enable use tab in javadocs ( #1525 )
2025-03-10 15:11:01 +00:00
0afe061224
Updated Adventure to 4.19.0 ( #1520 )
...
Also updated ASM and Ansi to support Java 23 and 24
2025-02-27 01:25:01 -05:00
83c1749eed
Add javadoc for ServerPing.Builder ( #1500 )
...
* Add javadoc for ServerPing.Builder
* Address codestyle reports
2025-02-12 14:35:38 -05:00
a26d5581c4
docs: Remove beta annotations on events ( #1505 )
...
These events aren't in beta, some of them have been stable for years now.
2025-02-12 14:35:15 -05:00
1652d44f5f
Fix checkstyle 💩
2025-01-31 19:35:43 +01:00
6815808d32
Improve fml mod list parsing
2025-01-31 19:11:34 +01:00
0e84b57e53
Add Virtualhost support for server list pings ( #1265 )
...
* Add virtualhost support for server list pings
* Add virtualhost support to ping public API
* Applied suggestions
* fixed checkstyle
* Added nullable annotation
---------
Co-authored-by: Adrian <adriangonzalesval@gmail.com >
2025-01-31 07:04:52 -05:00
6995f415d3
Expose shutdownInProgress to the API. ( #1485 )
...
Co-authored-by: kyngs <kyngs@users.noreply.github.com >
2025-01-26 07:49:35 -05:00
7392cd6574
Fix nonsensical deprecation for specifying listener priority ( #1491 )
...
* Fix nonsensical deprecation for specifying listener priority
* Fix checkstyle error
2025-01-21 12:37:20 -05:00
c0fdf20224
Add InboundConnection#getHandshakeIntent ( #1493 )
...
* Add InboundConnection#getHandshakeIntent
2025-01-14 20:44:20 -05:00
d77e508e9c
[ci skip] Fix typo in TabListEntry latency docs ( #1479 )
2024-12-19 16:04:56 +00:00
19e51a2b12
Merge remote-tracking branch 'upstream/dev/3.0.0'
2024-12-06 11:14:27 +01:00
965db127a9
InvocationInfo API ( #1467 )
...
* Invocation Source API
Allows proxies to detect if a command is executed from an unsigned/signed/api source.
This is useful because it allows commands executed from the player manually or by clicking on a chat message to be controlled.
* Update api significantly to improve api coverage
* javadoc
* javadoc
* Update api/src/main/java/com/velocitypowered/api/event/command/CommandExecuteEvent.java
Co-authored-by: powercas_gamer <cas@mizule.dev >
* Update api/src/main/java/com/velocitypowered/api/event/command/CommandExecuteEvent.java
Co-authored-by: powercas_gamer <cas@mizule.dev >
* Fix rename
---------
Co-authored-by: powercas_gamer <cas@mizule.dev >
2024-12-04 09:36:45 -08:00
be5f0ace26
Minecraft 1.21.4 ( #1457 )
2024-12-03 15:07:26 +01:00
d9d1319a3a
Merge remote-tracking branch 'upstream/dev/3.0.0' into upstream
...
# Conflicts:
# proxy/src/main/java/com/velocitypowered/proxy/protocol/StateRegistry.java
2024-11-10 18:32:48 +01:00
cefa3b272e
feat: expose list order in TabListEntry ( #1451 )
...
* feat: expose list order in TabListEntry
* fix: address comment (from github)
* fix: address another comment (from github)
2024-11-09 18:03:34 -05:00
69ee655d74
Update 1.21.2 protocol to include 1.21.3 release ( #1449 )
2024-10-23 19:39:12 +01:00
05235da55d
1.21.2 ( #1447 )
...
* 24w33a
* 24w34a
* 24w38a
* 24w40a
* 1.21.2
2024-10-22 17:33:55 +02:00
1e6396d6c2
set annotation processor to isolating to decrease compile times on big plugins ( #1434 )
...
Signed-off-by: U5B <56985400+U5B@users.noreply.github.com >
2024-10-20 20:06:01 -04:00
9a93bbe990
Add deprecation notice ( #1442 )
2024-10-20 20:05:29 -04:00
99aaf3ce4e
expose raw vhost ( #1423 )
2024-10-07 10:41:17 +01:00
2016d1482f
Deprecate anonymous command registrations
2024-09-15 21:27:47 -04:00
4f227badc2
Reintroduce sync event execution to the Velocity event system
...
This required a not-insubstantial number of bug fixes, since the sync support had bit-rotted somewhat. This PR also corrects a number of bugs.
Finally. the per-plugin executor services are now used to execute all async event tasks.
2024-09-15 20:41:11 -04:00
6e33bc6c17
Merge remote-tracking branch 'refs/remotes/upstream/dev/3.0.0'
2024-08-18 15:28:10 +02:00
dd7b8b4d8f
Update 1.21 protocol to include 1.21.1 release ( #1402 )
2024-08-08 15:47:18 +01:00
51468530a9
[ci skip] add adventure-key and text-minimessage javadoc links ( #1394 )
2024-07-25 23:53:22 -05:00
09f687e5d5
feat: Add server registered/unregistered events ( #1386 )
...
* feat: Add server registered/unregistered events
* Annotate new API with `@Beta`
* Migrate from classes to records
* Add null checks
* Fix code style indent
* Add links in documentation
* Fix docs indent
---------
Co-authored-by: powercas_gamer <cas@mizule.dev >
2024-07-24 18:13:21 -05:00
d5e7fa5b84
Add ServerResourcePackRemoveEvent ( #1379 )
...
* Add ServerResourcePackRemoveEvent
* Add nonnull check
* Fix indentation
* Fix import code style
2024-07-12 05:02:00 -05:00
6073f698e2
Add PlayerConfigurationEvent and PlayerEnteredConfigurationEvent ( #1371 )
...
* Configuring the player (i.e. sending resource packs) should now be done in the new PlayerConfigurationEvent.
* The new PlayerEnteredConfigurationEvent is called when a player acknowledged the switch to configuration state.
* The PlayerEnterConfigurationEvent is no longer called twice. It is now called when the backed wants to reconfigure the player.
* The PlayerFinishConfigurationEvent should no longer be used to configure the player (i.e. sending resource packs). This is because since 1.20.5 the backend server can't send keep alive packets between switching state anymore and the connection will thus time out.
2024-07-12 11:16:42 +02:00
79a5634dfe
[ci skip] fix some trivial javadoc warns
2024-07-10 23:05:24 +01:00
01208bb359
Indicate NoChatReports support in ServerPing
2024-06-24 18:36:32 +02:00
9d25d309d3
feat: Add basic API for server links ( #1353 )
...
* feat: add basic server links API
* refactor: more precondition checking on links
* refactor: remove whitespace
* refactor: adjust method order, JDs in ServerLink
* refactor: remove "throws" from constructors
* refactor: add @NotNull annotations
* refactor: requested changes
* refactor: just use `List#copyOf`
2024-06-18 09:29:58 -05:00
e60e2063a8
Add Configuration State API ( #1261 )
...
* Implement Configuration State events
* Implement PlayerFinishedConfigurationEvent
* Fixed PlayerFinishConfigurationEvent execution
* Apply suggestions
* Fix keep alive when blocking PlayerFinishConfigurationEvent
* Add ServerConnection to configuration events
* Separate PlayPacketQueueHandler to fix AutoReadHolderHandler
---------
Co-authored-by: Gero <gecam59@gmail.com >
2024-06-16 10:56:09 -05:00
350ea7f31e
1.21 support ( #1338 )
2024-06-12 20:33:01 +02:00