1
0
mirror of https://github.com/nesquate-mcserver/modpack-server.git synced 2026-06-06 05:48:55 +00:00

18 Commits

Author SHA1 Message Date
宮本美代子
1b8e9e5ca6 Create index.html 2026-02-01 22:21:54 +08:00
Nesquate
94505c9b01 Update to 1.21.11 2026-02-01 21:58:05 +08:00
Nesquate
ce0b38000e 3.0-lts: Add mods
- Axiom
- Anti-Xray
- Syncmatica
2025-02-16 14:19:11 +08:00
Nesquate
94bc690600 3.0.0-lts 2025-01-19 15:06:01 +08:00
Nesquate
886b98e3d2 2.1.0
Update mods & minecraft version to 1.21.1
2024-09-08 15:44:44 +08:00
Nesquate
d5143fac68 2.0.4 & Install ViaVersion (bcuz I'm stupid) 2024-07-14 21:46:16 +08:00
Nesquate
1bc731d372 Merge branch 'nexdev' into stable/2.x.x 2024-07-14 14:26:05 +08:00
Nesquate
1e884fa596 2.0.3 & Stackable Shulkers Fix 2024-07-14 14:25:30 +08:00
Nesquate
12616ea166 Merge branch 'nexdev' into stable/2.x.x 2024-07-13 17:20:17 +08:00
Nesquate
d65edc416d Disable full-blocks sit 2024-07-13 17:19:22 +08:00
Nesquate
7f17171cba 2.0.2 & I forgot install ViaFabric 2024-07-13 17:18:56 +08:00
Nesquate
278f0e1ce7 2.0.2 & I forgot install ViaFabric 2024-07-13 16:13:38 +08:00
Nesquate
305a013093 Temp remove LuckPerms PlaceHolders 2024-07-13 15:01:19 +08:00
Nesquate
1f2c128daf 2.0.1
Temp remove LuckPerms-Fabric-PlaceholderAPI due to error
2024-07-13 14:50:45 +08:00
Nesquate
4dd7338d7d 2.0.0 2024-07-13 13:59:33 +08:00
Nesquate
bd28a61f2e Update mods
ModernFix: modernfix-fabric-5.18.3+mc1.21.jar -> modernfix-fabric-5.18.5+mc1.21.jar
Styled Player List: styledplayerlist-3.5.0+1.21.jar -> styledplayerlist-3.5.1+1.21.jar
MCDR Command Fabric: MCDRcommandFabric-1.20.4-v1.2.1.jar -> MCDRcommandFabric-1.21-v1.2.1.jar
JourneyMap: journeymap-fabric-1.21-6.0.0-beta.10.jar -> journeymap-fabric-1.21-6.0.0-beta.14.jar
Simple Voice Chat: voicechat-fabric-1.21-2.5.17.jar -> voicechat-fabric-1.21-2.5.18.jar
Fabric API: fabric-api-0.100.3+1.21.jar -> fabric-api-0.100.4+1.21.jar
2024-07-06 15:10:11 +08:00
Nesquate
0d141eff6e Add Sit! mod & Xaero Mini Map
Replace with sit datapack
And improving Xaero's client mod compatibility
2024-07-06 14:59:47 +08:00
Nesquate
311b275f0f Update to 1.21
More details: https://wiki.nesquate.tw/books/season-2/page/121#bkmrk-%E4%BC%BA%E6%9C%8D%E5%99%A8%E7%AB%AF%E6%A8%A1%E7%B5%84
2024-07-06 14:50:38 +08:00
53 changed files with 452 additions and 283 deletions

43
config/Sit!.properties Normal file
View File

@@ -0,0 +1,43 @@
# Sit! Config
version=1.1
# all available languages: en_us, ru_ru, es_es
lang=en_us
# Keeps the entities active even when logging off / shutting down
keep-active=true
# Toggle the ability to sit on other blocks while already being seated on one.
sit-while-seated=true
# Toggle the ability to sit on different block types.
stairs=true
slabs=true
carpets=true
full-blocks=false
custom=false
# Add custom sittable blocks!
# Example: "minecraft:campfire|0.255|1|lit=false"
# First entry: custom block
# Second entry: sitting height (number from 0-1 eg 0.52)
# Third entry: hitbox size (where the player spawns above the entity when dismounting)
# Fourth entry (optional): required blockstate to sit (Put a "!" to exclude blockstates)
# Separate different entries with "|"!
custom-blocks=["minecraft:campfire|.46|1|lit=false","minecraft:soul_campfire|.46|1|lit=false,waterlogged=false"]
# Hand Settings
hand.sitting=true
# Hand requirements for sitting.
# Empty = hand has to be empty
# Restrictive = set restrictions for hand state
# None = can sit whenever
hand.main.requirement=empty
hand.main.block=false
hand.main.food=false
hand.main.usable=false
hand.main.whitelist=[]
hand.main.blacklist=[]
hand.off.requirement=restrictive
hand.off.block=true
hand.off.food=false
hand.off.usable=true
hand.off.whitelist=["minecraft:torch","minecraft:soul_torch","minecraft:redstone_torch"]
hand.off.blacklist=[]

View File

@@ -14,7 +14,7 @@
"emoticons": false
},
"default": {
"display_name": "%luckperms:prefix%${default}",
"display_name": "${default}",
"message_formats": {
"chat": "<${player}> ${message}",
"joined_the_game": "<yellow><lang:multiplayer.player.joined:'${player}'></yellow>",
@@ -78,4 +78,4 @@
"custom_message_types": {}
},
"styles": []
}
}

View File

@@ -0,0 +1,3 @@
allowCaveModeOnServer:true
allowNetherCaveModeOnServer:true
registerStatusEffects:false

View File

@@ -0,0 +1,3 @@
allowCaveModeOnServer:true
allowNetherCaveModeOnServer:true
registerStatusEffects:false

1
index.html Normal file
View File

@@ -0,0 +1 @@
Hello.

View File

@@ -4,183 +4,221 @@ hash-format = "sha256"
file = "README.md"
hash = "4fb0cb37de5a6de765958c81c93af543c6c89b69d0fbbf9eda2380c3138101d2"
[[files]]
file = "config/Sit!.properties"
hash = "861ca60d5282e5a1cc03fd680ec30229499ea674aa2501b7ddeb28eaa4b642df"
[[files]]
file = "config/styled-chat.json"
hash = "fc67b511f239aaf82dee4480ccce15c29f0870f956ee668a106f2ec25093e540"
hash = "75c3d7d502decd8ed87c10744b8b1ec9e79fbfc361b9c350cbfc85ff9a87abea"
[[files]]
file = "config/styledplayerlist/config.json"
hash = "b87de7a7b0911989d203f78a034f1ab15d26ee3ac985adc40be9cffa8c27aeff"
hash = "778aab75d54c1e9d8533611459341b4320263f90fed16373522b322ebd0c9013"
[[files]]
file = "config/styledplayerlist/styles/default.json"
hash = "5b64a5cb4b72963b04dea7ffa645761afd7b5713b915016bc78321a8fb9fe78c"
hash = "0fa75cb1f0c05aabeb8a1d40346f41569099cb6b5ff0a804b6ca7de559f03892"
[[files]]
file = "mods/LuckPerms-Fabric-PlaceholderAPI-Hook.jar"
hash = "8725f502a6277a38be066c0c7b8a11a193381c0de8e1f5857debd67f282cbd04"
file = "config/xaerominimap-common.txt"
hash = "476fdba7c421cc4129032a3e5f85637ae971cc6c30fc2ec44ad137924430cecf"
[[files]]
file = "mods/audioplayer.pw.toml"
hash = "56a04736e45c2bb85c8a9f9a9377493b38bfd00a13f740b45b9920545c4db9bb"
file = "config/xaeroworldmap-common.txt"
hash = "476fdba7c421cc4129032a3e5f85637ae971cc6c30fc2ec44ad137924430cecf"
[[files]]
file = "mods/anti-xray.pw.toml"
hash = "7ffd2cbb973d987d543b36f12cc9362baae07b0983b83a8292f063ed4287f9a9"
metafile = true
[[files]]
file = "mods/bluemap.pw.toml"
hash = "6c556e9a9c5b3a2c73181f53e62dd5e70dc0e2abc52b88e6a261e1c307460526"
file = "mods/audioplayer.pw.toml"
hash = "5f2f0ac0042cf3a274098074d3acee7e61692d1c0a2ef87d883f9607aeefef9d"
metafile = true
[[files]]
file = "mods/axiom.pw.toml"
hash = "b1e08d3a6db8777433227b2b300c89795d7baced15a012fe256aaddef74e91b6"
metafile = true
[[files]]
file = "mods/c2me-fabric.pw.toml"
hash = "e2c268027d63e997ef750bcbc76e9ee29c775b7121a0be28a121bc4f332a7092"
metafile = true
[[files]]
file = "mods/carpet-extra.pw.toml"
hash = "3d3b8336379b6d9f072476caf1f91b13e7e02e70fab23399e4e695eca48369fb"
metafile = true
[[files]]
file = "mods/carpet-fixes.pw.toml"
hash = "590d03cf3e5e0915028c371ad4f5b7d0ac37b8108f06c242febbdbd131dd56f2"
hash = "a8f073ab0640d9e501fe3fc95d282306000fd6eab3186fd682269c0d0913b307"
metafile = true
[[files]]
file = "mods/carpet-tis-addition.pw.toml"
hash = "ed7ef0fe7cb072b18011af64a57c70867ddea6f648a2d37f40de80ea4d76b26e"
hash = "764aea7b3c8d48de1c290c22193c7ecdea379b1b683f10d9ab6bfe0eb4658e06"
metafile = true
[[files]]
file = "mods/carpet.pw.toml"
hash = "a44e6eac50227e4346d507836214f8ec462e74a264307253ec19bd3343ad0c7f"
hash = "de450bfc1e243b1e21f07b54278344e6075c198d32e57efc51cd3092b690a1f0"
metafile = true
[[files]]
file = "mods/fabric-api.pw.toml"
hash = "fe7dbe82cf758cc6a73e96f57229e6be3696588388da757fbd936ac8c08c224f"
hash = "241cece83d6a3c7c0338a9b625972ee25747d14684810778bc64d9613f7a49a1"
metafile = true
[[files]]
file = "mods/fabric-language-kotlin.pw.toml"
hash = "14e87ff6253d2bd02697e46b4a9b5060465d72b71663def5236f829e30bac6d6"
hash = "61afd7af5c645ffd966b2bd86be944eacd1e48a8044e8f67082225d4d9989f0c"
metafile = true
[[files]]
file = "mods/fabric-permissions-api.pw.toml"
hash = "5a3120cff8cdb296fe3c03e77624fd4505011751133ec573dd3c426c6e1e1229"
metafile = true
[[files]]
file = "mods/fabricproxy-lite.pw.toml"
hash = "1b4999da08f3479112d3a04c57be1f0ffa14c61e629ea95831d30af830baa069"
hash = "f5be6926145a1a78bf7d52c83842266c3321f7dd7e3f05117eae98a0c6923927"
metafile = true
[[files]]
file = "mods/ferrite-core.pw.toml"
hash = "4146027b92b4885fddec00435233c61c3728b5e09265982ab187021519a4fa89"
hash = "816b735b2ad505476201800a99f527e61b392b712b9d20ca9edcce05f412fe87"
metafile = true
[[files]]
file = "mods/journeymap.pw.toml"
hash = "890c039d5c8a645f446f30c85593e86cbffa110e3662dcf985fe72d7089ea6c5"
hash = "e1dd90542b69b3803b338adb5c375cbc2aecead35d45a98df989882aaa57c268"
metafile = true
[[files]]
file = "mods/krypton.pw.toml"
hash = "fe6abe1ea33393fe1441801f79eda74ea892e5f4b677a56eccafafcbf4d253ca"
hash = "8f6e0157b42ba668c0ba9aa7eff94b3b91a8f58bcd357e574d70a7b160d4337c"
metafile = true
[[files]]
file = "mods/ledger.pw.toml"
hash = "77f066e333bbaa0e22d1888cd61c22f56c3715ccdc0180f1829aed81cf9062c5"
hash = "052f06542206356664307ad7f73ef7d37123da055dc362f13cfe76839afdb73a"
metafile = true
[[files]]
file = "mods/lithium.pw.toml"
hash = "3dedde5213176d72e1c353877fa44315945e8f3da2ba05f5679d81e9f558bb1d"
hash = "0e87ab10adb3db84b1d6d2ce8bdd7158878b56c965055056b10ad6cde2634568"
metafile = true
[[files]]
file = "mods/luckperms.pw.toml"
hash = "0bcf5ca6fa1cf6822e69ba183f983480c696b46553e857415054a579b5b92ace"
metafile = true
[[files]]
file = "mods/mariadb-jdbc.pw.toml"
hash = "8ae45f3cdf9eee9d23023c944eb05edfe5c768cec302994d1711f8a0d9517dbc"
hash = "282673fc955317d4c82c1366f5ca5f0528ce1574071017fc8dffa81467147f55"
metafile = true
[[files]]
file = "mods/mcdiscordchat.pw.toml"
hash = "b35a61ebdab546e85ce5cb7f4d4216e82f9b08a06dab36b9242da5286f0b65ac"
hash = "e957f0484b15f2fe2c380b4a12213e51d96ee05400cf93f9b9bfa1aab37c8cd8"
metafile = true
[[files]]
file = "mods/mcdr-command-fabric.pw.toml"
hash = "df13a6348cc6eb88f3405151aad29d93901da4a94f98121bd0dfa886fdc5b525"
file = "mods/modernfix-mvus.pw.toml"
hash = "67116d1cf5d38dfd27aded9d675afcc625d720a4d457660ff82db760934d9f4d"
metafile = true
[[files]]
file = "mods/memoryleakfix.pw.toml"
hash = "3c0945a312aca06a2185b00cb03ae482949b008d72614497148aa2df301af019"
file = "mods/modmenu.pw.toml"
hash = "9aee55ee770e6d8bfc5712d20d62e5dde0493c357f4d72ee28df48cd56ea5216"
metafile = true
[[files]]
file = "mods/no-chat-reports.pw.toml"
hash = "a6a57004f5990ae59be0b89eb2edc5f50e2233d0410bd5f8060d58401592e0ef"
hash = "cd25851cbdaad2dd1957a8086ce54aa4bd3c45be75e1ba49168a54fafbd87898"
metafile = true
[[files]]
file = "mods/otterlib.pw.toml"
hash = "a7aaa19d5a9df2b847686f17f8bdd80ded4097a3880fb89a30175a14ae45c5e2"
metafile = true
[[files]]
file = "mods/owo-lib.pw.toml"
hash = "7c647f3090c57732c32306de0a080ea190ec6562af5dbc2be3e7a9d4cadc8b7c"
hash = "01cce2adecdc5e33fba69ff99c5a87f847733a0238f8e94ad2c9841cb26ec2ba"
metafile = true
[[files]]
file = "mods/raknetify.pw.toml"
hash = "776a8c141073e136f9b13daef58089b6e3b19bc86940b52d65bc57a637bacdd5"
hash = "54bb24a1eadc460db4f0d3066001cf409e682a02a2ecd22500531185791fa41b"
metafile = true
[[files]]
file = "mods/recipecooldown.pw.toml"
hash = "e8fa46e5c43883dbdc0ad1069813f2b079ea948ff59a6c00defda16363545871"
hash = "343d2b36fa48a02af4682c2dac94755260fc734e4cebdbc46a5f08dd2b9b02df"
metafile = true
[[files]]
file = "mods/simple-voice-chat.pw.toml"
hash = "b802b607dc76cbaba1cbf085be896d2c6996bef39b64a09fcf5ddb8b6a0ad968"
hash = "9ff1a261860fcb16a7c7f124d738abcdfc1297363412d237540685003ff04d6b"
metafile = true
[[files]]
file = "mods/sit!.pw.toml"
hash = "aa2f75744edd5dd05766f39f045e967327afb1d9aa076947030929f29edcc0c2"
metafile = true
[[files]]
file = "mods/spark.pw.toml"
hash = "3f1cdc39c7c76eba1c62b6f22d07f9507ff1c9a9e860f179481ec63449451a79"
hash = "c073f13897a838e3c409e46b8a1d8cb510d6a6584dd815aeadaf4886f1779513"
metafile = true
[[files]]
file = "mods/stackable-shulkers-fix.pw.toml"
hash = "99f547a561175a13a92270a6bb4509626b23a01aaf8e0610f82a96188060e649"
metafile = true
[[files]]
file = "mods/styled-chat.pw.toml"
hash = "3ef4b93adbac3581872c2464fc33f6026b1caaedf3237acdd0a9be2cf77cc7ad"
hash = "829baf7df7f56d2376871c75b4cc6d06f7a61ea2066939e0c8e5c87cb7a9c367"
metafile = true
[[files]]
file = "mods/styled-nicknames.pw.toml"
hash = "1a63f5bfeb792e68c7b06ca0f7264c49419f76f6abe6ef47a839aa1f9eddeb1b"
hash = "1ac2f5d6a83a28fcf8a52066c7b778a017f978c236acc5488f91950c02ad51f4"
metafile = true
[[files]]
file = "mods/styledplayerlist.pw.toml"
hash = "39bdfc596f88235de2e387d107f2e184040cb7a7c6055303247f406e86e8264a"
hash = "61d2faf01ac828b450a83b23b997c103594f05e6298cce4484788f7e08fd4fc5"
metafile = true
[[files]]
file = "mods/syncmatica.pw.toml"
hash = "39a3a1247761a61f8e108b31284d748f1a1324d4c7ba87b2e768351b0f8a0e74"
metafile = true
[[files]]
file = "mods/vanilla-permissions.pw.toml"
hash = "878bdfcf12aa401187d7ae2099b9c32659494b49034456b300b04b08899a4515"
hash = "ee796cdb2987beb96406c1b09a57c906f41458e4f84843130272701d28ccd9a8"
metafile = true
[[files]]
file = "mods/viabackwards.pw.toml"
hash = "df4dd1ef10038a37b4eee4c036ef73cc497b391e6e88aad5c7ad8e00a096124e"
metafile = true
[[files]]
file = "mods/viafabric.pw.toml"
hash = "2b521d51539ceea11c6c5310ff2dcfa38cfb8084558355b4bfbd0fde177ab912"
metafile = true
[[files]]
file = "mods/viaversion.pw.toml"
hash = "ff26c7ec423d7100091997637705a9245b4a93f9534bfa779a02d58b740bbbb0"
metafile = true
[[files]]
file = "mods/vmp-fabric.pw.toml"
hash = "d5fa0e898cb2233b7928c1b6109d041e3f0a507bdbdca6aefabbb4462044d9c6"
hash = "147236c9b21df25b05d0715f21faf8c9b89dfa7af9d157c532f8e94887d47a65"
metafile = true
[[files]]
file = "mods/xaeros-minimap.pw.toml"
hash = "ba436ce36f9cad22d1a6cd6a2355db7048b7ae0967aba321eff48b99812014d9"
metafile = true
[[files]]
file = "mods/xaeros-world-map.pw.toml"
hash = "9b3a6d6a22c560293998d90415d6a318f63b179f62ac9d00775bcbd6ece07a29"
hash = "d7e133bafc8ec079ccdaff952bc52c9f85c436c455ee644e84b687958ededff5"
metafile = true
[[files]]
file = "mods/yacl.pw.toml"
hash = "1eb651becf915f329a0a7000155846fe9b21c15740b7d82f8c3545b42b57f42f"
metafile = true

13
mods/anti-xray.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "AntiXray"
filename = "antixray-fabric-1.4.13+1.21.11.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/sml2FMaA/versions/I2sZQFG8/antixray-fabric-1.4.13%2B1.21.11.jar"
hash-format = "sha512"
hash = "89b0bf4072e0c8231bb9ab06bc7988a9ce9c2b2ef4d4e4f4e8e815523197efbfab2db6493a54fd246305064e435b6c4fda63d29ce5947c465e4abcd24975719b"
[update]
[update.modrinth]
mod-id = "sml2FMaA"
version = "I2sZQFG8"

View File

@@ -1,13 +1,13 @@
name = "AudioPlayer"
filename = "audioplayer-fabric-1.20.4-1.10.2.jar"
filename = "audioplayer-fabric-2.1.0+1.21.11.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/SRlzjEBS/versions/6nM3cFNv/audioplayer-fabric-1.20.4-1.10.2.jar"
hash-format = "sha1"
hash = "76931e4ff36dd1c15654e32c8421272dd6c2785a"
url = "https://cdn.modrinth.com/data/SRlzjEBS/versions/cxRGd2KF/audioplayer-fabric-2.1.0%2B1.21.11.jar"
hash-format = "sha512"
hash = "81a1c432e51812e5ff7a2f3ea8030191d1f53ae4a3d42ab647358f52327e890c6d22b779c1ec02c5e92a3e438851d26aa6709dbb44af2d05fdd7c7d34e2f1dd4"
[update]
[update.modrinth]
mod-id = "SRlzjEBS"
version = "6nM3cFNv"
version = "cxRGd2KF"

13
mods/axiom.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "Axiom"
filename = "Axiom-5.2.1-for-MC1.21.11.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/N6n5dqoA/versions/M0Jr2ivY/Axiom-5.2.1-for-MC1.21.11.jar"
hash-format = "sha512"
hash = "00be4c7e6652d8f36855b222effa19a23a532659da932b4321f4f786f169be3d98977e3d4271deb6b415f4692eb87d9a8fd78295a55bbe887771302e64bb1c58"
[update]
[update.modrinth]
mod-id = "N6n5dqoA"
version = "M0Jr2ivY"

View File

@@ -1,13 +0,0 @@
name = "BlueMap"
filename = "BlueMap-3.21-fabric-1.20.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/swbUV1cr/versions/KJdesrDu/BlueMap-3.21-fabric-1.20.jar"
hash-format = "sha1"
hash = "f943561d7d689d0ccdcae91d2302123f4c7212b9"
[update]
[update.modrinth]
mod-id = "swbUV1cr"
version = "KJdesrDu"

View File

@@ -1,13 +1,13 @@
name = "Concurrent Chunk Management Engine (Fabric)"
filename = "c2me-fabric-mc1.20.4-0.2.0+alpha.11.67.jar"
filename = "c2me-fabric-mc1.21.11-0.3.7+alpha.0.7.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/xjgJS9KC/c2me-fabric-mc1.20.4-0.2.0%2Balpha.11.67.jar"
hash-format = "sha1"
hash = "f14b8a2d8c624b9f2e787826a113fb2be9f9cf31"
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/QdLiMUjx/c2me-fabric-mc1.21.11-0.3.7%2Balpha.0.7.jar"
hash-format = "sha512"
hash = "f9543febe2d649a82acd6d5b66189b6a3d820cf24aa503ba493fdb3bbd4e52e30912c4c763fe50006f9a46947ae8cd737d420838c61b93429542573ed67f958e"
[update]
[update.modrinth]
mod-id = "VSNURh3q"
version = "xjgJS9KC"
version = "QdLiMUjx"

View File

@@ -1,13 +0,0 @@
name = "Carpet Extra"
filename = "carpet-extra-1.20.3-1.4.128.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/VX3TgwQh/versions/APnGg1O6/carpet-extra-1.20.3-1.4.128.jar"
hash-format = "sha1"
hash = "9ba28b6f74fec9a2bae84ad02de64f57e8b2e17e"
[update]
[update.modrinth]
mod-id = "VX3TgwQh"
version = "APnGg1O6"

View File

@@ -1,13 +0,0 @@
name = "Carpet-Fixes"
filename = "carpet-fixes-1.20-1.17.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/7Jaxgqip/versions/rJzXa8HU/carpet-fixes-1.20-1.17.0.jar"
hash-format = "sha1"
hash = "71db2ba00663aeb9c2533b025fb036b0e2f84370"
[update]
[update.modrinth]
mod-id = "7Jaxgqip"
version = "rJzXa8HU"

View File

@@ -1,13 +1,13 @@
name = "Carpet TIS Addition"
filename = "carpet-tis-addition-mc1.20.4-v1.59.4.jar"
filename = "carpet-tis-addition-v1.75.1-mc1.21.11.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/jE0SjGuf/versions/CKNDBhX2/carpet-tis-addition-mc1.20.4-v1.59.4.jar"
hash-format = "sha1"
hash = "c234d2b78d49fee0b732c0b4762a100dc52382e5"
url = "https://cdn.modrinth.com/data/jE0SjGuf/versions/XUE1iIUe/carpet-tis-addition-v1.75.1-mc1.21.11.jar"
hash-format = "sha512"
hash = "86ad3040c768b0669fa4c0b12057da6f001f9a6587bd52e55a37f49256e8ccf0019b986bb64319ff7e177e7e211366ae9c4057e1a9530f4bec9f0ffc499958f4"
[update]
[update.modrinth]
mod-id = "jE0SjGuf"
version = "CKNDBhX2"
version = "XUE1iIUe"

View File

@@ -1,13 +1,13 @@
name = "Carpet"
filename = "fabric-carpet-1.20.3-1.4.128+v231205.jar"
side = "both"
filename = "fabric-carpet-1.21.11-1.4.194+v251223.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/TQTTVgYE/versions/yYzR60Xd/fabric-carpet-1.20.3-1.4.128%2Bv231205.jar"
hash-format = "sha1"
hash = "53ee95647e15097f369061e372d8c9411635b4a7"
url = "https://cdn.modrinth.com/data/TQTTVgYE/versions/HzPcczDK/fabric-carpet-1.21.11-1.4.194%2Bv251223.jar"
hash-format = "sha512"
hash = "1135807e44b34a628c89674a4df94d617120aea932c24c7d4a375410103884e94713b4252d29035d1722d149cc65465afef24eafbfc476c51bc64b6fffff57e0"
[update]
[update.modrinth]
mod-id = "TQTTVgYE"
version = "yYzR60Xd"
version = "HzPcczDK"

View File

@@ -1,13 +1,13 @@
name = "Fabric API"
filename = "fabric-api-0.97.1+1.20.4.jar"
filename = "fabric-api-0.141.2+1.21.11.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/tAwdMmKY/fabric-api-0.97.1%2B1.20.4.jar"
hash-format = "sha1"
hash = "37e7e83a2cea7b8717f798e30c5a288d840b4244"
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/L34yYPTD/fabric-api-0.141.2%2B1.21.11.jar"
hash-format = "sha512"
hash = "3c1e7991ae72304a997bdbecc34a4bc742d4601349f000a7d9816b376a2e341c700f519cebb224f565d9b79d9c9492e1d7f918ec3f86e4f363e15df0c07f4b7e"
[update]
[update.modrinth]
mod-id = "P7dR8mSH"
version = "tAwdMmKY"
version = "L34yYPTD"

View File

@@ -1,13 +1,13 @@
name = "Fabric Language Kotlin"
filename = "fabric-language-kotlin-1.11.0+kotlin.2.0.0.jar"
filename = "fabric-language-kotlin-1.13.8+kotlin.2.3.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/afsFajDC/fabric-language-kotlin-1.11.0%2Bkotlin.2.0.0.jar"
hash-format = "sha1"
hash = "4f5b3f0d773c4cc9e79d2f5ede3a637e78737f6d"
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/N6D3uiZF/fabric-language-kotlin-1.13.8%2Bkotlin.2.3.0.jar"
hash-format = "sha512"
hash = "90bf59f810ea62363bdd7b2ce85a6268b7db67d6d4ce5ae6555204bc7eff0446a6e17d60ef51ad41bf85e92ca430043a8f7c21157cbaee9279733304605cc4d0"
[update]
[update.modrinth]
mod-id = "Ha28R6CL"
version = "afsFajDC"
version = "N6D3uiZF"

View File

@@ -1,7 +1,13 @@
name = "fabric-permissions-api"
filename = "fabric-permissions-api-0.3.1.jar"
filename = "fabric-permissions-api-0.6.1.jar"
side = "server"
[download]
url = "https://github.com/lucko/fabric-permissions-api/releases/download/v0.3.1/fabric-permissions-api-0.3.1.jar"
hash-format = "sha256"
hash = "1894f9db7ea6d70f95f6b088b92a8037e87df376e8774ee2b048ddcc0f967226"
url = "https://cdn.modrinth.com/data/lzVo0Dll/versions/BeLOh0XN/fabric-permissions-api-0.6.1.jar"
hash-format = "sha512"
hash = "541718ac588fdef597037562aa61fcae013b94e29e877744c6148b55dfd21654cad58d0a2a6a118302661c619314ace8af6dc1e40a1e4d1d0297a7679e700729"
[update]
[update.modrinth]
mod-id = "lzVo0Dll"
version = "BeLOh0XN"

View File

@@ -1,13 +0,0 @@
name = "FabricProxy-Lite"
filename = "FabricProxy-Lite-2.7.0.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/8dI2tmqs/versions/Mxw3Cbsk/FabricProxy-Lite-2.7.0.jar"
hash-format = "sha1"
hash = "e6347ca3365edcc2fa0b2b04c69f5f673a47a1b7"
[update]
[update.modrinth]
mod-id = "8dI2tmqs"
version = "Mxw3Cbsk"

View File

@@ -1,13 +1,13 @@
name = "FerriteCore"
filename = "ferritecore-6.0.3-fabric.jar"
filename = "ferritecore-8.2.0-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/pguEMpy9/ferritecore-6.0.3-fabric.jar"
hash-format = "sha1"
hash = "f2bbb773f4213d36201b76820f206e2a6f213c0c"
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/Ii0gP3D8/ferritecore-8.2.0-fabric.jar"
hash-format = "sha512"
hash = "3210926a82eb32efd9bcebabe2f6c053daf5c4337eebc6d5bacba96d283510afbde646e7e195751de795ec70a2ea44fef77cb54bf22c8e57bb832d6217418869"
[update]
[update.modrinth]
mod-id = "uXXizFIs"
version = "pguEMpy9"
version = "Ii0gP3D8"

View File

@@ -1,13 +1,13 @@
name = "JourneyMap"
filename = "journeymap-1.20.4-5.9.28-fabric.jar"
filename = "journeymap-fabric-1.21.11-6.0.0-beta.55.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/lfHFW1mp/versions/mMICqfH9/journeymap-1.20.4-5.9.28-fabric.jar"
hash-format = "sha1"
hash = "8810f00ed3a7923489e69daff454b7b323c9cad4"
url = "https://cdn.modrinth.com/data/lfHFW1mp/versions/X3DCfJx0/journeymap-fabric-1.21.11-6.0.0-beta.55.jar"
hash-format = "sha512"
hash = "623f0f353221f91431bb358dafe28dc24e1fa978313accf5b3c1f81a4217bb141759764622d6f241e325c7bf334ab17e7b9e796f3d1aeb9c43ef5e252f559adc"
[update]
[update.modrinth]
mod-id = "lfHFW1mp"
version = "mMICqfH9"
version = "X3DCfJx0"

View File

@@ -1,13 +1,13 @@
name = "Krypton"
filename = "krypton-0.2.6.jar"
filename = "krypton-0.2.10.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/bRcuOnao/krypton-0.2.6.jar"
hash-format = "sha1"
hash = "fc237a3cdf7cff71e222db8e14fa6d4546e2d000"
url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/O9LmWYR7/krypton-0.2.10.jar"
hash-format = "sha512"
hash = "4dcd7228d1890ddfc78c99ff284b45f9cf40aae77ef6359308e26d06fa0d938365255696af4cc12d524c46c4886cdcd19268c165a2bf0a2835202fe857da5cab"
[update]
[update.modrinth]
mod-id = "fQEb0iXm"
version = "bRcuOnao"
version = "O9LmWYR7"

View File

@@ -1,13 +1,13 @@
name = "Ledger"
filename = "ledger-1.3.1.jar"
filename = "ledger-1.3.18.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/LVN9ygNV/versions/zDjIMO8b/ledger-1.3.1.jar"
hash-format = "sha1"
hash = "af479cdc3e5f9afc3a5f883ef109cc4fd36f51c1"
url = "https://cdn.modrinth.com/data/LVN9ygNV/versions/d8PpCdaP/ledger-1.3.18.jar"
hash-format = "sha512"
hash = "11095728b3db8d49c729cb143cc17f22984a7d6140307a17a96a36325f899036bba331d5e5a2a59739b10ccb9275a9ea70704c3cb330c28648480c7e5de447d0"
[update]
[update.modrinth]
mod-id = "LVN9ygNV"
version = "zDjIMO8b"
version = "d8PpCdaP"

View File

@@ -1,13 +1,13 @@
name = "Lithium"
filename = "lithium-fabric-mc1.20.4-0.12.1.jar"
filename = "lithium-fabric-0.21.2+mc1.21.11.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/nMhjKWVE/lithium-fabric-mc1.20.4-0.12.1.jar"
hash-format = "sha1"
hash = "4a0744beb2246d93cb475d21a5a53faa556956e0"
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/gl30uZvp/lithium-fabric-0.21.2%2Bmc1.21.11.jar"
hash-format = "sha512"
hash = "94625510013e0daaf1c2e2b6d8a463c932ff6220f91ba5b0cd5f868658215f046d94d07b3465660f576c4dc27a5aa183dfbdc1c9303f11894b5b25a1dc6c3bb6"
[update]
[update.modrinth]
mod-id = "gvQqBUqZ"
version = "nMhjKWVE"
version = "gl30uZvp"

View File

@@ -1,13 +1,13 @@
name = "LuckPerms"
filename = "LuckPerms-Fabric-5.4.113.jar"
filename = "LuckPerms-Fabric-5.5.21.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Vebnzrzj/versions/42RCP8I8/LuckPerms-Fabric-5.4.113.jar"
hash-format = "sha1"
hash = "5d6b90bf3f70e19610c684da8bf4a3906805207b"
url = "https://cdn.modrinth.com/data/Vebnzrzj/versions/CzCJJMuo/LuckPerms-Fabric-5.5.21.jar"
hash-format = "sha512"
hash = "5dc98d5b3acaab65e8de2873af6b42eced427360f4f50b136b82d2820602341a5fb3cf9f10c27d07e6c7cc556e9d30922492421cb6cc734fa05562e89554fa43"
[update]
[update.modrinth]
mod-id = "Vebnzrzj"
version = "42RCP8I8"
version = "CzCJJMuo"

View File

@@ -1,13 +0,0 @@
name = "MariaDB JDBC"
filename = "mariadb-jdbc-3.1.4+20230506-all.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Rn50PHM9/versions/2RGGABYP/mariadb-jdbc-3.1.4%2B20230506-all.jar"
hash-format = "sha1"
hash = "3c49d74b8ffeb1fd742c36397ae8b8930f925f56"
[update]
[update.modrinth]
mod-id = "Rn50PHM9"
version = "2RGGABYP"

View File

@@ -1,13 +1,13 @@
name = "MCDiscordChat"
filename = "Discord-MC-Chat-2.3.2.jar"
filename = "Discord-MC-Chat-2.7.1.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/D0sHdnXY/versions/3TuVILNu/Discord-MC-Chat-2.3.2.jar"
hash-format = "sha1"
hash = "f223cf6b66c2b17e1c6dc7a5866521cbecbf2762"
url = "https://cdn.modrinth.com/data/D0sHdnXY/versions/aWxpt7iY/Discord-MC-Chat-2.7.1.jar"
hash-format = "sha512"
hash = "8e57146ae4f306be93cfc39717a618351ddcc29630ba9f599a4a1a56b6d02540b876b3dd6dd845ec57fe39709f510b362203f8840b81fb67102a140e2f4e1242"
[update]
[update.modrinth]
mod-id = "D0sHdnXY"
version = "3TuVILNu"
version = "aWxpt7iY"

View File

@@ -1,13 +0,0 @@
name = "MCDR Command Fabric"
filename = "MCDRcommandFabric-1.20.4-v1.2.1.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/kV8qN2Aj/versions/fYsYVylY/MCDRcommandFabric-1.20.4-v1.2.1.jar"
hash-format = "sha1"
hash = "ebd772ba7e74e5f639f82eeb1d372e114130684f"
[update]
[update.modrinth]
mod-id = "kV8qN2Aj"
version = "fYsYVylY"

View File

@@ -1,13 +0,0 @@
name = "Memory Leak Fix"
filename = "memoryleakfix-fabric-1.17+-1.1.5.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/NRjRiSSD/versions/5xvCCRjJ/memoryleakfix-fabric-1.17%2B-1.1.5.jar"
hash-format = "sha1"
hash = "784bbbe9c64ac9d3d4ad19786c02291e607fcf4e"
[update]
[update.modrinth]
mod-id = "NRjRiSSD"
version = "5xvCCRjJ"

View File

@@ -0,0 +1,13 @@
name = "ModernFix-mVUS"
filename = "modernfix-5.25.2-build.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/TjSm1wrD/versions/JwSO8JCN/modernfix-5.25.2-build.4.jar"
hash-format = "sha512"
hash = "0d65c05ac0475408c58ef54215714e6301113101bf98bfe4bb2ba949fbfddd98225ac4e2093a5f9206a9e01ba80a931424b237bdfa3b6e178c741ca6f7f8c6a3"
[update]
[update.modrinth]
mod-id = "TjSm1wrD"
version = "JwSO8JCN"

13
mods/modmenu.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "Mod Menu"
filename = "modmenu-17.0.0-beta.2.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/JWQVh32x/modmenu-17.0.0-beta.2.jar"
hash-format = "sha512"
hash = "27cc0fd2c9426e8eba70f96b9d31e6dd756819cc44338b8948167e93fb6e22416d10d2e8c63f7c689c2aca2c27bdb6864d974b92e3f79b3027d23eee1bfbdb2e"
[update]
[update.modrinth]
mod-id = "mOgUt4GM"
version = "JWQVh32x"

View File

@@ -1,13 +1,13 @@
name = "No Chat Reports"
filename = "NoChatReports-FABRIC-1.20.4-v2.6.1.jar"
filename = "NoChatReports-FABRIC-1.21.11-v2.18.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/Pjto4zdj/NoChatReports-FABRIC-1.20.4-v2.6.1.jar"
hash-format = "sha1"
hash = "f9eb4355b82719c2a40607878dfd61ded138f69e"
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/rhykGstm/NoChatReports-FABRIC-1.21.11-v2.18.0.jar"
hash-format = "sha512"
hash = "d2c35cc8d624616f441665aff67c0e366e4101dba243bad25ed3518170942c1a3c1a477b28805cd1a36c44513693b1c55e76bea627d3fced13927a3d67022ccc"
[update]
[update.modrinth]
mod-id = "qQyHxfxd"
version = "Pjto4zdj"
version = "rhykGstm"

13
mods/otterlib.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "OtterLib"
filename = "otterlib-0.2.2.1+1.21.11-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/zVVpzurY/versions/97STrMee/otterlib-0.2.2.1%2B1.21.11-fabric.jar"
hash-format = "sha512"
hash = "3f62f95d620f5e5a476120b97232847607edb2e2559e0ef282650ce033e4d778a586539614fc3222975999b380f1c1d782813bb190a2677c7ab1f828ce575aac"
[update]
[update.modrinth]
mod-id = "zVVpzurY"
version = "97STrMee"

View File

@@ -1,13 +1,13 @@
name = "oωo (owo-lib)"
filename = "owo-lib-0.12.6+1.20.3.jar"
filename = "owo-lib-0.13.0+1.21.11.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ccKDOlHs/versions/Her7Z3CG/owo-lib-0.12.6%2B1.20.3.jar"
hash-format = "sha1"
hash = "abf097faf0fc485dcd8566a120a8de254d417d5b"
url = "https://cdn.modrinth.com/data/ccKDOlHs/versions/33Ei8Thm/owo-lib-0.13.0%2B1.21.11.jar"
hash-format = "sha512"
hash = "acdd14f068a1751ec9e9baa4c6febc1a807a522ada80c2d999abf07e4a5693892fc92497f13043fbb7fc6e04c1eb42fb59a364a6ef813302f60833355a489c2e"
[update]
[update.modrinth]
mod-id = "ccKDOlHs"
version = "Her7Z3CG"
version = "33Ei8Thm"

View File

@@ -1,13 +1,13 @@
name = "Raknetify"
filename = "raknetify-fabric-0.1.0+alpha.5.128-all.jar"
filename = "raknetify-fabric-0.1.0+alpha.5.195-all.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/5IovSY3u/versions/gchRoKmg/raknetify-fabric-0.1.0%2Balpha.5.128-all.jar"
hash-format = "sha1"
hash = "9f3e9018352ee331e61ebb010e91b6c3b41a0972"
url = "https://cdn.modrinth.com/data/5IovSY3u/versions/p9miLnd3/raknetify-fabric-0.1.0%2Balpha.5.195-all.jar"
hash-format = "sha512"
hash = "d9255859730db784f58e93250bd4f9c675ad6659fc3efa830e2c45f88f3e4ba6da92090e39dfbb886587543f8f3e96b42be4bf1fa0a57eb0b21ec20c68ce9272"
[update]
[update.modrinth]
mod-id = "5IovSY3u"
version = "gchRoKmg"
version = "p9miLnd3"

View File

@@ -1,13 +1,13 @@
name = "Simple Voice Chat"
filename = "voicechat-fabric-1.20.4-2.5.15.jar"
filename = "voicechat-fabric-1.21.11-2.6.11.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/D6flU7di/voicechat-fabric-1.20.4-2.5.15.jar"
hash-format = "sha1"
hash = "fc30c13206918b63596c2374a9020c47f32b193b"
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/1OVXKX2W/voicechat-fabric-1.21.11-2.6.11.jar"
hash-format = "sha512"
hash = "2ddab762110037616ef55403f97dfb4fa6df7c37bc12554a6f4d4bb40cebe102ff671c4876bb3cb0f98ad2542f414b079a6e48aa20656c9a13c4bfbdf908b534"
[update]
[update.modrinth]
mod-id = "9eGKb6K1"
version = "D6flU7di"
version = "1OVXKX2W"

13
mods/sit!.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "Sit!"
filename = "sit!-1.2.5.2+1.21.11.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/EsYqsGV4/versions/xy4C23w4/sit%21-1.2.5.2%2B1.21.11.jar"
hash-format = "sha512"
hash = "2c53a85dcaf9db9866e99e06bec8b0f678b47ab2dc055ea02dd1aac14edd870043ade70e90e6628304f451d97f0c7aeee124863d5bef3d5678999d315ed678c5"
[update]
[update.modrinth]
mod-id = "EsYqsGV4"
version = "xy4C23w4"

View File

@@ -1,13 +1,13 @@
name = "spark"
filename = "spark-1.10.58-fabric.jar"
filename = "spark-1.10.156-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/FeV5OquF/spark-1.10.58-fabric.jar"
hash-format = "sha1"
hash = "33bbc9f51ae33023edb264b8c4f4259f358703ad"
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/1CB3cS0m/spark-1.10.156-fabric.jar"
hash-format = "sha512"
hash = "c17995968561761e0857445e28e9235f3c0ec5fc0695deda3b2ae408baf074348822f0a8671791032b32c6b2977edba1024a2cc3b4588b9274e7f131795af6e0"
[update]
[update.modrinth]
mod-id = "l6YH9Als"
version = "FeV5OquF"
version = "1CB3cS0m"

View File

@@ -0,0 +1,13 @@
name = "Stackable Shulkers Fix"
filename = "shulkerfix-1.7.7+1.21.11.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/qr7VQIiR/versions/NXnbArFr/shulkerfix-1.7.7%2B1.21.11.jar"
hash-format = "sha512"
hash = "d9c8f70e1c4c1bb47eb866b4b6cc1818d02326f98a9e8b954b3763f367817e48fba5c5c0055d37c1961c9ee1df6d7a645061156fafc91224998f98fed0b51b11"
[update]
[update.modrinth]
mod-id = "qr7VQIiR"
version = "NXnbArFr"

View File

@@ -1,13 +1,13 @@
name = "Styled Chat"
filename = "styled-chat-2.4.0+1.20.3.jar"
filename = "styled-chat-2.11.0+1.21.11.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/doqSKB0e/versions/hPPTz9OM/styled-chat-2.4.0%2B1.20.3.jar"
hash-format = "sha1"
hash = "2132ffaaaaed0a6864cf4ae1aeac651441c1eb40"
url = "https://cdn.modrinth.com/data/doqSKB0e/versions/nW0Cfq7D/styled-chat-2.11.0%2B1.21.11.jar"
hash-format = "sha512"
hash = "a4d1234e7468c9149a9b6443a8efbff1657806e965e68bc21c465102e062bbca55493ca2f2b7b6da94864e89098ba51cf6ab83e3e9377ee997c950d77a04e7cb"
[update]
[update.modrinth]
mod-id = "doqSKB0e"
version = "hPPTz9OM"
version = "nW0Cfq7D"

View File

@@ -1,13 +1,13 @@
name = "Styled Nicknames"
filename = "styled-nicknames-1.4.0+1.20.3.jar"
filename = "styled-nicknames-1.11.1+1.21.11.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/DOk6Gcdi/versions/R7dIzguo/styled-nicknames-1.4.0%2B1.20.3.jar"
hash-format = "sha1"
hash = "55805bc0fd21bb9a8529c97b075042adab60c836"
url = "https://cdn.modrinth.com/data/DOk6Gcdi/versions/Frwre1Jb/styled-nicknames-1.11.1%2B1.21.11.jar"
hash-format = "sha512"
hash = "b13ae3fbd7a5fb8c8d1bca2f08fef202fe2d9794df32751c6224a3c1fc6b8e12452b648e87b8bf1c80e25dc187a8f603f35dc972331f903895b55c4ac344e257"
[update]
[update.modrinth]
mod-id = "DOk6Gcdi"
version = "R7dIzguo"
version = "Frwre1Jb"

View File

@@ -1,13 +1,13 @@
name = "Styled Player List"
filename = "styledplayerlist-3.3.0+1.20.3.jar"
filename = "styledplayerlist-3.10.0+1.21.11.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/DQIfKUHf/versions/jcLxMRaH/styledplayerlist-3.3.0%2B1.20.3.jar"
hash-format = "sha1"
hash = "0cea824207b53473466c89cad7539c51d0b8c628"
url = "https://cdn.modrinth.com/data/DQIfKUHf/versions/YpJjE4zz/styledplayerlist-3.10.0%2B1.21.11.jar"
hash-format = "sha512"
hash = "d971d6b9c548b1526e349de06ed66b98cc37a4d8a89d9d6d3e972b556fabf33bc3de525dfa66c4853649f0deda8f27fc496252e999ad8ddcf964bf5f6fd5514e"
[update]
[update.modrinth]
mod-id = "DQIfKUHf"
version = "jcLxMRaH"
version = "YpJjE4zz"

13
mods/syncmatica.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "Syncmatica"
filename = "syncmatica-fabric-1.21.11-0.3.17.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/bfneejKo/versions/a3qv3pRT/syncmatica-fabric-1.21.11-0.3.17.jar"
hash-format = "sha512"
hash = "c017680f77206a55e8bcd88cac631c54e38ac12d9f92b2f3dffb0e2309ff21c37684b2c677d84e72b6ed3b93b0ed4fa1fec3ac161b06a47be1b9298270ce1582"
[update]
[update.modrinth]
mod-id = "bfneejKo"
version = "a3qv3pRT"

View File

@@ -1,13 +1,13 @@
name = "Vanilla Permissions"
filename = "vanilla-permissions-0.2.3+1.20.4.jar"
filename = "vanilla-permissions-0.3.3+1.21.11.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fdZkP5Bb/versions/I9QawL7F/vanilla-permissions-0.2.3%2B1.20.4.jar"
hash-format = "sha1"
hash = "08aa2d469313a0a0c63e84aedbf9b0c85c38765f"
url = "https://cdn.modrinth.com/data/fdZkP5Bb/versions/hA27RLKS/vanilla-permissions-0.3.3%2B1.21.11.jar"
hash-format = "sha512"
hash = "5be81dd24098fa56c3dceaab7228712f02f0cc9fad31b3f41c56e0f43891c22a319e8b85cb07bbbc2dc3a75c0b3697f3f2972b1e8dfc156e95100d74b785d11e"
[update]
[update.modrinth]
mod-id = "fdZkP5Bb"
version = "I9QawL7F"
version = "hA27RLKS"

13
mods/viabackwards.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "ViaBackwards"
filename = "ViaBackwards-5.7.2-SNAPSHOT.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/NpvuJQoq/versions/gpyINXdX/ViaBackwards-5.7.2-SNAPSHOT.jar"
hash-format = "sha512"
hash = "1851caa7ea76d7c45bf74dcd3347512ba88e3fc0d451f00f21e811697ee41d5f17d683a425ffb5f69e63a591b70c72153836c36eae6cb2df844dda932db2ffe7"
[update]
[update.modrinth]
mod-id = "NpvuJQoq"
version = "gpyINXdX"

13
mods/viafabric.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "ViaFabric"
filename = "ViaFabric-0.4.21+138-1.14-1.21.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/YlKdE5VK/versions/j78qte9T/ViaFabric-0.4.21%2B138-1.14-1.21.jar"
hash-format = "sha512"
hash = "164f91ce5ba2989d5ad3e09b87a07f398b0cd3a0b186f69410c616ed4da7adcdb39e2747d171ceef1dc8d7c4902817d69681ac5d1c0d60873c1d7bd71dee23db"
[update]
[update.modrinth]
mod-id = "YlKdE5VK"
version = "j78qte9T"

13
mods/viaversion.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "ViaVersion"
filename = "ViaVersion-5.7.2-SNAPSHOT.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/P1OZGk5p/versions/LuQsmhre/ViaVersion-5.7.2-SNAPSHOT.jar"
hash-format = "sha512"
hash = "45d79fd2b744afae66cdf37a23338f63d5e9539c06d6bc8671f82394b5dd65713c5a7a4bf0f2c7323423a28998c495f87de72f2cac6f9d56db2181bf7618b222"
[update]
[update.modrinth]
mod-id = "P1OZGk5p"
version = "LuQsmhre"

View File

@@ -1,13 +1,13 @@
name = "Very Many Players (Fabric)"
filename = "vmp-fabric-mc1.20.4-0.2.0+beta.7.139-all.jar"
filename = "vmp-fabric-mc1.21.11-0.2.0+beta.7.226-all.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/I8LNJvF3/vmp-fabric-mc1.20.4-0.2.0%2Bbeta.7.139-all.jar"
hash-format = "sha1"
hash = "97ea54f05ce50b10649de869c6d2efb666e01f03"
url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/cgdtMg5d/vmp-fabric-mc1.21.11-0.2.0%2Bbeta.7.226-all.jar"
hash-format = "sha512"
hash = "ab855809c2afa07d3ebb8d883ecce3c899fff0c3be493c868ce153645139cf459ced04d62296ea6fdbdddaf12789926da8a167536599be555885b7222adb049e"
[update]
[update.modrinth]
mod-id = "wnEe9KBa"
version = "I8LNJvF3"
version = "cgdtMg5d"

View File

@@ -0,0 +1,13 @@
name = "Xaero's Minimap"
filename = "xaerominimap-fabric-1.21.11-25.3.5.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/1bokaNcj/versions/ImVKd3Zp/xaerominimap-fabric-1.21.11-25.3.5.jar"
hash-format = "sha512"
hash = "b7b48b1658b42ab9cf657469727750ec26e77b4b3211060f32bb8b2fabd7b86b5f806649dfa76c034bae16cad9ee4160b7e16dfca9e3b8dbdd968e59736bc528"
[update]
[update.modrinth]
mod-id = "1bokaNcj"
version = "ImVKd3Zp"

View File

@@ -1,13 +1,13 @@
name = "Xaero's World Map"
filename = "XaerosWorldMap_1.38.8_Fabric_1.20.4.jar"
filename = "xaeroworldmap-fabric-1.21.11-1.40.6.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/NcUtCpym/versions/jEhoJmNF/XaerosWorldMap_1.38.8_Fabric_1.20.4.jar"
hash-format = "sha1"
hash = "4a60d202f07292ecfcd3b6c212d9e126be7b902c"
url = "https://cdn.modrinth.com/data/NcUtCpym/versions/Ljqxh4kI/xaeroworldmap-fabric-1.21.11-1.40.6.jar"
hash-format = "sha512"
hash = "2750d204ae9e0f94200e4300104c2af94c272290e64427b5b9452e22973c8500c42932ea5120564ee091a509224676d65a0b75a70dceb0dde88b1cfa2d0669e8"
[update]
[update.modrinth]
mod-id = "NcUtCpym"
version = "jEhoJmNF"
version = "Ljqxh4kI"

13
mods/yacl.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "YetAnotherConfigLib"
filename = "yet_another_config_lib_v3-3.8.2+1.21.11-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/pHWDw3Vc/yet_another_config_lib_v3-3.8.2%2B1.21.11-fabric.jar"
hash-format = "sha512"
hash = "392db7d471030cca27483ecf58c626a14cd73d71a18afe6d4173c6b030948b8a925b36e708d4cc2c897dfa3f20a7f23b999fc18aa6d36c156da29037601153ac"
[update]
[update.modrinth]
mod-id = "1eAoo2KR"
version = "pHWDw3Vc"

View File

@@ -1,16 +1,13 @@
name = "Nesquate Server's Server Modpack"
author = "Nesquate"
version = "1.3.0"
version = "3.0.1"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "e03f71b869cd0592a4129e4fab11f8fdc0b5bddc5b4fc82df1046998d9bd38c9"
hash = "7ae62ecaf08934669c1d37f57a9b48a4942f2e327bd84f738b215e09cf52554f"
[versions]
fabric = "^0.15.6"
minecraft = "1.20.4"
[options]
acceptable-game-versions = []
fabric = "0.18.4"
minecraft = "1.21.11"