You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/velocity/intro.md
+6-52
Original file line number
Diff line number
Diff line change
@@ -8,61 +8,15 @@ authors:
8
8
9
9
# Velocity
10
10
11
-
:::warning Developer's Note:
11
+
:::info **Developer's Note:**
12
12
13
-
The CommandAPI hasn't been released for Velocity yet.
14
-
We do, however, offer snapshot builds. This small section on Velocity will outline how to get the snapshot builds and what limitations the CommandAPI currently has on Velocity.
15
-
16
-
This page focuses on outlining how to set up the CommandAPI for Velocity. It expects that you are already familiar with how to set up a Velocity plugin.
13
+
This section assumes you are already familiar with how to set up a Velocity plugin.
17
14
18
15
:::
19
16
20
-
## Adding the snapshot repository with Maven or Gradle
21
-
22
-
Because we do not have an official release yet, the snapshot builds are not published in the Maven Central repository. Instead you need to add our snapshot repository:
As mentioned, Velocity can only be accessed with snapshot builds. These snapshot build versions are following standard semantic versioning and thus have the `-SNAPSHOT` suffix:
19
+
Add the dependency to your list of dependencies in your build script:
66
20
67
21
<divclass="maven">
68
22
@@ -71,7 +25,7 @@ As mentioned, Velocity can only be accessed with snapshot builds. These snapshot
0 commit comments