mirror of
https://github.com/nesquate-mcserver/modpack-server.git
synced 2026-06-06 05:48:55 +00:00
Compare commits
17 Commits
main
...
stable/1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bbf5d79494 | ||
|
|
5f49b2bd76 | ||
|
|
071871e0e8 | ||
|
|
92c01305ab | ||
|
|
2ce7a4a1e6 | ||
|
|
6378e1e9de | ||
|
|
e55f87e951 | ||
|
|
1298e57f23 | ||
|
|
2140aabb19 | ||
|
|
410b844b5b | ||
|
|
400789fdd4 | ||
|
|
9190ceb1ef | ||
|
|
420ff52265 | ||
|
|
fd4a332199 | ||
|
|
14699e10d5 | ||
|
|
5c9315252d | ||
|
|
1f99041d90 |
81
config/styled-chat.json
Normal file
81
config/styled-chat.json
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"CONFIG_VERSION_DONT_TOUCH_THIS": 3,
|
||||
"_comment": "Before changing anything, see https://github.com/Patbox/StyledChat#configuration",
|
||||
"text_formatting": {
|
||||
"legacy_formatting": true,
|
||||
"parse_links": true,
|
||||
"parse_mentions": true,
|
||||
"markdown": true,
|
||||
"formatting_from_other_mods": true
|
||||
},
|
||||
"auto_completion": {
|
||||
"tags": false,
|
||||
"tag_aliases": false,
|
||||
"emoticons": false
|
||||
},
|
||||
"default": {
|
||||
"display_name": "%luckperms:prefix%${default}",
|
||||
"message_formats": {
|
||||
"chat": "<${player}> ${message}",
|
||||
"joined_the_game": "<yellow><lang:multiplayer.player.joined:'${player}'></yellow>",
|
||||
"joined_after_name_change": "<yellow><lang:multiplayer.player.joined.renamed:'${player}':'${old_name}'></yellow>",
|
||||
"joined_for_first_time": "<yellow><lang:multiplayer.player.joined:'${player}'></yellow>",
|
||||
"left_game": "<yellow><lang:multiplayer.player.left:'${player}'></yellow>",
|
||||
"base_death": "${default_message}",
|
||||
"advancement_task": "<lang:chat.type.advancement.task:'${player}':'${advancement}'>",
|
||||
"advancement_challenge": "<lang:chat.type.advancement.challenge:'${player}':'${advancement}'>",
|
||||
"advancement_goal": "<lang:chat.type.advancement.goal:'${player}':'${advancement}'>",
|
||||
"sent_team_chat": "<lang:'chat.type.team.sent':'<hover\\:\\'<lang\\:chat.type.team.hover>\\'><suggest_command\\:\\'/teammsg \\'>${team}':'${displayName}':'${message}'>",
|
||||
"received_team_chat": "<lang:'chat.type.team.text':'<hover\\:\\'<lang\\:chat.type.team.hover>\\'><suggest_command\\:\\'/teammsg \\'>${team}':'${displayName}':'${message}'>",
|
||||
"sent_private_message": "<gray><italic><lang:commands.message.display.outgoing:'${receiver}':'${message}'>",
|
||||
"received_private_message": "<gray><italic><lang:commands.message.display.incoming:'${sender}':'${message}'>",
|
||||
"say_command": "[${player}] ${message}",
|
||||
"me_command": "<lang:'chat.type.emote':'${player}':'${message}'>",
|
||||
"pet_death": "${default_message}"
|
||||
},
|
||||
"link_style": "<underline><c:#7878ff>${link}",
|
||||
"mention_style": "<c:#7878ff>%player:displayname%",
|
||||
"spoiler_style": "<gray>${spoiler}",
|
||||
"spoiler_symbol": "▌",
|
||||
"formatting": {
|
||||
"dark_red": true,
|
||||
"green": true,
|
||||
"underline": true,
|
||||
"dark_green": true,
|
||||
"black": true,
|
||||
"yellow": true,
|
||||
"bold": true,
|
||||
"italic": true,
|
||||
"dark_blue": true,
|
||||
"dark_purple": true,
|
||||
"gold": true,
|
||||
"red": true,
|
||||
"aqua": true,
|
||||
"gray": true,
|
||||
"light_purple": true,
|
||||
"blue": true,
|
||||
"white": true,
|
||||
"dark_aqua": true,
|
||||
"dark_gray": true,
|
||||
"spoiler": true,
|
||||
"strikethrough": true
|
||||
},
|
||||
"emoticons": {
|
||||
"$emojibase:builtin:joypixels": "${emoji}",
|
||||
"shrug": "¯\\_(ツ)_/¯",
|
||||
"table": "(╯°□°)╯︵ ┻━┻",
|
||||
"sword": "🗡",
|
||||
"bow": "🏹",
|
||||
"trident": "🔱",
|
||||
"rod": "🎣",
|
||||
"potion": "🧪",
|
||||
"shears": "✂",
|
||||
"bucket": "🪣",
|
||||
"bell": "🔔",
|
||||
"item": "[%player:equipment_slot mainhand%]",
|
||||
"pos": "%player:pos_x% %player:pos_y% %player:pos_z%"
|
||||
},
|
||||
"custom_message_types": {}
|
||||
},
|
||||
"styles": []
|
||||
}
|
||||
20
config/styledplayerlist/config.json
Normal file
20
config/styledplayerlist/config.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"config_version": 2,
|
||||
"__comment": "Before changing anything, see https://github.com/Patbox/StyledPlayerList#configuration",
|
||||
"default_style": "default",
|
||||
"messages": {
|
||||
"switch": "Your player list style has been changed to: <gold>${style}</gold>",
|
||||
"unknown": "<red>This style doesn't exist!</red>",
|
||||
"no_permission": "<red>You don't have required permissions!</red>"
|
||||
},
|
||||
"player": {
|
||||
"modify_name": true,
|
||||
"passthrough": false,
|
||||
"hidden": false,
|
||||
"format": "%player:displayname%",
|
||||
"update_on_chat_message": true,
|
||||
"update_tick_time": 20,
|
||||
"styles": []
|
||||
},
|
||||
"client_show_in_singleplayer": true
|
||||
}
|
||||
50
config/styledplayerlist/styles/default.json
Normal file
50
config/styledplayerlist/styles/default.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"style_name": "Default",
|
||||
"update_tick_time": 2,
|
||||
"list_header": {
|
||||
"change_rate": 1,
|
||||
"values": [
|
||||
[
|
||||
"<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>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>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>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>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>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>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>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>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>"
|
||||
]
|
||||
]
|
||||
},
|
||||
"list_footer": [
|
||||
"<color:#555555><strikethrough> </strikethrough></color>",
|
||||
"<gray>TPS: %server:tps_colored% <dark_gray>|</dark_gray> <gray>MSPT: %server:mspt_colored% <dark_gray>|</dark_gray> <gray>Ping: <color:#ffba26>%player:ping%</color>"
|
||||
],
|
||||
"hidden_in_commands": false
|
||||
}
|
||||
189
index.toml
189
index.toml
@@ -1,2 +1,189 @@
|
||||
hash-format = "sha256"
|
||||
files = []
|
||||
|
||||
[[files]]
|
||||
file = "README.md"
|
||||
hash = "4fb0cb37de5a6de765958c81c93af543c6c89b69d0fbbf9eda2380c3138101d2"
|
||||
|
||||
[[files]]
|
||||
file = "config/styled-chat.json"
|
||||
hash = "fc67b511f239aaf82dee4480ccce15c29f0870f956ee668a106f2ec25093e540"
|
||||
|
||||
[[files]]
|
||||
file = "config/styledplayerlist/config.json"
|
||||
hash = "b87de7a7b0911989d203f78a034f1ab15d26ee3ac985adc40be9cffa8c27aeff"
|
||||
|
||||
[[files]]
|
||||
file = "config/styledplayerlist/styles/default.json"
|
||||
hash = "5b64a5cb4b72963b04dea7ffa645761afd7b5713b915016bc78321a8fb9fe78c"
|
||||
|
||||
[[files]]
|
||||
file = "mods/LuckPerms-Fabric-PlaceholderAPI-Hook.jar"
|
||||
hash = "8725f502a6277a38be066c0c7b8a11a193381c0de8e1f5857debd67f282cbd04"
|
||||
|
||||
[[files]]
|
||||
file = "mods/async-locator.pw.toml"
|
||||
hash = "b0c84806bc32028e006144a81865ff5180614bb8146ffc265a905bb2c6c3e1bb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/audioplayer.pw.toml"
|
||||
hash = "8fe794b4355754d3d8f837f127ca2abe086d03e1b871101b61e77717076b2a65"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/c2me-fabric.pw.toml"
|
||||
hash = "d3a7764f686bd4c6e44ef7e2ec0581fdefeb9ed3d4aab1db63aa58821a264d61"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/carpet-extra.pw.toml"
|
||||
hash = "3d3b8336379b6d9f072476caf1f91b13e7e02e70fab23399e4e695eca48369fb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/carpet-fixes-1.20-1.16.1.jar"
|
||||
hash = "8c5528b69eabfc6b76df3806d61d400a95ee65ea0e55f7a16f16a4af8480d55b"
|
||||
|
||||
[[files]]
|
||||
file = "mods/carpet-fixes.pw.toml"
|
||||
hash = "590d03cf3e5e0915028c371ad4f5b7d0ac37b8108f06c242febbdbd131dd56f2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/carpet-tis-addition.pw.toml"
|
||||
hash = "6ea66a58b0188c6e5ec3375e066c03ed63c2dbd72289c5c9ad27803612f3cc58"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/carpet.pw.toml"
|
||||
hash = "a44e6eac50227e4346d507836214f8ec462e74a264307253ec19bd3343ad0c7f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-api.pw.toml"
|
||||
hash = "db3c8e7c289678e7244a3cc0300303ebe68008b134e2ddfb207f7a2fb8cfa262"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-language-kotlin.pw.toml"
|
||||
hash = "bd278a821fa158a7ffedb511c84e5bc0887192ceae21f9038b30357edd64a9e9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-permissions-api.jar"
|
||||
hash = "a8e808dffaa62afaa2780cf712865bab0941572568ffad573f1bec94c459b9b9"
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabricproxy-lite.pw.toml"
|
||||
hash = "1b4999da08f3479112d3a04c57be1f0ffa14c61e629ea95831d30af830baa069"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ferrite-core.pw.toml"
|
||||
hash = "4146027b92b4885fddec00435233c61c3728b5e09265982ab187021519a4fa89"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/krypton.pw.toml"
|
||||
hash = "fe6abe1ea33393fe1441801f79eda74ea892e5f4b677a56eccafafcbf4d253ca"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ledger.pw.toml"
|
||||
hash = "0684b15fd9fd27d81fc7175947d086cbc36d60ef565fc6175d82b11bf3d9c58d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lithium.pw.toml"
|
||||
hash = "3dedde5213176d72e1c353877fa44315945e8f3da2ba05f5679d81e9f558bb1d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/log-begone.pw.toml"
|
||||
hash = "63546806d3dee28561f471db20b855a00965b2f6d8dc122566ab42120aff57fd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/luckperms.pw.toml"
|
||||
hash = "0bcf5ca6fa1cf6822e69ba183f983480c696b46553e857415054a579b5b92ace"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mcdiscordchat.pw.toml"
|
||||
hash = "fcba23d67c2942a1724b15f54ab968e64146498801da9c531618a027ecfaf308"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/memoryleakfix.pw.toml"
|
||||
hash = "3c0945a312aca06a2185b00cb03ae482949b008d72614497148aa2df301af019"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-chat-reports.pw.toml"
|
||||
hash = "a045df0a5d03ef89d92ca9318aa42a5a5e7617b37dd38d32b0a7058c0f6f4ef7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/owo-lib.pw.toml"
|
||||
hash = "7df4e9e2dcdae03cff43d5c0159b638f6b2eba53d3f9419a756facb0bcce4101"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/raknetify.pw.toml"
|
||||
hash = "02421594640b86ccd43e888d0413ade610b4a87bb5a2325cccdfda0a502c5b61"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/recipecooldown.pw.toml"
|
||||
hash = "e8fa46e5c43883dbdc0ad1069813f2b079ea948ff59a6c00defda16363545871"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/simple-voice-chat.pw.toml"
|
||||
hash = "671f00e95fdab8f0d4ecdde36e0954221dc6945552c423fe8cec6994b0f64a7a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/spark.pw.toml"
|
||||
hash = "3f1cdc39c7c76eba1c62b6f22d07f9507ff1c9a9e860f179481ec63449451a79"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/starlight.pw.toml"
|
||||
hash = "18ee61062b3f43fd026ee620bb2de6073de791132c5067d262bd424628bed4a5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/styled-chat.pw.toml"
|
||||
hash = "3ef4b93adbac3581872c2464fc33f6026b1caaedf3237acdd0a9be2cf77cc7ad"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/styled-nicknames.pw.toml"
|
||||
hash = "1a63f5bfeb792e68c7b06ca0f7264c49419f76f6abe6ef47a839aa1f9eddeb1b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/styledplayerlist.pw.toml"
|
||||
hash = "39bdfc596f88235de2e387d107f2e184040cb7a7c6055303247f406e86e8264a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/syncmatica.pw.toml"
|
||||
hash = "b8686f7382b6667de82d37b7f0ef8a33955b6ee65231d0178fb78d6eb14bf5a5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/vanilla-permissions.pw.toml"
|
||||
hash = "237f8ebf563d146096b05a9d9120fd28714a2885b88a87e10bbd0730a22ec0eb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/vmp-fabric.pw.toml"
|
||||
hash = "25f30abe64eb76ee087648f3995a757868d2c5e1778610c03141bf8d2de2d955"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-world-map.pw.toml"
|
||||
hash = "79da525a4d5d520536f3de521cb6d4a812f7143c4028c288ca3f44b09c7e26c8"
|
||||
metafile = true
|
||||
|
||||
BIN
mods/LuckPerms-Fabric-PlaceholderAPI-Hook.jar
Normal file
BIN
mods/LuckPerms-Fabric-PlaceholderAPI-Hook.jar
Normal file
Binary file not shown.
13
mods/async-locator.pw.toml
Normal file
13
mods/async-locator.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
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"
|
||||
13
mods/audioplayer.pw.toml
Normal file
13
mods/audioplayer.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "AudioPlayer"
|
||||
filename = "audioplayer-fabric-1.20.4-1.8.7.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/SRlzjEBS/versions/JDN9sb58/audioplayer-fabric-1.20.4-1.8.7.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "cae9835e5d34280f7d7496dda5b79a72f41e5380"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "SRlzjEBS"
|
||||
version = "JDN9sb58"
|
||||
13
mods/c2me-fabric.pw.toml
Normal file
13
mods/c2me-fabric.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Concurrent Chunk Management Engine (Fabric)"
|
||||
filename = "c2me-fabric-mc1.20.4-0.2.0+alpha.11.40.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/OSw3GbgT/c2me-fabric-mc1.20.4-0.2.0%2Balpha.11.40.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1b24dec5cb84d957089a4f6a97223f7c52f0eeac"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "VSNURh3q"
|
||||
version = "OSw3GbgT"
|
||||
13
mods/carpet-extra.pw.toml
Normal file
13
mods/carpet-extra.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
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"
|
||||
13
mods/carpet-fixes.pw.toml
Normal file
13
mods/carpet-fixes.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
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"
|
||||
13
mods/carpet-tis-addition.pw.toml
Normal file
13
mods/carpet-tis-addition.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Carpet TIS Addition"
|
||||
filename = "carpet-tis-addition-mc1.20.4-v1.55.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/jE0SjGuf/versions/cfP4v2vR/carpet-tis-addition-mc1.20.4-v1.55.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "3286d5f58aeb4deefc7707e22fc6175161262cb6"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "jE0SjGuf"
|
||||
version = "cfP4v2vR"
|
||||
13
mods/carpet.pw.toml
Normal file
13
mods/carpet.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Carpet"
|
||||
filename = "fabric-carpet-1.20.3-1.4.128+v231205.jar"
|
||||
side = "both"
|
||||
|
||||
[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"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "TQTTVgYE"
|
||||
version = "yYzR60Xd"
|
||||
13
mods/fabric-api.pw.toml
Normal file
13
mods/fabric-api.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Fabric API"
|
||||
filename = "fabric-api-0.95.4+1.20.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/cpC3P6YE/fabric-api-0.95.4%2B1.20.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f6d5bec4885374d8d7b35e745fff765069afe5dc"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "P7dR8mSH"
|
||||
version = "cpC3P6YE"
|
||||
13
mods/fabric-language-kotlin.pw.toml
Normal file
13
mods/fabric-language-kotlin.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Fabric Language Kotlin"
|
||||
filename = "fabric-language-kotlin-1.10.17+kotlin.1.9.22.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/JjrWZ7m8/fabric-language-kotlin-1.10.17%2Bkotlin.1.9.22.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "02e0af07d7c1476a6bd0530d0dacf0a2a9f8a8ea"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Ha28R6CL"
|
||||
version = "JjrWZ7m8"
|
||||
BIN
mods/fabric-permissions-api.jar
Normal file
BIN
mods/fabric-permissions-api.jar
Normal file
Binary file not shown.
13
mods/fabricproxy-lite.pw.toml
Normal file
13
mods/fabricproxy-lite.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
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"
|
||||
13
mods/ferrite-core.pw.toml
Normal file
13
mods/ferrite-core.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "FerriteCore"
|
||||
filename = "ferritecore-6.0.3-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"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uXXizFIs"
|
||||
version = "pguEMpy9"
|
||||
13
mods/krypton.pw.toml
Normal file
13
mods/krypton.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Krypton"
|
||||
filename = "krypton-0.2.6.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/bRcuOnao/krypton-0.2.6.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "fc237a3cdf7cff71e222db8e14fa6d4546e2d000"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fQEb0iXm"
|
||||
version = "bRcuOnao"
|
||||
13
mods/ledger.pw.toml
Normal file
13
mods/ledger.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Ledger"
|
||||
filename = "ledger-1.2.10.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/LVN9ygNV/versions/aeyvUBDY/ledger-1.2.10.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "96823116f8a6d026366041f17cd1856df4d79f6e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "LVN9ygNV"
|
||||
version = "aeyvUBDY"
|
||||
13
mods/lithium.pw.toml
Normal file
13
mods/lithium.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Lithium"
|
||||
filename = "lithium-fabric-mc1.20.4-0.12.1.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"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gvQqBUqZ"
|
||||
version = "nMhjKWVE"
|
||||
13
mods/log-begone.pw.toml
Normal file
13
mods/log-begone.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Log Begone"
|
||||
filename = "Log-Begone-Fabric-1.20.2-1.0.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9ON3zv6e/versions/fkk1j9Bg/Log-Begone-Fabric-1.20.2-1.0.8.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "957f136bbf36a0886a82e59cd30da7b01812d69a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9ON3zv6e"
|
||||
version = "fkk1j9Bg"
|
||||
13
mods/luckperms.pw.toml
Normal file
13
mods/luckperms.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "LuckPerms"
|
||||
filename = "LuckPerms-Fabric-5.4.113.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Vebnzrzj/versions/42RCP8I8/LuckPerms-Fabric-5.4.113.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5d6b90bf3f70e19610c684da8bf4a3906805207b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Vebnzrzj"
|
||||
version = "42RCP8I8"
|
||||
13
mods/mcdiscordchat.pw.toml
Normal file
13
mods/mcdiscordchat.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "MCDiscordChat"
|
||||
filename = "MC-Discord-Chat-2.2.6.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/D0sHdnXY/versions/KWGQ6JXw/MC-Discord-Chat-2.2.6.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "cb1e097f918c73ffe8f565dd1d6a2c3414c124c5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "D0sHdnXY"
|
||||
version = "KWGQ6JXw"
|
||||
13
mods/memoryleakfix.pw.toml
Normal file
13
mods/memoryleakfix.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
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"
|
||||
13
mods/no-chat-reports.pw.toml
Normal file
13
mods/no-chat-reports.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "No Chat Reports"
|
||||
filename = "NoChatReports-FABRIC-1.20.4-v2.5.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/tfv6A4l5/NoChatReports-FABRIC-1.20.4-v2.5.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4108d959727fde432620693c2e271b4be81e5591"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qQyHxfxd"
|
||||
version = "tfv6A4l5"
|
||||
13
mods/owo-lib.pw.toml
Normal file
13
mods/owo-lib.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "oωo (owo-lib)"
|
||||
filename = "owo-lib-0.12.3+1.20.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ccKDOlHs/versions/HYGIKGSR/owo-lib-0.12.3%2B1.20.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "efb4191d1a24a077c2f1187e768a49419e8cb47b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ccKDOlHs"
|
||||
version = "HYGIKGSR"
|
||||
13
mods/raknetify.pw.toml
Normal file
13
mods/raknetify.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Raknetify"
|
||||
filename = "raknetify-fabric-0.1.0+alpha.5.114-all.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/5IovSY3u/versions/8WknFRQe/raknetify-fabric-0.1.0%2Balpha.5.114-all.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "e3a572829c645dedcd23382a874aa39750bec063"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "5IovSY3u"
|
||||
version = "8WknFRQe"
|
||||
13
mods/recipecooldown.pw.toml
Normal file
13
mods/recipecooldown.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "RecipeCooldown"
|
||||
filename = "RecipeCooldown-1.0.0.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/7LEWYKTV/versions/oe5KEgWu/RecipeCooldown-1.0.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a3c89b1224b6bda8381f4df71492c97fefc1197e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "7LEWYKTV"
|
||||
version = "oe5KEgWu"
|
||||
13
mods/simple-voice-chat.pw.toml
Normal file
13
mods/simple-voice-chat.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Simple Voice Chat"
|
||||
filename = "voicechat-fabric-1.20.4-2.5.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/lobOF2Co/voicechat-fabric-1.20.4-2.5.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "21789a594464836054a887d78aa27a2fc6ec857b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9eGKb6K1"
|
||||
version = "lobOF2Co"
|
||||
13
mods/spark.pw.toml
Normal file
13
mods/spark.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "spark"
|
||||
filename = "spark-1.10.58-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"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "l6YH9Als"
|
||||
version = "FeV5OquF"
|
||||
13
mods/starlight.pw.toml
Normal file
13
mods/starlight.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Starlight (Fabric)"
|
||||
filename = "starlight-1.1.3+fabric.f5dcd1a.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/H8CaAYZC/versions/HZYU0kdg/starlight-1.1.3%2Bfabric.f5dcd1a.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6c1dfb43aa2873ecf474b3278d42348457fbca0f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "H8CaAYZC"
|
||||
version = "HZYU0kdg"
|
||||
13
mods/styled-chat.pw.toml
Normal file
13
mods/styled-chat.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Styled Chat"
|
||||
filename = "styled-chat-2.4.0+1.20.3.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"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "doqSKB0e"
|
||||
version = "hPPTz9OM"
|
||||
13
mods/styled-nicknames.pw.toml
Normal file
13
mods/styled-nicknames.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Styled Nicknames"
|
||||
filename = "styled-nicknames-1.4.0+1.20.3.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"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "DOk6Gcdi"
|
||||
version = "R7dIzguo"
|
||||
13
mods/styledplayerlist.pw.toml
Normal file
13
mods/styledplayerlist.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Styled Player List"
|
||||
filename = "styledplayerlist-3.3.0+1.20.3.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"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "DQIfKUHf"
|
||||
version = "jcLxMRaH"
|
||||
13
mods/syncmatica.pw.toml
Normal file
13
mods/syncmatica.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Syncmatica"
|
||||
filename = "syncmatica-1.20.2-0.3.11.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/bfneejKo/versions/MQ7NrqXP/syncmatica-1.20.2-0.3.11.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "250830b916477593e0bdd9bc58d34f8b7f7e3ab7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "bfneejKo"
|
||||
version = "MQ7NrqXP"
|
||||
13
mods/vanilla-permissions.pw.toml
Normal file
13
mods/vanilla-permissions.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Vanilla Permissions"
|
||||
filename = "vanilla-permissions-0.2.2+1.20.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fdZkP5Bb/versions/No5mDVrC/vanilla-permissions-0.2.2%2B1.20.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2ee283e204d4aacd0ea6ebb3364ec288e8ee73b3"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fdZkP5Bb"
|
||||
version = "No5mDVrC"
|
||||
13
mods/vmp-fabric.pw.toml
Normal file
13
mods/vmp-fabric.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Very Many Players (Fabric)"
|
||||
filename = "vmp-fabric-mc1.20.4-0.2.0+beta.7.136-all.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/nnYi9x5f/vmp-fabric-mc1.20.4-0.2.0%2Bbeta.7.136-all.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "71f96996c1f2a6d53f8f32fff382a85ffd3a1b1a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "wnEe9KBa"
|
||||
version = "nnYi9x5f"
|
||||
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.37.7_Fabric_1.20.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NcUtCpym/versions/IwNGlfAn/XaerosWorldMap_1.37.7_Fabric_1.20.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "acb34b68dc00cded554cb3eb5525881f4c15a1d3"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NcUtCpym"
|
||||
version = "IwNGlfAn"
|
||||
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 = "1.1.1"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "7b81c9e9d9e6e21a9865a2dded0dfd77e7683d679b98fe5b0114eaed9a31f17e"
|
||||
hash = "1a805b9fec0fd28787129390b2a555bb4943e9e7803d4d1300dc212623e7445a"
|
||||
|
||||
[versions]
|
||||
fabric = "0.14.21"
|
||||
minecraft = "1.20.1"
|
||||
fabric = "0.15.3"
|
||||
minecraft = "1.20.4"
|
||||
|
||||
[options]
|
||||
acceptable-game-versions = ["1.20.2"]
|
||||
|
||||
Reference in New Issue
Block a user