Commit Graph

2085 Commits

Author SHA1 Message Date
Luck
1bfbd27701
Update fabric/forge versions 2023-01-29 11:01:00 +00:00
nikijaz
a5ba53d765
Restore offline mode support for Fabric servers (#3576) 2023-01-29 10:41:38 +00:00
lucko
3ecdeacaf8
Add more unit tests (#3555) 2023-01-05 21:32:50 +00:00
J.T. McQuigg
4d726f4e8b
Update Forge and Fabric to 1.19.3 (#3550) 2023-01-01 22:14:07 +00:00
Luck
ed9dd031cb
Add basic rate-limit for commands (#3546) 2022-12-28 22:49:41 +00:00
Luck
8e1553c0ed
Use unix domain socket for Docker commands 2022-12-10 23:41:33 +00:00
Luck
5555cdac89
Update nukkit maven repository 2022-11-27 14:22:09 +00:00
Kacper Krzychała
0193c06f16
Add Nats messenger (#3525) 2022-11-26 18:06:15 +00:00
Luck
5ff9a12a72
Preload dependencies in Docker image 2022-10-22 00:07:49 +01:00
Drex
dc22847fa3
Fabric offline permission check event (#3504) 2022-10-16 14:50:23 +01:00
Luck
e35f46798b
Upgrade h2 database engine to v2 (#3458) 2022-10-16 14:28:59 +01:00
Luck
495d951556
Declare module name for API (#3482) 2022-09-30 21:10:15 +01:00
maxcom1
8bbb6994b6
Don't pretty-print '/lp export' json (#3489) 2022-09-30 20:32:37 +01:00
Luck
44470c8843
Fix yaml usage on Forge/Fabric (#3381) 2022-09-30 20:20:57 +01:00
OOP-778
1790c0ad47
Fix concurrent errors in URLClassLoaderAccess (#3403) 2022-09-05 21:39:52 +01:00
BlockyTheDev
a2e4a81e29
Update Paper maven repo (#3393) 2022-09-05 21:38:31 +01:00
Luck
afc69046ad
Fabric 1.19.2 2022-09-05 21:37:39 +01:00
Luck
b6b3788f14
Change socket is verified check 2022-09-05 21:37:39 +01:00
CDAGaming
6e0e0e8ae9
Forge 1.19.2 (#3477) 2022-09-05 21:30:12 +01:00
Luck
b1953632c5
Add healthcheck for standalone app 2022-08-05 20:33:33 +01:00
Luck
fe0cb2df25
Fix Bukkit tab complete (#3449) 2022-08-03 22:14:11 +01:00
IzzelAliz
8ebdbdbf0b
Fix Forge user data sometimes missing after switching worlds (#3447) 2022-08-03 20:46:22 +01:00
Potatoboy9999
106455a311
Fabric 1.19.1 (#3437) 2022-08-03 20:45:34 +01:00
Luck
55d291f975
Update dependencies for 1.19.1 support (#3440) 2022-08-03 20:14:14 +01:00
Alex Thomson
ad08b158f7
Forge 1.19 (#3397) 2022-07-24 16:06:32 +01:00
Luck
48e5f428b5
Change standalone image name 2022-07-20 23:29:01 +01:00
Luck
d36341c139
Implement standalone/cli app 2022-07-20 23:14:40 +01:00
Luck
8b0d6fd5d2
Fix compile 2022-07-18 21:38:44 +01:00
Luck
fbc0787a1e
Implement Fabric meta/options API 2022-07-17 11:54:14 +01:00
Luck
bf93077474
MetaCache refactoring 2022-07-17 11:53:52 +01:00
Luck
016f35a6f0
Update Bukkit dependencies for full 1.19 support 2022-06-12 20:54:33 +01:00
Luck
9b2bbb3e53
Bump adventure version 2022-06-12 17:48:29 +01:00
lucko
79a08610e0
Increase memory allocation for Gradle 2022-06-12 10:55:51 +01:00
Aurélien
7824566ce5
Fabric 1.19 (#3394) 2022-06-11 21:14:14 +01:00
IzzelAliz
a368509520
Use Forge default resolver when result is undefined (#3390) 2022-06-06 18:39:13 +01:00
Luck
62a8891b48
Fix buildscript 2022-05-20 20:12:56 +01:00
Alex Thomson
6421525f3a
LuckPerms for Forge (#3262) 2022-05-20 20:09:04 +01:00
Luck
65a4c67745
Fix bug in Sponge PermissionServiceProxy 2022-05-19 18:12:42 +01:00
Luck
e6cc817436
Update nexus mirror url 2022-05-15 18:22:21 +01:00
Luck
c35958b88e
Fix plugin message string encoding inconsistency (#3364) 2022-04-24 11:41:02 +01:00
Emily
e0ee2c3b5f
Resolve command entity selectors on Fabric (#3363) 2022-04-24 09:44:24 +01:00
Luck
b3cdf67c4f
Add error logging for failed plugin message parse (#3364) 2022-04-24 09:33:33 +01:00
Luck
207e4aa9f8
Show table prefix in a different colour 2022-04-08 21:02:31 +01:00
Zeromaniac
34873914bd
Show sql table prefix if set in '/lp info' (#3360) 2022-04-08 20:35:40 +01:00
Luck
126631fce8
Load configuration from env or system props (#3294) 2022-04-03 15:21:18 +01:00
Luck
2e0a4d71a5
Fix redis close (#3353) 2022-03-27 16:50:31 +01:00
Luck
5647b2e5c6
Shutdown okhttp on plugin disable (#3347) 2022-03-23 20:15:03 +00:00
Luck
eece15d415
Close web editor sockets on plugin disable (#3326) 2022-03-20 10:45:59 +00:00
Luck
fb56189f0a
Improve AbstractJavaScheduler (#3326) 2022-03-19 23:30:39 +00:00
Marton Schneider
405c5c3cf9
Fix typo with env var reading (#3345)
* resolves LuckPerms/LuckPerms#3339

* change server name from env var => add to a separate option for this

* fix missing variable assignment
2022-03-18 21:01:01 +00:00