• Joined on 2022-11-26
marcbal pushed to master at PandacubeFr/PandaLib 2024-12-27 23:16:24 +01:00
44dc690736 Few javadoc update
c9af5ad308 New module pandalib-config
Compare 2 commits »
marcbal pushed to master at PandacubeFr/PandaLib 2024-12-26 19:51:31 +01:00
27403a6e20 Backup : ignore error when a source file has been deleted during the backup precess
marcbal pushed to master at PandacubeFr/PandaLib 2024-12-26 00:30:12 +01:00
38a42dcca0 Fix reflection again
marcbal pushed to master at PandacubeFr/PandaLib 2024-12-26 00:24:23 +01:00
5782046b7a Reduce verbosity on some reflection errors
2b407d7f27 Fix various reflection issues for Paper 1.21.1
Compare 2 commits »
marcbal pushed to master at PandacubeFr/PandaLib 2024-12-22 23:51:34 +01:00
8f5f880754 More complete Javadoc
3d92c3afb6 Update Paper API to 1.21.1
Compare 2 commits »
marcbal pushed to for-pandacube at PandacubeFr/BungeeCord 2024-12-11 22:53:04 +01:00
93cbdab1f6 new event TabCompleteRequestEvent and deprecate TabCompleteEvent
46c233d032 Add CommandsDeclareEvent to declare commands with brigadier API
89053d2254 Server branding now includes the backend server name
5932730744 Multi-session with same Minecraft account with specific permission
3d89980065 Change projet configuration and POM for Pandacube
Compare 44 commits »
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