• Joined on 2022-11-26
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
marcbal pushed to master at PandacubeFr/PandaLib 2024-07-09 21:55:36 +02:00
76fc673e98 New reflected class ShadowBrigNode
marcbal pushed to master at PandacubeFr/PandaLib 2024-07-07 15:50:32 +02:00
307b5132df Command should also register in place of vanilla (e.g. /list)
marcbal pushed to master at PandacubeFr/PandaLib 2024-06-29 00:30:25 +02:00
ac52e024f3 Fix potential StackOverflowException