feat: use github releases for these now
# Conflicts: # index.toml # pack.toml # plugins/essentialsx-antibuild.pw.toml # plugins/essentialsx-chat.pw.toml # plugins/essentialsx-discord-link.pw.toml # plugins/essentialsx-discord.pw.toml # plugins/essentialsx-protect.pw.toml # plugins/essentialsx-spawn.pw.toml # plugins/essentialsx.pw.toml # plugins/plugmanx.pw.toml # plugins/protocollib.pw.toml # plugins/tab.pw.toml # plugins/vault.pw.toml
This commit is contained in:
parent
e2aad0b8b7
commit
3f6f16da62
13 changed files with 336 additions and 6 deletions
15
plugins/protocollib.pw.toml
Normal file
15
plugins/protocollib.pw.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
name = "ProtocolLib"
|
||||
filename = "ProtocolLib.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://github.com/dmulloy2/ProtocolLib/releases/download/5.3.0/ProtocolLib.jar"
|
||||
hash-format = "sha256"
|
||||
hash = "a91028876b974f870e1ac90cb433a1a4cb06930a39f2c0edc50d6165e26e940d"
|
||||
|
||||
[update]
|
||||
[update.github]
|
||||
branch = "master"
|
||||
regex = "^.+(?<!-api|-dev|-dev-preshadow|-sources)\\.jar$"
|
||||
slug = "dmulloy2/ProtocolLib"
|
||||
tag = "5.3.0"
|
Loading…
Add table
Add a link
Reference in a new issue