|
0009dd22cd
|
Fix reflection wrappers for 1.21.7
|
2025-07-17 13:22:05 +02:00 |
|
|
79474b14d2
|
Make pandalib compile against Paper API 1.21.7 (prepare to full 1.21.7 update)
|
2025-07-14 22:31:55 +02:00 |
|
|
ee4812bdbb
|
Adjust debugging message for command registration
|
2025-07-14 00:29:32 +02:00 |
|
|
7d2a5e7862
|
Fix another reflection wrapper inheritance
|
2025-07-14 00:26:04 +02:00 |
|
|
c09362c75e
|
Fix reflection wrapper inheritance
|
2025-07-14 00:20:00 +02:00 |
|
|
457262049d
|
Fix some reflection wrapping issues
|
2025-07-14 00:16:38 +02:00 |
|
|
ebbbc3a1f0
|
Fixes to support last Paper 1.21.4 build
|
2025-07-14 00:02:07 +02:00 |
|
|
dbdf1eeb7c
|
Fix ItemStackBuilder#canBreak
|
2025-05-24 17:26:42 +02:00 |
|
|
f5194334de
|
Fix PerformanceAnalysisManager
|
2025-02-20 21:54:00 +01:00 |
|
|
21777d4b9e
|
Fully use chat components in PerformanceAnalysisManager lag bar
|
2025-02-20 21:31:13 +01:00 |
|
|
3b4cf63c48
|
Updated Skull class handling custom heads. No more relying on MHF_* accounts
|
2025-02-17 00:30:38 +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 |
|
|
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 |
|
|
38a42dcca0
|
Fix reflection again
|
2024-12-26 00:30:09 +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 |
|
|
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 |
|
|
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 |
|
|
36eb1227cf
|
Do not use bungeecord-chat as a dependency for pandalib-chat anymore
|
2024-07-28 01:04:34 +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 |
|
|
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 |
|
|
827c13887c
|
Removed all NMS mapping stuff since paper jar is now mojang mapped
|
2024-06-12 23:31:54 +02:00 |
|
|
0ff2ae1296
|
Fix Brigadier command stuff in pandalib-paper
|
2024-06-09 22:48:54 +02:00 |
|