1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-03 03:12:46 +02:00

633 Commits

Author SHA1 Message Date
Luck
0af1038d81 Update to Minecraft 1.21.6 2025-06-19 18:48:44 +01:00
Max Barrass
bac0edd90e Fix missing closing brackets in .conf files (#4109) 2025-06-14 09:24:52 +01:00
Luck
9538cb9dad Upgrade dependencies and require Java 11 2025-06-01 16:41:39 +01:00
lucko
94e7e11183 Add configurable read-only mode for commands (#4031) 2025-05-10 14:32:47 +01:00
lucko
6b7283ac83 Improve context manager caching (#4050) 2025-03-20 19:20:16 +00:00
Luck
5b82837b80 Update Sponge module to API 12 2025-01-05 14:38:15 +00:00
Luck
0fef481d48 Add more unit tests 2024-12-22 09:51:11 +00:00
Luck
b18717edef Remove NeoForge capability attachment 2024-12-04 20:39:55 +00:00
Ossi Erkkilä
b5400f885b Add support for Sponge API 11 (#3896) 2024-05-26 13:58:39 +01:00
bloodmc
484b04c17b Add support for Sponge API 9+ (#3885) 2024-05-06 18:20:47 +01:00
Misode
f78e2d6c52 Update Minecraft wiki links in config file comments (#3758) 2023-11-06 22:00:47 +00:00
powercas_gamer
86cc90f48a Refactor gradle plugin version handling (#3665) 2023-06-24 00:15:03 +01:00
Mart
feef08a256 Update GitHub URLs to new location (#3686) 2023-06-23 23:34:11 +01:00
Dominik
7a59536450 Add support for redis cluster (#3670) 2023-06-23 23:30:22 +01:00
Luck
2e5a1d79a4 Switch back to official Postgres JDBC driver 2023-06-11 14:36:00 +01:00
Luck
d859085056 Update Fabric/Forge to Minecraft 1.20
Co-authored-by: Aurelien <aurelien.domino@gmail.com>
2023-06-11 11:17:17 +01:00
Luck
0ae751b533 Reformat import statements 2023-04-30 21:27:42 +01:00
lucko
90392511ef Implement messenger using Postgres listen/notify (#3641) 2023-04-30 21:09:43 +01:00
J.T. McQuigg
4d726f4e8b Update Forge and Fabric to 1.19.3 (#3550) 2023-01-01 22:14:07 +00:00
Kacper Krzychała
0193c06f16 Add Nats messenger (#3525) 2022-11-26 18:06:15 +00:00
Luck
65a4c67745 Fix bug in Sponge PermissionServiceProxy 2022-05-19 18:12:42 +01:00
Luck
c35958b88e Fix plugin message string encoding inconsistency (#3364) 2022-04-24 11:41:02 +01:00
lucko
b235234633 Sponge use jar-in-jar loader 2022-02-17 00:22:46 +00:00
Luck
86d2523d33 Fix SpongePlayerCalculator errors 2022-02-11 23:25:31 +00:00
lucko
ee79f53612 SpongeAPI 8 (#2728) 2022-02-07 21:10:01 +00:00
Luck
a53c9fad00 Reuse the same InheritanceOrigin object where possible 2022-01-01 20:49:12 +00:00
Luck
4de7448394 Include whether a node is normal/transient in InheritanceOriginMetadata 2022-01-01 19:33:48 +00:00
lucko
2d662cbab9 Retain cause node information for cached permission/meta data (#3250) 2021-12-31 16:03:00 +00:00
OmegaWeaponDev
ae93c9768b Add default file name for export command (#3248) 2021-12-31 16:02:24 +00:00
Luck
8cc126f711 Add config option to disable bulkupdate functionality 2021-12-09 21:32:02 +00:00
Luck
594f50bee7 Add config option to disable context calculators 2021-11-27 09:49:01 +00:00
Luck
c9d4c7dac7 ContextSet performance improvements (#3209)
A bit experimental, should be stable enough though.
2021-11-17 23:18:11 +00:00
Eduard Wayland
848fc353d4 Added redis authentication with username (#3201) 2021-11-12 22:49:46 +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
979c80d9ee Clarify config comments for mongodb-connection-uri option (#3062) 2021-06-15 20:41:36 +01:00
Luck
ad49508b74 Some misc tidying up 2021-05-23 11:29:22 +01:00
Luck
931d61e2ed Include more information about targets in verbose payloads 2021-05-02 15:50:38 +01:00
Luck
9d4f278117 Remove redundant CommandResult enum 2021-04-22 21:01:57 +01:00
Luck
0808392353 Update adventure 2021-04-18 13:33:22 +01:00
Luck
07f672ae1f Add 'skip-bulkupdate-confirmation' config option (#2980) 2021-04-18 11:55:06 +01:00
Luck
e3138eb94c Make console detection more resilient against spoofed UUIDs 2021-03-13 14:25:33 +00:00
Luck
370e2aed0d Add some missing null annotations 2021-03-13 14:14:59 +00:00
Luck
e7f2a8d713 Add config option to disable built-in contexts 2021-03-01 11:18:21 +00:00
Luck
bf0ac1a867 Micro-optimise some frequently iterated lists 2021-03-01 10:38:48 +00:00
Luck
4ff2c75538 Add config option to set Hikari keepalive property 2021-02-22 23:02:43 +00:00
lucko
75d8f00400 Implement jar-in-jar loader system (#2899)
This fixes an issue that prevented LuckPerms from loading on Java 16
2021-02-18 12:21:17 +00:00
Luck
cb9e0899fc Misc refactoring and tidying up 2021-02-10 11:12:30 +00:00
Callum Seabrook
d8aefd23d3 Added virtual host support for RabbitMQ (#2877) 2021-02-05 11:38:13 +00:00
ruViolence
a8dfd38fe6 RabbitMQ messenger support (#2874) 2021-02-04 17:10:30 +00:00