Commit Graph

324 Commits

Author SHA1 Message Date
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
Marc Baloup b2cd7e0bda
Fix NPE in BukkitEvent 2022-11-21 15:15:19 +01:00
Marc Baloup 616ae69d41
Fix package 2022-11-06 19:16:37 +01:00
Marc Baloup 763de13c48
Removed invalid reflection fields 2022-10-10 16:25:59 +02:00
Marc Baloup 9a141c146e Bump paper 1.19.2 2022-10-09 17:53:05 +02:00
Marc Baloup 441b55f52c Better display of LocationUtil.conciseToString() 2022-09-08 23:42:40 +02:00
Marc Baloup 045ca8b640 Fix various warnings and progress some javadoc 2022-09-08 23:42:12 +02:00
Marc Baloup 83e35f21bd Fix ItemStackBuilder#displayName method 2022-08-25 01:06:36 +02:00
Marc Baloup 5ab7b0e252 Made ItemStackBuilder and GUIInventory more tolerant with some method parameters 2022-08-24 23:13:27 +02:00
Marc Baloup 6afa1086c2
Added StringUtil#wrapParsingInt() and StringUtil#wrapParsingLong() methods 2022-08-14 00:29:23 +02:00
Marc Baloup c548856b76
Fix SchedulerUtil exception handling 2022-08-13 16:12:32 +02:00
Marc Baloup 25f2f90ef0
New method in StringUtil 2022-08-13 00:55:44 +02:00
Marc Baloup bb4df1ba0a
Fix PermEntity javadoc 2022-08-11 21:24:43 +02:00
Marc Baloup 99a07a2ba6
Javadoc and some API changes 2022-08-11 01:32:37 +02:00
Marc Baloup b6fc3c2b61
Even more javadoc 2022-08-10 19:25:06 +02:00
Marc Baloup 54bc8ab99a
Mostly javadoc, and also some fixes there and there 2022-08-10 03:04:12 +02:00
Marc Baloup f976350ee1
Uniformization of how permission check is handled between pandalib-(.*-)players, Paper/Bungee and pandalib-permissions.
When an *OnlinePlayer class ask for permission, it always ask for Paper/Bungee API. The pandalib-permissions system will be called by Paper/Bungee only if it used and integrated into Paper/Bungee using the appropriate modules.
This commit reduces inter-dependencies between pandalib-(.*-)permissions modules and pandalib-(.*-)players (except pandalib-players-permissible that has to depends on pandalib-permissions)
2022-08-08 03:16:00 +02:00
Marc Baloup a885c224a6
Added new Brigadier commands related APIs for bungee/paper/cli + a few javadoc 2022-08-08 01:42:11 +02:00
Marc Baloup 2f141d5f84
Updated MinecraftVersion with 1.19.2 2022-08-07 02:10:46 +02:00
Marc Baloup 0cfedee419
Fix ThrowableUtil 2022-08-07 00:40:08 +02:00
Marc Baloup 5457dd918b
Some new exception enabled functional interfaces 2022-08-06 22:18:43 +02:00
Marc Baloup 6e4ec629b0
Fix Skull in pandalib-paper 2022-08-04 03:11:20 +02:00
Marc Baloup e16e294ff7
update readme 2022-08-03 01:56:34 +02:00
Marc Baloup 3bcd8d315b
Progress javadoc, various refactor + new module pandalib-commands 2022-08-03 01:45:18 +02:00
Marc Baloup 660414424e
Javadoc and refactor pandalib-db 2022-08-01 22:21:04 +02:00
Marc Baloup 1c490fdd04
Javadoc pandalib-bungee 2022-07-30 16:43:59 +02:00