From bd2e4f34b58bb7ea098c1a5420fdc328eae54516 Mon Sep 17 00:00:00 2001 From: Yuki Date: Sun, 5 Nov 2023 15:06:39 +0100 Subject: [PATCH] luckperms, fuji, vmp --- index.toml | 19 +++++++++++++++++++ mods/fuji.pw.toml | 13 +++++++++++++ mods/luckperms.pw.toml | 13 +++++++++++++ mods/vmp-fabric.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 mods/fuji.pw.toml create mode 100644 mods/luckperms.pw.toml create mode 100644 mods/vmp-fabric.pw.toml diff --git a/index.toml b/index.toml index 9a7777d..a2f2a19 100644 --- a/index.toml +++ b/index.toml @@ -315,6 +315,11 @@ file = "mods/forge-config-api-port.pw.toml" hash = "922c12ea71089af385365de9f42e0919b33c82dc5f8e988f06ce269ad020ca8d" metafile = true +[[files]] +file = "mods/fuji.pw.toml" +hash = "69e6e8b565a730fde396776bebe0ef383fc6509e08b1fc44204f6b2bdae2438c" +metafile = true + [[files]] file = "mods/geckolib.pw.toml" hash = "6e3ff1c2b4a878c945ddbda1d8c26a90fc36f41b240439d9f0acfb4dfbfe81a5" @@ -370,6 +375,11 @@ file = "mods/lmd.pw.toml" hash = "8de0b3f3b4c8c1a4f6a88494c33dce50a5264b6068ff9aaf9552943909732676" metafile = true +[[files]] +file = "mods/luckperms.pw.toml" +hash = "ebc7a77402069acd00a1a84eaeefc06c586035c31d7abbc941b9cf204afec2a9" +metafile = true + [[files]] file = "mods/magic-vibe-decorations.pw.toml" hash = "c89b1c826577fa3db2b76a96779c42b7e0217ed54039333963e8b3852eee64ca" @@ -565,6 +575,11 @@ file = "mods/visuality.pw.toml" hash = "64198a70cc10476df9209fa114b967e86d2d4a9623c87e70b0466dfb11397069" metafile = true +[[files]] +file = "mods/vmp-fabric.pw.toml" +hash = "40f1effd2c65b6c6f9a1b5dfd0903c87df02b23da6b57f389f61f361ef86d425" +metafile = true + [[files]] file = "mods/wavey-capes.pw.toml" hash = "40a671d70577d680fbb5afec7b00cd26a28cf78bc2045ad594e3a53f2fca2672" @@ -589,3 +604,7 @@ metafile = true file = "mods/yosbr.pw.toml" hash = "6b5761a23fc52b442b10f4a04b93aa501c6d5a935bbd41f88f42e90ba5dcb870" metafile = true + +[[files]] +file = "restart-server.sh" +hash = "b32fc1d90738124232303368cfb601b0351d8b5fab8eef3fd262c3b3e8c2b2aa" diff --git a/mods/fuji.pw.toml b/mods/fuji.pw.toml new file mode 100644 index 0000000..5f588bf --- /dev/null +++ b/mods/fuji.pw.toml @@ -0,0 +1,13 @@ +name = "Fuji (Essentials)" +filename = "sakurawald-1.0.9.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/1TowMm2v/versions/AogYHojA/sakurawald-1.0.9.jar" +hash-format = "sha1" +hash = "f9bec7f78cffeb058d926c7d7ff8cab0e28feb24" + +[update] +[update.modrinth] +mod-id = "1TowMm2v" +version = "AogYHojA" diff --git a/mods/luckperms.pw.toml b/mods/luckperms.pw.toml new file mode 100644 index 0000000..2563a8b --- /dev/null +++ b/mods/luckperms.pw.toml @@ -0,0 +1,13 @@ +name = "LuckPerms" +filename = "LuckPerms-Fabric-5.4.102.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Vebnzrzj/versions/7PNj6nCm/LuckPerms-Fabric-5.4.102.jar" +hash-format = "sha1" +hash = "891e2404c0f9790e704e29faa98241178e29fc20" + +[update] +[update.modrinth] +mod-id = "Vebnzrzj" +version = "7PNj6nCm" diff --git a/mods/vmp-fabric.pw.toml b/mods/vmp-fabric.pw.toml new file mode 100644 index 0000000..59e993a --- /dev/null +++ b/mods/vmp-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Very Many Players (Fabric)" +filename = "vmp-fabric-mc1.20.1-0.2.0+beta.7.102-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/sV8lIBhJ/vmp-fabric-mc1.20.1-0.2.0%2Bbeta.7.102-all.jar" +hash-format = "sha1" +hash = "46e896cabf7813275413c97e6dd2f48ef534057d" + +[update] +[update.modrinth] +mod-id = "wnEe9KBa" +version = "sV8lIBhJ" diff --git a/pack.toml b/pack.toml index c0c9454..aebf661 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "d4a8d314bf215de895549bf413bbd7d9fb92a2ebf94445f24d523ecbb1b6cf9a" +hash = "258806534e5d1b973bb42bcffb5309792359701694a029e5021facaa6e8d434f" [versions] minecraft = "1.20.1"