From dd7afbca2b6ba13c4241e9ddd56054d1f09ae7d5 Mon Sep 17 00:00:00 2001 From: reidlab Date: Sat, 19 Jul 2025 12:50:28 -0700 Subject: [PATCH] a working tab list mod. jesus --- config/tablist-common.toml | 10 ++++++++++ index.toml | 8 ++++++-- mods/tab-list.pw.toml | 13 +++++++++++++ mods/tabtps.pw.toml | 13 ------------- pack.toml | 2 +- 5 files changed, 30 insertions(+), 16 deletions(-) create mode 100644 config/tablist-common.toml create mode 100644 mods/tab-list.pw.toml delete mode 100644 mods/tabtps.pw.toml diff --git a/config/tablist-common.toml b/config/tablist-common.toml new file mode 100644 index 0000000..259947a --- /dev/null +++ b/config/tablist-common.toml @@ -0,0 +1,10 @@ +##N next line +##TPS show ticks per second +##MSPT ms per tick +##PLAYERCOUNT show how many players are online +##PING show player ping +# +[TabList] + header = "" + footer = "#N&fᴏɴʟɪɴᴇ: &e#PLAYERCOUNT &f| ᴘɪɴɢ: &e#PING#N&fᴛᴘꜱ: &e#TPS &f| ᴍꜱᴘᴛ: &e#MSPT#N" + diff --git a/index.toml b/index.toml index 4121e47..09e5a6a 100644 --- a/index.toml +++ b/index.toml @@ -49,6 +49,10 @@ file = "config/paxi/resourcepacks/ctm-overhaul.pw.toml" hash = "3034e3a2bab1e8a76e7c4a0d573c4042647fd0940cedecfeb4a3624c8bf0222c" metafile = true +[[files]] +file = "config/tablist-common.toml" +hash = "640e8f19ebc0b7e507b6018a7953a3d9fabf1f1c9c645b104ac66f683bc6485d" + [[files]] file = "mods/3dskinlayers.pw.toml" hash = "32c59ef169bfdfeb8651ef69157032e6157348373dc9e17bb9e31f218d96f1b3" @@ -1050,8 +1054,8 @@ hash = "d4243a1c81f30e320fdc18f2865d436aede7a46ef22b33b3bc67dc872949ece7" metafile = true [[files]] -file = "mods/tabtps.pw.toml" -hash = "53738abdfe4058a3776449e2eb4771e4f6dde781cdc0af7951d8cc93a0f929c2" +file = "mods/tab-list.pw.toml" +hash = "6028ed1da2563c5def1ed0cd57f0472936a126c7a7ee0cee8970fba0f8ef2774" metafile = true [[files]] diff --git a/mods/tab-list.pw.toml b/mods/tab-list.pw.toml new file mode 100644 index 0000000..c05b1f1 --- /dev/null +++ b/mods/tab-list.pw.toml @@ -0,0 +1,13 @@ +name = "Tab List" +filename = "tablist-1.0.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/veruP9P9/versions/lLPyZA1F/tablist-1.0.1.jar" +hash-format = "sha512" +hash = "2dc46096f980f103746e7dc337e72dc181545c4fc77c20cf9a0fa264fe8568de63c9fd82db5f6c06839b49ca7ad06ec6b37cbab4ef2a1f2c846268c419243370" + +[update] +[update.modrinth] +mod-id = "veruP9P9" +version = "lLPyZA1F" diff --git a/mods/tabtps.pw.toml b/mods/tabtps.pw.toml deleted file mode 100644 index 3327685..0000000 --- a/mods/tabtps.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "TabTPS" -filename = "tabtps-fabric-mc1.21.1-1.3.25.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/cUhi3iB2/versions/XxA9k8Fb/tabtps-fabric-mc1.21.1-1.3.25.jar" -hash-format = "sha512" -hash = "81e4cb760be4b8cd25546f0d30a7a99d22aa05f71adef9a4a8e8ef0c95cf7f2ce79d004d12b4b8f061a73e675791a7723ae1d58e51caf70a0d64c6e60102eaa0" - -[update] -[update.modrinth] -mod-id = "cUhi3iB2" -version = "XxA9k8Fb" diff --git a/pack.toml b/pack.toml index 05c22af..7ebe85e 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "63ea7389baa687cbec350c33b3f598b52f4dec47b78e6a08d3b79ef63270796e" +hash = "5c444b0302b48c41a3f0ebc77fed40526d97457def786fc957a10427d72d7bbc" [versions] minecraft = "1.21.1"