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: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,11 @@ The groupId of the project has been changed to prevent clashes with WorldEdit's
10
10
it is usually present in upstream Minecraft servers.
11
11
12
12
## Usage
13
-
This project is available for anyone to use, and you may implement it with ease:
13
+
This project is available for anyone to use. In order to include this project as a dependency, you must
14
+
[authenticate to GitHub Packages](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry#authenticating-to-github-packages)
15
+
via your Maven `settings.xml`.
16
+
17
+
After you accomplish that, simply add the repository and dependencies as follows:
0 commit comments