Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit cdfe508

Browse files
committed
version + jitpack
1 parent e1d9e6c commit cdfe508

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,28 @@
33
An easy way to work with nms, without the hassle of importing spigot.
44

55
Please see the [wiki](https://github.com/theminecoder/NMSProxy/wiki) for documentation on how to use the plugin.
6-
You can also see an [example plugin](https://github.com/theminecoder/NMSProxyTest) for more examples.
6+
You can also see an [example plugin](https://github.com/theminecoder/NMSProxyTest) for more examples.
7+
8+
## Maven
9+
This library can be found on [JitPack](https://jitpack.io/#theminecoder/NMSProxy) for easy integration into maven
10+
projects.
11+
```xml
12+
<repositories>
13+
<repository>
14+
<id>jitpack.io</id>
15+
<url>https://jitpack.io</url>
16+
</repository>
17+
</repositories>
18+
19+
<dependencies>
20+
<dependency>
21+
<groupId>com.github.theminecoder</groupId>
22+
<artifactId>NMSProxy</artifactId>
23+
<version>0.2</version>
24+
<scope>provided</scope>
25+
</dependency>
26+
</dependencies>
27+
```
728

829
## TODO
930
- [X] Proxying to NMS Objects

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>me.theminecoder.minecraft</groupId>
7+
<groupId>com.github.theminecoder</groupId>
88
<artifactId>NMSProxy</artifactId>
99
<version>1.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>

0 commit comments

Comments
 (0)