Skip to main content

Module tablist

Module tablist 

Source
Expand description

Tablist module - custom header/footer with dynamic placeholders.

§Configuration

FieldDefaultDescription
enabledfalseWhether this module is active
header""Header text. Supports placeholders and Minecraft formatting codes
footer""Footer text. Supports placeholders and Minecraft formatting codes

§Placeholders

PlaceholderDescriptionExample Output
{player}Current player’s nameNotch
{online}Number of online players42
{tps}Server TPS (ticks per second)20.0
{mspt}Milliseconds per tick5.2

Structs§

Tablist
Handles tab-list mechanics, including custom messages.
TablistConfig
Configuration for the tablist mechanics module.