diff --git a/.forgejo/scripts/update-wiki.py b/.forgejo/scripts/update-wiki.py index d2dcbd1..bf1726c 100644 --- a/.forgejo/scripts/update-wiki.py +++ b/.forgejo/scripts/update-wiki.py @@ -24,7 +24,7 @@ for mod in glob.glob("pack/mods/*.toml"): moddata = dict() moddata["name"] = data["name"] moddata["url"] = "" - moddata["side"] = data["side"] + moddata["side"] = data["side"] or "both" license = dict() if "modrinth" in data["update"]: diff --git a/index.toml b/index.toml index ab64394..4dca9ab 100644 --- a/index.toml +++ b/index.toml @@ -2,7 +2,7 @@ hash-format = "sha256" [[files]] file = ".forgejo/scripts/update-wiki.py" -hash = "f5f59ff0fc15dc9a530fb7631f940385aed1e8b25bdbef8cca59ab06560593f8" +hash = "d6eb4fde3e39f638f1b114a54d1ff67fc69aee974ad1d6d8cf4a809b3e250783" [[files]] file = ".forgejo/workflows/update-wiki.yaml" @@ -100,7 +100,7 @@ metafile = true [[files]] file = "mods/luckperms-placeholderapi.pw.toml" -hash = "4c22c5593488f15bde401ee2956a7de544cb8ed91ab77a7d2e007f1703435cf4" +hash = "d866a7b494bc9468764e7c9194accbf9ccb230aaba84f977d5582ed9810cca8a" metafile = true [[files]] @@ -110,9 +110,13 @@ metafile = true [[files]] file = "mods/mc-leashplayers.pw.toml" -hash = "0ab9e813c177660b7e893a0f8a7afe34760877d16af640f1b9663edfa6cd887a" +hash = "d21d5663650df616113a26d9ffd57cdb434845e21c561f705a5f90a448594c55" metafile = true +[[files]] +file = "mods/minecraft-command-permissions-1.6.4.jar" +hash = "3d11db26ba814fcd167eb24029fd12bf331ec45c77ede883eccd86d7640af262" + [[files]] file = "mods/mob-armor-trims.pw.toml" hash = "246509495609f4041e7a7b5a85db98159b3fc1dcd559233748e90d6fb0a3a46b" diff --git a/mods/luckperms-placeholderapi.pw.toml b/mods/luckperms-placeholderapi.pw.toml index 1a5b9e2..7dfe10a 100644 --- a/mods/luckperms-placeholderapi.pw.toml +++ b/mods/luckperms-placeholderapi.pw.toml @@ -1,5 +1,6 @@ name = "LuckPerms-PlaceholderAPI" filename = "LuckPerms-Fabric-PlaceholderAPI-Hook.jar" +side = "server" [download] url = "https://ci.lucko.me/job/LuckPermsPlaceholders/lastSuccessfulBuild/artifact/fabric-placeholderapi/build/libs/LuckPerms-Fabric-PlaceholderAPI-Hook.jar" diff --git a/mods/mc-leashplayers.pw.toml b/mods/mc-leashplayers.pw.toml index 9a6929d..4b7ceec 100644 --- a/mods/mc-leashplayers.pw.toml +++ b/mods/mc-leashplayers.pw.toml @@ -1,5 +1,6 @@ name = "mc-leashplayers" filename = "leashmod-1.1.1.jar" +side = "server" [download] url = "https://git.incest.world/ashley/mc-leashplayers/releases/download/1.1.1/leashmod-1.1.1.jar" diff --git a/mods/minecraft-command-permissions-1.6.4.jar b/mods/minecraft-command-permissions-1.6.4.jar new file mode 100644 index 0000000..9fc6639 Binary files /dev/null and b/mods/minecraft-command-permissions-1.6.4.jar differ diff --git a/pack.toml b/pack.toml index 6155dd0..94c5bbf 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "83b3489cc3bb2b70506a5163b3f860e7f58cfa7974ee9229b04265365332fa45" +hash = "54418d061fbbac70c82946a029f713447b9f1ce671e8776bd887184fedda04be" [versions] fabric = "0.16.5"