Skip to content

Commit e65c570

Browse files
Update docs/paper/dev/api/command-api/introduction.mdx
Co-authored-by: powercas_gamer <cas@mizule.dev>
1 parent 5a67905 commit e65c570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/paper/dev/api/command-api/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ slug: /dev/command-api/introduction
33
description: A guide to Paper's Brigadier command API.
44
---
55

6-
# Introduction To Brigadier Commands
6+
# Introduction to Brigadier Commands
77
Paper's command system is built on top of Minecraft's Brigadier command system. This system provides a powerful and flexible way to define commands and arguments.
88
It offers many advantages above the previously widely used Bukkit command system:
99
- Less parsing or error checking required by the developer for arguments.

0 commit comments

Comments
 (0)