add mc-perms, make anticheat and admin mod serverside

This commit is contained in:
Merith-TK 2023-05-21 19:35:16 -07:00
parent c583f53d4e
commit 5493ffbb09
7 changed files with 38 additions and 4 deletions

View file

@ -94,6 +94,11 @@ file = "mods/carpet.pw.toml"
hash = "36bb5ccd63be1ba13675d307b2ab881f700245765e17a531352871c78a9a6ae0"
metafile = true
[[files]]
file = "mods/cc-polymer.pw.toml"
hash = "3e3ae7e7776adc029afa655cd0e9ec58b5a086816b0c6bff7db66c760e1369fb"
metafile = true
[[files]]
file = "mods/cem.pw.toml"
hash = "2393668f05c9062f95075532c112a18df9d328996a34ad527411540fc07a42b7"
@ -224,6 +229,11 @@ file = "mods/midnightlib.pw.toml"
hash = "e83e67ecf19e5c6e2cc518178359890a62ba47f8bd1b8e5202e5f574f13e27c2"
metafile = true
[[files]]
file = "mods/minecraft-command-permissions.pw.toml"
hash = "855eeb3cb4414580bce9e8ebebd3e3d48784d8b8562fcd01a3dad564eacef667"
metafile = true
[[files]]
file = "mods/mixin-conflict-helper.pw.toml"
hash = "c7388b6ebb78040be98251fb064a009f3d7574133e15d2844e3fadf2929b2980"

View file

@ -36,6 +36,7 @@
- [Architectury API](https://modrinth.com/mod/lhGA9TYQ)
- [Balm](https://modrinth.com/mod/MBAkmtvl)
- [Bottled Air](https://modrinth.com/mod/hvrrNux3)
- [CC: Restitched with Polymer](https://modrinth.com/mod/MfXTuV8J)
- [Cloth Config API](https://modrinth.com/mod/9s6osm5g)
- [Collective](https://modrinth.com/mod/e0M1UDsY)
- [Fabric API](https://modrinth.com/mod/P7dR8mSH)
@ -44,7 +45,6 @@
- [Forge Config API Port](https://modrinth.com/mod/ohNO6lps)
- [Infix](https://modrinth.com/mod/RfVlNQwB)
- [Inventory Essentials](https://modrinth.com/mod/Boon8xwi)
- [Inv View](https://modrinth.com/mod/jrDKjZP7)
- [ItemSwapper](https://modrinth.com/mod/RPOSBQgq)
- [Lithium](https://modrinth.com/mod/gvQqBUqZ)
- [MidnightLib](https://modrinth.com/mod/codAaoxh)
@ -67,10 +67,14 @@
## Server Mods
- [AntiXray](https://modrinth.com/mod/sml2FMaA)
- [Carpet](https://modrinth.com/mod/TQTTVgYE)
- [Essential Commands](https://modrinth.com/mod/6VdDUivB)
- [GolfIV](https://modrinth.com/mod/PfKYAJGk)
- [Inv View](https://modrinth.com/mod/jrDKjZP7)
- [Ledger](https://modrinth.com/mod/LVN9ygNV)
- [LuckPerms](https://modrinth.com/mod/Vebnzrzj)
- [minecraft-command-permissions](https://github.com/lucko/minecraft-command-permissions-fabric/releases/download/v1.6.1/minecraft-command-permissions-1.6.1.jar)
- [Styled Chat](https://modrinth.com/mod/doqSKB0e)
- [Styled Nicknames](https://modrinth.com/mod/DOk6Gcdi)
- [Styled Player List](https://modrinth.com/mod/DQIfKUHf)

View file

@ -0,0 +1,13 @@
name = "CC: Restitched with Polymer"
filename = "cc-restitched-1.102.2-legacy+1.19.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/MfXTuV8J/versions/mQHqmH3D/cc-restitched-1.102.2-legacy%2B1.19.4.jar"
hash-format = "sha1"
hash = "b427550dcdb6f4c9785810c95e76ee9a3205ba77"
[update]
[update.modrinth]
mod-id = "MfXTuV8J"
version = "mQHqmH3D"

View file

@ -1,6 +1,6 @@
name = "GolfIV"
filename = "golfiv-0.6.3.jar"
side = "both"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/PfKYAJGk/versions/DKrcakz3/golfiv-0.6.3.jar"

View file

@ -1,6 +1,6 @@
name = "Inv View"
filename = "InvView-1.4.10-1.19.3+.jar"
side = "both"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/jrDKjZP7/versions/rv8bhw5X/InvView-1.4.10-1.19.3%2B.jar"

View file

@ -0,0 +1,7 @@
name = "minecraft-command-permissions"
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]
file = "index.toml"
hash-format = "sha256"
hash = "ce50ac28d163dea31c2d6a901f5c4e92c99e066ddf7fc9d1a8557012e7ca47d9"
hash = "40eee2c7726c0a742737367b5fd8b3bc0eb77ae495eae5f9e7713e62dac4da2f"
[versions]
fabric = "0.14.19"