Update README.md

master
Jitse Boonstra 4 years ago committed by GitHub
parent bb64544886
commit b20f792573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      README.md

@ -56,6 +56,7 @@ If you do not want to have NPCLib in your `plugins` folder, you need to use the
[Click here](https://github.com/JitseB/NPCLib/releases/latest) to view the latest release.
#### Repacking the library
To make sure the classes won't be twice at the same place. I recommend repacking the library into your package. (Otherwise [issue #79](https://github.com/MinecraftLibraries/NPCLib/issues/79) might occur.) You can do that as follow:
```xml
<build>
@ -86,7 +87,7 @@ To make sure the classes won't be twice at the same place. I recommend repacking
</plugins>
</build>
```
#### Tutorial
**[Click here](https://github.com/JitseB/NPCLib/blob/master/DOCUMENTATION.md) for an elaborate explanation on how to use NPCLib in your next project.**
### Versioning

Loading…
Cancel
Save