作者:rebot | 分类:模组
Minecraft 版本: 1.20.1
平台: forge
标签: utility
ForgeTPS is a Minecraft mod that adds server performance information to the player list (Tab menu) header and footer.
Available placeholders for customization:
tabHeader — supports only %playername% to display the player's name.tabFooter — supports %tps%, %mspt%, %ping% to show server performance stats.The mod configuration is located in the forgetps.json file in the config folder.
Default configuration example:
{
"tabHeader": "Welcome, %playername%!",
"tabFooter": "TPS: %tps% | Ping: %ping% | MSPT: %mspt%",
"enableNicknameColorChange": true,
"customDimensions": {
"minecraft:overworld": "GREEN",
"minecraft:the_nether": "RED",
"minecraft:the_end": "LIGHT_PURPLE",
"undergarden:undergarden": "DARK_GREEN",
"ae2:spatial_storage": "WHITE"
}
}
tabHeader — header text in the tab menu; only %playername% is allowed here.tabFooter — footer text in the tab menu; supports %tps%, %mspt%, %ping% for performance stats and ping.enableNicknameColorChange — if true, changes player nickname color based on dimension.customDimensions — dictionary for setting nickname colors per dimension. Key — dimension ID, value — color.For customDimensions, the following colors are available:
BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE.TabTPS mod into the mods folder.tabtps.json (auto-generated on first launch).请登录后举报
暂无评论,抢个沙发吧~