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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -417,14 +417,18 @@ This is the current roadmap for the CommandAPI (as of 11th May 2023):
417
417
<tbody>
418
418
<tr>
419
419
<td valign="top"><b>9.4.0</b></td>
420
-
<td valign="top">???</td>
420
+
<td valign="top">April 2024</td>
421
421
<td valign="top">
422
422
<b>CommandAPI Changes:</b>
423
423
<ul>
424
424
<li>https://github.com/JorelAli/CommandAPI/issues/495 Adds a parameter to <code>EntitySelectorArgument</code> to allow failure when no entity lists are empty</li>
425
425
<li>https://github.com/JorelAli/CommandAPI/issues/367, https://github.com/JorelAli/CommandAPI/pull/509 Adds the ability to register commands with a custom namespace</li>
426
426
<li>https://github.com/JorelAli/CommandAPI/pull/523 Exposed more details of the <code>CommandPermission</code></li>
427
427
<li>https://github.com/JorelAli/CommandAPI/issues/526, https://github.com/JorelAli/CommandAPI/pull/527 Fix wrong help generation for literal arguments</li>
428
+
<li>Fixed implementation issues with <code>FunctionArgument</code></li>
429
+
<li>https://github.com/JorelAli/CommandAPI/issues/490 Adds (experimental) support for Mojang-mapped servers via the CommandAPI config</li>
430
+
<li>https://github.com/JorelAli/CommandAPI/issues/524 Fixes <code>CommandAPIBukkit.get().getTags()</code> erroring in 1.20.4</li>
431
+
<li>https://github.com/JorelAli/CommandAPI/issues/536 Fixes <code>MultiLiteralArgument</code>help displaying the node name instead of the literal text</li>
0 commit comments