Compare commits

..

6 Commits

Author SHA1 Message Date
53b54d300f new event TabCompleteRequestEvent and deprecate TabCompleteEvent 2024-05-08 09:51:37 +02:00
211753cc33 Add CommandsDeclareEvent to declare commands with brigadier API 2024-05-08 09:51:36 +02:00
e1999307b1 Server branding now includes the backend server name 2024-05-08 09:51:36 +02:00
eeca3a5c56 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.
2024-05-08 09:51:36 +02:00
55c4157375 Change projet configuration and POM for Pandacube 2024-05-08 09:51:33 +02:00
70ad55b773 Remove modules and startup delay
We don’t need them for Pandacube
2024-05-08 09:46:40 +02:00

Diff Content Not Available