• Joined on 2022-11-26
marcbal pushed to master at PandacubeFr/PandaLib 2026-01-08 17:57:13 +01:00
50df075020 Skip updating ItemStack in GUIInventory if the one returned by the updater is identical to the previous one
marcbal pushed to master at PandacubeFr/PandaLib 2026-01-08 17:10:47 +01:00
38083fb0b0 Added animation capability in GUIInventory
marcbal pushed to master at PandacubeFr/PandaLib 2025-12-29 23:51:07 +01:00
27402bb0bd Fixed some deprecated API usage
marcbal pushed to master at PandacubeFr/PandaLib 2025-12-28 16:30:16 +01:00
a98be95bd6 Fix reflection stuff for 1.21.10
marcbal pushed to master at PandacubeFr/PandaLib 2025-12-28 13:01:26 +01:00
7052a268bc Update for 1.21.10 compilation
marcbal pushed to for-pandacube at PandacubeFr/BungeeCord 2025-12-10 21:45:17 +01:00
66f7a2fb95 new event TabCompleteRequestEvent and deprecate TabCompleteEvent
4b220a1b10 Add CommandsDeclareEvent to declare commands with brigadier API
7956814a07 Server branding now includes the backend server name
e5971fd45f Multi-session with same Minecraft account with specific permission
8537da565d Change projet configuration and POM for Pandacube
Compare 16 commits »
marcbal pushed to main at PandacubeFr/PaperDockerBuilder 2025-11-12 22:47:35 +01:00
c287750cd0 Updated readme and added licence
marcbal pushed to main at PandacubeFr/PaperDockerBuilder 2025-11-11 23:04:16 +01:00
902876e53f script to build locally if needed
marcbal pushed to main at PandacubeFr/PaperDockerBuilder 2025-11-11 22:45:51 +01:00
cb4bd14d86 Update to download API v3
marcbal pushed to for-pandacube at PandacubeFr/BungeeCord 2025-10-02 00:00:28 +02:00
16646efb3c new event TabCompleteRequestEvent and deprecate TabCompleteEvent
ec1e8483b9 Add CommandsDeclareEvent to declare commands with brigadier API
d39b527c3e Server branding now includes the backend server name
af9e6d9118 Multi-session with same Minecraft account with specific permission
da736d8ad9 Change projet configuration and POM for Pandacube
Compare 36 commits »
marcbal pushed to main at PandacubeFr/PaperDockerBuilder 2025-08-10 18:56:15 +02:00
95c4fcdfe8 Cleanup docker local image after build and push
marcbal pushed to master at PandacubeFr/PandaLib 2025-07-20 01:21:56 +02:00
b42bbb4887 ItemStackAdapter for Json: removed backward compatibility of serialized data (was temporary during the server upgrade)
marcbal pushed to master at PandacubeFr/PandaLib 2025-07-18 17:17:18 +02:00
34809d4618 ItemStackAdapter for Json: fix again deserialization
marcbal pushed to master at PandacubeFr/PandaLib 2025-07-18 17:09:37 +02:00
843d9c3509 ItemStackAdapter for Json: deserialized json cannot contains both old and new data. When both are present (because old server needs the old one), keeping only the new data.
marcbal pushed to master at PandacubeFr/PandaLib 2025-07-18 16:54:02 +02:00
1716e0b5a8 ItemStackAdapter for Json: make the generated json compatible with pre 1.21.5 deserializer
marcbal pushed to master at PandacubeFr/PandaLib 2025-07-18 15:12:45 +02:00
254b885648 Fix reflection for 1.21.7/8 (round 6)
marcbal pushed to master at PandacubeFr/PandaLib 2025-07-18 14:37:16 +02:00
e2c0098eb9 Fix reflection for 1.21.7/8 (round 5)
marcbal pushed to master at PandacubeFr/PandaLib 2025-07-18 01:56:35 +02:00
2fc3eb50f5 Added missing javadoc
fc44151f2b Fix reflection for 1.21.7/8 (round 4)
Compare 2 commits »
marcbal pushed to master at PandacubeFr/PandaLib 2025-07-18 01:40:14 +02:00
f8a7c5f1e7 Small dependency upgrade
a9ea8c3038 Fix reflection for 1.21.7/8 (round 3)
e611d06987 MC 1.21.8
Compare 3 commits »
marcbal pushed to master at PandacubeFr/PandaLib 2025-07-17 14:41:50 +02:00
638e57bb7f Fix reflection wrappers for 1.21.7 (round 2)