14 lines
453 B
TOML
14 lines
453 B
TOML
id = "accsaber-reloaded"
|
|
name = "AccSaber Reloaded"
|
|
repo = "not-dexter/accsaber-reloaded-plugin"
|
|
asset_patterns = ["1.*.zip"]
|
|
install_strategy = "bsipa-zip"
|
|
category = "leaderboard"
|
|
dependencies = [
|
|
{ id = "bsipa", constraint = ">=4.2.2" },
|
|
{ id = "beatsabermarkuplanguage", constraint = ">=1.6.10" },
|
|
{ id = "sirautil", constraint = ">=3.1.2" },
|
|
{ id = "songcore", constraint = ">=3.10.2" },
|
|
{ id = "beatleader", constraint = ">=0.10.0" },
|
|
]
|