feat: added all the missing plugins to the pack

This commit is contained in:
silver 2025-05-09 00:16:48 +01:00
parent 6bb83b62e3
commit 29b43a0640
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
29 changed files with 478 additions and 4 deletions

15
plugins/vane-core.pw.toml Normal file
View file

@ -0,0 +1,15 @@
name = "vane-core"
filename = "vane-core-1.18.0.jar"
side = "both"
[download]
url = "https://github.com/oddlama/vane/releases/download/v1.18.0/vane-core-1.18.0.jar"
hash-format = "sha256"
hash = "48ee79aa44b71bc15aacc772c0349cb09efed7d1060cf784d48bb904c4632e6a"
[update]
[update.github]
branch = "main"
regex = "vane-core.*\\.jar$"
slug = "oddlama/vane"
tag = "v1.18.0"