CurseForge · Minecraft mod
Ordered Player List
This mod adds configurable player list order!
Quick answer
Which Ordered Player List release matches 26.2?
Ordered Player List 0.1.6+26.2 targets 26.2 with Fabric, Quilt. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Ordered Player List required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Ordered Player List 0.1.6+26.2 need?
Ordered Player List 0.1.6+26.2 on 26.2. Every mod below is checked against that same setup.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Ordered Player List without breaking your instance.
Built for Ordered Player List 0.1.6+26.2 on 26.2. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use Ordered Player List 0.1.6+26.2. It targets 26.2 with Fabric, Quilt; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside Ordered Player List 0.1.6+26.2. It opens that exact file at the source.
About this project
What does Ordered Player List add?
Ordered Player List
Config
{
// 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"
}
]
}
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 luckperms
{
// 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 placeholders
{
// 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"
}
Project description from CurseForge.
Pick your setup
Ordered Player List by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.2
2 loader builds26.1.2
2 loader builds26.1.1
2 loader builds26.1
2 loader builds1.21.11-snapshot
2 loader builds1.21.11-rc2
2 loader builds1.21.11
2 loader builds1.21.10
2 loader builds1.21.9
2 loader builds1.21.8
2 loader builds1.21.7
2 loader buildsShowing the newest 12 of 38 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Ordered Player List versions and loaders
Ordered Player List 0.1.6+26.2
orderedplayerlist-0.1.6+26.2.jar
17 Jun 2026
Looking for an older file? The official CurseForge project page is in Resources.