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

10 Commits

Author SHA1 Message Date
Nesquate
1298e57f23 fix: Fix typo in Styled Player List's configure file 2023-08-02 19:08:49 +08:00
Nesquate
2140aabb19 Configurated Styled Chat & Styled Player List 2023-07-24 17:09:23 +08:00
Nesquate
410b844b5b Fix "sent out-of-order chat"
Install TIN3O https://github.com/charassss/tin3o
2023-07-24 16:36:20 +08:00
Nesquate
400789fdd4 Remove Faster Random
v1.1 has bug...
Issue: https://github.com/AnOpenSauceDev/FastRandom/issues/8
2023-07-24 09:16:04 +08:00
Nesquate
9190ceb1ef fix: Remove unnecessary files 2023-07-24 09:00:11 +08:00
Nesquate
420ff52265 Add other useful mods
No Chat Reports (ban report mechanic) https://modrinth.com/mod/no-chat-reports
FabricProxy-Lite (Communicate with proxy) https://modrinth.com/mod/fabricproxy-lite
Raknetify (Using raknet technology to connect server for poor network player) https://modrinth.com/plugin/raknetify
MCDiscordChat (Discord bot) https://modrinth.com/mod/mcdiscordchat
2023-07-24 08:42:14 +08:00
Nesquate
fd4a332199 Add in-game voice chat mods
Simple Voice Chat https://modrinth.com/plugin/simple-voice-chat
AudioPlayer https://modrinth.com/mod/audioplayer
2023-07-24 08:38:53 +08:00
Nesquate
14699e10d5 Add admin related mods
Vanilla Permissions https://modrinth.com/mod/vanilla-permissions
Log Begone https://modrinth.com/mod/log-begone
spark https://modrinth.com/mod/spark
LuckPerms https://modrinth.com/mod/luckperms
Ledger https://modrinth.com/mod/ledger
Styled Player List https://modrinth.com/mod/styledplayerlist
Styled Nicknames https://modrinth.com/mod/styled-nicknames
Styled Chat https://modrinth.com/mod/styled-chat

and libs:
LuckPerms Fabric PlaceholderAPI Addon https://luckperms.net/download
fabric-permission-api https://github.com/lucko/fabric-permissions-api
2023-07-24 08:34:03 +08:00
Nesquate
5c9315252d Add optimize mods
Faster Random https://modrinth.com/mod/faster-random
RecipeCooldown https://modrinth.com/mod/recipecooldown
Async Locator https://modrinth.com/mod/async-locator
Very Many Players (Fabric) https://modrinth.com/mod/vmp-fabric
FerriteCore https://modrinth.com/mod/ferrite-core
Krypton https://modrinth.com/mod/krypton
Starlight (Fabric) https://modrinth.com/mod/starlight
Lithium https://modrinth.com/mod/lithium
Memory Leak Fix https://modrinth.com/mod/memoryleakfix
Concurrent Chunk Management Engine (Fabric) (c2me) https://modrinth.com/mod/c2me-fabric
Gotta Go Fast [Fabric] https://modrinth.com/mod/gotta-go-fast-fabric

and lib: oωo (owo-lib) https://modrinth.com/mod/owo-lib
2023-07-24 08:10:54 +08:00
Nesquate
1f99041d90 Add helper mods
Syncmatica https://modrinth.com/mod/syncmatica
Carpet TIS Addition https://modrinth.com/mod/carpet-tis-addition
Carpet https://modrinth.com/mod/carpet
Carpet Extra https://modrinth.com/mod/carpet-extra
Carpet-Fixes https://modrinth.com/mod/carpet-fixes

and libs: Fabric API https://modrinth.com/mod/fabric-api
2023-07-24 07:59:48 +08:00
40 changed files with 756 additions and 2 deletions

81
config/styled-chat.json Normal file
View 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": []
}

View 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
}

View 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
}

View File

@@ -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/TIN3O-1.0.0.jar"
hash = "746cee7f61f204c169fc8255feec025a347f4653bef562963ea392281e002ff7"
[[files]]
file = "mods/async-locator.pw.toml"
hash = "b0c84806bc32028e006144a81865ff5180614bb8146ffc265a905bb2c6c3e1bb"
metafile = true
[[files]]
file = "mods/audioplayer.pw.toml"
hash = "3690fe53a1adf07216a2292de05561752fd9e3f598615fa4edce10ae797694de"
metafile = true
[[files]]
file = "mods/c2me-fabric.pw.toml"
hash = "78bf078da5e46c2513889f86aa24e522d0651055b5a93a17341b96fdcba70b5e"
metafile = true
[[files]]
file = "mods/carpet-extra.pw.toml"
hash = "5aa266498f131bf7b9d764d608b6416f36555c228110c0d5126bcd7c8bec9f9c"
metafile = true
[[files]]
file = "mods/carpet-fixes.pw.toml"
hash = "d7c6555b666ff113894f6dd6dba7e6cc95c041542d06a39fd6f67421341711b9"
metafile = true
[[files]]
file = "mods/carpet-tis-addition.pw.toml"
hash = "0f67402e8edd973bcc4e5f514ddfc8d7a42acc7a38d72cec2da291f1035fcc38"
metafile = true
[[files]]
file = "mods/carpet.pw.toml"
hash = "095a93b4f0b4e2b8fadf8359bc145cbdd83be3c5bf23432e9a5f4e54d60de5b4"
metafile = true
[[files]]
file = "mods/fabric-api.pw.toml"
hash = "901f5e42d26508230a41b6f91e1da18910b201aa3730057853d135820f24ec8c"
metafile = true
[[files]]
file = "mods/fabric-language-kotlin.pw.toml"
hash = "ff4a66502e802341a84fbb8eceed65156b14436769b1f7e27a68b22fb59c1dae"
metafile = true
[[files]]
file = "mods/fabric-permissions-api.jar"
hash = "a8e808dffaa62afaa2780cf712865bab0941572568ffad573f1bec94c459b9b9"
[[files]]
file = "mods/fabricproxy-lite.pw.toml"
hash = "2e505480c06836448dfe277bdf93d184ca1aca821291574ddd3fccfe9f0ca387"
metafile = true
[[files]]
file = "mods/ferrite-core.pw.toml"
hash = "03e174cf691b52da20bd973b955fae6f3720d3d2120f9d6cc1de5fdf3180013c"
metafile = true
[[files]]
file = "mods/gotta-go-fast-fabric.pw.toml"
hash = "6beecae4007fc03a0fc56f4c9338492852351422ecb50aa41e9c04b6c5e259d1"
metafile = true
[[files]]
file = "mods/krypton.pw.toml"
hash = "71ef7cc16632c0039fe194183b5885968c6d740aaa67a58000653ae0cb40b882"
metafile = true
[[files]]
file = "mods/ledger.pw.toml"
hash = "84defc8f8116d5c0e4210934ed1f555641a1db71b767fa4beddee21c47118868"
metafile = true
[[files]]
file = "mods/lithium.pw.toml"
hash = "c239c951796882b9c93e649a0dba4f2d95804441faaed707b686381b7a5c67da"
metafile = true
[[files]]
file = "mods/log-begone.pw.toml"
hash = "86ce30ccc9a035c6249d8140abf8d0fae7f828472913409b3febf46394bbc34d"
metafile = true
[[files]]
file = "mods/luckperms.pw.toml"
hash = "879f42a9c6ede67873e773764319cc52105db1c5bfdd540878c9a28eaa0c5561"
metafile = true
[[files]]
file = "mods/mcdiscordchat.pw.toml"
hash = "fd5c552628fcda7f9c6504c5e7f6712bd87d9649e18da8a13028d7d4fa81ff56"
metafile = true
[[files]]
file = "mods/memoryleakfix.pw.toml"
hash = "97ffbc7d0e4087777c5e3732780f01958f99d44c4f09fd534bbb8f239d4980a1"
metafile = true
[[files]]
file = "mods/no-chat-reports.pw.toml"
hash = "7ca62a9da5c2ec9f0a8bed5394021c959e90077db16b313be44f4c8736f7fbf5"
metafile = true
[[files]]
file = "mods/owo-lib.pw.toml"
hash = "83b476730dba8c3cdc9ee6ed4e0623f97bc116848aebfe3149eece321083b251"
metafile = true
[[files]]
file = "mods/raknetify.pw.toml"
hash = "e01e749bc9136bf07c90a76c3eaff99c3be2469f37045b8920eb1632eb057720"
metafile = true
[[files]]
file = "mods/recipecooldown.pw.toml"
hash = "e8fa46e5c43883dbdc0ad1069813f2b079ea948ff59a6c00defda16363545871"
metafile = true
[[files]]
file = "mods/simple-voice-chat.pw.toml"
hash = "5917df3c585bc3cc3de70143a41efa3507e33a95007eab91f992736a4e5ffe0b"
metafile = true
[[files]]
file = "mods/spark.pw.toml"
hash = "7ca0983d3b7852c06f84c66b9f12da8115ff9b8ba63293cd20452377a0de726e"
metafile = true
[[files]]
file = "mods/starlight.pw.toml"
hash = "218f67d6bcaae849582618cd3e5eb1d4cac0fd6045115f64340620300e160c11"
metafile = true
[[files]]
file = "mods/styled-chat.pw.toml"
hash = "4f101cf87d3e2228c8c62e3b91ecdb1825809841041e709f9d1480d4e25fad3a"
metafile = true
[[files]]
file = "mods/styled-nicknames.pw.toml"
hash = "e6f4e06c4d4442c08a9f64772a3e078209d57a5d81f6c8ee0fde0da006789a3a"
metafile = true
[[files]]
file = "mods/styledplayerlist.pw.toml"
hash = "8a6442ca759237fb4346e02653feba023529db29127c6b20740801199395241d"
metafile = true
[[files]]
file = "mods/syncmatica.pw.toml"
hash = "dfaa5e251f139791e93bf7cc7db9d69798a6636e8f2affd3d98cc9b79a4d0458"
metafile = true
[[files]]
file = "mods/vanilla-permissions.pw.toml"
hash = "074cf2d26afeb275889bc2df21e3d4300cc1cd4b409c42ff35fc134ba19a78ab"
metafile = true
[[files]]
file = "mods/vmp-fabric.pw.toml"
hash = "dc3970e3d66599050e917319f42a8a002f2ec0ed744d3140acc5a6f3d032199f"
metafile = true

Binary file not shown.

BIN
mods/TIN3O-1.0.0.jar Normal file

Binary file not shown.

View 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
View File

@@ -0,0 +1,13 @@
name = "AudioPlayer"
filename = "audioplayer-1.20.1-1.6.2.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/SRlzjEBS/versions/MJIzsPLC/audioplayer-1.20.1-1.6.2.jar"
hash-format = "sha1"
hash = "576fa2e089dcc76d97987c981adf3be1e2ad1613"
[update]
[update.modrinth]
mod-id = "SRlzjEBS"
version = "MJIzsPLC"

13
mods/c2me-fabric.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "Concurrent Chunk Management Engine (Fabric)"
filename = "c2me-fabric-mc1.20.1-0.2.0+alpha.10.94.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"
hash-format = "sha1"
hash = "52fb831bea052cc686aefca28651b2432880b63a"
[update]
[update.modrinth]
mod-id = "VSNURh3q"
version = "fIRoJeNG"

13
mods/carpet-extra.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "Carpet Extra"
filename = "carpet-extra-1.20-1.4.115.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/VX3TgwQh/versions/gPJoJ3mr/carpet-extra-1.20-1.4.115.jar"
hash-format = "sha1"
hash = "09f1aeb870393d9ee07d895b5a60c7594a0bddd5"
[update]
[update.modrinth]
mod-id = "VX3TgwQh"
version = "gPJoJ3mr"

13
mods/carpet-fixes.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
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"

View File

@@ -0,0 +1,13 @@
name = "Carpet TIS Addition"
filename = "carpet-tis-addition-mc1.20.1-v1.49.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/jE0SjGuf/versions/6zklbAcD/carpet-tis-addition-mc1.20.1-v1.49.0.jar"
hash-format = "sha1"
hash = "08514ace00018a10c2d1c8304de2d292da87a1ff"
[update]
[update.modrinth]
mod-id = "jE0SjGuf"
version = "6zklbAcD"

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

@@ -0,0 +1,13 @@
name = "Carpet"
filename = "fabric-carpet-1.20-1.4.112+v230608.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/TQTTVgYE/versions/K0Wj117C/fabric-carpet-1.20-1.4.112%2Bv230608.jar"
hash-format = "sha1"
hash = "29faa4d1c22509b67a6d66b2a8c9d3b5aa483b65"
[update]
[update.modrinth]
mod-id = "TQTTVgYE"
version = "K0Wj117C"

13
mods/fabric-api.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "Fabric API"
filename = "fabric-api-0.86.0+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/P7fEfdSc/fabric-api-0.86.0%2B1.20.1.jar"
hash-format = "sha1"
hash = "830463f54d0ed45f8de5d5dd796846aaa287da12"
[update]
[update.modrinth]
mod-id = "P7dR8mSH"
version = "P7fEfdSc"

View File

@@ -0,0 +1,13 @@
name = "Fabric Language Kotlin"
filename = "fabric-language-kotlin-1.10.8+kotlin.1.9.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/s10JMAtS/fabric-language-kotlin-1.10.8%2Bkotlin.1.9.0.jar"
hash-format = "sha1"
hash = "06a973a9e97b6dc673dfc1c519f2118dcb068690"
[update]
[update.modrinth]
mod-id = "Ha28R6CL"
version = "s10JMAtS"

Binary file not shown.

View File

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

13
mods/ferrite-core.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "FerriteCore"
filename = "ferritecore-6.0.0-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/FCnCG6PS/ferritecore-6.0.0-fabric.jar"
hash-format = "sha1"
hash = "5a57ea73c3c7c0cc300d69611a9cad93baf8e9ab"
[update]
[update.modrinth]
mod-id = "uXXizFIs"
version = "FCnCG6PS"

View File

@@ -0,0 +1,13 @@
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/krypton.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "Krypton"
filename = "krypton-0.2.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/jiDwS0W1/krypton-0.2.3.jar"
hash-format = "sha1"
hash = "4d499819effd8afe811e5d93952fcc46765a00df"
[update]
[update.modrinth]
mod-id = "fQEb0iXm"
version = "jiDwS0W1"

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

@@ -0,0 +1,13 @@
name = "Ledger"
filename = "ledger-1.2.8.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/LVN9ygNV/versions/pOxgWfwI/ledger-1.2.8.jar"
hash-format = "sha1"
hash = "6f07421ba3fbe99086f1471c7cc8d8c7fed5dd45"
[update]
[update.modrinth]
mod-id = "LVN9ygNV"
version = "pOxgWfwI"

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

@@ -0,0 +1,13 @@
name = "Lithium"
filename = "lithium-fabric-mc1.20.1-0.11.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/ZSNsJrPI/lithium-fabric-mc1.20.1-0.11.2.jar"
hash-format = "sha1"
hash = "8f4642147e60827f728badac7a819d1a9f3b25d5"
[update]
[update.modrinth]
mod-id = "gvQqBUqZ"
version = "ZSNsJrPI"

13
mods/log-begone.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
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"

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

@@ -0,0 +1,13 @@
name = "LuckPerms"
filename = "LuckPerms-Fabric-5.4.88.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Vebnzrzj/versions/7VG8Evoq/LuckPerms-Fabric-5.4.88.jar"
hash-format = "sha1"
hash = "8c9364ad400b9562d1a547ab5cd7f57920adede6"
[update]
[update.modrinth]
mod-id = "Vebnzrzj"
version = "7VG8Evoq"

View File

@@ -0,0 +1,13 @@
name = "MCDiscordChat"
filename = "MCDiscordChat-2.2.0.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/D0sHdnXY/versions/s3vYTmUO/MCDiscordChat-2.2.0.jar"
hash-format = "sha1"
hash = "4a9604ce71e111ecbe8fde069b9118dd899ae66d"
[update]
[update.modrinth]
mod-id = "D0sHdnXY"
version = "s3vYTmUO"

View File

@@ -0,0 +1,13 @@
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"

View File

@@ -0,0 +1,13 @@
name = "No Chat Reports"
filename = "NoChatReports-FABRIC-1.20.1-v2.2.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/HeZZR2kF/NoChatReports-FABRIC-1.20.1-v2.2.2.jar"
hash-format = "sha1"
hash = "b99f23fb76aad5a944400717e6d71aa011c4d7f7"
[update]
[update.modrinth]
mod-id = "qQyHxfxd"
version = "HeZZR2kF"

13
mods/owo-lib.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "oωo (owo-lib)"
filename = "owo-lib-0.11.1+1.20.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ccKDOlHs/versions/m23n3uIM/owo-lib-0.11.1%2B1.20.jar"
hash-format = "sha1"
hash = "7b1250bec079bd2a116fcdd453f42f5929b8cfe4"
[update]
[update.modrinth]
mod-id = "ccKDOlHs"
version = "m23n3uIM"

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

@@ -0,0 +1,13 @@
name = "Raknetify"
filename = "raknetify-fabric-0.1.0+alpha.5.88-all.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/5IovSY3u/versions/XBmdyuit/raknetify-fabric-0.1.0%2Balpha.5.88-all.jar"
hash-format = "sha1"
hash = "df00e1f5c8d927740007849a635e92265a052cd2"
[update]
[update.modrinth]
mod-id = "5IovSY3u"
version = "XBmdyuit"

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

View File

@@ -0,0 +1,13 @@
name = "Simple Voice Chat"
filename = "voicechat-fabric-1.20.1-2.4.15.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/mZfta0kq/voicechat-fabric-1.20.1-2.4.15.jar"
hash-format = "sha1"
hash = "7b1b5ac10a854821fc6629f1c5c7e804edb63898"
[update]
[update.modrinth]
mod-id = "9eGKb6K1"
version = "mZfta0kq"

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

@@ -0,0 +1,13 @@
name = "spark"
filename = "spark-1.10.42-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/BeIg1bik/spark-1.10.42-fabric.jar"
hash-format = "sha1"
hash = "0f0e066808446999f4d63c9db5abf9e3d778a446"
[update]
[update.modrinth]
mod-id = "l6YH9Als"
version = "BeIg1bik"

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

@@ -0,0 +1,13 @@
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"

13
mods/styled-chat.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "Styled Chat"
filename = "styled-chat-2.2.2+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/doqSKB0e/versions/axLlTgG5/styled-chat-2.2.2%2B1.20.1.jar"
hash-format = "sha1"
hash = "f92d0932b40cdf93ca281eb1eca136846ffca4e5"
[update]
[update.modrinth]
mod-id = "doqSKB0e"
version = "axLlTgG5"

View File

@@ -0,0 +1,13 @@
name = "Styled Nicknames"
filename = "styled-nicknames-1.2.1+1.20.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/DOk6Gcdi/versions/9k8RQJkW/styled-nicknames-1.2.1%2B1.20.jar"
hash-format = "sha1"
hash = "737962952717aedd849797b3351ceaae925099f2"
[update]
[update.modrinth]
mod-id = "DOk6Gcdi"
version = "9k8RQJkW"

View File

@@ -0,0 +1,13 @@
name = "Styled Player List"
filename = "styledplayerlist-3.1.1+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/DQIfKUHf/versions/4FqvobxB/styledplayerlist-3.1.1%2B1.20.1.jar"
hash-format = "sha1"
hash = "8c6db42ea55444208010920547fa8cc2cb2f29d2"
[update]
[update.modrinth]
mod-id = "DQIfKUHf"
version = "4FqvobxB"

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

@@ -0,0 +1,13 @@
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"

View File

@@ -0,0 +1,13 @@
name = "Vanilla Permissions"
filename = "vanilla-permissions-0.2.0+1.20.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fdZkP5Bb/versions/naGPAAhs/vanilla-permissions-0.2.0%2B1.20.jar"
hash-format = "sha1"
hash = "18dbf07c3dc652b76a63c37519c706da9d5d8376"
[update]
[update.modrinth]
mod-id = "fdZkP5Bb"
version = "naGPAAhs"

13
mods/vmp-fabric.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "Very Many Players (Fabric)"
filename = "vmp-fabric-mc1.20.1-0.2.0+beta.7.98-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"
hash-format = "sha1"
hash = "224613ac6b62ceaac417e960bb7f7e17bcd6b1b3"
[update]
[update.modrinth]
mod-id = "wnEe9KBa"
version = "INwYKQHA"

View File

@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "7b81c9e9d9e6e21a9865a2dded0dfd77e7683d679b98fe5b0114eaed9a31f17e"
hash = "9d2e6b5af4ccbb080a07396feaca3fbc3bf942d59de5002bb6adaf0b5dceb542"
[versions]
fabric = "0.14.21"