plugin-template/ExampleProvider/build.gradle.kts
2022-08-08 12:11:54 +02:00

19 lines
299 B
Text

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
// adult = false // TODO: fix