Compare commits

..

6 Commits

Author SHA1 Message Date
6019f9de6f new event TabCompleteRequestEvent and deprecate TabCompleteEvent 2024-05-31 21:55:19 +02:00
0220b4512f Add CommandsDeclareEvent to declare commands with brigadier API 2024-05-31 21:55:19 +02:00
151b22c95b Server branding now includes the backend server name 2024-05-31 21:55:19 +02:00
77be5eee80 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-31 21:55:19 +02:00
b90791d41f Change projet configuration and POM for Pandacube 2024-05-31 21:55:17 +02:00
a842899898 Remove modules and startup delay
We don’t need them for Pandacube
2024-05-31 21:50:47 +02:00

Diff Content Not Available