• Joined on 2022-11-26
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
marcbal pushed to master at PandacubeFr/PandaLib 2024-06-27 21:19:08 +02:00
bb6d221ced MC client 1.21 support
marcbal pushed to master at PandacubeFr/BungeeCord 2024-06-27 19:52:33 +02:00
8b195d1d21 #3693: Compile natives as C instead of C++, check malloc/calloc return values for null
cda4537fba #3695, #3696: Connect player to fallback if backend disconnects silently
df413f62db #3677: Bump com.mysql:mysql-connector-j from 8.3.0 to 8.4.0
8a88ce464e Minecraft 1.21 support
006a14a75c #3689, #3690: Don't immediately close HAProxy health check
Compare 10 commits »
marcbal pushed to for-pandacube at PandacubeFr/BungeeCord 2024-06-27 19:52:22 +02:00
bb4de2e30e new event TabCompleteRequestEvent and deprecate TabCompleteEvent
66c9500a73 Add CommandsDeclareEvent to declare commands with brigadier API
6ea9f1dce1 Server branding now includes the backend server name
2373a33cdc Multi-session with same Minecraft account with specific permission
a669080b0c Change projet configuration and POM for Pandacube
Compare 16 commits »
marcbal pushed to master at PandacubeFr/PandaLib 2024-06-26 23:59:13 +02:00
2acfa53b63 Use $ to reflect on inner classes
marcbal pushed to master at PandacubeFr/PandaLib 2024-06-26 23:10:19 +02:00
640b255e1d Bypass PaperReflectionHolder that try to understand our Mojang mapped reflection call as Spigot mapped
marcbal pushed to master at PandacubeFr/PandaLib 2024-06-15 13:29:45 +02:00
ed0db5391d Added missing @ConcreteWrapper
marcbal pushed to master at PandacubeFr/PandaLib 2024-06-15 13:15:58 +02:00
cef4af80f0 Update reflection in NMS/OBC
marcbal pushed to master at PandacubeFr/PandaLib 2024-06-12 23:32:19 +02:00
7f56645ba5 new FunctionException type
827c13887c Removed all NMS mapping stuff since paper jar is now mojang mapped
Compare 2 commits »
marcbal pushed to master at PandacubeFr/PandaLib 2024-06-09 22:48:58 +02:00
0ff2ae1296 Fix Brigadier command stuff in pandalib-paper
marcbal pushed to master at PandacubeFr/PandaLib 2024-06-07 00:05:12 +02:00
e7b528718c Update paper plugin to MC 1.20.6
d411618e63 Fix Javadoc warnings due to Java 21 update (+ some other warnings)
Compare 2 commits »
marcbal pushed to master at PandacubeFr/PandaLib 2024-06-01 00:35:56 +02:00
decf302851 Update to Java 21