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
description: A guide to Paper's Brigadier command API.
4
4
---
5
5
6
-
# Introduction To Brigadier Commands
6
+
# Introduction to Brigadier Commands
7
7
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.
8
8
It offers many advantages above the previously widely used Bukkit command system:
9
9
- Less parsing or error checking required by the developer for arguments.
0 commit comments