cs3xxx-repo/ExampleProvider/build.gradle.kts

20 lines
301 B
Plaintext

version = "1.0.0"
// All of these properties are optional, you can safely remove them
description = "Lorem Ipsum"
/**
* Status int as the following:
* 0: Down
* 1: Ok
* 2: Slow
* 3: Beta only
* */
status = 1
// Set to true to get an 18+ symbol next to the plugin
// isAdult = false // TODO: fix