This commit is contained in:
2026-01-20 20:33:59 +01:00
commit b16a40e431
583 changed files with 87339 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
title: Commands
type: docs
weight: 1
---
Commands allow players and operators to interact with your plugin through the chat or console. This section covers how to create and register commands.
{{< cards >}}
{{< card link="creating-commands" title="Creating Commands" subtitle="Implement AbstractCommand for custom commands" >}}
{{< card link="argument-types" title="Argument Types" subtitle="All available ArgTypes and how to use them" >}}
{{< card link="subcommands" title="Subcommands" subtitle="Create command hierarchies" >}}
{{< card link="command-context" title="Command Context" subtitle="Access sender, arguments, and more" >}}
{{< /cards >}}