Commit Graph

13 Commits

Author SHA1 Message Date
d411618e63 Fix Javadoc warnings due to Java 21 update (+ some other warnings)
The default implicit constructor must also have a doc comment, so I have to make it explicit and either properly restrict the visibility of the constructor, or actually document it.
2024-06-06 23:59:32 +02:00
f494c3bdb3 Prepare for 1.20.4 2024-02-19 23:33:30 +01:00
69a4f2fe6f Clear player permission cache when changing permissions through Vault API 2023-08-29 13:59:27 +02:00
bd3bea8381 Some refactoring in pandalib-util 2023-08-27 13:37:17 +02:00
79e4bb90f7 Inject permissions system into Vault on plugin load 2023-06-25 16:32:46 +02:00
736e0f0c23 PermissionsInjectorVault registers Vault services on highest priority and checks services access after server starts. 2023-06-25 14:52:02 +02:00
5edd8cdfec Various code simplification/fixes and a lot of typo/grammar fixes (may brake some stuff) 2023-06-20 00:15:46 +02:00
d5c9876734 Plugins using Vault to interact with Pandalib permission system can now add and remove permission to specific players on server and world
+ added warning messages when plugin tries to manipulate player's groups and group's permissions
2023-04-16 23:49:41 +02:00
045ca8b640 Fix various warnings and progress some javadoc 2022-09-08 23:42:12 +02:00
54bc8ab99a
Mostly javadoc, and also some fixes there and there 2022-08-10 03:04:12 +02:00
c7a470e391 Fix warnings and stuff 2022-07-22 18:37:15 +02:00
c827027e77 reformat POM files 2022-07-22 17:10:34 +02:00
aff229164c New modules again + some pom refactor 2022-07-22 00:17:36 +02:00