New Documentation has been released!
Radiant Tebex
Rank Table Addon
Configuration

Table Addon Configuration

The table can be configured at the top of the tableAddon.twig file.

Ensure to change the category ID near the top of the configuration to match the ID of the category you want the table to display in.

Available configuration

PropertiesValues
rank_tagtrue/false
icontrue/false
textstring or html
⚠️

Set rank_tag and icon to false if you want to use text.

Example for tableAddon.twig

perk_3: {
    rank_tag: false,
    rank_tag_color: "#d14841",
    icon: false,
    iconId: '<i class="mdi mdi-check-decagram" data-feature-icon="check"></i>',
    text: "Mvp+",
}