Перейти к содержимому
Mineforgian

Better Tab

Better Tab improves the player list, making it scrollable and adding numerical ping.

351K загрузок223 подписчиковLicenseRef-BetterTab-Licensefabric

Обновлён 23 июня 2026 г. · опубликован 30 сентября 2024 г.

BetterTab logo


discord-plural fabric-api yacl modmenu

Better Tab is a mod that improves the player list, making it scrollable and adding a numerical ping display. The default minecraft player list only shows up to 80 players, and on smaller screens they will overlap making it difficult to read. Better Tab makes the player list scrollable, making sure no entries overlap and infinite players can be seen.


Showcase (Without & with the mod)

Comparison between when using the mod, and when not. Without the mod comes first.


For developers

Developer Documentation BetterTab also includes a "library" that can help you render icons next to a player on the player list.

This could for example be useful if you want to have a synced logo for everyone using your mod or modpack. BetterTab can then help you with the rendering part.

To insert a badge, simply register a badge provider, and insert your icons into the badge array. This could look like this:

import static tab.bettertab.tabList.BadgeManager.registerBadgeProvider;

public class MyMod implements ModInitializer {
    @Override
    public void onInitialize() {
        // You can easily add your own badges by registering a provider like the following example.
        registerBadgeProvider((player, badgeList) -> {
            if (player.getProfile().getName().equals("Fy17")) {
                badgeList.add(Identifier.of("myMod", "textures/gui/example.png"));
            }
        });
    }
}

Check out my other mods

adaptivehud adaptivehud

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
2.2.1+26.2Релиз26.2fabric23 июня 2026 г..jar (48 КБ)
2.2.1+26.1.2Релиз26.1, 26.1.1, 26.1.2fabric19 апреля 2026 г..jar (49 КБ)
2.2.0+26.1Релиз26.1fabric28 марта 2026 г..jar (49 КБ)
2.1.5+1.21.11Релиз1.21.9, 1.21.10, 1.21.11fabric10 декабря 2025 г..jar (46 КБ)
2.1.5+1.21.6Релиз1.21.6, 1.21.7, 1.21.8fabric10 декабря 2025 г..jar (46 КБ)
2.1.4+1.21.10Релиз1.21.9, 1.21.10, 1.21.11fabric22 октября 2025 г..jar (45 КБ)
2.1.3+1.21.9Релиз1.21.9-rc1, 1.21.9, 1.21.10fabric28 сентября 2025 г..jar (45 КБ)
2.1.2+1.21Релиз1.21, 1.21.1fabric11 июля 2025 г..jar (45 КБ)
2.1.2+1.20.5Релиз1.20.5, 1.20.6fabric11 июля 2025 г..jar (45 КБ)
2.1.2+1.21.6Релиз1.21.6, 1.21.7, 1.21.8fabric21 июня 2025 г..jar (45 КБ)
2.1.1+1.21.5Релиз1.21.5fabric19 мая 2025 г..jar (45 КБ)
2.1.0+1.20.1Релиз1.20, 1.20.1fabric16 апреля 2025 г..jar (49 КБ)
2.1.0+1.21.5Релиз1.21.5fabric15 апреля 2025 г..jar (45 КБ)
2.0.0+1.21.5Релиз1.21.4, 1.21.5fabric24 марта 2025 г..jar (43 КБ)
1.0.0+1.21.4Релиз1.21.4fabric4 декабря 2024 г..jar (39 КБ)

Показаны последние 15 из 20 версий. Все версии — на Modrinth.

Ченджлог

2.2.1+26.2Релиз26.2 · 23 июня 2026 г.

Updated to 26.2 - thanks to Coredex for porting

2.2.1+26.1.2Релиз26.1, 26.1.1, 26.1.2 · 19 апреля 2026 г.

Fixed key mappings not working Added 26.1.1 and 26.1.2

2.2.0+26.1Релиз26.1 · 28 марта 2026 г.

Updated the mod to 26.1 (Mojang mappings, java 25)

Traditional Chinese Translation - StarsShine11904

Fixed #22 and #23

2.1.5+1.21.11Релиз1.21.9, 1.21.10, 1.21.11 · 10 декабря 2025 г.

Added total player number (#18)

2.1.5+1.21.6Релиз1.21.6, 1.21.7, 1.21.8 · 10 декабря 2025 г.

Added total player number (#18)

2.1.4+1.21.10Релиз1.21.9, 1.21.10, 1.21.11 · 22 октября 2025 г.

Fixed category keybind name

2.1.3+1.21.9Релиз1.21.9-rc1, 1.21.9, 1.21.10 · 28 сентября 2025 г.

Updated the mod to 1.21.9-rc1+

2.1.2+1.21Релиз1.21, 1.21.1 · 11 июля 2025 г.

Backported v2.1.2 to 1.21-1.21.1

Полная история изменений — на Modrinth.

Комментарии

Загружаем…