- [FEAT] New APIs for Maintenance Mode and rewrite commands system

- [FEAT] Improved config system to fix old loading bugs and support JSON
- [FEAT] LuckPerms support for commands
This commit is contained in:
2024-08-10 15:17:10 +02:00
parent e14ac2a136
commit 614fb0bc49
352 changed files with 6045 additions and 1798 deletions

View File

@@ -1,12 +1,10 @@
--- a/.jenkins/Jenkinsfile.snapshot
+++ b/.jenkins/Jenkinsfile.snapshot
@@ -3,8 +3,8 @@
def JDK = "21";
@@ -4,7 +4,7 @@
def majorMc = "1.21";
def modLoaders = "neoforge|fabric|quilt";
-def supportedMc = "1.21";
def supportedMc = "1.21|1.21.1";
-def reltype = "port";
+def supportedMc = "1.21|1.21.1";
+def reltype = "snapshot";
pipeline {

View File

@@ -0,0 +1,10 @@
--- a/README.md
+++ b/README.md
@@ -15,7 +15,6 @@
| < 1.18.2 | ❌ |
| 1.18.2-1.20.2 | ✳️ |
| 1.20.4 | ✳️ |
-| 1.20.6 | ❌ |
| 1.21.x | ✳️ |
- ❌ - Not Supported; no bug fixes or new features.