- Joined
- Mar 3, 2022
- Messages
- 115
- Thread Author
- #1
brownie submitted a new resource:
qProtect CustomTransformer Sample
Read more about this resource...
qProtect CustomTransformer Sample
qProtect Custom Transformer Sample
Sample to use with qProtect's custom transformer system
How to use
- Add the qProtect API to your maven pom.xml
Code:<repositories> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> </repositories> <dependency> <groupId>com.github.qTechnologiesV2</groupId> <artifactId>qProtect-API</artifactId> <version>1.9.2</version>...
Read more about this resource...