diff --git a/content/docs/en/guides/plugin/creating-commands.mdx b/content/docs/en/guides/plugin/creating-commands.mdx index 770344ea..00aa6661 100644 --- a/content/docs/en/guides/plugin/creating-commands.mdx +++ b/content/docs/en/guides/plugin/creating-commands.mdx @@ -14,7 +14,7 @@ In this guide, you will learn how to create custom commands for your Hytale mod. You can see information on the following topics: - Command types - [AbstractAsyncCommand](#the-abstractasynccommand-class) - - [AbstractPlayerCommand](#the-abstracttargetplayercommand-class) + - [AbstractPlayerCommand](#the-abstractplayercommand-class) - [AbstractTargetPlayerCommand](#the-abstracttargetplayercommand-class) - [AbstractTargetEntityCommand](#the-abstracttargetentitycommand-class) - [Arguments](#adding-arguments)