MythicTab icon
Server Exclusive

MythicTab

A rank-aware tablist with custom branding and live placeholder data.

Server exclusive
Spigot downloads
Modrinth downloads
Private buildRelease status
1.0.0Current version
Last public update

Full overview

A rank-aware tablist with custom branding and live placeholder data.

MythicTab turns the player list into a branded server interface. Headers and footers can show server information while player entries include rank formatting and live data.

Sorting is independent from scoreboard teams, so rank order does not interfere with unrelated scoreboard systems.

Best suited toRPG and community servers that want a polished rank-aware tablist.

How it works

Format groups, define their order and build names from placeholders

The configuration defines update timing, rank order and formatting for each group.

Built-in tokens and PlaceholderAPI values can be used in the header, footer and Tab-Name template.

Administration

Configuration and live-server use

Commands, permissions, configuration files and architecture are documented below from the supplied project.

CompatibilityPaper/Spigot 1.18+IntegrationsPlaceholderAPI, Vault, GroupManager, LevelCraftVersion1.0.0

Feature breakdown

Everything included in MythicTab

Feature coverage is backed by the supplied project source.

Custom header and footer

Implemented by the supplied source project and expanded in the source reference below.

Rank sorting

Implemented by the supplied source project and expanded in the source reference below.

Group formatting

Implemented by the supplied source project and expanded in the source reference below.

Built-in placeholders

Implemented by the supplied source project and expanded in the source reference below.

PlaceholderAPI support

Implemented by the supplied source project and expanded in the source reference below.

Vault, GroupManager and LevelCraft hooks

Implemented by the supplied source project and expanded in the source reference below.

Getting started

Installation and rollout

Review the source-verified reference before production deployment.

  1. 1

    Install optional integrations as needed.

  2. 2

    Set Rank-Order to exact group names.

  3. 3

    Configure group display names, prefixes and colours.

  4. 4

    Edit Header, Footer and Tab-Name, then reload.

Source-verified reference

Checked against MythicTab 1.0.0

This static reference is built from the supplied plugin.yml, YAML resources and Java source. No browser-generated documentation is used.

Main classme.Ghoul.MythicTab.MainAPI version1.18Java classes1 Hard dependenciesNoneSoft dependenciesPlaceholderAPI, Vault, GroupManager, LevelCraftLoad beforeNone

Commands

1 declared command

Aliases, usage and permissions come directly from plugin.yml.

/

/mythictab

MythicTab admin command

Aliases: /mtab, /tab · Usage: /mythictab reload · Permission: None declared

Permissions

1 declared permission node

Defaults and descriptions come directly from plugin.yml.

mythictab.admin

Allows access to MythicTab admin commands

Default: op

Configuration reference

1 bundled YAML file

Top-level sections and defaults are summarised from the supplied resources.

config.yml

  • Enabled — True
  • Update-Seconds — 5
  • Sorting — 2 nested settings: Enabled, Rank-Order
  • Group-Formatting — 5 nested settings: Enabled, Default-Color, Default-Name-Color, Default-Prefix, Groups
  • Header — 5 configured entries
  • Footer — 4 configured entries
  • Tab-Name — {tab_prefix}{tab_name_color}{player} &8[&6Lvl %levelcraft_total_level%&8]

Source architecture

1 Java classes across 1 packages

me.Ghoul.MythicTab (1)

Core systems

Main

Tokens & placeholders

Text tokens found in the source

Availability depends on the feature that references each token.

%levelcraft_total_level%{displayname}{group_color}{group}{max_players}{online}{ping}{player}{prefix}{suffix}{tab_name_color}{tab_prefix}{tab_rank}{world}

Related projects

Continue exploring