From c140abe2de4ff9a372ae7941ae1af384f9923663 Mon Sep 17 00:00:00 2001 From: Valeena <64002698+valeenalabs@users.noreply.github.com> Date: Wed, 28 Jan 2026 17:54:49 -0500 Subject: [PATCH] Fix link reference for AbstractPlayerCommand --- content/docs/en/guides/plugin/creating-commands.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)