marcbal
4c7ff74a39
Java 25 and some code quality improvement
2026-06-15 22:59:40 +02:00
marcbal
36eb1227cf
Do not use bungeecord-chat as a dependency for pandalib-chat anymore
2024-07-28 01:04:34 +02:00
marcbal
5edd8cdfec
Various code simplification/fixes and a lot of typo/grammar fixes (may brake some stuff)
2023-06-20 00:15:46 +02:00
marcbal
98d1a21aab
sendChatMessage() for online players
2023-06-17 10:56:58 +02:00
marcbal
d59ae22970
Deprecation, deprecated, ...
2023-06-16 19:14:22 +02:00
marcbal
61fb7b3142
Added getServerPermissionName() for OnlinePlayer
2023-05-13 13:35:14 +02:00
marcbal
a6bde9e191
Javadoc
2023-02-22 16:40:08 +01:00
marcbal
49024bf3f8
New methods in AbstractPlayerManager + new suggestions suppliers in PaperBrigadierCommand
2022-12-13 15:17:51 +01:00
marcbal
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
marcbal
54bc8ab99a
Mostly javadoc, and also some fixes there and there
2022-08-10 03:04:12 +02:00
marcbal
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