diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 0b11614..53de02e 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -358,6 +358,11 @@ file = "mods/luckperms.pw.toml" hash = "b3501a7f76745c70f319a487ab71d553e43558c732890daa1abed779e194d09c" metafile = true +[[files]] +file = "mods/mc-cmd-perms.pw.toml" +hash = "268fa2f5a0102ab3a164a9f7540b08b28ad0369bf39476096e3ab311f5d5e578" +metafile = true + [[files]] file = "mods/mcpitanlibarch.pw.toml" hash = "2f9f9dfc3816fc94e425e671b19c246b3b529aba913a9617bc2fc0e786051126" diff --git a/.minecraft/mods/mc-cmd-perms.pw.toml b/.minecraft/mods/mc-cmd-perms.pw.toml new file mode 100644 index 0000000..b0a5230 --- /dev/null +++ b/.minecraft/mods/mc-cmd-perms.pw.toml @@ -0,0 +1,8 @@ +name = "mc-cmd-perms" +filename = "minecraft-command-permissions-1.6.1.jar" +side = "server" + +[download] +url = "https://github.com/lucko/minecraft-command-permissions-fabric/releases/download/v1.6.1/minecraft-command-permissions-1.6.1.jar" +hash-format = "sha1" +hash = "3931d704c01c18eee610595959b71857ebd455f2" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 2b25558..cfced33 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "5e9acda6c31386f54a0902c27a5864d312c97653806e05a14398800398009229" +hash = "3845d499fa5d4a1d5a576c7384ef497a791800243d6f7f4bf9a8b3c3416f5ca1" [versions] fabric = "0.14.19"