1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-19 21:01:23 +02:00

281 Commits

Author SHA1 Message Date
Luck
9538cb9dad Upgrade dependencies and require Java 11 2025-06-01 16:41:39 +01:00
Luck
0486bc885b Release API v5.5 2025-05-25 08:59:47 +01:00
Remigio
626d08431e Add missing IllegalArgumentExceptions to Javadocs (#4015) 2025-05-10 14:33:38 +01:00
Luck
0fef481d48 Add more unit tests 2024-12-22 09:51:11 +00:00
Luck
29c93fac4f Add note about shading LuckPerms API into plugin jars 2024-12-04 11:27:14 +00:00
Jason Penilla
642f1d3019 Port to NeoForge (#3950) 2024-08-12 19:11:27 +01:00
lucko
9e7a3d26e4 Improve efficiency of action log queries (#3917) 2024-06-16 21:11:23 +01:00
lucko
8c6586f008 Add custom payload message to API (#3840) 2024-03-06 21:12:33 +00:00
Luck
79273a8bcc Add PostNetworkSyncEvent 2024-02-18 22:40:58 +00:00
Emilia Kond
96008f6338 Add modifyTrack method to TrackManager (#3823) 2024-01-23 17:44:20 +00:00
Luck
84fce987d5 Change healthcheck details return type 2023-10-22 21:08:45 +01:00
Luck
3707d2f03c Add healthcheck functionality to API 2023-10-22 20:17:37 +01:00
Luck
0ae751b533 Reformat import statements 2023-04-30 21:27:42 +01:00
Emily
85a49f0f44 Handle invalid empty command inputs (#3606) 2023-03-29 23:01:25 +01:00
J.T. McQuigg
4d726f4e8b Update Forge and Fabric to 1.19.3 (#3550) 2023-01-01 22:14:07 +00:00
Luck
495d951556 Declare module name for API (#3482) 2022-09-30 21:10:15 +01:00
Luck
d36341c139 Implement standalone/cli app 2022-07-20 23:14:40 +01:00
Luck
bf93077474 MetaCache refactoring 2022-07-17 11:53:52 +01:00
Alex Thomson
6421525f3a LuckPerms for Forge (#3262) 2022-05-20 20:09:04 +01:00
Luck
3eca6205ab Fix API buildscript 2022-02-09 22:15:09 +00:00
Luck
4de7448394 Include whether a node is normal/transient in InheritanceOriginMetadata 2022-01-01 19:33:48 +00:00
Luck
6781c1fb51 Provide API access to cached data result info (#3243) 2022-01-01 14:38:46 +00:00
Luck
acdc259771 Fix MetaValueSelector NPE 2021-12-31 17:50:42 +00:00
lucko
2d662cbab9 Retain cause node information for cached permission/meta data (#3250) 2021-12-31 16:03:00 +00:00
Luck
664cad21a9 Clarify uuid type in user info command (#3233) 2021-12-10 23:47:06 +00:00
Luck
c9d4c7dac7 ContextSet performance improvements (#3209)
A bit experimental, should be stable enough though.
2021-11-17 23:18:11 +00:00
Luck
9cd33d26f2 Fix toLowerCase/toUpperCase locale sensitivity 2021-08-25 20:09:20 +01:00
Callum Seabrook
ba522597a8 Update to Gradle 7 (#3051) 2021-08-20 18:16:39 +01:00
Luck
49c17c4a18 Clarify message in API NotLoadedException 2021-05-06 13:38:49 +01:00
Luck
fed5a0fd87 Fix potential race condition in LuckPermsProvider#get 2021-04-23 20:17:48 +01:00
Luck
98adb046ee Update lots of dependencies 2021-04-18 18:20:54 +01:00
Federico López
e219237e44 API Javadoc gen fixes (#2977) 2021-04-18 11:37:46 +01:00
Luck
370e2aed0d Add some missing null annotations 2021-03-13 14:14:59 +00:00
Luck
b7f05a2f91 API 5.3 2021-03-04 15:13:40 +00:00
Luck
2c636c5ac6 Further javadoc improvements 2021-03-04 00:25:11 +00:00
Luck
0884dd7e97 Add package description javadocs to the API 2021-03-03 11:48:20 +00:00
Luck
89894353b6 Add web editor deletion cause 2021-03-01 10:16:21 +00:00
Luck
ca65e2175d Add getMetaValue API method that accepts a value transformer function 2021-02-28 12:04:23 +00:00
Luck
84c5b818b8 Add cancellable UserUnloadEvent 2021-02-27 18:24:39 +00:00
Luck
cb9e0899fc Misc refactoring and tidying up 2021-02-10 11:12:30 +00:00
Luck
f9030825fd Add some more annotations to mark API methods 2021-01-19 14:29:49 +00:00
i509VCB
21abb94796 Fabric (#2029) 2021-01-04 15:23:54 +00:00
Luck
0a99a96188 Tidy up Node add/remove/clear API events 2021-01-02 21:16:45 +00:00
Luck
8dfeef9575 Some misc tidying up 2020-12-23 12:16:14 +00:00
Luck
2d4af4c691 Mark a number of API methods as NonExtendable 2020-12-14 16:07:20 +00:00
Luck
53fb46ee85 Expose uuid/username lookups and validity checks as events in the API 2020-11-23 23:54:02 +00:00
Luck
0ea0ce9d26 Provide 'gamemode' and 'dimension-type' contexts by default
Also, optimize world rewrites
2020-11-07 00:57:57 +00:00
Luck
4811129ab1 Convert to text components and implement new translation system 2020-10-14 12:26:09 +01:00
Luck
63878166db Release 5.2 2020-10-14 12:18:50 +01:00
Luck
198b86d7c3 Implement the basis for deleting player uuid data from storage 2020-09-07 17:22:42 +01:00