Mineuniverse
Log in Register
Mods

Ordered Player List

Adds configurable player list order
by drexhd
Download Claim this project
3,343 downloads
0 likes
Updated Jun 30, 2026
0 hypes

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"
}
Ordered Player List 0.1.6+26.2
MC Fabric, Quilt, 26.2
Release 2026-06-17 Get
Ordered Player List 0.1.7+1.21.1
MC Fabric, 1.21.1, Quilt
Release 2026-05-02 Get
Ordered Player List 0.1.6+26.1
MC Fabric, Quilt, 26.1, 26.1.1, 26.1.2
Release 2026-03-25 Get
Ordered Player List 0.1.6+1.21.1
MC Fabric, 1.21.1, Quilt
Release 2025-12-05 Get
Ordered Player List 0.1.4+1.21.10
MC Fabric, Quilt, 1.21.10
Release 2025-12-05 Get
Ordered Player List 0.1.6+1.21.11-rc2
MC Fabric, Quilt, 1.21.11-snapshot, 1.21.11
Release 2025-12-05 Get
Ordered Player List 0.1.4+1.21.6-rc1
MC 1.21.6-snapshot, Fabric, 1.21.8, 1.21.7, 1.21.6, Quilt
Release 2025-06-13 Get
Ordered Player List 0.1.4+1.21.5-rc1
MC 1.21.5, Fabric, 1.21.5-Snapshot, Quilt
Release 2025-03-23 Get
Ordered Player List 0.1.5+1.21.1
MC Fabric, 1.21.1, Quilt
Release 2025-02-19 Get
Ordered Player List 0.1.4+1.21.2-rc2
MC 1.21.2-Snapshot, Fabric, 1.21.4, 1.21.3, Quilt, 1.21.2
Release 2024-10-22 Get
Ordered Player List 0.1.4 for 1.21
MC 1.21, 1.20.5, Fabric, 1.20.6, Quilt
Release 2024-06-13 Get

More from drexhd

PerPlayerWanderingTraders
889,181
OfflineCommands
781,173
MagicParticles
777,528
FabricEssentials
7,627
VillagerConfig
6,489,331
AntiXray ((Neo)Forge)
436,619

You Might Also Like

APTweaks: Items (11.x Classic)
Item clustering (fallen blocks, experience orbs, ...) and garbage cleanup.
9,884,514
VanillaDeathChest (Fabric)
Places containers when players die that contain their items.
994,762
Styled Nicknames
Simple, but configurable nicknaming mod allowing your server's players (and admins) to change their nickname with full formatting support
989,499
Tiquality
Make server lag the problem of the source player.
99,489
Blame (Fabric)
Those gosh darn crashlogs not saying which worldgen feature is crashing!
99,012
Weathering with You
Forecast Minecraft weather with a radar or a hat!
98,579