Add plugin helper with agent skill for updating plugins
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user