|
f4d0ccca51
|
Do not put the HttpClient of a persistent websocket into a try-with-resources
|
2025-01-19 23:30:56 +01:00 |
|
|
51bc0bd6e8
|
Removed unused reflected method.
|
2025-01-19 17:53:53 +01:00 |
|
|
c229b14779
|
ItemStackBuilder: make canPlaceOn and canBreak actually working (must use old deprecated API because the new API is not yet working)
|
2025-01-18 19:17:33 +01:00 |
|
|
49942b35da
|
Add support for item data components in ItemStackBuilder
|
2025-01-17 00:50:15 +01:00 |
|
|
0ffe3198e6
|
Fixed hundreds of small issues, code improvements, typos, ...
|
2025-01-16 00:25:23 +01:00 |
|
|
ace34fc0e8
|
MC 1.21.4 + small fixes
|
2025-01-13 23:57:48 +01:00 |
|
|
27c444f3b4
|
test: adjusted BadCommandUsage javadoc
|
2025-01-11 23:52:18 +01:00 |
|
|
c589da2a14
|
mvn: updated papermc repo url
|
2025-01-11 23:27:38 +01:00 |
|
|
3fe4a1b244
|
Big Javadoc update + cleaned/refactored some code
|
2025-01-11 00:17:44 +01:00 |
|
|
1925dd9b36
|
Removed utility method to remove stacked entities (as Paper API now provides a way to teleport entities riding other entities)
|
2025-01-01 17:59:04 +01:00 |
|
|
d637b92f6c
|
Fix deprecation in 1.21.3 API
|
2025-01-01 13:47:38 +01:00 |
|
|
af4bab0d12
|
1.21.3 API
|
2024-12-30 00:00:41 +01:00 |
|
|
44dc690736
|
Few javadoc update
|
2024-12-27 23:15:55 +01:00 |
|
|
c9af5ad308
|
New module pandalib-config
|
2024-12-27 23:15:37 +01:00 |
|
|
27403a6e20
|
Backup : ignore error when a source file has been deleted during the backup precess
|
2024-12-26 19:51:25 +01:00 |
|
|
38a42dcca0
|
Fix reflection again
|
2024-12-26 00:30:09 +01:00 |
|
|
5782046b7a
|
Reduce verbosity on some reflection errors
|
2024-12-26 00:24:17 +01:00 |
|
|
2b407d7f27
|
Fix various reflection issues for Paper 1.21.1
|
2024-12-26 00:23:53 +01:00 |
|
|
8f5f880754
|
More complete Javadoc
|
2024-12-22 23:45:10 +01:00 |
|
|
3d92c3afb6
|
Update Paper API to 1.21.1
|
2024-12-22 19:48:21 +01:00 |
|
|
5e1f98ab70
|
Update MC version file with 1.21.4
|
2024-12-11 21:56:30 +01:00 |
|
|
276f5b2dc1
|
Added temporary workaround due to Paper/Brigadier API not keeping modifier and forks properties of command nodes
|
2024-11-24 16:49:22 +01:00 |
|
|
9c72b8cda4
|
Properly handle setting final fields in reflection API
|
2024-11-24 16:18:14 +01:00 |
|
|
ee023b5d2c
|
Trying again to do some shady reflection stuff to fix a Paper issue.
Paper plugin should be able to register Brigadier commands that redirects to the root command node (similar to vanilla /execute run)
|
2024-11-23 00:11:16 +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)
|
2024-11-22 22:40:18 +01:00 |
|
|
e6b77bcad6
|
Updated JDBC connection string for Database connection
- Updated SSL setting
- Due to a weard bug with MySQL in Docker in WSL (Windows), added allowPublicKeyRetrieval=true
|
2024-10-02 00:05:35 +02:00 |
|
|
36eb1227cf
|
Do not use bungeecord-chat as a dependency for pandalib-chat anymore
|
2024-07-28 01:04:34 +02:00 |
|
|
4be37945cb
|
Replace google guava with lighter library for a specific map implementation.
|
2024-07-27 17:41:21 +02:00 |
|
|
3e6cf96040
|
GameWorld loading ony runs /mvm command when Multiverse plugin is present
|
2024-07-19 23:12:56 +02:00 |
|
|
d1a04a7a66
|
Proper exception handling when not able to load player data file
|
2024-07-19 00:23:12 +02:00 |
|
|
fcac9af7d1
|
Fix reflection in PlayerDataStorage + new wrapOptional method in reflection library
|
2024-07-17 23:24:13 +02:00 |
|
|
e16487431d
|
Removed some debug messages
|
2024-07-10 23:15:33 +02:00 |
|
|
50f5ab671a
|
Debug better the alias registration forcing
|
2024-07-10 22:28:47 +02:00 |
|
|
5a04052f8e
|
Fix (again) command registering
|
2024-07-10 21:34:03 +02:00 |
|
|
c86855ac16
|
Fix (again) command registering
|
2024-07-10 21:13:32 +02:00 |
|
|
001239fe57
|
Fix command identity
|
2024-07-10 16:08:42 +02:00 |
|
|
0c7fb9b370
|
Some other fixes to command registration
|
2024-07-10 15:31:00 +02:00 |
|
|
f416e30d45
|
Better log info with commands
|
2024-07-10 14:04:05 +02:00 |
|
|
e271ac2964
|
Trying to fix the command registration process
Interact only with the brigadier command dispatcher, since the bukkit command map is backed by the brigadier dispatcher.
|
2024-07-10 13:23:48 +02:00 |
|
|
2bb09ad42b
|
Trying to fix the post command registration process
|
2024-07-10 11:30:30 +02:00 |
|
|
4f55890092
|
Fix reflection in PaperBrigadier
|
2024-07-10 01:15:01 +02:00 |
|
|
76470b963e
|
Trying to register our Brigadier commands by force if necessary
|
2024-07-10 01:04:05 +02:00 |
|
|
76fc673e98
|
New reflected class ShadowBrigNode
|
2024-07-09 21:55:31 +02:00 |
|
|
307b5132df
|
Command should also register in place of vanilla (e.g. /list)
|
2024-07-07 15:50:16 +02:00 |
|
|
ac52e024f3
|
Fix potential StackOverflowException
|
2024-06-29 00:30:18 +02:00 |
|
|
bb6d221ced
|
MC client 1.21 support
|
2024-06-27 21:19:00 +02:00 |
|
|
2acfa53b63
|
Use $ to reflect on inner classes
|
2024-06-26 23:59:07 +02:00 |
|
|
640b255e1d
|
Bypass PaperReflectionHolder that try to understand our Mojang mapped reflection call as Spigot mapped
|
2024-06-26 23:10:13 +02:00 |
|
|
ed0db5391d
|
Added missing @ConcreteWrapper
|
2024-06-15 13:29:41 +02:00 |
|
|
cef4af80f0
|
Update reflection in NMS/OBC
|
2024-06-15 13:15:50 +02:00 |
|