Minecraft TablistRanks mod 2026 download
logo
minecraft mod TablistRanks

TablistRanks

Game Version: 1.17
Total Downloads: 0
Updated: Oct 7, 2021
Created: Oct 7, 2021
Download TablistRanksDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Tablist Ranks 1.0 (MC 1.12.2 - 1.17.1) release 9.68 KB Oct 7, 2021 1.17 0 download TablistRanks Tablist Ranks 1.0 (MC 1.12.2 - 1.17.1) releaseDownload

Description

Share this:

TablistRanks is the ultimate way of configuring your tablist (aka player list).

  • Use the space above and below the tablist to display text. (header & footer)
  • Set a prefix, suffix and name-color for each group on your server.
  • No matter which group/user management plugin your server is running. If it's supported by Vault, it will work with TablistRanks. (Tested using PermissionsEx, LuckPerms and BungeePerms)
  • Don't think using this plugin will make a Scoreboard impossible on your server. It is specifically designed to support Scoreboard plugins.
  • Update the tablist without restarting the server using the lightweight /reloadtablist command. (Rejoining will also update the tablist)

Installation

  1. Stop your Minecraft server.
  2. Download the plugin JAR file of TablistRanks.
  3. Download the plugin JAR file of Vault.
  4. Put the downloaded JAR files into your server's plugins folder.
  5. Start your Minecraft server.
  6. Enjoy!

Commands

Command Description Permission
/reloadtablist Reloads the config file and updates the tablist for all players. tablistranks.reloadtablist

 

Default config file

### Possible color codes for texts:
# &0 - black
# &1 - dark blue
# &2 - dark green
# &3 - dark aqua
# &4 - dark red
# &5 - dark purple
# &6 - gold
# &7 - gray
# &8 - dark gray
# &9 - blue
# &a - green
# &b - aqua
# &c - red
# &d - light purple
# &e - yellow
# &f - white

### Possible formatting codes for texts (can be combined with color codes):
# &k - obfuscated
# &l - bold
# &m - striketrough
# &n - underline
# &o - italic
# &r - resets previously used color and formatting codes

### Possible colors for name-color:
# AQUA
# BLACK
# BLUE
# DARK_AQUA
# DARK_BLUE
# DARK_GRAY
# DARK_GREEN
# DARK_PURPLE
# DARK_RED
# GOLD
# GRAY
# GREEN
# LIGHT_PURPLE
# RED
# WHITE
# YELLOW

# This is the amount of ticks this plugin will wait
# before applying the ranks to the tablist when a player joins.
# This is here for compatibility with scoreboard plugins.
# If you don't use a scoreboard plugin you can safely set this to 0.
delay-tablist-ranks-on-join: 1

# You can use the space above the tablist to display some text if you want to.
enable-tablist-header: false
tablist-header: '&7Greatest Minecraft server{newline}of all time'

# You can use the space below the tablist to display some text if you want to.
enable-tablist-footer: false
tablist-footer: '&eJoin our Discord: https://discord.gg/yVdP58drWy'

groups:
  # This is the group name. It needs to be lower-case in this config!
  # (There should be no difference between the ranks "admin" and "Admin" on your server anyway)
  admin:
    # This is the color of a player's name in the tablist.
    # You can see a list of all colors at the start of this file.
    name-color: RED
    # This is the priority of this group.
    # If this is near the beginning of the alphabet a player will
    # be closer to the top of the tablist.
    # If this is near to the end of the alphabet a player will
    # be closer to the bottom of the tablist.
    priority: A
    # This is the prefix of this group.
    # It will be displayed before a player's name.
    prefix: '&cAdmin '
    # This is the suffix of this group.
    # It will be displayed after a player's name.
    suffix: ' &eis the greatest'
  supporter:
    name-color: AQUA
    priority: B
    prefix: '&bSupporter '
    suffix: ' &3will always help you'
  default:
    name-color: GRAY
    priority: Z
    prefix: '&8Player '
    suffix: ''

Comments

Add a comment