From e228d5662f92a4a12bf35a140af1c151e1985d89 Mon Sep 17 00:00:00 2001
From: Warrior <50800980+Warriorrrr@users.noreply.github.com>
Date: Mon, 19 Jan 2026 13:24:36 +0100
Subject: [PATCH] Explicitly add velocity-api as an AP in maven example
---
.../creating-your-first-plugin.mdx | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/src/content/docs/velocity/dev/getting-started/creating-your-first-plugin.mdx b/src/content/docs/velocity/dev/getting-started/creating-your-first-plugin.mdx
index edf784b97..e4d771e56 100644
--- a/src/content/docs/velocity/dev/getting-started/creating-your-first-plugin.mdx
+++ b/src/content/docs/velocity/dev/getting-started/creating-your-first-plugin.mdx
@@ -108,6 +108,25 @@ system's documentation ([Gradle](https://docs.gradle.org/current/userguide/userg
provided
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+ 21
+
+
+ com.velocitypowered
+ velocity-api
+ \{LATEST_VELOCITY_RELEASE}
+
+
+
+
+
+
```