Skip to content

Commit dd97043

Browse files
committed
Update feature text on main page
1 parent a596399 commit dd97043

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/en/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ hero:
1414
link: https://github.com/CommandAPI/CommandAPI/releases/latest
1515

1616
features:
17-
- title: Better Commands & Arguments
18-
details: Prevent invalid commands and support over 50 arguments with built-in error checking, suggestions, tooltips, and precise permission.
19-
- title: Just Like Vanilla Commands
20-
details: Let your command to be executed by the built in <code>/execute</code> command, commandblocks, functions and tags.
21-
- title: Easy to Register
22-
details: No need to edit <code>plugin.yml</code>, supports Kotlin DSL, and Brigadier-like <code>CommandTree</code>. Also provide detailed documentation.
17+
- title: Safer commands with better arguments
18+
details: Prevent players running invalid commands by picking from over 50 specialized arguments with built-in error checking, suggestions, tooltips, and permission checks.
19+
- title: Supports vanilla datapacks
20+
details: Let your command to be executed by the built-in <code>/execute</code> command, command blocks, and even datapack functions and tags.
21+
- title: Write code how <i>you</i> want to
22+
details: Want a Brigadier tree-like structure? Want to use Kotlin? Want an annotation-based command system? We've got you covered.
2323
---
2424

2525
<!--suppress HtmlUnknownAttribute, ES6UnusedImports -->

0 commit comments

Comments
 (0)