a working tab list mod. jesus
This commit is contained in:
parent
d1627b0dd3
commit
dd7afbca2b
5 changed files with 30 additions and 16 deletions
10
config/tablist-common.toml
Normal file
10
config/tablist-common.toml
Normal file
|
@ -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"
|
||||||
|
|
|
@ -49,6 +49,10 @@ file = "config/paxi/resourcepacks/ctm-overhaul.pw.toml"
|
||||||
hash = "3034e3a2bab1e8a76e7c4a0d573c4042647fd0940cedecfeb4a3624c8bf0222c"
|
hash = "3034e3a2bab1e8a76e7c4a0d573c4042647fd0940cedecfeb4a3624c8bf0222c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/tablist-common.toml"
|
||||||
|
hash = "640e8f19ebc0b7e507b6018a7953a3d9fabf1f1c9c645b104ac66f683bc6485d"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/3dskinlayers.pw.toml"
|
file = "mods/3dskinlayers.pw.toml"
|
||||||
hash = "32c59ef169bfdfeb8651ef69157032e6157348373dc9e17bb9e31f218d96f1b3"
|
hash = "32c59ef169bfdfeb8651ef69157032e6157348373dc9e17bb9e31f218d96f1b3"
|
||||||
|
@ -1050,8 +1054,8 @@ hash = "d4243a1c81f30e320fdc18f2865d436aede7a46ef22b33b3bc67dc872949ece7"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/tabtps.pw.toml"
|
file = "mods/tab-list.pw.toml"
|
||||||
hash = "53738abdfe4058a3776449e2eb4771e4f6dde781cdc0af7951d8cc93a0f929c2"
|
hash = "6028ed1da2563c5def1ed0cd57f0472936a126c7a7ee0cee8970fba0f8ef2774"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|
13
mods/tab-list.pw.toml
Normal file
13
mods/tab-list.pw.toml
Normal file
|
@ -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"
|
|
@ -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"
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "63ea7389baa687cbec350c33b3f598b52f4dec47b78e6a08d3b79ef63270796e"
|
hash = "5c444b0302b48c41a3f0ebc77fed40526d97457def786fc957a10427d72d7bbc"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.21.1"
|
minecraft = "1.21.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue