Commit Graph

1365 Commits

Author SHA1 Message Date
449d53bf08 new event TabCompleteRequestEvent and deprecate TabCompleteEvent 2026-03-25 08:55:54 +01:00
3d36e6b4a7 Add CommandsDeclareEvent to declare commands with brigadier API 2026-03-25 08:55:52 +01:00
0e6e9db1e3 Server branding now includes the backend server name 2026-03-25 08:46:25 +01:00
46bf318a88 Multi-session with same Minecraft account with specific permission
Players with permission bungeecord.multiple_connect can have multiple connections with the same Minecraft account.
The UUID and player name is altered to avoid collision with other player:
UUID : xxxxxxxx-xxxx-VIxx-xxxx-xxxxxxxxxxxx
- The UUID version (V above) is now the provided version + 8 (for online player, it is 4, so it becomes C).
- The I digit will follow the index of the duplicated player : first duplicated player is 1, second one is 2.
- The name of the player will be the real player name, followed by the character "." (dot) followed by the duplication index.

Bedrock accounts connected using the Floodgate plugin will not be able to connect multiple times due to the risk of xUID collision.
2026-03-25 08:46:25 +01:00
801b0d8ef2 Change projet configuration and POM for Pandacube 2026-03-25 08:46:23 +01:00
6074529de9 Remove modules and startup delay
We don’t need them for Pandacube

# Conflicts:
#	module/cmd-alert/pom.xml
#	module/cmd-find/pom.xml
#	module/cmd-kick/pom.xml
#	module/cmd-list/pom.xml
#	module/cmd-send/pom.xml
#	module/cmd-server/pom.xml
#	module/pom.xml
#	module/reconnect-yaml/pom.xml
#	pom.xml
2026-03-25 00:01:16 +01:00
md_5
feeaf07352 Bump version to 26.1-R0.1-SNAPSHOT 2026-03-21 14:38:38 +11:00
Outfluencer
a37ed10053 #3952: Fix PlayerConfigurationEvent timeout 2026-03-15 11:22:45 +11:00
md_5
8e52acec05 Manage maven-resolver versions centrally 2026-03-14 16:10:46 +11:00
dependabot[bot]
bdafd50602 #3951: Bump the maven-resolver group with 3 updates
Bumps the maven-resolver group with 3 updates: org.apache.maven:maven-resolver-provider, [org.apache.maven.resolver:maven-resolver-connector-basic](https://github.com/apache/maven-resolver) and org.apache.maven.resolver:maven-resolver-transport-http.


Updates `org.apache.maven:maven-resolver-provider` from 3.9.6 to 3.9.13

Updates `org.apache.maven.resolver:maven-resolver-connector-basic` from 1.9.18 to 1.9.27
- [Release notes](https://github.com/apache/maven-resolver/releases)
- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.18...maven-resolver-1.9.27)

Updates `org.apache.maven.resolver:maven-resolver-transport-http` from 1.9.18 to 1.9.27

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-resolver-provider
  dependency-version: 3.9.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-resolver
- dependency-name: org.apache.maven.resolver:maven-resolver-connector-basic
  dependency-version: 1.9.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-resolver
- dependency-name: org.apache.maven.resolver:maven-resolver-transport-http
  dependency-version: 1.9.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-resolver
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-09 11:53:41 +11:00
dependabot[bot]
3a815646ee #3940: Bump com.mysql:mysql-connector-j from 8.4.0 to 9.6.0
Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 8.4.0 to 9.6.0.
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.4.0...9.6.0)

---
updated-dependencies:
- dependency-name: com.mysql:mysql-connector-j
  dependency-version: 9.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-09 11:46:50 +11:00
Outfluencer
18df7b22f4 #3926: Add PlayerConfigurationEvent 2026-03-09 10:45:50 +11:00
Outfluencer
1f64bb8e6c #3943: Send brand and settings directly after config transition 2026-03-03 21:25:08 +11:00
Rain Heuer
cf5bb43af9 #3938, #3939: Fix TabExecutor when command has the same name as Brigadier command 2026-02-14 16:27:40 +11:00
Benedikt Johannes
adcda46de2 #3933, #3934: Missing "." in command /bungee 2026-02-14 16:25:16 +11:00
Outfluencer
5916f083b4 #3909: Send bungeecord registered plugin channels immediately in config phase 2025-11-11 09:24:20 +11:00
md_5
5070e812b4 Update Jenkins URLs 2025-10-26 11:50:39 +11:00
Outfluencer
df85f51184 #3885: Remove manual player removal from tab list
It seems like my changes in #3656 made this redundant.

I could not reproduce what was described in https://github.com/SpigotMC/BungeeCord/commit/830f18a

I guess the reason for that is that in my change i used the offline uuid for rewriting if ip forward is disable and online mode enabled.

In exact this case before the premium uuid was used and could later not be rewritten anymore when the player has disconnected.
2025-10-25 10:16:11 +11:00
md_5
8f6768ae00 Bump version to 1.21-R0.5-SNAPSHOT 2025-09-27 16:16:36 +10:00
md_5
70603d5413 Release 1.21-R0.4 2025-09-27 16:14:54 +10:00
md_5
2e12caad03 Add central-publishing-maven-plugin 2025-09-27 16:14:52 +10:00
Outfluencer
69b476fcbc #3881: Optimize ServerUnique Tablist code
Reduce amount of loops by pre checking values and not checking inside the loop
2025-09-26 10:08:31 +10:00
Outfluencer
d37a430f5a #3882: Reduce lock boilerplate by using lomboks @Locked 2025-09-26 10:03:05 +10:00
Outfluencer
e62fc6c291 #3864: Add ServerLinks API 2025-07-23 19:13:03 +10:00
md_5
8e99a4c5bf Cleanup some formatting 2025-07-19 10:43:44 +10:00
Janmm14
3a5c731826 #3855: Create protocol sub-packages data & util 2025-07-14 19:22:38 +10:00
Janmm14
c13e6df67e #3862: Add perms permission to admin group by default 2025-07-14 19:21:26 +10:00
Mickey42302
704e866413 #3849: Add permission to perms command 2025-07-14 19:21:22 +10:00
Outfluencer
bccce74c3c #3799, #3800: Do not parse the collision and visibility strings of the Team packet 2025-06-22 09:23:07 +10:00
md_5
97f65726d2 Bump version to 1.21-R0.4-SNAPSHOT 2025-06-16 07:34:53 +10:00
md_5
e3ab8ef15f Release 1.21-R0.3 2025-06-16 07:32:05 +10:00
FlorianMichael
d5bcabdc60 #3848: Add support for showing dialogs in configuration state
Co-authored-by: Outfluencer <git@outfluencer.dev>
2025-06-16 07:29:16 +10:00
Outfluencer
2b9808cd13 #3846, #3847: Handle packet bundles 2025-06-08 11:07:20 +10:00
Yannick Lamprecht
31f7ef8c54 #3834: Update to SLF4J 2 2025-06-03 20:06:28 +10:00
Mickey42302
244412405a #3840: Add separate permission for "/alertraw" 2025-06-03 19:58:32 +10:00
md_5
7cde213e63 #3837: Update to JLine 3 2025-06-01 12:09:40 +10:00
md_5
aa44ebe770 Remove obsolete/unused findbugs-annotations 2025-05-31 13:07:09 +10:00
md_5
5dad41034b Migrate from trove to fastutil 2025-05-31 12:54:26 +10:00
Outfluencer
41e49dad6b #3803: Add NBT module 2025-05-31 10:16:29 +10:00
md_5
89e66ed648 Minecraft 1.21.6-pre1 support 2025-05-29 21:50:45 +10:00
md_5
68f4f6bd40 Add Java 25-ea to GitHub Actions 2025-05-25 10:32:25 +10:00
md_5
f8de305477 Expand CustomClickEvent to have raw and parsed data 2025-05-22 22:16:22 +10:00
md_5
69e4872f40 Minecraft 25w20a protocol support 2025-05-17 16:01:00 +10:00
Outfluencer
a336efb8fa #3825, #3826: Check memory address availability before using natives 2025-05-12 20:45:27 +10:00
onebeastchris
ae2fc30b7b #3828: Set allocator using Netty system property to apply pooled allocator default globally 2025-05-12 20:39:24 +10:00
Outfluencer
89069a362d #3823: Add client brand API 2025-04-21 16:28:16 +10:00
Outfluencer
1279cca971 #3810: Use retainedSlice if possible in MinecraftDecoder 2025-04-19 15:40:09 +10:00
Outfluencer
26433bf021 #3821: Fix race condition that leads to incorrect packet order 2025-04-19 15:32:34 +10:00
Outfluencer
d7538df91b #3815: Ensure ping response for unthrottling 2025-04-12 17:14:38 +10:00
Outfluencer
2516de6586 #3816: Upgrade Netty to 4.2.0.Final 2025-04-12 17:13:31 +10:00