mirror of
https://github.com/nesquate-mcserver/modpack-server.git
synced 2026-06-06 05:48:55 +00:00
Compare commits
36 Commits
stable/1.0
...
stable/2.x
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
886b98e3d2 | ||
|
|
d5143fac68 | ||
|
|
1bc731d372 | ||
|
|
1e884fa596 | ||
|
|
12616ea166 | ||
|
|
d65edc416d | ||
|
|
7f17171cba | ||
|
|
278f0e1ce7 | ||
|
|
305a013093 | ||
|
|
1f2c128daf | ||
|
|
4dd7338d7d | ||
|
|
bd28a61f2e | ||
|
|
0d141eff6e | ||
|
|
311b275f0f | ||
|
|
1c425c694c | ||
|
|
fc06331ff4 | ||
|
|
609db3719e | ||
|
|
b4f9d56dfe | ||
|
|
58ab571526 | ||
|
|
0311e2db9d | ||
|
|
54c7ad7c06 | ||
|
|
e7080da355 | ||
|
|
e395dd8fc5 | ||
|
|
32dffd77db | ||
|
|
049175a755 | ||
|
|
4c12cc0eed | ||
|
|
8198c44c37 | ||
|
|
96caa03976 | ||
|
|
bbf5d79494 | ||
|
|
5f49b2bd76 | ||
|
|
071871e0e8 | ||
|
|
92c01305ab | ||
|
|
2ce7a4a1e6 | ||
|
|
6378e1e9de | ||
|
|
e55f87e951 | ||
|
|
1298e57f23 |
43
config/Sit!.properties
Normal file
43
config/Sit!.properties
Normal 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=[]
|
||||
@@ -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": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,39 +5,39 @@
|
||||
"change_rate": 1,
|
||||
"values": [
|
||||
[
|
||||
"<rb:1:1:0>Nesuqate's Server</rb>",
|
||||
"<rb:1:1:0>Nesquate's Server</rb>",
|
||||
"<color:#555555><strikethrough> </strikethrough>[ </color><color:#FF5555>%server:online%<color:#6666676>/</color>%server:max_players%</color><color:#555555> ]<strikethrough> </strikethrough></color>"
|
||||
],
|
||||
[
|
||||
"<rb:1:1:0.1>Nesuqate's Server</rb>",
|
||||
"<rb:1:1:0.1>Nesquate's Server</rb>",
|
||||
"<color:#555555><strikethrough> </strikethrough>[ </color><color:#FF5555>%server:online%<color:#6666676>/</color>%server:max_players%</color><color:#555555> ]<strikethrough> </strikethrough></color>"
|
||||
],
|
||||
[
|
||||
"<rb:1:1:0.2>Nesuqate's Server</rb>",
|
||||
"<rb:1:1:0.2>Nesquate's Server</rb>",
|
||||
"<color:#555555><strikethrough> </strikethrough>[ </color><color:#FF5555>%server:online%<color:#6666676>/</color>%server:max_players%</color><color:#555555> ]<strikethrough> </strikethrough></color>"
|
||||
],
|
||||
[
|
||||
"<rb:1:1:0.3>Nesuqate's Server</rb>",
|
||||
"<rb:1:1:0.3>Nesquate's Server</rb>",
|
||||
"<color:#555555><strikethrough> </strikethrough>[ </color><color:#FF5555>%server:online%<color:#6666676>/</color>%server:max_players%</color><color:#555555> ]<strikethrough> </strikethrough></color>"
|
||||
],
|
||||
[
|
||||
"<rb:1:1:0.4>Nesuqate's Server</rb>",
|
||||
"<rb:1:1:0.4>Nesquate's Server</rb>",
|
||||
"<color:#555555><strikethrough> </strikethrough>[ </color><color:#FF5555>%server:online%<color:#6666676>/</color>%server:max_players%</color><color:#555555> ]<strikethrough> </strikethrough></color>"
|
||||
],
|
||||
[
|
||||
"<rb:1:1:0.5>Nesuqate's Server</rb>",
|
||||
"<rb:1:1:0.5>Nesquate's Server</rb>",
|
||||
"<color:#555555><strikethrough> </strikethrough>[ </color><color:#FF5555>%server:online%<color:#6666676>/</color>%server:max_players%</color><color:#555555> ]<strikethrough> </strikethrough></color>"
|
||||
],
|
||||
[
|
||||
"<rb:1:1:0.6>Nesuqate's Server</rb>",
|
||||
"<rb:1:1:0.6>Nesquate's Server</rb>",
|
||||
"<color:#555555><strikethrough> </strikethrough>[ </color><color:#FF5555>%server:online%<color:#6666676>/</color>%server:max_players%</color><color:#555555> ]<strikethrough> </strikethrough></color>"
|
||||
],
|
||||
[
|
||||
"<rb:1:1:0.7>Nesuqate's Server</rb>",
|
||||
"<rb:1:1:0.7>Nesquate's Server</rb>",
|
||||
"<color:#555555><strikethrough> </strikethrough>[ </color><color:#FF5555>%server:online%<color:#6666676>/</color>%server:max_players%</color><color:#555555> ]<strikethrough> </strikethrough></color>"
|
||||
],
|
||||
[
|
||||
"<rb:1:1:0.8>Nesuqate's Server</rb>",
|
||||
"<rb:1:1:0.8>Nesquate's Server</rb>",
|
||||
"<color:#555555><strikethrough> </strikethrough>[ </color><color:#FF5555>%server:online%<color:#6666676>/</color>%server:max_players%</color><color:#555555> ]<strikethrough> </strikethrough></color>"
|
||||
]
|
||||
]
|
||||
|
||||
3
config/xaerominimap-common.txt
Normal file
3
config/xaerominimap-common.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
allowCaveModeOnServer:true
|
||||
allowNetherCaveModeOnServer:true
|
||||
registerStatusEffects:false
|
||||
3
config/xaeroworldmap-common.txt
Normal file
3
config/xaeroworldmap-common.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
allowCaveModeOnServer:true
|
||||
allowNetherCaveModeOnServer:true
|
||||
registerStatusEffects:false
|
||||
146
index.toml
146
index.toml
@@ -4,9 +4,13 @@ hash-format = "sha256"
|
||||
file = "README.md"
|
||||
hash = "4fb0cb37de5a6de765958c81c93af543c6c89b69d0fbbf9eda2380c3138101d2"
|
||||
|
||||
[[files]]
|
||||
file = "config/Sit!.properties"
|
||||
hash = "89c4c11d217d273334b9dda9a71b3f19541c4782e81aa08eb9444b29e52fdd94"
|
||||
|
||||
[[files]]
|
||||
file = "config/styled-chat.json"
|
||||
hash = "fc67b511f239aaf82dee4480ccce15c29f0870f956ee668a106f2ec25093e540"
|
||||
hash = "6da20942e93e83047055e600ac822205988be6f708059f10fb4340a58acb0885"
|
||||
|
||||
[[files]]
|
||||
file = "config/styledplayerlist/config.json"
|
||||
@@ -14,128 +18,124 @@ hash = "b87de7a7b0911989d203f78a034f1ab15d26ee3ac985adc40be9cffa8c27aeff"
|
||||
|
||||
[[files]]
|
||||
file = "config/styledplayerlist/styles/default.json"
|
||||
hash = "7daf3398b2ed1aa1fed812bbad1bde2e99ad7ad34d38fecba23ca1f12d266bdd"
|
||||
hash = "5b64a5cb4b72963b04dea7ffa645761afd7b5713b915016bc78321a8fb9fe78c"
|
||||
|
||||
[[files]]
|
||||
file = "mods/LuckPerms-Fabric-PlaceholderAPI-Hook.jar"
|
||||
hash = "8725f502a6277a38be066c0c7b8a11a193381c0de8e1f5857debd67f282cbd04"
|
||||
file = "config/xaerominimap-common.txt"
|
||||
hash = "10ba22dca29b33ace769afd33c752cf1e8217d9e112b4a6ced7fef2c93e46632"
|
||||
|
||||
[[files]]
|
||||
file = "mods/TIN3O-1.0.0.jar"
|
||||
hash = "746cee7f61f204c169fc8255feec025a347f4653bef562963ea392281e002ff7"
|
||||
|
||||
[[files]]
|
||||
file = "mods/async-locator.pw.toml"
|
||||
hash = "b0c84806bc32028e006144a81865ff5180614bb8146ffc265a905bb2c6c3e1bb"
|
||||
metafile = true
|
||||
file = "config/xaeroworldmap-common.txt"
|
||||
hash = "10ba22dca29b33ace769afd33c752cf1e8217d9e112b4a6ced7fef2c93e46632"
|
||||
|
||||
[[files]]
|
||||
file = "mods/audioplayer.pw.toml"
|
||||
hash = "3690fe53a1adf07216a2292de05561752fd9e3f598615fa4edce10ae797694de"
|
||||
hash = "37b8079b34f96b843a927d6753a209522f2f2c08937485960df91712749e755a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/c2me-fabric.pw.toml"
|
||||
hash = "78bf078da5e46c2513889f86aa24e522d0651055b5a93a17341b96fdcba70b5e"
|
||||
hash = "ff95494288c59e70290eb86205a11e9453d91181a838cca5823b835e2e44bf20"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/carpet-extra.pw.toml"
|
||||
hash = "5aa266498f131bf7b9d764d608b6416f36555c228110c0d5126bcd7c8bec9f9c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/carpet-fixes.pw.toml"
|
||||
hash = "d7c6555b666ff113894f6dd6dba7e6cc95c041542d06a39fd6f67421341711b9"
|
||||
hash = "3346dff03bf04d048dc007986f94639a941e18d95cc78349bfe180d455d88173"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/carpet-tis-addition.pw.toml"
|
||||
hash = "0f67402e8edd973bcc4e5f514ddfc8d7a42acc7a38d72cec2da291f1035fcc38"
|
||||
hash = "295991ddfa72d2fd5dd3086e07f121c91e85f93c49f7bd0388da6064c4f7eed8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/carpet.pw.toml"
|
||||
hash = "095a93b4f0b4e2b8fadf8359bc145cbdd83be3c5bf23432e9a5f4e54d60de5b4"
|
||||
hash = "4b7d1bdb1c0e8e349be41cad57e61abdfaf47eccb4c30e4c4bf32960f2260835"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-api.pw.toml"
|
||||
hash = "901f5e42d26508230a41b6f91e1da18910b201aa3730057853d135820f24ec8c"
|
||||
hash = "e3854a5bf8296a33ef7e2dcae13689b0923976a3b949564aebc27143e71d47fc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-language-kotlin.pw.toml"
|
||||
hash = "ff4a66502e802341a84fbb8eceed65156b14436769b1f7e27a68b22fb59c1dae"
|
||||
hash = "508af0c05e63443f8179d0b5a34731735fc215872318b23e26df4487d260a36b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-permissions-api.jar"
|
||||
hash = "a8e808dffaa62afaa2780cf712865bab0941572568ffad573f1bec94c459b9b9"
|
||||
file = "mods/fabric-permissions-api.pw.toml"
|
||||
hash = "5a3120cff8cdb296fe3c03e77624fd4505011751133ec573dd3c426c6e1e1229"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabricproxy-lite.pw.toml"
|
||||
hash = "2e505480c06836448dfe277bdf93d184ca1aca821291574ddd3fccfe9f0ca387"
|
||||
hash = "21a9b349fd73558a8c7a49748cb4e9d0a561905bbef7b0e5d9b6466a93c62345"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ferrite-core.pw.toml"
|
||||
hash = "03e174cf691b52da20bd973b955fae6f3720d3d2120f9d6cc1de5fdf3180013c"
|
||||
hash = "078c828454d8a361baae372b5ee3dc33e5f3573fa19bdac8589b38da9dbc5c03"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/gotta-go-fast-fabric.pw.toml"
|
||||
hash = "6beecae4007fc03a0fc56f4c9338492852351422ecb50aa41e9c04b6c5e259d1"
|
||||
file = "mods/journeymap.pw.toml"
|
||||
hash = "5c6bc077313918aab0afce40960f2653678e62dfaf52feee625f9f20ab859dfb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/krypton.pw.toml"
|
||||
hash = "71ef7cc16632c0039fe194183b5885968c6d740aaa67a58000653ae0cb40b882"
|
||||
hash = "4ee72fa3b6d91ccec6ec3420396db368dc5097350ee2bb909af3a65f0446c9d5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ledger.pw.toml"
|
||||
hash = "84defc8f8116d5c0e4210934ed1f555641a1db71b767fa4beddee21c47118868"
|
||||
hash = "be01c706542e5e1a1dd4f960f2405dbed2aa4d3a15168d2e8c49e2ba9e070030"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lithium.pw.toml"
|
||||
hash = "c239c951796882b9c93e649a0dba4f2d95804441faaed707b686381b7a5c67da"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/log-begone.pw.toml"
|
||||
hash = "86ce30ccc9a035c6249d8140abf8d0fae7f828472913409b3febf46394bbc34d"
|
||||
hash = "b3b33c53f8356928f86223f26eaebd7a266d610f8628e5077cda196192b0b7e4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/luckperms.pw.toml"
|
||||
hash = "879f42a9c6ede67873e773764319cc52105db1c5bfdd540878c9a28eaa0c5561"
|
||||
hash = "daa76587023f09d159c8f2999812ae8dbb5214319c688775fa019a03e803d02d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mcdiscordchat.pw.toml"
|
||||
hash = "fd5c552628fcda7f9c6504c5e7f6712bd87d9649e18da8a13028d7d4fa81ff56"
|
||||
hash = "e27e9285e1bbe78e8daefa9d9395194520ae90f5508b385489ff87ab9915a87b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/memoryleakfix.pw.toml"
|
||||
hash = "97ffbc7d0e4087777c5e3732780f01958f99d44c4f09fd534bbb8f239d4980a1"
|
||||
file = "mods/mcdr-command-fabric.pw.toml"
|
||||
hash = "570de7791cec7082f19a1af8eb1cee2921a9f4186fd1d020f87544b94a3a495e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modernfix.pw.toml"
|
||||
hash = "8db4414ae685883aaa38fba9d9412962338585c231b20b1770b20a119a0d5ba6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modmenu.pw.toml"
|
||||
hash = "3067a86d4af60835bbb73ea85cb16b02db1a273947c552a59281dbe8b0a20cc5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-chat-reports.pw.toml"
|
||||
hash = "7ca62a9da5c2ec9f0a8bed5394021c959e90077db16b313be44f4c8736f7fbf5"
|
||||
hash = "100a5dfaccb55b107edc57e11fafc1222dc443ce9b669f0d79a39b488e3e45ae"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/owo-lib.pw.toml"
|
||||
hash = "83b476730dba8c3cdc9ee6ed4e0623f97bc116848aebfe3149eece321083b251"
|
||||
hash = "dc3aff994dec568716795ca2389336affaada5495e574c8193beee1555a77110"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/raknetify.pw.toml"
|
||||
hash = "e01e749bc9136bf07c90a76c3eaff99c3be2469f37045b8920eb1632eb057720"
|
||||
hash = "776a8c141073e136f9b13daef58089b6e3b19bc86940b52d65bc57a637bacdd5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@@ -145,45 +145,75 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/simple-voice-chat.pw.toml"
|
||||
hash = "5917df3c585bc3cc3de70143a41efa3507e33a95007eab91f992736a4e5ffe0b"
|
||||
hash = "1deef8562105a5fecc5c81dad71230892ad28807c7d753b31f7fc8fcdccd6459"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sit!.pw.toml"
|
||||
hash = "7d6198041ec4bfbf9e53922f1a9e0eadc56a62c65d125f032028afa47f9bb40b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/spark.pw.toml"
|
||||
hash = "7ca0983d3b7852c06f84c66b9f12da8115ff9b8ba63293cd20452377a0de726e"
|
||||
hash = "24ca44f204ce1904fa79e0fab79c101831716b3197a726f71abf6e5d3e621f80"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/starlight.pw.toml"
|
||||
hash = "218f67d6bcaae849582618cd3e5eb1d4cac0fd6045115f64340620300e160c11"
|
||||
file = "mods/stackable-shulkers-fix.pw.toml"
|
||||
hash = "959d9cafd19c2d9efea422ca072fc9b95ee1c7d05da6c7d1a37ad3709199e6db"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/styled-chat.pw.toml"
|
||||
hash = "4f101cf87d3e2228c8c62e3b91ecdb1825809841041e709f9d1480d4e25fad3a"
|
||||
hash = "7d87d7de16a25973902fa27e494bf6d9dd5dadb22f7d35021f8d80a1e0621dfb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/styled-nicknames.pw.toml"
|
||||
hash = "e6f4e06c4d4442c08a9f64772a3e078209d57a5d81f6c8ee0fde0da006789a3a"
|
||||
hash = "da4d9d0e5257127a4b12ac746a1762db374ba19712abf891da0d76fa06288eff"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/styledplayerlist.pw.toml"
|
||||
hash = "8a6442ca759237fb4346e02653feba023529db29127c6b20740801199395241d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/syncmatica.pw.toml"
|
||||
hash = "dfaa5e251f139791e93bf7cc7db9d69798a6636e8f2affd3d98cc9b79a4d0458"
|
||||
hash = "615cc195f32f56bf0b038a782bcd157fa01be5dd11b16627de11c3c7932577d7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/vanilla-permissions.pw.toml"
|
||||
hash = "074cf2d26afeb275889bc2df21e3d4300cc1cd4b409c42ff35fc134ba19a78ab"
|
||||
hash = "96e744a4550086bb254db1ff5943268c7c74a62f5a9e44d4422d35d4a2eb9636"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/viabackwards.pw.toml"
|
||||
hash = "10b9f4ffa43bc0c2b82d64b17bc254b9ee4093ba41e4a835600bad0249da3d42"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/viafabric.pw.toml"
|
||||
hash = "3d09917992bb22019000f58ecdec751afcbaca5b57e85d2db8d7c573e18c2084"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/viaversion.pw.toml"
|
||||
hash = "21bb1f2a923815b9b158c04647c28d53f20de6b77ee7245b8a0da8c554fd5831"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/vmp-fabric.pw.toml"
|
||||
hash = "dc3970e3d66599050e917319f42a8a002f2ec0ed744d3140acc5a6f3d032199f"
|
||||
hash = "6448dd2b187041bb7b1da3998c10b43c103e47a125b06230d302d9909be3701c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-minimap.pw.toml"
|
||||
hash = "a2474189bbb1d07f1041a6f21ec067c927524aebf99527aa5a58f500e282a2db"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-world-map.pw.toml"
|
||||
hash = "929c4501387607807a202bef7a97d27b08d3f6595b7cebc0a0c8960624bd6fa3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yacl.pw.toml"
|
||||
hash = "7f7768f2047011ed61c9bbec29bbcd2d06c5eb8ab731d442b9ecc2c01bbc8c6b"
|
||||
metafile = true
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,13 +0,0 @@
|
||||
name = "Async Locator"
|
||||
filename = "async-locator-fabric-1.20-1.3.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/rkN8aqci/versions/xXhZI4u3/async-locator-fabric-1.20-1.3.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9bd8650056dd2dbbc64c4842f4dc9b9391ee8bf9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "rkN8aqci"
|
||||
version = "xXhZI4u3"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "AudioPlayer"
|
||||
filename = "audioplayer-1.20.1-1.6.2.jar"
|
||||
filename = "audioplayer-fabric-1.21.1-1.11.0.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/SRlzjEBS/versions/MJIzsPLC/audioplayer-1.20.1-1.6.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/SRlzjEBS/versions/sj20Kdbr/audioplayer-fabric-1.21.1-1.11.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "576fa2e089dcc76d97987c981adf3be1e2ad1613"
|
||||
hash = "27afc17d1fff81941fe26a8e0717a6272f3e35c0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "SRlzjEBS"
|
||||
version = "MJIzsPLC"
|
||||
version = "sj20Kdbr"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Concurrent Chunk Management Engine (Fabric)"
|
||||
filename = "c2me-fabric-mc1.20.1-0.2.0+alpha.10.94.jar"
|
||||
filename = "c2me-fabric-mc1.21.1-0.3.0+alpha.0.204.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/fIRoJeNG/c2me-fabric-mc1.20.1-0.2.0%2Balpha.10.94.jar"
|
||||
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/zrRZhnUj/c2me-fabric-mc1.21.1-0.3.0%2Balpha.0.204.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "52fb831bea052cc686aefca28651b2432880b63a"
|
||||
hash = "aae0299ff2372f036857ccdee0ff0fba3d956bb3"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "VSNURh3q"
|
||||
version = "fIRoJeNG"
|
||||
version = "zrRZhnUj"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Carpet Extra"
|
||||
filename = "carpet-extra-1.20-1.4.115.jar"
|
||||
filename = "carpet-extra-1.21-1.4.148.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/VX3TgwQh/versions/gPJoJ3mr/carpet-extra-1.20-1.4.115.jar"
|
||||
url = "https://cdn.modrinth.com/data/VX3TgwQh/versions/8gEVsK18/carpet-extra-1.21-1.4.148.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "09f1aeb870393d9ee07d895b5a60c7594a0bddd5"
|
||||
hash = "a9ecb08e995296f5919d4b032d95b269d2df6095"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "VX3TgwQh"
|
||||
version = "gPJoJ3mr"
|
||||
version = "8gEVsK18"
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
name = "Carpet-Fixes"
|
||||
filename = "carpet-fixes-1.20-1.16.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/7Jaxgqip/versions/NBCnBGZj/carpet-fixes-1.20-1.16.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "0e4f0f766ffbb059f8992e63987975f111e45780"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "7Jaxgqip"
|
||||
version = "NBCnBGZj"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Carpet TIS Addition"
|
||||
filename = "carpet-tis-addition-mc1.20.1-v1.49.0.jar"
|
||||
filename = "carpet-tis-addition-v1.63.1-mc1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/jE0SjGuf/versions/6zklbAcD/carpet-tis-addition-mc1.20.1-v1.49.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/jE0SjGuf/versions/6UgvDmub/carpet-tis-addition-v1.63.1-mc1.21.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "08514ace00018a10c2d1c8304de2d292da87a1ff"
|
||||
hash = "362119763353a078b50d4a5a293d27acd22e6b48"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "jE0SjGuf"
|
||||
version = "6zklbAcD"
|
||||
version = "6UgvDmub"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Carpet"
|
||||
filename = "fabric-carpet-1.20-1.4.112+v230608.jar"
|
||||
side = "both"
|
||||
filename = "fabric-carpet-1.21-1.4.147+v240613.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/TQTTVgYE/versions/K0Wj117C/fabric-carpet-1.20-1.4.112%2Bv230608.jar"
|
||||
url = "https://cdn.modrinth.com/data/TQTTVgYE/versions/f2mvlGrg/fabric-carpet-1.21-1.4.147%2Bv240613.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "29faa4d1c22509b67a6d66b2a8c9d3b5aa483b65"
|
||||
hash = "54f2907d83e67283d165336f26e5219d4bd36037"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "TQTTVgYE"
|
||||
version = "K0Wj117C"
|
||||
version = "f2mvlGrg"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Fabric API"
|
||||
filename = "fabric-api-0.86.0+1.20.1.jar"
|
||||
filename = "fabric-api-0.103.0+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/P7fEfdSc/fabric-api-0.86.0%2B1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/gQS3JbZO/fabric-api-0.103.0%2B1.21.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "830463f54d0ed45f8de5d5dd796846aaa287da12"
|
||||
hash = "a7cce732abba7fafbec33f9dc6c99d3dda6fff9a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "P7dR8mSH"
|
||||
version = "P7fEfdSc"
|
||||
version = "gQS3JbZO"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Fabric Language Kotlin"
|
||||
filename = "fabric-language-kotlin-1.10.8+kotlin.1.9.0.jar"
|
||||
filename = "fabric-language-kotlin-1.12.1+kotlin.2.0.20.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/s10JMAtS/fabric-language-kotlin-1.10.8%2Bkotlin.1.9.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/FayzGq0c/fabric-language-kotlin-1.12.1%2Bkotlin.2.0.20.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "06a973a9e97b6dc673dfc1c519f2118dcb068690"
|
||||
hash = "5a5c0288ed6ab8c260b987c84d8cdbfe6bc928a7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Ha28R6CL"
|
||||
version = "s10JMAtS"
|
||||
version = "FayzGq0c"
|
||||
|
||||
Binary file not shown.
7
mods/fabric-permissions-api.pw.toml
Normal file
7
mods/fabric-permissions-api.pw.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
name = "fabric-permissions-api"
|
||||
filename = "fabric-permissions-api-0.3.1.jar"
|
||||
|
||||
[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"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "FabricProxy-Lite"
|
||||
filename = "FabricProxy-Lite-2.6.0.jar"
|
||||
filename = "FabricProxy-Lite-2.9.0.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/8dI2tmqs/versions/XJmDAnj5/FabricProxy-Lite-2.6.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/8dI2tmqs/versions/AQhF7kvw/FabricProxy-Lite-2.9.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4953b0c78fb6556b537f5bad93099c212b5e9f18"
|
||||
hash = "08542e32123a23f017aaf8ea718de5520e9914f9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "8dI2tmqs"
|
||||
version = "XJmDAnj5"
|
||||
version = "AQhF7kvw"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "FerriteCore"
|
||||
filename = "ferritecore-6.0.0-fabric.jar"
|
||||
filename = "ferritecore-7.0.0-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/FCnCG6PS/ferritecore-6.0.0-fabric.jar"
|
||||
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/wmIZ4wP4/ferritecore-7.0.0-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5a57ea73c3c7c0cc300d69611a9cad93baf8e9ab"
|
||||
hash = "95b18b0f1673bbbe328812c3052cc1a921591f0f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uXXizFIs"
|
||||
version = "FCnCG6PS"
|
||||
version = "wmIZ4wP4"
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
name = "Gotta Go Fast [Fabric]"
|
||||
filename = "gottagofast-1.1.0.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Ioquzjs2/versions/WSGxYVKu/gottagofast-1.1.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "3dc9b88dc848be4eb7e4fb0e3431597c31bd27c3"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Ioquzjs2"
|
||||
version = "WSGxYVKu"
|
||||
13
mods/journeymap.pw.toml
Normal file
13
mods/journeymap.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "JourneyMap"
|
||||
filename = "journeymap-fabric-1.21-6.0.0-beta.24.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/lfHFW1mp/versions/RNTCl4M9/journeymap-fabric-1.21-6.0.0-beta.24.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "7aa6209db0fd9f1c4fee058e0ae20a37c93aaba4"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "lfHFW1mp"
|
||||
version = "RNTCl4M9"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Krypton"
|
||||
filename = "krypton-0.2.3.jar"
|
||||
filename = "krypton-0.2.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/jiDwS0W1/krypton-0.2.3.jar"
|
||||
url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/Acz3ttTp/krypton-0.2.8.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4d499819effd8afe811e5d93952fcc46765a00df"
|
||||
hash = "73e792eb5f120787becda4b87b6ff18b26caea50"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fQEb0iXm"
|
||||
version = "jiDwS0W1"
|
||||
version = "Acz3ttTp"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Ledger"
|
||||
filename = "ledger-1.2.8.jar"
|
||||
filename = "ledger-1.3.4.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/LVN9ygNV/versions/pOxgWfwI/ledger-1.2.8.jar"
|
||||
url = "https://cdn.modrinth.com/data/LVN9ygNV/versions/mb29Srom/ledger-1.3.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6f07421ba3fbe99086f1471c7cc8d8c7fed5dd45"
|
||||
hash = "68eb5d3e992b6634efe62a0980295f9ecea210c1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "LVN9ygNV"
|
||||
version = "pOxgWfwI"
|
||||
version = "mb29Srom"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Lithium"
|
||||
filename = "lithium-fabric-mc1.20.1-0.11.2.jar"
|
||||
filename = "lithium-fabric-mc1.21.1-0.13.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/ZSNsJrPI/lithium-fabric-mc1.20.1-0.11.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/5szYtenV/lithium-fabric-mc1.21.1-0.13.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8f4642147e60827f728badac7a819d1a9f3b25d5"
|
||||
hash = "25ab173627db3ed587380ddf635844d7a97ec6c4"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gvQqBUqZ"
|
||||
version = "ZSNsJrPI"
|
||||
version = "5szYtenV"
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
name = "Log Begone"
|
||||
filename = "Log-Begone-Fabric-1.20.1-1.0.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9ON3zv6e/versions/IknbjT7v/Log-Begone-Fabric-1.20.1-1.0.8.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f1c697ffcf7ec79e458b3af3d32392d75bf2caff"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9ON3zv6e"
|
||||
version = "IknbjT7v"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "LuckPerms"
|
||||
filename = "LuckPerms-Fabric-5.4.88.jar"
|
||||
filename = "LuckPerms-Fabric-5.4.140.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Vebnzrzj/versions/7VG8Evoq/LuckPerms-Fabric-5.4.88.jar"
|
||||
url = "https://cdn.modrinth.com/data/Vebnzrzj/versions/l47d4ZWk/LuckPerms-Fabric-5.4.140.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8c9364ad400b9562d1a547ab5cd7f57920adede6"
|
||||
hash = "5368c9a12f181eeeae124b70395691780e5cb657"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Vebnzrzj"
|
||||
version = "7VG8Evoq"
|
||||
version = "l47d4ZWk"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "MCDiscordChat"
|
||||
filename = "MCDiscordChat-2.2.0.jar"
|
||||
filename = "Discord-MC-Chat-2.3.4.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/D0sHdnXY/versions/s3vYTmUO/MCDiscordChat-2.2.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/D0sHdnXY/versions/MSrTED1f/Discord-MC-Chat-2.3.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4a9604ce71e111ecbe8fde069b9118dd899ae66d"
|
||||
hash = "b62a6d59e674af32ddb02cd92db938c032f02c92"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "D0sHdnXY"
|
||||
version = "s3vYTmUO"
|
||||
version = "MSrTED1f"
|
||||
|
||||
13
mods/mcdr-command-fabric.pw.toml
Normal file
13
mods/mcdr-command-fabric.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "MCDR Command Fabric"
|
||||
filename = "MCDRcommandFabric-1.21-v1.2.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/kV8qN2Aj/versions/BE6S2UGR/MCDRcommandFabric-1.21-v1.2.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "379b033aa45b7c21f1255c82cb0f4a757c44ef8e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "kV8qN2Aj"
|
||||
version = "BE6S2UGR"
|
||||
@@ -1,13 +0,0 @@
|
||||
name = "Memory Leak Fix"
|
||||
filename = "memoryleakfix-fabric-1.17+-1.1.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NRjRiSSD/versions/kLyFtyv2/memoryleakfix-fabric-1.17%2B-1.1.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2bc5237993e08fd491d410bb646838cda4999bed"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NRjRiSSD"
|
||||
version = "kLyFtyv2"
|
||||
13
mods/modernfix.pw.toml
Normal file
13
mods/modernfix.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "ModernFix"
|
||||
filename = "modernfix-fabric-5.19.3+mc1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nmDcB62a/versions/T1ftCUJv/modernfix-fabric-5.19.3%2Bmc1.21.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "e2d8ee6f75d2b027ae73eafbf9f38c1eb4a35a93"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nmDcB62a"
|
||||
version = "T1ftCUJv"
|
||||
13
mods/modmenu.pw.toml
Normal file
13
mods/modmenu.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Mod Menu"
|
||||
filename = "modmenu-11.0.2.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/3ib3Uvvv/modmenu-11.0.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "0a7c7ac1dd5360ef735ca1e782540ec45c4fc3c8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "mOgUt4GM"
|
||||
version = "3ib3Uvvv"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "No Chat Reports"
|
||||
filename = "NoChatReports-FABRIC-1.20.1-v2.2.2.jar"
|
||||
filename = "NoChatReports-FABRIC-1.21-v2.8.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/HeZZR2kF/NoChatReports-FABRIC-1.20.1-v2.2.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/riMhCAII/NoChatReports-FABRIC-1.21-v2.8.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b99f23fb76aad5a944400717e6d71aa011c4d7f7"
|
||||
hash = "f1822b058132f7f221a3ac4470d54d820369c04e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qQyHxfxd"
|
||||
version = "HeZZR2kF"
|
||||
version = "riMhCAII"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "oωo (owo-lib)"
|
||||
filename = "owo-lib-0.11.1+1.20.jar"
|
||||
filename = "owo-lib-0.12.12+1.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ccKDOlHs/versions/m23n3uIM/owo-lib-0.11.1%2B1.20.jar"
|
||||
url = "https://cdn.modrinth.com/data/ccKDOlHs/versions/7F2C3HCI/owo-lib-0.12.12%2B1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "7b1250bec079bd2a116fcdd453f42f5929b8cfe4"
|
||||
hash = "17861fdda30174d5e4d714b028bc71f5df78dca7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ccKDOlHs"
|
||||
version = "m23n3uIM"
|
||||
version = "7F2C3HCI"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Raknetify"
|
||||
filename = "raknetify-fabric-0.1.0+alpha.5.88-all.jar"
|
||||
filename = "raknetify-fabric-0.1.0+alpha.5.128-all.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/5IovSY3u/versions/XBmdyuit/raknetify-fabric-0.1.0%2Balpha.5.88-all.jar"
|
||||
url = "https://cdn.modrinth.com/data/5IovSY3u/versions/gchRoKmg/raknetify-fabric-0.1.0%2Balpha.5.128-all.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "df00e1f5c8d927740007849a635e92265a052cd2"
|
||||
hash = "9f3e9018352ee331e61ebb010e91b6c3b41a0972"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "5IovSY3u"
|
||||
version = "XBmdyuit"
|
||||
version = "gchRoKmg"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Simple Voice Chat"
|
||||
filename = "voicechat-fabric-1.20.1-2.4.15.jar"
|
||||
filename = "voicechat-fabric-1.21.1-2.5.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/mZfta0kq/voicechat-fabric-1.20.1-2.4.15.jar"
|
||||
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/anabvqRL/voicechat-fabric-1.21.1-2.5.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "7b1b5ac10a854821fc6629f1c5c7e804edb63898"
|
||||
hash = "6b0dd8c1fadad63327576064729380bde65cf4fb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9eGKb6K1"
|
||||
version = "mZfta0kq"
|
||||
version = "anabvqRL"
|
||||
|
||||
13
mods/sit!.pw.toml
Normal file
13
mods/sit!.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Sit!"
|
||||
filename = "sit!-1.2.0.4+1.21-1.21.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/EsYqsGV4/versions/tqW1m05X/sit%21-1.2.0.4%2B1.21-1.21.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4aa90f69da9d1bf8a16fcfb6aea61e4d63478862"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "EsYqsGV4"
|
||||
version = "tqW1m05X"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "spark"
|
||||
filename = "spark-1.10.42-fabric.jar"
|
||||
filename = "spark-1.10.97-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/BeIg1bik/spark-1.10.42-fabric.jar"
|
||||
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/qTSaozEL/spark-1.10.97-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "0f0e066808446999f4d63c9db5abf9e3d778a446"
|
||||
hash = "1c8384ff5a49ae40f725764954e5838a4a550d06"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "l6YH9Als"
|
||||
version = "BeIg1bik"
|
||||
version = "qTSaozEL"
|
||||
|
||||
13
mods/stackable-shulkers-fix.pw.toml
Normal file
13
mods/stackable-shulkers-fix.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Stackable Shulkers Fix"
|
||||
filename = "shulkerfix-1.4.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qr7VQIiR/versions/nqnDpikS/shulkerfix-1.4.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "df0753b1366cc9b91e6247d7e219523e6833cd11"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qr7VQIiR"
|
||||
version = "nqnDpikS"
|
||||
@@ -1,13 +0,0 @@
|
||||
name = "Starlight (Fabric)"
|
||||
filename = "starlight-1.1.2+fabric.dbc156f.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/H8CaAYZC/versions/XGIsoVGT/starlight-1.1.2%2Bfabric.dbc156f.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a03102cab439cbab5a1d7d72cd7c2b4976ddd421"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "H8CaAYZC"
|
||||
version = "XGIsoVGT"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Styled Chat"
|
||||
filename = "styled-chat-2.2.2+1.20.1.jar"
|
||||
filename = "styled-chat-2.6.0+1.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/doqSKB0e/versions/axLlTgG5/styled-chat-2.2.2%2B1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/doqSKB0e/versions/EoTTJkqS/styled-chat-2.6.0%2B1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f92d0932b40cdf93ca281eb1eca136846ffca4e5"
|
||||
hash = "52fef2d722ba8aa3e9556ce9b287fdfc34387405"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "doqSKB0e"
|
||||
version = "axLlTgG5"
|
||||
version = "EoTTJkqS"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Styled Nicknames"
|
||||
filename = "styled-nicknames-1.2.1+1.20.jar"
|
||||
filename = "styled-nicknames-1.6.0+1.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/DOk6Gcdi/versions/9k8RQJkW/styled-nicknames-1.2.1%2B1.20.jar"
|
||||
url = "https://cdn.modrinth.com/data/DOk6Gcdi/versions/U9pXTyh2/styled-nicknames-1.6.0%2B1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "737962952717aedd849797b3351ceaae925099f2"
|
||||
hash = "8dce0a79959b1cdee245d0ab4bb16363f7d32a8c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "DOk6Gcdi"
|
||||
version = "9k8RQJkW"
|
||||
version = "U9pXTyh2"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Styled Player List"
|
||||
filename = "styledplayerlist-3.1.1+1.20.1.jar"
|
||||
filename = "styledplayerlist-3.5.1+1.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/DQIfKUHf/versions/4FqvobxB/styledplayerlist-3.1.1%2B1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/DQIfKUHf/versions/Ui7MOgqG/styledplayerlist-3.5.1%2B1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8c6db42ea55444208010920547fa8cc2cb2f29d2"
|
||||
hash = "f33770ba71d3e24b46591cefee106cf0e18d9eb7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "DQIfKUHf"
|
||||
version = "4FqvobxB"
|
||||
version = "Ui7MOgqG"
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
name = "Syncmatica"
|
||||
filename = "syncmatica-1.20.1-0.3.9.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/bfneejKo/versions/rlNTRr2e/syncmatica-1.20.1-0.3.9.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f1f6c2e83034d04cdd7e5e9e3ea55e2eaa80f14c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "bfneejKo"
|
||||
version = "rlNTRr2e"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Vanilla Permissions"
|
||||
filename = "vanilla-permissions-0.2.0+1.20.jar"
|
||||
filename = "vanilla-permissions-0.2.4+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fdZkP5Bb/versions/naGPAAhs/vanilla-permissions-0.2.0%2B1.20.jar"
|
||||
url = "https://cdn.modrinth.com/data/fdZkP5Bb/versions/pDaHPTD2/vanilla-permissions-0.2.4%2B1.21.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "18dbf07c3dc652b76a63c37519c706da9d5d8376"
|
||||
hash = "f8241cba0e099c2e09d80e73c0c201e86c75e6b0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fdZkP5Bb"
|
||||
version = "naGPAAhs"
|
||||
version = "pDaHPTD2"
|
||||
|
||||
13
mods/viabackwards.pw.toml
Normal file
13
mods/viabackwards.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "ViaBackwards"
|
||||
filename = "ViaBackwards-5.0.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NpvuJQoq/versions/Kn9W09hI/ViaBackwards-5.0.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "fbaadd9f55f0facd72817c5f800028d1e685606f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NpvuJQoq"
|
||||
version = "Kn9W09hI"
|
||||
13
mods/viafabric.pw.toml
Normal file
13
mods/viafabric.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "ViaFabric"
|
||||
filename = "ViaFabric-0.4.15+81-main.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/YlKdE5VK/versions/F2zahyhQ/ViaFabric-0.4.15%2B81-main.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ec08221c3ceb26754a76efad42ecc4e98580df51"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "YlKdE5VK"
|
||||
version = "F2zahyhQ"
|
||||
13
mods/viaversion.pw.toml
Normal file
13
mods/viaversion.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "ViaVersion"
|
||||
filename = "ViaVersion-5.0.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/P1OZGk5p/versions/R6MNWQmm/ViaVersion-5.0.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "256096d4ab4355ba78a869d65afd481b5d3b79fd"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "P1OZGk5p"
|
||||
version = "R6MNWQmm"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Very Many Players (Fabric)"
|
||||
filename = "vmp-fabric-mc1.20.1-0.2.0+beta.7.98-all.jar"
|
||||
filename = "vmp-fabric-mc1.21.1-0.2.0+beta.7.167-all.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/INwYKQHA/vmp-fabric-mc1.20.1-0.2.0%2Bbeta.7.98-all.jar"
|
||||
url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/Zf4JROY5/vmp-fabric-mc1.21.1-0.2.0%2Bbeta.7.167-all.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "224613ac6b62ceaac417e960bb7f7e17bcd6b1b3"
|
||||
hash = "5e4f9f4092ce25adfa9072a0fc1afbb6de4ea0fb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "wnEe9KBa"
|
||||
version = "INwYKQHA"
|
||||
version = "Zf4JROY5"
|
||||
|
||||
13
mods/xaeros-minimap.pw.toml
Normal file
13
mods/xaeros-minimap.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Xaero's Minimap"
|
||||
filename = "Xaeros_Minimap_24.4.0_Fabric_1.21.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1bokaNcj/versions/3rShEpTe/Xaeros_Minimap_24.4.0_Fabric_1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c34010d020990fee15eeda7c0c50f12bcaa0fa1a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1bokaNcj"
|
||||
version = "3rShEpTe"
|
||||
13
mods/xaeros-world-map.pw.toml
Normal file
13
mods/xaeros-world-map.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Xaero's World Map"
|
||||
filename = "XaerosWorldMap_1.39.0_Fabric_1.21.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NcUtCpym/versions/373K4YJh/XaerosWorldMap_1.39.0_Fabric_1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d106e7d0d667691b75f309edcfa1d773c166c6e4"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NcUtCpym"
|
||||
version = "373K4YJh"
|
||||
13
mods/yacl.pw.toml
Normal file
13
mods/yacl.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "YetAnotherConfigLib"
|
||||
filename = "YetAnotherConfigLib-3.5.0+1.21-fabric.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/Y8Wa10Re/YetAnotherConfigLib-3.5.0%2B1.21-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c58dab87a7b62d0b3812c97fa69381ae041a1439"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1eAoo2KR"
|
||||
version = "Y8Wa10Re"
|
||||
13
pack.toml
13
pack.toml
@@ -1,13 +1,16 @@
|
||||
name = "Server modpack for Nesquate's Minecraft Server"
|
||||
name = "Nesquate Server's Server Modpack"
|
||||
author = "Nesquate"
|
||||
version = "1.0.0"
|
||||
version = "2.1.0"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "bf5b937cb2598ea53c687fa33b7c0213c8c6b224b94dfa60d66c14f311493a3f"
|
||||
hash = "ad37c83b1013d96c92b7ee3c2b91d03da652804fe5c98af62b193a192c8fc1d2"
|
||||
|
||||
[versions]
|
||||
fabric = "0.14.21"
|
||||
minecraft = "1.20.1"
|
||||
fabric = "0.16.5"
|
||||
minecraft = "1.21.1"
|
||||
|
||||
[options]
|
||||
acceptable-game-versions = ["1.21"]
|
||||
|
||||
Reference in New Issue
Block a user