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: .github/ISSUE_TEMPLATE/bug_report.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ body:
20
20
description: What version of Minecraft are you using? _(If using a minor version that isn't specified, such as 1.18.1, just select the latest version below it such as 1.18)_
@@ -379,7 +380,7 @@ The resulting compiled documentation is found in `docs/X.X.X`, where `X.X.X` is
379
380
380
381
## CommandAPI Project Timeline
381
382
382
-
This is the current roadmap for the CommandAPI (as of 11th May 2023):
383
+
This is the current roadmap for the CommandAPI (as of 30th April 2024):
383
384
384
385
- **10.0.0:**
385
386
@@ -414,6 +415,30 @@ This is the current roadmap for the CommandAPI (as of 11th May 2023):
414
415
</tr>
415
416
</thead>
416
417
<tbody>
418
+
<tr>
419
+
<td valign="top"><b>9.4.0</b></td>
420
+
<td valign="top">April 2024</td>
421
+
<td valign="top">
422
+
<b>CommandAPI Changes:</b>
423
+
<ul>
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
+
<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
+
<li>https://github.com/JorelAli/CommandAPI/pull/523 Exposed more details of the <code>CommandPermission</code></li>
427
+
<li>https://github.com/JorelAli/CommandAPI/issues/536, https://github.com/JorelAli/CommandAPI/pull/537 Fixes <code>MultiLiteralArgument</code>help displaying the node name instead of the literal text</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/pull/540 Add methods to "safe-cast" arguments to <code>CommandArguments</code></li>
432
+
<li>https://github.com/JorelAli/CommandAPI/pull/541 Adds support for a <code>NamespacedKey</code> variant for the <code>PotionEffectArgument</code></li>
0 commit comments