• Joined on 2022-11-26
marcbal pushed to master at PandacubeFr/BungeeCord 2024-12-11 22:31:56 +01:00
7340f1a035 #3765: Fix forgotten boolean write
8a80435e64 Minecraft 1.21.4 support
20a71b06a9 Minecraft 1.21.4-rc3 support
b376f61578 Minecraft 1.21.4-pre2 support
373dab05ad Minecraft 1.21.4-pre1 support
Compare 38 commits »
marcbal pushed to master at PandacubeFr/PandaLib 2024-12-11 21:56:40 +01:00
5e1f98ab70 Update MC version file with 1.21.4
marcbal pushed to master at PandacubeFr/PandaLib 2024-11-24 16:49:56 +01:00
276f5b2dc1 Added temporary workaround due to Paper/Brigadier API not keeping modifier and forks properties of command nodes
9c72b8cda4 Properly handle setting final fields in reflection API
Compare 2 commits »
marcbal pushed to master at PandacubeFr/PandaLib 2024-11-23 00:11:28 +01:00
ee023b5d2c Trying again to do some shady reflection stuff to fix a Paper issue.
marcbal pushed to master at PandacubeFr/PandaLib 2024-11-22 22:40:25 +01:00
974347cbde Paper commands should be built right before registration into command dispatcher (so the root command node exists in case we need it)
marcbal pushed to master at PandacubeFr/PandaLib 2024-10-02 00:05:40 +02:00
e6b77bcad6 Updated JDBC connection string for Database connection
marcbal pushed to master at PandacubeFr/PandaLib 2024-07-28 01:26:17 +02:00
36eb1227cf Do not use bungeecord-chat as a dependency for pandalib-chat anymore
4be37945cb Replace google guava with lighter library for a specific map implementation.
Compare 2 commits »
marcbal pushed to master at PandacubeFr/PandaLib 2024-07-19 23:13:14 +02:00
3e6cf96040 GameWorld loading ony runs /mvm command when Multiverse plugin is present
d1a04a7a66 Proper exception handling when not able to load player data file
Compare 2 commits »
marcbal pushed to master at PandacubeFr/PandaLib 2024-07-17 23:24:25 +02:00
fcac9af7d1 Fix reflection in PlayerDataStorage + new wrapOptional method in reflection library
marcbal pushed to master at PandacubeFr/PandaLib 2024-07-10 23:15:37 +02:00
e16487431d Removed some debug messages
marcbal pushed to master at PandacubeFr/PandaLib 2024-07-10 22:28:51 +02:00
50f5ab671a Debug better the alias registration forcing
marcbal pushed to master at PandacubeFr/PandaLib 2024-07-10 21:34:12 +02:00
5a04052f8e Fix (again) command registering
marcbal pushed to master at PandacubeFr/PandaLib 2024-07-10 21:13:38 +02:00
c86855ac16 Fix (again) command registering
marcbal pushed to master at PandacubeFr/PandaLib 2024-07-10 16:08:47 +02:00
001239fe57 Fix command identity
marcbal pushed to master at PandacubeFr/PandaLib 2024-07-10 15:31:05 +02:00
0c7fb9b370 Some other fixes to command registration
marcbal pushed to master at PandacubeFr/PandaLib 2024-07-10 14:04:11 +02:00
f416e30d45 Better log info with commands
marcbal pushed to master at PandacubeFr/PandaLib 2024-07-10 13:23:55 +02:00
e271ac2964 Trying to fix the command registration process
marcbal pushed to master at PandacubeFr/PandaLib 2024-07-10 11:30:36 +02:00
2bb09ad42b Trying to fix the post command registration process
marcbal pushed to master at PandacubeFr/PandaLib 2024-07-10 01:15:06 +02:00
4f55890092 Fix reflection in PaperBrigadier
marcbal pushed to master at PandacubeFr/PandaLib 2024-07-10 01:04:10 +02:00
76470b963e Trying to register our Brigadier commands by force if necessary