• Joined on 2022-11-26
marcbal pushed to master at PandacubeFr/PandaLib 2025-07-01 21:39:46 +02:00
8c0db895da Added MC 1.21.7
marcbal pushed to for-pandacube at PandacubeFr/BungeeCord 2025-07-01 21:24:51 +02:00
3aab2fa1e1 new event TabCompleteRequestEvent and deprecate TabCompleteEvent
8be54e72ed Add CommandsDeclareEvent to declare commands with brigadier API
3e1e95ff49 Server branding now includes the backend server name
b5794d87d9 Multi-session with same Minecraft account with specific permission
dc8d29a05b Change projet configuration and POM for Pandacube
Compare 11 commits »
marcbal pushed to master at PandacubeFr/BungeeCord 2025-07-01 21:16:53 +02:00
7c7cb3de0f Minecraft 1.21.7 support
88436c44a6 #3854: Fix CustomClickAction read and write implementation
bdd32d5a58 #3808: Do not decode packets that we don't handle
5e59b6dc85 #3851: Remove output from tests and "base" from dialog json
bccce74c3c #3799, #3800: Do not parse the collision and visibility strings of the Team packet
Compare 5 commits »
marcbal pushed to master at PandacubeFr/PandaLib 2025-06-21 18:14:24 +02:00
5943b10d16 Added MC 1.21.6
cda7ebadcc Updated Bungeecord version
Compare 2 commits »
marcbal pushed to for-pandacube at PandacubeFr/BungeeCord 2025-06-21 17:20:45 +02:00
346aea9958 new event TabCompleteRequestEvent and deprecate TabCompleteEvent
971da19de6 Add CommandsDeclareEvent to declare commands with brigadier API
6d0eec208f Server branding now includes the backend server name
63ccfe34da Multi-session with same Minecraft account with specific permission
084819d375 Change projet configuration and POM for Pandacube
Compare 59 commits »
marcbal pushed to master at PandacubeFr/BungeeCord 2025-06-21 16:28:08 +02:00
0e9e0b58d2 #3850: Prevent some jdk24+ memory/native access warnings
8cb49bc10a SPIGOT-8061: Add property to configure central library URL
5b05934fe8 Minecraft 1.21.6 support
97f65726d2 Bump version to 1.21-R0.4-SNAPSHOT
e3ab8ef15f Release 1.21-R0.3
Compare 53 commits »
marcbal pushed to master at PandacubeFr/BungeeCord 2025-06-21 16:26:19 +02:00
f6151dce56 Bump version to 1.21-R0.3-SNAPSHOT
9667743735 Release 1.21-R0.2
7587f03306 SPIGOT-8024, #3811, #3812: Add versioned chat serialization (beta)
77b81f2612 Bump Netty to 4.1.119.Final
fa6d47732d Bump version to 1.21-R0.2-SNAPSHOT
Compare 44 commits »
marcbal pushed to master at PandacubeFr/PandaLib 2025-05-24 17:26:48 +02:00
dbdf1eeb7c Fix ItemStackBuilder#canBreak
marcbal pushed to master at PandacubeFr/PandaLib 2025-04-05 00:14:11 +02:00
500163d8f4 Spaces around hyphen of versions range in MinecraftVersionUtil#toString()
marcbal pushed to for-pandacube at PandacubeFr/BungeeCord 2025-04-04 23:03:07 +02:00
2a19bfb6d3 new event TabCompleteRequestEvent and deprecate TabCompleteEvent
451068694a Add CommandsDeclareEvent to declare commands with brigadier API
e7e77e2731 Server branding now includes the backend server name
d6bf6a13f4 Multi-session with same Minecraft account with specific permission
8dd77af343 Change projet configuration and POM for Pandacube
Compare 50 commits »
marcbal pushed to master at PandacubeFr/PandaLib 2025-04-04 00:29:56 +02:00
9374f8d280 Updated MC version json file
marcbal pushed to master at PandacubeFr/PandaLib 2025-02-20 21:54:10 +01:00
f5194334de Fix PerformanceAnalysisManager
marcbal pushed to master at PandacubeFr/PandaLib 2025-02-20 21:34:38 +01:00
21777d4b9e Fully use chat components in PerformanceAnalysisManager lag bar
marcbal pushed to master at PandacubeFr/PandaLib 2025-02-17 00:30:42 +01:00
3b4cf63c48 Updated Skull class handling custom heads. No more relying on MHF_* accounts
marcbal pushed to master at PandacubeFr/PandaLib 2025-02-12 23:20:17 +01:00
e2b2ab466d New RandomUtil method shuffleMap
marcbal pushed to master at PandacubeFr/PandaLib 2025-02-06 23:19:19 +01:00
50e21896ba Override VaultAPI Permission extra methods #playerAdd and @playerRemove to ignore the current player world when another plugin changes permissions
marcbal pushed to master at PandacubeFr/PandaLib 2025-01-21 00:12:29 +01:00
07af67b33f Less verbose client websocket when reconnecting
marcbal pushed to master at PandacubeFr/PandaLib 2025-01-19 23:31:03 +01:00
f4d0ccca51 Do not put the HttpClient of a persistent websocket into a try-with-resources
marcbal pushed to master at PandacubeFr/PandaLib 2025-01-19 17:54:02 +01:00
51bc0bd6e8 Removed unused reflected method.
marcbal pushed to master at PandacubeFr/PandaLib 2025-01-18 19:17:38 +01:00
c229b14779 ItemStackBuilder: make canPlaceOn and canBreak actually working (must use old deprecated API because the new API is not yet working)