• Joined on 2022-11-26
marcbal pushed to master at PandacubeFr/BungeeCord 2023-09-22 00:04:40 +02:00
5a1e342e0d Minecraft 1.20.2 support
d9bbdc3281 Add Java 21 compilation support
cfe00fa47c #3490: Add ComponentBuilder#build() and ComponentSerializer#deserialize()
d68ebd1eaf Minecraft 1.20.2-rc1 support
a7cd79eb41 #3516: Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0
Compare 27 commits »
marcbal created branch patch-brigadier-event in PandacubeFr/BungeeCord 2023-09-22 00:04:40 +02:00
marcbal pushed to patch-brigadier-event at PandacubeFr/BungeeCord 2023-09-22 00:04:40 +02:00
a67028ec39 Add CommandsDeclareEvent to declare commands with brigadier API
marcbal created branch patch-loop in PandacubeFr/BungeeCord 2023-09-22 00:04:40 +02:00
marcbal pushed to patch-loop at PandacubeFr/BungeeCord 2023-09-22 00:04:40 +02:00
6949470e3b Code extracted from useless for loop. Closes #2872
marcbal created branch patch-tabcomplete-api in PandacubeFr/BungeeCord 2023-09-22 00:04:40 +02:00
marcbal pushed to patch-tabcomplete-api at PandacubeFr/BungeeCord 2023-09-22 00:04:40 +02:00
0435059f96 New event: BrigadierSuggestionsEvent to have more control on 1.13+ suggestions
marcbal pushed to master at PandacubeFr/PandaLib 2023-09-03 00:10:09 +02:00
3ee806c1ea Ability to clean up unused loaded temporary game worlds
marcbal pushed to master at PandacubeFr/PandaLib 2023-08-29 13:59:36 +02:00
69a4f2fe6f Clear player permission cache when changing permissions through Vault API
marcbal pushed to master at PandacubeFr/PandaLib 2023-08-27 17:28:22 +02:00
62949948e1 Some more javadoc
bd3bea8381 Some refactoring in pandalib-util
Compare 2 commits »
marcbal pushed to master at PandacubeFr/PandaLib 2023-08-27 01:48:12 +02:00
463a4d7e78 New method #isSet() in Lazy and LazyOrException class
marcbal pushed to master at PandacubeFr/PandaLib 2023-08-25 17:09:24 +02:00
84298b08b3 Added TriConsumerException
marcbal pushed to master at PandacubeFr/PandaLib 2023-08-24 12:40:44 +02:00
9ac7a98257 SQLElement: better error handling of the get method + A nullable field that is not set will return null instead of throwing an exception.
marcbal pushed to master at PandacubeFr/PandaLib 2023-08-24 01:21:32 +02:00
f16389d33d Upgrade GUIHotBar: add ability to unregister the event listeners of the hotbar + optional cleanup of inventory on player removal
marcbal pushed to master at PandacubeFr/PandaLib 2023-08-17 18:05:50 +02:00
a49061eb9f Removed the whole stop method synchronization block in CLIApplication. Not necessary due to the other one at the beginning of the method.
marcbal pushed to master at PandacubeFr/PandaLib 2023-08-16 23:01:45 +02:00
378e79b8ad Use newer version of Gson for chat API.
marcbal pushed to master at PandacubeFr/PandaLib 2023-08-15 00:58:28 +02:00
ae634ab560 Better handling of IOException on client websocket when trying to send a payload.
marcbal pushed to master at PandacubeFr/PandaLib 2023-08-14 02:11:03 +02:00
45ab550d06 Ability to get min and max of AABBBlock
marcbal pushed to master at PandacubeFr/PandaLib 2023-08-14 01:50:02 +02:00
0fcd02c80d Permission system now provides a default player
2d950117d3 New BlockSet super-interface for AABBBlock and AABBBlockGroup + reorganized classes related to geometry to a new package
2f476ce8f2 Relative teleport API in PaperOnlinePlayer
Compare 3 commits »
marcbal pushed to master at PandacubeFr/PandaLib 2023-08-03 23:32:41 +02:00
75e292b1b8 Fixing big mistake in SchedulerUtil.runOnServerThread(). Provided Runnable was run twice if the method was called from Server Thread.