qlib-paper | A Paper plugin library
*Disclaimer: I don't recommend using this library. This is personal project to help me learn Java and Paper API. I know this isn't optimized, and it's doing things incorrectly. This isn't supposed to be the best. I recommend using libraries like Configurate, Cloud/CommandAPI or many of the other standard libraries.
That being said, if you'd like to give me any pointers... Make an issue or join me on discord
- Custom API for Commands
- Command Aliases, TabCompletions, Subcommands
- Config and Datafiles
- Includes bStats
- Includes MorePersistentDataTypes
Add qPaperPlugin to your /pom.xml using JitPack
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository> <dependency>
<groupId>com.github.QarthO</groupId>
<artifactId>qlib-paper</artifactId>
<version>put-version-here</version>
<scope>compile</scope>
</dependency>