24 lines
512 B
TOML
24 lines
512 B
TOML
# Human-maintained plugin registry.
|
|
#
|
|
# Example:
|
|
# [[plugins]]
|
|
# id = "songcore"
|
|
# name = "SongCore"
|
|
# repo = "Kylemc1413/SongCore"
|
|
# asset_patterns = ["*SongCore*.zip"]
|
|
# install_strategy = "bsipa-zip"
|
|
# category = "library"
|
|
#
|
|
# [[plugins.dependencies]]
|
|
# id = "bs-utils"
|
|
# constraint = ">=1.0"
|
|
# required = true
|
|
|
|
[[plugins]]
|
|
id = "accsaber-reloaded"
|
|
name = "AccSaber Reloaded"
|
|
repo = "not-dexter/accsaber-reloaded-plugin"
|
|
asset_patterns = ["1.40.8.zip"]
|
|
install_strategy = "bsipa-zip"
|
|
category = "leaderboard"
|