This repository was archived by the owner on Nov 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 33An easy way to work with nms, without the hassle of importing spigot.
44
55Please 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments