mirror of
https://github.com/recloudstream/plugin-template.git
synced 2024-08-15 03:16:05 +00:00
19 lines
301 B
Text
19 lines
301 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
|
|
// isAdult = false // TODO: fix
|
|
|