Commit Graph

499 Commits

Author SHA1 Message Date
Marc Baloup c5c6181e15 Allow network API to listen to specific host address 2023-01-26 10:36:52 +01:00
Marc Baloup df34881771
AutoUpdatedBossBar: don’t throw exception when cancelling twice 2023-01-08 00:13:14 +01:00
Marc Baloup 721175f965
Refactor ItemStackBuilder#meta to use ItemStack#editMeta method 2023-01-07 17:22:09 +01:00
Marc Baloup c5e59537a0
Ability to get all players inheriting a PermGroup 2023-01-07 17:12:21 +01:00
Marc Baloup c4ab62c857
Fix NMS ItemStack reflection issue 2023-01-05 00:21:04 +01:00
Marc Baloup 1557de2bdf
Access offline players inventory and enderchest.
Also added various reflection wrapper API
2023-01-04 23:12:33 +01:00
Marc Baloup a36b8ec1f2 Create directory for logs backup 2022-12-31 01:11:45 +01:00
Marc Baloup 29c1aa21c9 Removed redondant aliases in ChatConfig.PandaTheme 2022-12-31 00:17:03 +01:00
Marc Baloup 2d7e7ba9b7 Backup cleaner now fully works 2022-12-30 23:53:36 +01:00
Marc Baloup 74cf713121 Small fixes 2022-12-30 23:38:16 +01:00
Marc Baloup 515862acbd Fixing backup persist 2022-12-30 23:15:36 +01:00
Marc Baloup 9a140984ca Adjust GeometryUtil values 2022-12-27 18:35:14 +01:00
Marc Baloup a6dde5b6a9 Improved ItemStackBuilder 2022-12-27 01:17:26 +01:00
Marc Baloup e43fc292ba Some adjustment in Bungee commands 2022-12-24 12:08:36 +01:00
Marc Baloup 0756781b26 Merged some modules to fix future dependency issues 2022-12-24 11:33:54 +01:00
Marc Baloup 6564beb3a0 Shade cron interpreter into Pandalib-core 2022-12-24 10:02:07 +01:00
Marc Baloup 5166dd8188
Ensuire Persist.dirtySince is not null even after file loading 2022-12-23 17:27:37 +01:00
Marc Baloup ebb7b5b4c5
Refactoring Pandalib-bungee + added some source files from Pandacube sources 2022-12-21 16:31:21 +01:00
Marc Baloup a7aa012fa4
Backup manager update : improved code handling file filtering + refactored PaperBackupManager + new Bungee backup manager 2022-12-20 01:06:40 +01:00
Marc Baloup 52467dc556
Made backup manager more generic 2022-12-19 16:43:46 +01:00
Marc Baloup 9818bca757 Player config storage : only load if file exists 2022-12-15 13:23:43 +01:00
Marc Baloup c02763beea
Small fixes in backup engine 2022-12-15 02:08:00 +01:00
Marc Baloup dcfbb3e06a
Improved log message in Backup engine 2022-12-15 00:22:43 +01:00
Marc Baloup 148099a4d2
Fix backup cleaner 2022-12-14 19:28:37 +01:00
Marc Baloup d11631a942
Trying to handle file name parsing error in backup engine 2022-12-14 19:18:43 +01:00
Marc Baloup 0d94361d38
Fix another Exception in Backup engine 2022-12-14 19:05:24 +01:00
Marc Baloup 116b1d510c
Fix Exception in Backup engine 2022-12-14 18:34:30 +01:00
Marc Baloup bc2e34e28d
Ignore .lck files during backup 2022-12-14 18:25:34 +01:00
Marc Baloup 126d5df619
Fix some plugin loading issue 2022-12-14 17:58:05 +01:00
Marc Baloup 49024bf3f8
New methods in AbstractPlayerManager + new suggestions suppliers in PaperBrigadierCommand 2022-12-13 15:17:51 +01:00
Marc Baloup 33f4c1550c
Added WorldSaveUtil 2022-12-13 13:56:47 +01:00
Marc Baloup 3246260816
Added BedrockBambooCollisionFixer + minor fix in PerformanceAnalysisManager 2022-12-13 13:44:07 +01:00
Marc Baloup bffd5a02a9
Some cleanup 2022-12-12 19:46:57 +01:00
Marc Baloup f2d1acd24a
Call the backup cleaner method 2022-12-12 19:41:53 +01:00
Marc Baloup 264300ead6
Ability to disable PerformanceAnalysisManager on server shutdown 2022-12-12 19:35:53 +01:00
Marc Baloup 06815c5c75
Backup management from Paper plugin moved into Pandalib + new BackupCleaner + refactored working directory backup 2022-12-12 18:54:00 +01:00
Marc Baloup 5b20cb4372
PerformanceAnalysisManager moved to Pandalib 2022-12-12 18:28:50 +01:00
Marc Baloup 35260ff54c
PlayerNonPersistentConfig moved to Pandalib 2022-12-12 18:06:39 +01:00
Marc Baloup 967e3a99e0
Fixing pom 2022-12-12 17:32:49 +01:00
Marc Baloup b427d23dd6
Including WorldUtil and PrimaryWorlds classes (from Pandacube private code) 2022-12-12 17:32:03 +01:00
Marc Baloup edea5835ad
Fix pandalib-players dependency 2022-12-12 17:30:59 +01:00
Marc Baloup fc777e7def
ChatConfig now defaults to Pandacube coloring 2022-12-12 17:30:24 +01:00
Marc Baloup b756b912bd
Player configuration API with default implementation on paper server.
Also merging pandalib-paper-player into pandalib-paper due to unavoidable circular dependency
2022-12-12 17:29:31 +01:00
Marc Baloup 7b0793ae38
Added 1.19.3 in MinecraftVersion 2022-12-08 17:55:27 +01:00
Marc Baloup b5035cfb59
Improved logs for bukkit/brigadier command registration 2022-12-08 14:53:39 +01:00
Marc Baloup f0540a8942
Keeping command execution in separate thread 2022-12-02 13:06:04 +01:00
Marc Baloup f3efe00b8b
CLI is now its own thread 2022-12-02 12:45:53 +01:00
Marc Baloup 862c164cf3
added method in PermGroup to get groups that inherit the current group 2022-11-30 13:35:34 +01:00
Marc Baloup 41878b72f9
Improved ItemStackBuilder 2022-11-22 14:30:08 +01:00
Marc Baloup 8755725d51
AABBBlock shift and clone methods 2022-11-21 15:15:48 +01:00