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}
+
+
+
+
+
+
```