
Better Tab
Better Tab improves the player list, making it scrollable and adding numerical ping.
Обновлён 23 июня 2026 г. · опубликован 30 сентября 2024 г.

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
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 2.2.1+26.2 | Релиз | 26.2 | fabric | 23 июня 2026 г. | .jar (48 КБ) |
| 2.2.1+26.1.2 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 19 апреля 2026 г. | .jar (49 КБ) |
| 2.2.0+26.1 | Релиз | 26.1 | fabric | 28 марта 2026 г. | .jar (49 КБ) |
| 2.1.5+1.21.11 | Релиз | 1.21.9, 1.21.10, 1.21.11 | fabric | 10 декабря 2025 г. | .jar (46 КБ) |
| 2.1.5+1.21.6 | Релиз | 1.21.6, 1.21.7, 1.21.8 | fabric | 10 декабря 2025 г. | .jar (46 КБ) |
| 2.1.4+1.21.10 | Релиз | 1.21.9, 1.21.10, 1.21.11 | fabric | 22 октября 2025 г. | .jar (45 КБ) |
| 2.1.3+1.21.9 | Релиз | 1.21.9-rc1, 1.21.9, 1.21.10 | fabric | 28 сентября 2025 г. | .jar (45 КБ) |
| 2.1.2+1.21 | Релиз | 1.21, 1.21.1 | fabric | 11 июля 2025 г. | .jar (45 КБ) |
| 2.1.2+1.20.5 | Релиз | 1.20.5, 1.20.6 | fabric | 11 июля 2025 г. | .jar (45 КБ) |
| 2.1.2+1.21.6 | Релиз | 1.21.6, 1.21.7, 1.21.8 | fabric | 21 июня 2025 г. | .jar (45 КБ) |
| 2.1.1+1.21.5 | Релиз | 1.21.5 | fabric | 19 мая 2025 г. | .jar (45 КБ) |
| 2.1.0+1.20.1 | Релиз | 1.20, 1.20.1 | fabric | 16 апреля 2025 г. | .jar (49 КБ) |
| 2.1.0+1.21.5 | Релиз | 1.21.5 | fabric | 15 апреля 2025 г. | .jar (45 КБ) |
| 2.0.0+1.21.5 | Релиз | 1.21.4, 1.21.5 | fabric | 24 марта 2025 г. | .jar (43 КБ) |
| 1.0.0+1.21.4 | Релиз | 1.21.4 | fabric | 4 декабря 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
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.
Комментарии
Загружаем…





