promotional bannermobile promotional banner

Custom Tablist

A mod that globally customizes the server’s tablist using a JSON configuration file.

File Details

customtablist-2.0.0

  • R
  • May 5, 2026
  • 15.84 KB
  • 23
  • 1.20.1
  • Forge

File Name

customtablist-2.0.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:custom-tablist-1328584:8045020")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

🆕 Changes in version 2.0.0

  • Removed ThePlaceholderAPI dependency — the mod works standalone, no additional mods required
  • /customtablist reload command — hot-reload the config without restarting the server. Permission level configurable. Confirmation message shown in the player's own language (19 languages supported)
  • Animations — header and footer can be set as an array of frames that rotate automatically
  • Built-in placeholders{player}, {online}, {max}, {ping}, {world}, {dimension}
  • HEX colors — support for &#RRGGBB in addition to classic & color codes
  • Per-dimension config — different header/footer for Overworld, Nether, The End, or any modded dimension. Can be toggled on/off with dimensionsEnabled
  • Instant tablist on join — displayed immediately on connect, without waiting for the first tick cycle
  • Line breaks with \n
  • New config optionsupdateInterval, animationInterval, permissionLevel, dimensionsEnabled
  • Self-documented config — the generated tablist.json includes a _help section explaining every option
  • Fixed internal bug: tablist was updating twice as fast as intended