Ordered Player List

⭐ — (29 endorsements) 📥 6,296 downloads 📌 v0.1.6+26.2 📅 8/17/2023
🟡 Updated this year

By DrexHD · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 6/17/2026 📅 Created: 8/17/2023
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.5% endorsement rate
  • 🏆 #820 of 893 fabric mods in this game by downloads

📋 About This Mod

# Ordered Player List ## Config ```json5 { // Every how many ticks order changes should be checked and updated "updateRate": 5, // Display prefix metadata above the player "displayPrefix": true, // Display suffix metadata above the player "displaySuffix": true, // A list of comparisons, applied top to bottom. // In this example, rank weight will be checked first, then people with same rank weight will be sorted by playtime... "order": } ``` *(`displayPrefix` and `displaySuffix` have been removed in all versions for Minecraft 1.21.2 and higher.)* ## Comparisons Comparisons allow to define how players should be ordered in the player list. They are applied top to bottom. That means if a comparison was evaluated to be equal for two players, the next one down will be used to determine player order instead. It may sometimes be beneficial to interpret data as an integer or a floating point number, instead of string comparisons. Parsing modes are used to tell the mod how it should interpret a string to apply the correct comparison method. Available parsing modes are `integer`, `string`, `double`, `long` and `boolean`! There are currently two different comparison types available: ### Metadata Useful for player comparison based on metadata from mods like (https://luckperms.net/wiki/Prefixes,-Suffixes-&-Meta#meta) ```json5 { // Metadata key that should be checked against "key": "<key>", // Whether the comparison should be reversed "reversed": false, // Parsing mode "mode": "<mode>", "type": "metadata" } ``` ### Placeholders Allows for player comparison using (https://placeholders.pb4.eu/user/default-placeholders/) ```json5 { // Placeholder id (without %) "placeholder": "<placeholder>", // Optional argument used in placeholders "argument": "<argument>", // Whether the comparison should be reversed "reversed": false, // Parsing mode "mode": "<mode>", "type": "placeholder" } ```

# Ordered Player List

## Config ```json5 { // Every how many ticks order changes should be checked and updated "updateRate": 5, // Display prefix metadata above the player "displayPrefix": true, // Display suffix metadata above the player "displaySuffix": true, // A list of comparisons, applied top to bottom. // In this example, rank weight will be checked first, then people with same rank weight will be sorted by playtime... "order": [ { "key": "weight", "reversed": true, "mode": "integer", "type": "metadata" }, { "placeholder": "player:statistic", "argument": "play_time", "reversed": true, "mode": "integer", "type": "placeholder" }, { "placeholder": "player:pos_y", "reversed": false, "mode": "double", "type": "placeholder" }, { "placeholder": "player:statistic", "argument": "deaths", "reversed": false, "mode": "integer", "type": "placeholder" }, { "placeholder": "player:name", "reversed": false, "mode": "string", "type": "placeholder" } ] } ``` (`displayPrefix` and `displaySuffix` have been removed in all versions for Minecraft 1. 21. 2 and higher.)

## Comparisons Comparisons allow to define how players should be ordered in the player list. They are applied top to bottom. That means if a comparison was evaluated to be equal for two players, the next one down will be used to determine player order instead.

It may sometimes be beneficial to interpret data as an integer or a floating point number, instead of string comparisons. Parsing modes are used to tell the mod how it should interpret a string to apply the correct comparison method. Available parsing modes are `integer`, `string`, `double`, `long` and `boolean`!

There are currently two different comparison types available: ### Metadata Useful for player comparison based on metadata from mods like (https://luckperms.net/wiki/Prefixes,-Suffixes-&-Meta#meta) ```json5 { // Metadata key that should be checked against "key": "", // Whether the comparison should be reversed "reversed": false, // Parsing mode "mode": "", "type": "metadata" } ```

### Placeholders Allows for player comparison using (https://placeholders.pb4.eu/user/default-placeholders/) ```json5 { // Placeholder id (without %) "placeholder": "", // Optional argument used in placeholders "argument": "", // Whether the comparison should be reversed "reversed": false, // Parsing mode "mode": "", "type": "placeholder" } ```

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
DrexHD
Version
0.1.6+26.2
Downloads
6,296
Endorsements
29
Category
fabric
Created
8/17/2023
Updated
6/17/2026
Game Versions
26.2
Tags
management, utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Ordered Player List support?

The author lists 26.2. Other versions may work but are untested by the author.

What is the latest version of Ordered Player List?

Version 0.1.6+26.2, published 2026-06-17 with 6,296 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More fabric 👤 More by DrexHD 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods