A moderation message is optional, but it can be used to communicate problems with a project's team members. The body is also optional and supports markdown formatting!
Project moderation
MIT License
External resources
Featured versions
See allProject members
badbones69
Owner

ryderbelserion
Developer
Technical information
License
MIT
Project ID
Want to make a paper that can give you an axolotl with a pretty firework display, Look no further!
Explore the docs »
Report Bug
·
Request Feature
·
Get Support
Partnered With:
Roadmap
Check our public trello board for our current plans, any bugs and general tracking of the project progress.
Features
- Create an unlimited amount of vouchers with fireworks & sounds.
- Generate codes with limits on how many times it can be used.
- Everything* is customizable.
API
Maven
<repository>
<id>crazycrew-releases</id>
<name>CrazyCrew Repository</name>
<url>https://repo.crazycrew.us/releases</url>
</repository>
<dependency>
<groupId>com.badbones69.crazyvouchers</groupId>
<artifactId>crazyvouchers-api</artifactId>
<version>2.9.14</version>
<scope>provided</scope>
</dependency>
Gradle (Groovy)
repositories {
maven {
url = "https://repo.crazycrew.us/releases"
}
}
dependencies {
compileOnly "com.badbones69.crazyvouchers:crazyvouchers-api:2.9.14"
}
Gradle (Kotlin)
repositories {
maven("https://repo.crazycrew.us/releases")
}
dependencies {
compileOnly("com.badbones69.crazyvouchers:crazyvouchers-api:2.9.14")
}