You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -409,11 +409,19 @@ This is the current roadmap for the CommandAPI (as of 30th April 2024):
409
409
</thead>
410
410
<tbody>
411
411
<tr>
412
-
<td valign="top"><b>9.6.0</b></td>
413
-
<td valign="top">???</td>
412
+
<td valign="top"><b>9.5.2</b></td>
413
+
<td valign="top">August 2024</td>
414
414
<td valign="top">
415
+
<b>Minecraft Version Changes:</b>
416
+
<ul>
417
+
<li>Adds support for Minecraft 1.21.1</li>
418
+
</ul>
419
+
<b>CommandAPI Changes:</b>
415
420
<ul>
421
+
<li>https://github.com/JorelAli/CommandAPI/pull/588 Fix Folia scheduling methods using the wrong scheduler implementation</li>
416
422
<li>https://github.com/JorelAli/CommandAPI/issues/577 Adds a <code>CommandAPIBukkit#failWithAdventureComponent(ComponentLike)</code> method</li>
423
+
<li>https://github.com/JorelAli/CommandAPI/pull/580 Fix running a non-vanilla command on paper in Minecraft functions with the CommandAPI throwing runtime exceptions</li>
424
+
<li>Fix namespaces not being propagated when registering subcommands</li>
0 commit comments