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

11 Commits
lts ... dev

Author SHA1 Message Date
Neesquate
4ab60d26d8 Add Dynmap & MySQL JDBC 2023-08-27 23:02:21 +08:00
Neesquate
b6122ac1e2 Remove No Chat Reports
Due to conflict with WeatherChanger
2023-08-21 19:50:15 +08:00
Nesquate
caf484837e [Carpet] re-enabled accurateBlockPlacement 2023-08-20 15:18:42 +08:00
Nesquate
73d4c9b236 Update mods
Concurrent Chunk Management Engine (Fabric): c2me-fabric-mc1.20.1-0.2.0+alpha.10.94.jar -> c2me-fabric-mc1.20.1-0.2.0+alpha.10.98.jar
Simple Voice Chat: voicechat-fabric-1.20.1-2.4.15.jar -> voicechat-fabric-1.20.1-2.4.21.jar
Carpet TIS Addition: carpet-tis-addition-mc1.20.1-v1.49.0.jar -> carpet-tis-addition-mc1.20.1-v1.50.1.jar
Syncmatica: syncmatica-1.20.1-0.3.9.jar -> syncmatica-1.20.1-0.3.10.jar
Fabric API: fabric-api-0.86.0+1.20.1.jar -> fabric-api-0.87.0+1.20.1.jar
Raknetify: raknetify-fabric-0.1.0+alpha.5.88-all.jar -> raknetify-fabric-0.1.0+alpha.5.96-all.jar
Very Many Players (Fabric): vmp-fabric-mc1.20.1-0.2.0+beta.7.98-all.jar -> vmp-fabric-mc1.20.1-0.2.0+beta.7.100-all.jar
2023-08-20 14:42:53 +08:00
Nesquate
89998e7762 (Experimental) [Carpet] Change accurateBlockPlacement to false 2023-08-20 14:39:34 +08:00
Nesquate
6533abb49b Add WeatherChanger 2023-08-20 14:36:45 +08:00
Nesquate
93f307b49c Add WorldEdit 2023-08-20 14:34:49 +08:00
Nesquate
01bf08a2b9 Add Holograms 2023-08-07 14:04:45 +08:00
Nesquate
cffb55cb26 fix: Fix typo in Styled Player List's configure file 2023-08-02 19:05:19 +08:00
Nesquate
47a1473563 Add ChunkDebug
https://modrinth.com/mod/chunkdebug
2023-07-27 18:37:02 +08:00
Nesquate
41069aee6b Add Litematica Server Paster
https://modrinth.com/mod/litematica-server-paster
2023-07-27 17:42:34 +08:00
19 changed files with 174 additions and 62 deletions

View File

@@ -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>"
]
]

View File

@@ -14,7 +14,7 @@ hash = "b87de7a7b0911989d203f78a034f1ab15d26ee3ac985adc40be9cffa8c27aeff"
[[files]]
file = "config/styledplayerlist/styles/default.json"
hash = "7daf3398b2ed1aa1fed812bbad1bde2e99ad7ad34d38fecba23ca1f12d266bdd"
hash = "5b64a5cb4b72963b04dea7ffa645761afd7b5713b915016bc78321a8fb9fe78c"
[[files]]
file = "mods/LuckPerms-Fabric-PlaceholderAPI-Hook.jar"
@@ -36,7 +36,7 @@ metafile = true
[[files]]
file = "mods/c2me-fabric.pw.toml"
hash = "78bf078da5e46c2513889f86aa24e522d0651055b5a93a17341b96fdcba70b5e"
hash = "d4e882278d0a8d863a069df56f6e473e81e79c48f8cc6e700a56f297847178ca"
metafile = true
[[files]]
@@ -51,7 +51,7 @@ metafile = true
[[files]]
file = "mods/carpet-tis-addition.pw.toml"
hash = "0f67402e8edd973bcc4e5f514ddfc8d7a42acc7a38d72cec2da291f1035fcc38"
hash = "34fb45a92a944e3be6bd52607558863bad577f4cff406079e5c44c94fdc5ad21"
metafile = true
[[files]]
@@ -59,9 +59,19 @@ file = "mods/carpet.pw.toml"
hash = "095a93b4f0b4e2b8fadf8359bc145cbdd83be3c5bf23432e9a5f4e54d60de5b4"
metafile = true
[[files]]
file = "mods/chunkdebug.pw.toml"
hash = "ac084f12dc66779c0e8518e54fcad9b644a35a68f419b9c8bb14f7e10cedc253"
metafile = true
[[files]]
file = "mods/dynmap.pw.toml"
hash = "4b26f1a1e781e53f02992fa95feff846a3ac4f66b65cf1180695ad9d47e03356"
metafile = true
[[files]]
file = "mods/fabric-api.pw.toml"
hash = "901f5e42d26508230a41b6f91e1da18910b201aa3730057853d135820f24ec8c"
hash = "3a93a5b987d89b3ce4208d1e31b3a5636fc6363ff33896f5a7ad8961df94a236"
metafile = true
[[files]]
@@ -88,6 +98,11 @@ file = "mods/gotta-go-fast-fabric.pw.toml"
hash = "6beecae4007fc03a0fc56f4c9338492852351422ecb50aa41e9c04b6c5e259d1"
metafile = true
[[files]]
file = "mods/holograms.pw.toml"
hash = "16338925ca6723d1dc4a8927583ad3231c6539334f2a0a6b480501dc31db7c6f"
metafile = true
[[files]]
file = "mods/krypton.pw.toml"
hash = "71ef7cc16632c0039fe194183b5885968c6d740aaa67a58000653ae0cb40b882"
@@ -98,6 +113,11 @@ file = "mods/ledger.pw.toml"
hash = "84defc8f8116d5c0e4210934ed1f555641a1db71b767fa4beddee21c47118868"
metafile = true
[[files]]
file = "mods/litematica-server-paster.pw.toml"
hash = "82be2e51a2e712491c1fc5db3731273173ae7bcbdb1bb81a0e859763754614a4"
metafile = true
[[files]]
file = "mods/lithium.pw.toml"
hash = "c239c951796882b9c93e649a0dba4f2d95804441faaed707b686381b7a5c67da"
@@ -124,8 +144,8 @@ hash = "97ffbc7d0e4087777c5e3732780f01958f99d44c4f09fd534bbb8f239d4980a1"
metafile = true
[[files]]
file = "mods/no-chat-reports.pw.toml"
hash = "7ca62a9da5c2ec9f0a8bed5394021c959e90077db16b313be44f4c8736f7fbf5"
file = "mods/mysql-jdbc.pw.toml"
hash = "447c614bb50b65b7f9cfb3c8ecc29da23911336e2790fd817ee7dc2e3c4a8bf7"
metafile = true
[[files]]
@@ -135,7 +155,7 @@ metafile = true
[[files]]
file = "mods/raknetify.pw.toml"
hash = "e01e749bc9136bf07c90a76c3eaff99c3be2469f37045b8920eb1632eb057720"
hash = "b91403d79bac93eb117cd72fe96f0f35df00049a2eae54d1423df9d5c80d6e75"
metafile = true
[[files]]
@@ -145,7 +165,7 @@ metafile = true
[[files]]
file = "mods/simple-voice-chat.pw.toml"
hash = "5917df3c585bc3cc3de70143a41efa3507e33a95007eab91f992736a4e5ffe0b"
hash = "26f4d730e6876aaf57d8e00bfb401f50178b83d91fc62d974b1b350e19a62bfa"
metafile = true
[[files]]
@@ -175,7 +195,7 @@ metafile = true
[[files]]
file = "mods/syncmatica.pw.toml"
hash = "dfaa5e251f139791e93bf7cc7db9d69798a6636e8f2affd3d98cc9b79a4d0458"
hash = "80ab29cd4fa74c7d6f0cf3e8bd895888738a7c531658eeff2130d1e7b37c6bcf"
metafile = true
[[files]]
@@ -185,5 +205,19 @@ metafile = true
[[files]]
file = "mods/vmp-fabric.pw.toml"
hash = "dc3970e3d66599050e917319f42a8a002f2ec0ed744d3140acc5a6f3d032199f"
hash = "93e2bb699bae8854559b94395f8d3468682f61b52db24a8a076b946a87635e3c"
metafile = true
[[files]]
file = "mods/weatherchanger.pw.toml"
hash = "4d2fa3d51e8fc310a0bad862bc3eed67cf5d75d5da0b6d5c6cba43b5754aedbb"
metafile = true
[[files]]
file = "mods/worldedit.pw.toml"
hash = "bd1dc13316e2aa9b56c89e7e974057f8da8d6bbfe707ba4210109fc612b782e3"
metafile = true
[[files]]
file = "world/carpet.conf"
hash = "77bf9c8b524fe1ec365837639013d60c0db8e7722600fe7d1d5269075c49d5fe"

View File

@@ -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.20.1-0.2.0+alpha.10.98.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/zLF8pgaa/c2me-fabric-mc1.20.1-0.2.0%2Balpha.10.98.jar"
hash-format = "sha1"
hash = "52fb831bea052cc686aefca28651b2432880b63a"
hash = "512cbdb6ad2310a3cf17d3605ff23a4a202f234f"
[update]
[update.modrinth]
mod-id = "VSNURh3q"
version = "fIRoJeNG"
version = "zLF8pgaa"

View File

@@ -1,13 +1,13 @@
name = "Carpet TIS Addition"
filename = "carpet-tis-addition-mc1.20.1-v1.49.0.jar"
filename = "carpet-tis-addition-mc1.20.1-v1.50.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/cbQ4ETEb/carpet-tis-addition-mc1.20.1-v1.50.1.jar"
hash-format = "sha1"
hash = "08514ace00018a10c2d1c8304de2d292da87a1ff"
hash = "456f72a1b1b836cb8a3796109bf830b6bed0238e"
[update]
[update.modrinth]
mod-id = "jE0SjGuf"
version = "6zklbAcD"
version = "cbQ4ETEb"

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

@@ -0,0 +1,13 @@
name = "ChunkDebug"
filename = "chunk-debug-1.20.1-1.0.8.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/zQxjhDPq/versions/M5Z6hDQa/chunk-debug-1.20.1-1.0.8.jar"
hash-format = "sha1"
hash = "eb96df09992b86ddc3ed84adf6e1534ba3738774"
[update]
[update.modrinth]
mod-id = "zQxjhDPq"
version = "M5Z6hDQa"

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

@@ -0,0 +1,13 @@
name = "Dynmap®"
filename = "Dynmap-3.6-fabric-1.20.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/fRQREgAc/versions/vqx7tUUt/Dynmap-3.6-fabric-1.20.jar"
hash-format = "sha1"
hash = "700a690b7ad85696f397b61a2810f00253d2afee"
[update]
[update.modrinth]
mod-id = "fRQREgAc"
version = "vqx7tUUt"

View File

@@ -1,13 +1,13 @@
name = "Fabric API"
filename = "fabric-api-0.86.0+1.20.1.jar"
filename = "fabric-api-0.87.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"
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/lcnQpW9C/fabric-api-0.87.0%2B1.20.1.jar"
hash-format = "sha1"
hash = "830463f54d0ed45f8de5d5dd796846aaa287da12"
hash = "95fec63d338a8fbe5133a9a5054eca364c9017ba"
[update]
[update.modrinth]
mod-id = "P7dR8mSH"
version = "P7fEfdSc"
version = "lcnQpW9C"

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

@@ -0,0 +1,13 @@
name = "Holograms"
filename = "holograms-1.5.2+1.20-legacy-edition.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/dl7wmhr3/versions/kmGRyicl/holograms-1.5.2%2B1.20-legacy-edition.jar"
hash-format = "sha1"
hash = "c2917608ceec158288f72466ab831bd9bba2f21b"
[update]
[update.modrinth]
mod-id = "dl7wmhr3"
version = "kmGRyicl"

View File

@@ -0,0 +1,13 @@
name = "Litematica Server Paster"
filename = "litematica-server-paster-mc1.20.1-v1.1.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/HCbarMw6/versions/YYEJQKMo/litematica-server-paster-mc1.20.1-v1.1.2.jar"
hash-format = "sha1"
hash = "20dd0c1c8487011b709bcd5946b7055237121637"
[update]
[update.modrinth]
mod-id = "HCbarMw6"
version = "YYEJQKMo"

13
mods/mysql-jdbc.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "MySQL JDBC"
filename = "mysql-jdbc-8.0.33+20230506-all.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/yvtIuyXT/versions/94JxXm7O/mysql-jdbc-8.0.33%2B20230506-all.jar"
hash-format = "sha1"
hash = "0a3b812045ffadc7fc8f4d064fb8bb16cf830e9b"
[update]
[update.modrinth]
mod-id = "yvtIuyXT"
version = "94JxXm7O"

View File

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

View File

@@ -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.96-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/EIkPSSGa/raknetify-fabric-0.1.0%2Balpha.5.96-all.jar"
hash-format = "sha1"
hash = "df00e1f5c8d927740007849a635e92265a052cd2"
hash = "5822fdf2ca63f4382f954abb73427f7159f8b060"
[update]
[update.modrinth]
mod-id = "5IovSY3u"
version = "XBmdyuit"
version = "EIkPSSGa"

View File

@@ -1,13 +1,13 @@
name = "Simple Voice Chat"
filename = "voicechat-fabric-1.20.1-2.4.15.jar"
filename = "voicechat-fabric-1.20.1-2.4.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/I0UEW6B0/voicechat-fabric-1.20.1-2.4.21.jar"
hash-format = "sha1"
hash = "7b1b5ac10a854821fc6629f1c5c7e804edb63898"
hash = "51aeb3c0156d8ceebbd821be7fd383db5f02f90d"
[update]
[update.modrinth]
mod-id = "9eGKb6K1"
version = "mZfta0kq"
version = "I0UEW6B0"

View File

@@ -1,13 +1,13 @@
name = "Syncmatica"
filename = "syncmatica-1.20.1-0.3.9.jar"
filename = "syncmatica-1.20.1-0.3.10.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/bfneejKo/versions/rlNTRr2e/syncmatica-1.20.1-0.3.9.jar"
url = "https://cdn.modrinth.com/data/bfneejKo/versions/chakoRye/syncmatica-1.20.1-0.3.10.jar"
hash-format = "sha1"
hash = "f1f6c2e83034d04cdd7e5e9e3ea55e2eaa80f14c"
hash = "3ff836dd8c00b728fc566af30650418b2457642d"
[update]
[update.modrinth]
mod-id = "bfneejKo"
version = "rlNTRr2e"
version = "chakoRye"

View File

@@ -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.20.1-0.2.0+beta.7.100-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/CFUsBP6G/vmp-fabric-mc1.20.1-0.2.0%2Bbeta.7.100-all.jar"
hash-format = "sha1"
hash = "224613ac6b62ceaac417e960bb7f7e17bcd6b1b3"
hash = "b73a16555c1b47ddaad44e562a0710a5f87f2898"
[update]
[update.modrinth]
mod-id = "wnEe9KBa"
version = "INwYKQHA"
version = "CFUsBP6G"

View File

@@ -0,0 +1,7 @@
name = "WeatherChanger"
filename = "weatherchanger-1.0.0.jar"
[download]
url = "https://github.com/Nesquate/WeatherChanger/releases/download/v1.0.0/weatherchanger-1.0.0.jar"
hash-format = "sha256"
hash = "86802147b33fc04445b67b41706fa525c93fbb0decb63feb5e0890372b608563"

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

@@ -0,0 +1,13 @@
name = "WorldEdit"
filename = "worldedit-mod-7.2.15.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "9c52765ca56f917ef8cbafc20e9a4f45c346508f"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4586218
project-id = 225608

View File

@@ -1,4 +1,4 @@
name = "Server modpack for Nesquate's Minecraft Server"
name = "Nesquate's Modpack (Server)"
author = "Nesquate"
version = "1.0.0"
pack-format = "packwiz:1.1.0"
@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "bf5b937cb2598ea53c687fa33b7c0213c8c6b224b94dfa60d66c14f311493a3f"
hash = "feed746a0e454db902851808cd521bb4c9ccb78c4592d69ac1697261711b6614"
[versions]
fabric = "0.14.21"

6
world/carpet.conf Normal file
View File

@@ -0,0 +1,6 @@
stackableShulkerBoxes true
fillLimit 1000000
placementRotationFix true
creativeNoClip true
fillUpdates false
accurateBlockPlacement true