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

Commit d67fab0

Browse files
committed
link to wiki
1 parent df55c9f commit d67fab0

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,10 @@
22

33
An easy way to work with nms, without the hassle of importing spigot.
44

5+
Please see the [wiki](https://github.com/theminecoder/NMSProxy/wiki) for documentation on how to use the plugin.
6+
57
## TODO
68
- [X] Proxying to NMS Objects
79
- [ ] Subclassing NMS Objects _In progress_
810
- [ ] Mixin NMS Editing
911

10-
### How to use
11-
12-
NMSPlayer.java
13-
14-
```java
15-
16-
package test;
17-
18-
public class NMSPlayer implements NMSProxy {
19-
}
20-
21-
```
22-
23-
Plugin.java
24-

0 commit comments

Comments
 (0)