add mc-perms addon for luckperms

This commit is contained in:
Merith-TK 2023-04-25 16:35:44 -07:00
parent d692f56743
commit 7d94bb7595
3 changed files with 14 additions and 1 deletions

View file

@ -358,6 +358,11 @@ file = "mods/luckperms.pw.toml"
hash = "b3501a7f76745c70f319a487ab71d553e43558c732890daa1abed779e194d09c" hash = "b3501a7f76745c70f319a487ab71d553e43558c732890daa1abed779e194d09c"
metafile = true metafile = true
[[files]]
file = "mods/mc-cmd-perms.pw.toml"
hash = "268fa2f5a0102ab3a164a9f7540b08b28ad0369bf39476096e3ab311f5d5e578"
metafile = true
[[files]] [[files]]
file = "mods/mcpitanlibarch.pw.toml" file = "mods/mcpitanlibarch.pw.toml"
hash = "2f9f9dfc3816fc94e425e671b19c246b3b529aba913a9617bc2fc0e786051126" hash = "2f9f9dfc3816fc94e425e671b19c246b3b529aba913a9617bc2fc0e786051126"

View file

@ -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"

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "5e9acda6c31386f54a0902c27a5864d312c97653806e05a14398800398009229" hash = "3845d499fa5d4a1d5a576c7384ef497a791800243d6f7f4bf9a8b3c3416f5ca1"
[versions] [versions]
fabric = "0.14.19" fabric = "0.14.19"