diff --git a/README.md b/README.md
index 1da415073..44d00187b 100644
--- a/README.md
+++ b/README.md
@@ -63,17 +63,18 @@ The list of what version of the CommandAPI you'll need to run on a specific vers
| **1.19.2** | 8.5.1 - 9.7.0 | 9.7.0 | 16 |
| **1.19.3** | 8.7.0 - 9.7.0 | 9.7.0 | 16 |
| **1.19.4** | 8.8.0 - 9.7.0 | 9.7.0 | 16 |
-| **1.20** | 9.0.2 - 10.1.0 | 10.1.0 | 17 |
-| **1.20.1** | 9.0.3 - 10.1.0 | 10.1.0 | 17 |
-| **1.20.2** | 9.2.0 - 10.1.0 | 10.1.0 | 17 |
-| **1.20.3, 1.20.4** | 9.3.0 - 10.1.0 | 10.1.0 | 17 |
-| **1.20.5, 1.20.6** | 9.4.0 - 10.1.0 | 10.1.0 | 17 |
-| **1.21** | 9.5.0 - 10.1.0 | 10.1.0 | 17 |
-| **1.21.1** | 9.5.2 - 10.1.0 | 10.1.0 | 17 |
-| **1.21.2, 1.21.3** | 9.6.0 - 10.1.0 | 10.1.0 | 17 |
-| **1.21.4** | 9.7.0 - 10.1.0 | 10.1.0 | 17 |
-| **1.21.5** | 10.0.0 - 10.1.0 | 10.1.0 | 17 |
-| **1.21.6** | 10.1.0 | 10.1.0 | 17 |
+| **1.20** | 9.0.2 - 10.1.1 | 10.1.1 | 17 |
+| **1.20.1** | 9.0.3 - 10.1.1 | 10.1.1 | 17 |
+| **1.20.2** | 9.2.0 - 10.1.1 | 10.1.1 | 17 |
+| **1.20.3, 1.20.4** | 9.3.0 - 10.1.1 | 10.1.1 | 17 |
+| **1.20.5, 1.20.6** | 9.4.0 - 10.1.1 | 10.1.1 | 17 |
+| **1.21** | 9.5.0 - 10.1.1 | 10.1.1 | 17 |
+| **1.21.1** | 9.5.2 - 10.1.1 | 10.1.1 | 17 |
+| **1.21.2, 1.21.3** | 9.6.0 - 10.1.1 | 10.1.1 | 17 |
+| **1.21.4** | 9.7.0 - 10.1.1 | 10.1.1 | 17 |
+| **1.21.5** | 10.0.0 - 10.1.1 | 10.1.1 | 17 |
+| **1.21.6** | 10.1.0 - 10.1.1 | 10.1.1 | 17 |
+| **1.21.7** | 10.1.1 | 10.1.1 | 17 |
-----
@@ -392,6 +393,16 @@ This is the current roadmap for the CommandAPI (as of 1st April 2025):
+
+ 10.1.1 |
+ July 2025 |
+
+ Minecraft Version Changes:
+
+ - Adds support for Minecraft 1.21.7
+
+ |
+
10.1.0 |
June 2025 |
diff --git a/commandapi-annotations/pom.xml b/commandapi-annotations/pom.xml
index 9c707b51c..768f949a1 100644
--- a/commandapi-annotations/pom.xml
+++ b/commandapi-annotations/pom.xml
@@ -18,7 +18,7 @@
dev.jorel
commandapi
- 10.1.0
+ 10.1.1
commandapi-annotations
diff --git a/commandapi-core/pom.xml b/commandapi-core/pom.xml
index b071904f5..fe557bea5 100644
--- a/commandapi-core/pom.xml
+++ b/commandapi-core/pom.xml
@@ -19,7 +19,7 @@
commandapi
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-kotlin/commandapi-bukkit-kotlin/pom.xml b/commandapi-kotlin/commandapi-bukkit-kotlin/pom.xml
index bda964ea3..a767a22f2 100644
--- a/commandapi-kotlin/commandapi-bukkit-kotlin/pom.xml
+++ b/commandapi-kotlin/commandapi-bukkit-kotlin/pom.xml
@@ -7,7 +7,7 @@
dev.jorel
commandapi-kotlin
- 10.1.0
+ 10.1.1
commandapi-bukkit-kotlin
diff --git a/commandapi-kotlin/commandapi-core-kotlin/pom.xml b/commandapi-kotlin/commandapi-core-kotlin/pom.xml
index 66fb5ce47..928e9ca6f 100644
--- a/commandapi-kotlin/commandapi-core-kotlin/pom.xml
+++ b/commandapi-kotlin/commandapi-core-kotlin/pom.xml
@@ -7,7 +7,7 @@
dev.jorel
commandapi-kotlin
- 10.1.0
+ 10.1.1
commandapi-core-kotlin
diff --git a/commandapi-kotlin/commandapi-velocity-kotlin/pom.xml b/commandapi-kotlin/commandapi-velocity-kotlin/pom.xml
index 12cc0da22..7aa546dfb 100644
--- a/commandapi-kotlin/commandapi-velocity-kotlin/pom.xml
+++ b/commandapi-kotlin/commandapi-velocity-kotlin/pom.xml
@@ -7,7 +7,7 @@
dev.jorel
commandapi-kotlin
- 10.1.0
+ 10.1.1
commandapi-velocity-kotlin
diff --git a/commandapi-kotlin/pom.xml b/commandapi-kotlin/pom.xml
index 0a536da88..ad2bd2ec4 100644
--- a/commandapi-kotlin/pom.xml
+++ b/commandapi-kotlin/pom.xml
@@ -6,7 +6,7 @@
dev.jorel
commandapi
- 10.1.0
+ 10.1.1
commandapi-kotlin
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-core/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-core/pom.xml
index 1b41e764a..fe0ebdf67 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-core/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-core/pom.xml
@@ -6,7 +6,7 @@
commandapi-bukkit
dev.jorel
- 10.1.0
+ 10.1.1
commandapi-bukkit-core
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-mojang-mapped/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-mojang-mapped/pom.xml
index b60eac173..db16785ea 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-mojang-mapped/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-mojang-mapped/pom.xml
@@ -24,7 +24,7 @@
commandapi-bukkit
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-networking-plugin/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-networking-plugin/pom.xml
index 31adc9c55..90afa9760 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-networking-plugin/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-networking-plugin/pom.xml
@@ -6,7 +6,7 @@
commandapi-bukkit
dev.jorel
- 10.1.0
+ 10.1.1
commandapi-bukkit-networking-plugin
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.2/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.2/pom.xml
index 205c03f91..fc0958ff3 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.2/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.2/pom.xml
@@ -21,7 +21,7 @@
commandapi-bukkit-nms
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.3/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.3/pom.xml
index c332bd572..4a2306e98 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.3/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.3/pom.xml
@@ -21,7 +21,7 @@
commandapi-bukkit-nms
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.5/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.5/pom.xml
index e0fa52de8..cbe01c799 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.5/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.5/pom.xml
@@ -21,7 +21,7 @@
commandapi-bukkit-nms
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20/pom.xml
index dd6c0b3db..5a44ce844 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20/pom.xml
@@ -21,7 +21,7 @@
commandapi-bukkit-nms
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21.2/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21.2/pom.xml
index c47579793..eec89af4f 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21.2/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21.2/pom.xml
@@ -21,7 +21,7 @@
commandapi-bukkit-nms
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21.4/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21.4/pom.xml
index 0bb2743d8..dad7ff153 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21.4/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21.4/pom.xml
@@ -21,7 +21,7 @@
commandapi-bukkit-nms
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21.5/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21.5/pom.xml
index 244995c3a..0e8c6d465 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21.5/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21.5/pom.xml
@@ -21,7 +21,7 @@
commandapi-bukkit-nms
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21.6/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21.6/pom.xml
index 8a674188f..d21db09af 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21.6/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21.6/pom.xml
@@ -21,7 +21,7 @@
commandapi-bukkit-nms
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21.6/src/main/java/dev/jorel/commandapi/nms/NMS_1_21_R5.java b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21.6/src/main/java/dev/jorel/commandapi/nms/NMS_1_21_R5.java
index eb5955349..6b233b11c 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21.6/src/main/java/dev/jorel/commandapi/nms/NMS_1_21_R5.java
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21.6/src/main/java/dev/jorel/commandapi/nms/NMS_1_21_R5.java
@@ -207,9 +207,9 @@
// Mojang-Mapped reflection
/**
- * NMS implementation for Minecraft 1.21.5
+ * NMS implementation for Minecraft 1.21.6
*/
-@NMSMeta(compatibleWith = {"1.21.5"})
+@NMSMeta(compatibleWith = {"1.21.6", "1.21.7"})
@RequireField(in = SimpleHelpMap.class, name = "helpTopics", ofType = Map.class)
@RequireField(in = EntitySelector.class, name = "usesSelector", ofType = boolean.class)
// @RequireField(in = ItemInput.class, name = "tag", ofType = CompoundTag.class)
@@ -321,7 +321,7 @@ public final Map getHelpMap() {
@Override
public String[] compatibleVersions() {
- return new String[]{"1.21.5"};
+ return new String[]{"1.21.6", "1.21.7"};
}
private static String serializeNMSItemStack(ItemStack is) {
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21/pom.xml
index 04bab1741..fe072455d 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.21/pom.xml
@@ -21,7 +21,7 @@
commandapi-bukkit-nms
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-common/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-common/pom.xml
index d75c01a56..ef1885097 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-common/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-common/pom.xml
@@ -19,7 +19,7 @@
commandapi-bukkit-nms
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-dependency-mojang-mapped/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-dependency-mojang-mapped/pom.xml
index 4dbe801c9..6167a21ab 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-dependency-mojang-mapped/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-dependency-mojang-mapped/pom.xml
@@ -19,7 +19,7 @@
commandapi-bukkit-nms
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-dependency/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-dependency/pom.xml
index 05e4f1872..da1ec4488 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-dependency/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-dependency/pom.xml
@@ -19,7 +19,7 @@
commandapi-bukkit-nms
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/pom.xml
index b62f1e95e..5b35ab62a 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/pom.xml
@@ -26,7 +26,7 @@
commandapi-bukkit
dev.jorel
- 10.1.0
+ 10.1.1
commandapi-bukkit-nms
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin-common/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin-common/pom.xml
index 516611451..78250e3c2 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin-common/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin-common/pom.xml
@@ -7,7 +7,7 @@
dev.jorel
commandapi-bukkit
- 10.1.0
+ 10.1.1
commandapi-bukkit-plugin-common
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin-mojang-mapped/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin-mojang-mapped/pom.xml
index edf7e938b..59274ce42 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin-mojang-mapped/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin-mojang-mapped/pom.xml
@@ -25,7 +25,7 @@
commandapi-bukkit
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin/pom.xml
index 600b7512d..0b1b06f66 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin/pom.xml
@@ -25,7 +25,7 @@
commandapi-bukkit
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-shade-mojang-mapped/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-shade-mojang-mapped/pom.xml
index 8842cd805..59124113e 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-shade-mojang-mapped/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-shade-mojang-mapped/pom.xml
@@ -25,7 +25,7 @@
commandapi-bukkit
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-shade/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-shade/pom.xml
index 1d016fb91..b23d8bc67 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-shade/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-shade/pom.xml
@@ -25,7 +25,7 @@
commandapi-bukkit
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test-toolkit/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test-toolkit/pom.xml
index 5f089da5f..5374eb0ba 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test-toolkit/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test-toolkit/pom.xml
@@ -6,7 +6,7 @@
dev.jorel
commandapi-bukkit
- 10.1.0
+ 10.1.1
commandapi-bukkit-test-toolkit
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.2/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.2/pom.xml
index c7bf6fbfa..c89fa19fe 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.2/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.2/pom.xml
@@ -25,7 +25,7 @@
commandapi-bukkit-test
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.3/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.3/pom.xml
index 861f23960..c03ba0991 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.3/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.3/pom.xml
@@ -25,7 +25,7 @@
commandapi-bukkit-test
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.5/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.5/pom.xml
index eb599181f..e0a442817 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.5/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.5/pom.xml
@@ -25,7 +25,7 @@
commandapi-bukkit-test
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20/pom.xml
index ceb721a85..0155be422 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20/pom.xml
@@ -25,7 +25,7 @@
commandapi-bukkit-test
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl/pom.xml
index 9def293c6..c558f8f20 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl/pom.xml
@@ -25,7 +25,7 @@
commandapi-bukkit-test
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/pom.xml
index 4959e4e88..d9502dd1a 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/pom.xml
@@ -24,7 +24,7 @@
commandapi-bukkit
dev.jorel
- 10.1.0
+ 10.1.1
commandapi-bukkit-test
CommandAPI - Bukkit support test library
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-vh/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-vh/pom.xml
index b69ede312..dd52a2149 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-vh/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-vh/pom.xml
@@ -24,7 +24,7 @@
commandapi-bukkit
dev.jorel
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-vh/src/main/java/dev/jorel/commandapi/CommandAPIVersionHandler.java b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-vh/src/main/java/dev/jorel/commandapi/CommandAPIVersionHandler.java
index b75473c2c..fd82932b1 100644
--- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-vh/src/main/java/dev/jorel/commandapi/CommandAPIVersionHandler.java
+++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-vh/src/main/java/dev/jorel/commandapi/CommandAPIVersionHandler.java
@@ -76,7 +76,7 @@ static LoadContext getPlatform() {
case "1.21.2", "1.21.3" -> new NMS_1_21_R2();
case "1.21.4" -> new NMS_1_21_R3();
case "1.21.5" -> new NMS_1_21_R4();
- case "1.21.6" -> new NMS_1_21_R5();
+ case "1.21.6", "1.21.7" -> new NMS_1_21_R5();
default -> null;
};
if (platform != null) {
diff --git a/commandapi-platforms/commandapi-bukkit/pom.xml b/commandapi-platforms/commandapi-bukkit/pom.xml
index fcc3d6831..77510a1d3 100644
--- a/commandapi-platforms/commandapi-bukkit/pom.xml
+++ b/commandapi-platforms/commandapi-bukkit/pom.xml
@@ -7,7 +7,7 @@
commandapi-platforms
dev.jorel
- 10.1.0
+ 10.1.1
commandapi-bukkit
diff --git a/commandapi-platforms/commandapi-sponge/commandapi-sponge-core/pom.xml b/commandapi-platforms/commandapi-sponge/commandapi-sponge-core/pom.xml
index 8ed9b937f..268e48fe8 100644
--- a/commandapi-platforms/commandapi-sponge/commandapi-sponge-core/pom.xml
+++ b/commandapi-platforms/commandapi-sponge/commandapi-sponge-core/pom.xml
@@ -7,7 +7,7 @@
commandapi-sponge
dev.jorel
- 10.1.0
+ 10.1.1
commandapi-sponge-core
diff --git a/commandapi-platforms/commandapi-sponge/commandapi-sponge-plugin-test/pom.xml b/commandapi-platforms/commandapi-sponge/commandapi-sponge-plugin-test/pom.xml
index b4ff8fff0..da55af26a 100644
--- a/commandapi-platforms/commandapi-sponge/commandapi-sponge-plugin-test/pom.xml
+++ b/commandapi-platforms/commandapi-sponge/commandapi-sponge-plugin-test/pom.xml
@@ -7,7 +7,7 @@
commandapi-sponge
dev.jorel
- 10.1.0
+ 10.1.1
commandapi-sponge-plugin-test
diff --git a/commandapi-platforms/commandapi-sponge/commandapi-sponge-plugin/pom.xml b/commandapi-platforms/commandapi-sponge/commandapi-sponge-plugin/pom.xml
index 6ad908dca..6bf2085bb 100644
--- a/commandapi-platforms/commandapi-sponge/commandapi-sponge-plugin/pom.xml
+++ b/commandapi-platforms/commandapi-sponge/commandapi-sponge-plugin/pom.xml
@@ -7,7 +7,7 @@
commandapi-sponge
dev.jorel
- 10.1.0
+ 10.1.1
commandapi-sponge-plugin
diff --git a/commandapi-platforms/commandapi-sponge/commandapi-sponge-shade/pom.xml b/commandapi-platforms/commandapi-sponge/commandapi-sponge-shade/pom.xml
index cbad707d4..37e665a40 100644
--- a/commandapi-platforms/commandapi-sponge/commandapi-sponge-shade/pom.xml
+++ b/commandapi-platforms/commandapi-sponge/commandapi-sponge-shade/pom.xml
@@ -7,7 +7,7 @@
commandapi-sponge
dev.jorel
- 10.1.0
+ 10.1.1
commandapi-sponge-shade
diff --git a/commandapi-platforms/commandapi-sponge/pom.xml b/commandapi-platforms/commandapi-sponge/pom.xml
index b09f205ed..1a5775123 100644
--- a/commandapi-platforms/commandapi-sponge/pom.xml
+++ b/commandapi-platforms/commandapi-sponge/pom.xml
@@ -7,7 +7,7 @@
commandapi-platforms
dev.jorel
- 10.1.0
+ 10.1.1
commandapi-sponge
diff --git a/commandapi-platforms/commandapi-velocity/commandapi-velocity-core/pom.xml b/commandapi-platforms/commandapi-velocity/commandapi-velocity-core/pom.xml
index 7d96710d7..29aea4ac9 100644
--- a/commandapi-platforms/commandapi-velocity/commandapi-velocity-core/pom.xml
+++ b/commandapi-platforms/commandapi-velocity/commandapi-velocity-core/pom.xml
@@ -7,7 +7,7 @@
commandapi-velocity
dev.jorel
- 10.1.0
+ 10.1.1
commandapi-velocity-core
diff --git a/commandapi-platforms/commandapi-velocity/commandapi-velocity-plugin-test/pom.xml b/commandapi-platforms/commandapi-velocity/commandapi-velocity-plugin-test/pom.xml
index dbe7787ac..14e175cc8 100644
--- a/commandapi-platforms/commandapi-velocity/commandapi-velocity-plugin-test/pom.xml
+++ b/commandapi-platforms/commandapi-velocity/commandapi-velocity-plugin-test/pom.xml
@@ -7,7 +7,7 @@
commandapi-velocity
dev.jorel
- 10.1.0
+ 10.1.1
commandapi-velocity-plugin-test
diff --git a/commandapi-platforms/commandapi-velocity/commandapi-velocity-plugin/pom.xml b/commandapi-platforms/commandapi-velocity/commandapi-velocity-plugin/pom.xml
index e5e363ce1..8e77c33b5 100644
--- a/commandapi-platforms/commandapi-velocity/commandapi-velocity-plugin/pom.xml
+++ b/commandapi-platforms/commandapi-velocity/commandapi-velocity-plugin/pom.xml
@@ -7,7 +7,7 @@
commandapi-velocity
dev.jorel
- 10.1.0
+ 10.1.1
commandapi-velocity-plugin
diff --git a/commandapi-platforms/commandapi-velocity/commandapi-velocity-shade/pom.xml b/commandapi-platforms/commandapi-velocity/commandapi-velocity-shade/pom.xml
index 69cc900d1..8e59e43a8 100644
--- a/commandapi-platforms/commandapi-velocity/commandapi-velocity-shade/pom.xml
+++ b/commandapi-platforms/commandapi-velocity/commandapi-velocity-shade/pom.xml
@@ -7,7 +7,7 @@
commandapi-velocity
dev.jorel
- 10.1.0
+ 10.1.1
commandapi-velocity-shade
diff --git a/commandapi-platforms/commandapi-velocity/pom.xml b/commandapi-platforms/commandapi-velocity/pom.xml
index 89288066f..f5cee3006 100644
--- a/commandapi-platforms/commandapi-velocity/pom.xml
+++ b/commandapi-platforms/commandapi-velocity/pom.xml
@@ -7,7 +7,7 @@
commandapi-platforms
dev.jorel
- 10.1.0
+ 10.1.1
commandapi-velocity
diff --git a/commandapi-platforms/pom.xml b/commandapi-platforms/pom.xml
index cdf636126..f3d1828d6 100644
--- a/commandapi-platforms/pom.xml
+++ b/commandapi-platforms/pom.xml
@@ -7,7 +7,7 @@
commandapi
dev.jorel
- 10.1.0
+ 10.1.1
commandapi-platforms
diff --git a/commandapi-plugin/pom.xml b/commandapi-plugin/pom.xml
index 3f9b34236..a2edd17b5 100644
--- a/commandapi-plugin/pom.xml
+++ b/commandapi-plugin/pom.xml
@@ -7,7 +7,7 @@
dev.jorel
commandapi
- 10.1.0
+ 10.1.1
commandapi-plugin
diff --git a/commandapi-preprocessor/pom.xml b/commandapi-preprocessor/pom.xml
index ae29467cd..17e508c35 100644
--- a/commandapi-preprocessor/pom.xml
+++ b/commandapi-preprocessor/pom.xml
@@ -25,7 +25,7 @@
dev.jorel
commandapi
- 10.1.0
+ 10.1.1
4.0.0
diff --git a/examples/bukkit/automated-tests-shaded/README.md b/examples/bukkit/automated-tests-shaded/README.md
index 21bcd44d7..5529d4491 100644
--- a/examples/bukkit/automated-tests-shaded/README.md
+++ b/examples/bukkit/automated-tests-shaded/README.md
@@ -18,14 +18,14 @@ Key points:
dev.jorel
commandapi-bukkit-test-toolkit
- 10.1.0
+ 10.1.1
test
dev.jorel
commandapi-bukkit-shade
- 10.1.0
+ 10.1.1
compile
diff --git a/examples/bukkit/automated-tests-shaded/pom.xml b/examples/bukkit/automated-tests-shaded/pom.xml
index 3878b1fbf..10d7e561c 100644
--- a/examples/bukkit/automated-tests-shaded/pom.xml
+++ b/examples/bukkit/automated-tests-shaded/pom.xml
@@ -32,7 +32,7 @@
dev.jorel
commandapi-bukkit-test-toolkit
- 10.1.0
+ 10.1.1
test
@@ -40,7 +40,7 @@
dev.jorel
commandapi-bukkit-shade
- 10.1.0
+ 10.1.1
compile
diff --git a/examples/bukkit/automated-tests/README.md b/examples/bukkit/automated-tests/README.md
index 358b30203..5d463528c 100644
--- a/examples/bukkit/automated-tests/README.md
+++ b/examples/bukkit/automated-tests/README.md
@@ -18,14 +18,14 @@ Key points:
dev.jorel
commandapi-bukkit-test-toolkit
- 10.1.0
+ 10.1.1
test
dev.jorel
commandapi-bukkit-core
- 10.1.0
+ 10.1.1
provided
diff --git a/examples/bukkit/automated-tests/pom.xml b/examples/bukkit/automated-tests/pom.xml
index db2047e60..78e03ee47 100644
--- a/examples/bukkit/automated-tests/pom.xml
+++ b/examples/bukkit/automated-tests/pom.xml
@@ -32,7 +32,7 @@
dev.jorel
commandapi-bukkit-test-toolkit
- 10.1.0
+ 10.1.1
test
@@ -40,7 +40,7 @@
dev.jorel
commandapi-bukkit-core
- 10.1.0
+ 10.1.1
provided
diff --git a/examples/bukkit/commandtrees/pom.xml b/examples/bukkit/commandtrees/pom.xml
index da2215725..ec02c5b9b 100644
--- a/examples/bukkit/commandtrees/pom.xml
+++ b/examples/bukkit/commandtrees/pom.xml
@@ -20,7 +20,7 @@
dev.jorel
commandapi-bukkit-core
- 10.1.0
+ 10.1.1
diff --git a/examples/bukkit/gradle-groovy/README.md b/examples/bukkit/gradle-groovy/README.md
index fec461ee1..577c25196 100644
--- a/examples/bukkit/gradle-groovy/README.md
+++ b/examples/bukkit/gradle-groovy/README.md
@@ -7,7 +7,7 @@ Key points:
- The `commandapi-bukkit-plugin` dependency is used:
```groovy
- implementation 'dev.jorel:commandapi-bukkit-plugin:10.1.0'
+ implementation 'dev.jorel:commandapi-bukkit-plugin:10.1.1'
```
- In the plugin.yml, CommandAPI is listed as a depend:
diff --git a/examples/bukkit/gradle-groovy/build.gradle b/examples/bukkit/gradle-groovy/build.gradle
index b57c94272..4eb37ee11 100644
--- a/examples/bukkit/gradle-groovy/build.gradle
+++ b/examples/bukkit/gradle-groovy/build.gradle
@@ -29,7 +29,7 @@ dependencies {
implementation 'org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT'
// The CommandAPI dependency used for Bukkit and it's forks
- implementation 'dev.jorel:commandapi-bukkit-plugin:10.1.0'
+ implementation 'dev.jorel:commandapi-bukkit-plugin:10.1.1'
// NBT API to use NBT-based arguments
implementation 'de.tr7zw:item-nbt-api-plugin:2.12.2'
diff --git a/examples/bukkit/gradle-kotlin/README.md b/examples/bukkit/gradle-kotlin/README.md
index 9112bdc4f..18f47bb51 100644
--- a/examples/bukkit/gradle-kotlin/README.md
+++ b/examples/bukkit/gradle-kotlin/README.md
@@ -7,7 +7,7 @@ Key points:
- The `commandapi-bukkit-plugin` dependency is used:
```kotlin
- implementation("dev.jorel:commandapi-bukkit-plugin:10.1.0")
+ implementation("dev.jorel:commandapi-bukkit-plugin:10.1.1")
```
- In the plugin.yml, CommandAPI is listed as a depend:
diff --git a/examples/bukkit/gradle-kotlin/build.gradle.kts b/examples/bukkit/gradle-kotlin/build.gradle.kts
index c5ebb1566..62c7d0bdb 100644
--- a/examples/bukkit/gradle-kotlin/build.gradle.kts
+++ b/examples/bukkit/gradle-kotlin/build.gradle.kts
@@ -25,7 +25,7 @@ dependencies {
implementation("org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT")
// The CommandAPI dependency used for Bukkit and it's forks
- implementation("dev.jorel:commandapi-bukkit-plugin:10.1.0")
+ implementation("dev.jorel:commandapi-bukkit-plugin:10.1.1")
// NBT API to use NBT-based arguments
implementation("de.tr7zw:item-nbt-api-plugin:2.12.2")
diff --git a/examples/bukkit/kotlindsl-gradle/README.md b/examples/bukkit/kotlindsl-gradle/README.md
index 9c773d5fa..696a4e9ec 100644
--- a/examples/bukkit/kotlindsl-gradle/README.md
+++ b/examples/bukkit/kotlindsl-gradle/README.md
@@ -9,7 +9,7 @@ Key points:
- Add the `commandapi-kotlin-bukkit` dependency to your project:
```kotlin
- compileOnly("dev.jorel:commandapi-bukkit-kotlin:10.1.0")
+ compileOnly("dev.jorel:commandapi-bukkit-kotlin:10.1.1")
```
- The Kotlin DSL must not be shaded into your plugin
diff --git a/examples/bukkit/kotlindsl-gradle/build.gradle.kts b/examples/bukkit/kotlindsl-gradle/build.gradle.kts
index c8da3bd4e..0484a8d5b 100644
--- a/examples/bukkit/kotlindsl-gradle/build.gradle.kts
+++ b/examples/bukkit/kotlindsl-gradle/build.gradle.kts
@@ -22,7 +22,7 @@ dependencies {
implementation("org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT")
// The CommandAPI dependency used for Bukkit and it's forks
- implementation("dev.jorel:commandapi-bukkit-core:10.1.0")
+ implementation("dev.jorel:commandapi-bukkit-core:10.1.1")
// Due to all functions available in the kotlindsl being inlined, we only need this dependency at compile-time
- compileOnly("dev.jorel:commandapi-bukkit-kotlin:10.1.0")
+ compileOnly("dev.jorel:commandapi-bukkit-kotlin:10.1.1")
}
\ No newline at end of file
diff --git a/examples/bukkit/kotlindsl/README.md b/examples/bukkit/kotlindsl/README.md
index 43cc69722..7c188dafa 100644
--- a/examples/bukkit/kotlindsl/README.md
+++ b/examples/bukkit/kotlindsl/README.md
@@ -12,7 +12,7 @@ Key points:
dev.jorel
commandapi-kotlin-bukkit
- 10.1.0
+ 10.1.1
```
diff --git a/examples/bukkit/kotlindsl/pom.xml b/examples/bukkit/kotlindsl/pom.xml
index 5b8ed0121..02e4f6fd4 100644
--- a/examples/bukkit/kotlindsl/pom.xml
+++ b/examples/bukkit/kotlindsl/pom.xml
@@ -21,13 +21,13 @@
dev.jorel
commandapi-bukkit-core
- 10.1.0
+ 10.1.1
provided
dev.jorel
commandapi-bukkit-kotlin
- 10.1.0
+ 10.1.1
diff --git a/examples/bukkit/maven-annotations/README.md b/examples/bukkit/maven-annotations/README.md
index c34ab7f70..7d2f6afc8 100644
--- a/examples/bukkit/maven-annotations/README.md
+++ b/examples/bukkit/maven-annotations/README.md
@@ -11,13 +11,13 @@ Key points:
dev.jorel
commandapi-bukkit-plugin
- 10.1.0
+ 10.1.1
provided
dev.jorel
commandapi-annotations
- 10.1.0
+ 10.1.1
provided
@@ -37,7 +37,7 @@ Key points:
dev.jorel
commandapi-annotations
- 10.1.0
+ 10.1.1
diff --git a/examples/bukkit/maven-annotations/pom.xml b/examples/bukkit/maven-annotations/pom.xml
index 96b2f537f..8b892f139 100644
--- a/examples/bukkit/maven-annotations/pom.xml
+++ b/examples/bukkit/maven-annotations/pom.xml
@@ -28,7 +28,7 @@
dev.jorel
commandapi-bukkit-plugin
- 10.1.0
+ 10.1.1
provided
@@ -36,7 +36,7 @@
dev.jorel
commandapi-annotations
- 10.1.0
+ 10.1.1
provided
@@ -69,7 +69,7 @@
dev.jorel
commandapi-annotations
- 10.1.0
+ 10.1.1
17
diff --git a/examples/bukkit/maven-shaded-annotations/README.md b/examples/bukkit/maven-shaded-annotations/README.md
index 6952bcce0..46a4c1925 100644
--- a/examples/bukkit/maven-shaded-annotations/README.md
+++ b/examples/bukkit/maven-shaded-annotations/README.md
@@ -11,12 +11,12 @@ Key points:
dev.jorel
commandapi-bukkit-shade
- 10.1.0
+ 10.1.1
dev.jorel
commandapi-annotations
- 10.1.0
+ 10.1.1
provided
@@ -36,7 +36,7 @@ Key points:
dev.jorel
commandapi-annotations
- 10.1.0
+ 10.1.1
diff --git a/examples/bukkit/maven-shaded-annotations/pom.xml b/examples/bukkit/maven-shaded-annotations/pom.xml
index 25e1945b4..8a1b52b4e 100644
--- a/examples/bukkit/maven-shaded-annotations/pom.xml
+++ b/examples/bukkit/maven-shaded-annotations/pom.xml
@@ -28,14 +28,14 @@
dev.jorel
commandapi-bukkit-shade
- 10.1.0
+ 10.1.1
dev.jorel
commandapi-annotations
- 10.1.0
+ 10.1.1
provided
@@ -62,7 +62,7 @@
dev.jorel
commandapi-annotations
- 10.1.0
+ 10.1.1
17
diff --git a/examples/bukkit/maven-shaded-tests/pom.xml b/examples/bukkit/maven-shaded-tests/pom.xml
index 308df627c..d4da7d295 100644
--- a/examples/bukkit/maven-shaded-tests/pom.xml
+++ b/examples/bukkit/maven-shaded-tests/pom.xml
@@ -37,7 +37,7 @@
dev.jorel
commandapi-bukkit-test-tests
- 10.1.0
+ 10.1.1
test-jar
test
@@ -46,7 +46,7 @@
dev.jorel
commandapi-bukkit-shade
- 10.1.0
+ 10.1.1
@@ -69,14 +69,14 @@
dev.jorel
commandapi-bukkit-test-impl
- 10.1.0
+ 10.1.1
test
dev.jorel
commandapi-bukkit-test-impl-1.20
- 10.1.0
+ 10.1.1
test
diff --git a/examples/bukkit/maven-shaded/README.md b/examples/bukkit/maven-shaded/README.md
index 0dda6f97e..dc7dd4909 100644
--- a/examples/bukkit/maven-shaded/README.md
+++ b/examples/bukkit/maven-shaded/README.md
@@ -10,7 +10,7 @@ Key points:
dev.jorel
commandapi-bukkit-shade
- 10.1.0
+ 10.1.1
```
diff --git a/examples/bukkit/maven-shaded/pom.xml b/examples/bukkit/maven-shaded/pom.xml
index 719078cda..fa9584ac0 100644
--- a/examples/bukkit/maven-shaded/pom.xml
+++ b/examples/bukkit/maven-shaded/pom.xml
@@ -28,7 +28,7 @@
dev.jorel
commandapi-bukkit-shade
- 10.1.0
+ 10.1.1
diff --git a/examples/bukkit/maven/README.md b/examples/bukkit/maven/README.md
index 5a139525f..18e44c27c 100644
--- a/examples/bukkit/maven/README.md
+++ b/examples/bukkit/maven/README.md
@@ -10,7 +10,7 @@ Key points:
dev.jorel
commandapi-bukkit-plugin
- 10.1.0
+ 10.1.1
provided
```
diff --git a/examples/bukkit/maven/pom.xml b/examples/bukkit/maven/pom.xml
index 87aa01e7e..f78001b0b 100644
--- a/examples/bukkit/maven/pom.xml
+++ b/examples/bukkit/maven/pom.xml
@@ -28,7 +28,7 @@
dev.jorel
commandapi-bukkit-plugin
- 10.1.0
+ 10.1.1
provided
diff --git a/examples/velocity/gradle-groovy/README.md b/examples/velocity/gradle-groovy/README.md
index 3943e3b68..8c4c1a5f8 100644
--- a/examples/velocity/gradle-groovy/README.md
+++ b/examples/velocity/gradle-groovy/README.md
@@ -7,7 +7,7 @@ Key points:
- The `commandapi-velocity-core` dependency is used
```groovy
- implementation 'dev.jorel:commandapi-velocity-core:10.1.0'
+ implementation 'dev.jorel:commandapi-velocity-core:10.1.1'
```
- In the `@Plugin` annotation, `commandapi` is listed as a dependency:
diff --git a/examples/velocity/gradle-groovy/build.gradle b/examples/velocity/gradle-groovy/build.gradle
index b27b3a8d8..fb944afbb 100644
--- a/examples/velocity/gradle-groovy/build.gradle
+++ b/examples/velocity/gradle-groovy/build.gradle
@@ -25,5 +25,5 @@ dependencies {
implementation 'com.velocitypowered:velocity-api:3.1.1'
// The CommandAPI dependency used for Velocity
- implementation 'dev.jorel:commandapi-velocity-core:10.1.0'
+ implementation 'dev.jorel:commandapi-velocity-core:10.1.1'
}
\ No newline at end of file
diff --git a/examples/velocity/gradle-kotlin/README.md b/examples/velocity/gradle-kotlin/README.md
index c8e4872b6..87ae1a922 100644
--- a/examples/velocity/gradle-kotlin/README.md
+++ b/examples/velocity/gradle-kotlin/README.md
@@ -7,7 +7,7 @@ Key points:
- The `commandapi-velocity-core` dependency is used:
```kotlin
- implementation("dev.jorel:commandapi-velocity-core:10.1.0")
+ implementation("dev.jorel:commandapi-velocity-core:10.1.1")
```
- In the `@Plugin` annotation, `commandapi` is listed as a dependency:
diff --git a/examples/velocity/gradle-kotlin/build.gradle.kts b/examples/velocity/gradle-kotlin/build.gradle.kts
index acefaf849..060ea4fb2 100644
--- a/examples/velocity/gradle-kotlin/build.gradle.kts
+++ b/examples/velocity/gradle-kotlin/build.gradle.kts
@@ -23,5 +23,5 @@ dependencies {
implementation("com.velocitypowered:velocity-api:3.1.1")
// The CommandAPI dependency used for Velocity
- implementation("dev.jorel:commandapi-velocity-core:10.1.0")
+ implementation("dev.jorel:commandapi-velocity-core:10.1.1")
}
\ No newline at end of file
diff --git a/examples/velocity/maven-shaded/README.md b/examples/velocity/maven-shaded/README.md
index 3485cfb0c..1f81d8a7d 100644
--- a/examples/velocity/maven-shaded/README.md
+++ b/examples/velocity/maven-shaded/README.md
@@ -10,7 +10,7 @@ Key points:
dev.jorel
commandapi-velocity-shade
- 10.1.0
+ 10.1.1
```
diff --git a/examples/velocity/maven-shaded/pom.xml b/examples/velocity/maven-shaded/pom.xml
index 97f52a8a8..df321735d 100644
--- a/examples/velocity/maven-shaded/pom.xml
+++ b/examples/velocity/maven-shaded/pom.xml
@@ -21,7 +21,7 @@
dev.jorel
commandapi-velocity-shade
- 10.1.0
+ 10.1.1
diff --git a/examples/velocity/maven/README.md b/examples/velocity/maven/README.md
index 295b51e73..fc945ef82 100644
--- a/examples/velocity/maven/README.md
+++ b/examples/velocity/maven/README.md
@@ -10,7 +10,7 @@ Key points:
dev.jorel
commandapi-velocity-core
- 10.1.0
+ 10.1.1
provided
```
diff --git a/examples/velocity/maven/pom.xml b/examples/velocity/maven/pom.xml
index d1f76cd00..4615c67d6 100644
--- a/examples/velocity/maven/pom.xml
+++ b/examples/velocity/maven/pom.xml
@@ -21,7 +21,7 @@
dev.jorel
commandapi-velocity-core
- 10.1.0
+ 10.1.1
provided
diff --git a/pom.xml b/pom.xml
index bdc946046..72c23af88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
dev.jorel
commandapi
- 10.1.0
+ 10.1.1
pom
commandapi