• Joined on 2022-11-26
marcbal pushed to master at PandacubeFr/PandaLib 2023-10-07 19:42:40 +02:00
fdcfaf071a Proposer serialization of itemStack and other Serializable stuff in Bukkit API
marcbal pushed to for-pandacube at PandacubeFr/BungeeCord 2023-10-07 17:32:53 +02:00
87b3d814dd new event TabCompleteRequestEvent and deprecate TabCompleteEvent
7b45fdcf98 Add CommandsDeclareEvent to declare commands with brigadier API
4dde9b0e5e Server branding now includes the backend server name
7022c64432 Multi-session with same Minecraft account with specific permission
d2dd9089e3 Change projet configuration and POM for Pandacube
Compare 18 commits »
marcbal pushed to master at PandacubeFr/BungeeCord 2023-10-07 17:31:20 +02:00
a7dbbc2f0a #3544: Remove redundant super call in handle(FinishConfiguration)
68b2df2b1e #3514: Add separator property to SelectorComponent
1ef4d27dbe #3543: Bump io.netty:netty-bom from 4.1.97.Final to 4.1.99.Final
94a1fb5117 #3535: Queue packets of Title api
78aef86a8f #3533: Don't put initial client in configure phase until server is ready
Compare 12 commits »
marcbal pushed to master at PandacubeFr/PandaLib 2023-09-24 16:17:19 +02:00
da1ee9d882 Trying to fix ItemStack Gson adapter
marcbal pushed to for-pandacube at PandacubeFr/BungeeCord 2023-09-24 01:00:01 +02:00
cf36174de7 new event TabCompleteRequestEvent and deprecate TabCompleteEvent
b7f0cc4217 Add CommandsDeclareEvent to declare commands with brigadier API
a0f6d000ec Server branding now includes the backend server name
ca3323c00f Multi-session with same Minecraft account with specific permission
f52180c385 Change projet configuration and POM for Pandacube
Compare 11 commits »
marcbal pushed to master at PandacubeFr/BungeeCord 2023-09-24 00:58:30 +02:00
497c6879e0 Add (hopefully temporary) queue for plugin messages to server
7b27dfaf5e #3522: Revert "#3518: Bump io.netty:netty-bom from 4.1.97.Final to 4.1.98.Final"
f9b75c4a3a Update tests to JUnit 5
0509303fd3 #3519: Queue configuration phase packets from API methods
f486a251f3 #3518: Bump io.netty:netty-bom from 4.1.97.Final to 4.1.98.Final
Compare 5 commits »
marcbal pushed to master at PandacubeFr/PandaLib 2023-09-22 00:35:05 +02:00
455226b762 1.20.2
marcbal pushed to for-pandacube at PandacubeFr/BungeeCord 2023-09-22 00:20:50 +02:00
ec963ef691 new event TabCompleteRequestEvent and deprecate TabCompleteEvent
317844dd80 Add CommandsDeclareEvent to declare commands with brigadier API
Compare 2 commits »
marcbal pushed to for-pandacube at PandacubeFr/BungeeCord 2023-09-22 00:05:04 +02:00
ba212a8a61 new event TabCompleteRequestEvent and deprecate TabCompleteEvent
bf44147805 Add CommandsDeclareEvent to declare commands with brigadier API
e47394e10d Server branding now includes the backend server name
3ba71310b8 Multi-session with same Minecraft account with specific permission
fe2baa08b5 Change projet configuration and POM for Pandacube
Compare 33 commits »
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