Langue

Styled Player List

Styled Player List

Modrinth

This mod allows server owners to change player list look!

158.9k téléchargements 376 abonnés mis à jour 3d ago
dernière v3.12.0+26.2 Modrinth
Fabric Quilt 1.16.2 – 26.2 ManagementUtility

Logo

Styled Player List

It's a simple mod that allows server owners to style their player list as they like!
With full permission/requirement support, placeholder api support, multiple styles and player list name overrides.

This mod works only on Fabric and Quilt!

If you have any questions, you can ask them on my Discord

Also check out my other mods and project, as you might find them useful!

Example image

Commands (and permissions):

  • /styledplayerlist - Main command (styledplayerlist.main, available by default)
  • /styledplayerlist reload - Reloads configuration and styles (requires styledplayerlist.reload)
  • /styledplayerlist switch <style> or /plstyle <style> - Changes selected style (styledplayerlist.switch, available by default)
  • /styledplayerlist switchothers <players> <style> - Changes selected style of players (styledplayerlist.switch.others)

Configuration:

You can find config file in ./config/styledplayerlist/.
Some config options allow for dynamic predicates (marked as {/* PREDICATE */}).
See this page for more details.
Formatting uses PlaceholderAPI's Text Parser for which docs you can find here.

{
  // Config version, do not change. Used only for updating from one version to another
  "config_version": 2,
  // Allows selecting id of default player list style
  "default_style": "default",
  // Allows changing messages sent by this mods commands.
  "messages": {
    "switch": "Your player list style has been changed to: <gold>${style}</gold>",
    "unknown": "<red>This style doesn't exist!</red>",
    "no_permission": "<red>You don't have required permissions!</red>"
  },
  // Modifies how player name is displayed
  "player": {
    // Toggles this feature.
    "modify_name": false,
    // Hides player name from player list. Doesn't have any effect on commands, suggestions or entity visibility!
    "hidden": false,
    // Disables this formatting, forcing it to use vanilla one.
    "passthrough": false,
    // Default format of player name
    "format": "%player:displayname%",
    // Enables sending updates when player sends a message
    "update_on_chat_message": false,
    // Enables sending updates every provided amount of ticks. -1 disables it
    "update_tick_time": -1,
    // Custom styles
    "styles": [
      {
        // Requirement of style, used for applying
        "require": {/* PREDICATE */},
        // Applied formatting, same as one above
        "format": "...",
        // Optional. Disables this formatting, forcing it to use vanilla one.
        "passthrough": false,
        // Optional, hides player name from player list. Doesn't have any effect on commands, suggestions or entity visibility!
        "hidden": false
      }
    ]
  },
  // Makes player list show in singleplayer without lan enabled
  "client_show_in_singleplayer": true
}

Styles:

This mod allows having multiple styles, that can be selected by players (just put them in ./config/styledplayerlist/styles/ and use /styledplayerlist reload command)

{
  // Predicate required for usage of this style, required by player
  "require": {/* PREDICATE */},
  // Style name used for display
  "style_name": "Default",
  // Time between updates of the style in ticks. 20 is 1 second. Used for formatting and placeholders
  "update_tick_time": 20,
  // Header of player list style, using simple/static definition (works in "list_footer" too). Allows formatting
  "list_header": [
    "...",
    "..."
  ],
  // Footer of player list style, using animated definition (works in "list_header" too). Allows formatting
  "list_footer": {
    // Number of changes required to change into next frame. This means it updates every (change_rate * update_tick_time) ticks 
    "change_rate": 1,
    // Frames of displayed text. There is no limit for amount of them
    "values": [
      [
        "<red>..."
      ],
      [
        "<blue>..."
      ]
    ],
  },
  // Makes this style hidden from autocompletion, without changing requirements
  "hidden_in_commands": false
}

Build in placeholders:

For supported placeholders list, see Placeholder API's wiki

Versions

Release
3.12.0+26.2
fabric · 26.2 · 3d ago
**Full Changelog**: https://github.com/Patbox/StyledPlayerList/compare/3.11.1+26.1...3.12.0+26.2
125
Release
3.11.1+26.1
fabric · 26.1.2 · 1mo ago
**Full Changelog**: https://github.com/Patbox/StyledPlayerList/compare/3.11.0+26.1...3.11.1+26.1
1.5k
Release
3.11.0+26.1
fabric · 26.1, 26.1.1, 26.1.2 · 2mo ago
**Full Changelog**: https://github.com/Patbox/StyledPlayerList/compare/3.10.0+1.21.11...3.11.0+26.1
1.8k
Release
3.10.0+1.21.11
fabric, quilt · 1.21.11-rc3, 1.21.11 · 6mo ago
**Full Changelog**: https://github.com/Patbox/StyledPlayerList/compare/3.9.0+1.21.9...3.10.0+1.21.11
7.3k
Release
3.9.0+1.21.9
fabric, quilt · 1.21.9-rc1, 1.21.9, 1.21.10 · 8mo ago
**Full Changelog**: https://github.com/Patbox/StyledPlayerList/compare/3.8.0+1.21.6...3.9.0+1.21.9
6.2k
Release
3.8.0+1.21.6
fabric, quilt · 1.21.6, 1.21.7, 1.21.8 · 12mo ago
**Full Changelog**: https://github.com/Patbox/StyledPlayerList/compare/3.7.0+1.21.5...3.8.0+1.21.6
10.2k
Release
3.7.0+1.21.5
fabric, quilt · 1.21.5-rc1, 1.21.5 · 15mo ago
**Full Changelog**: https://github.com/Patbox/StyledPlayerList/compare/3.6.0+1.21.2...3.7.0+1.21.5
4.7k
Release
3.6.0+1.21.2
fabric, quilt · 1.21.2-rc1, 1.21.2, 1.21.3 · 20mo ago
**Full Changelog**: https://github.com/Patbox/StyledPlayerList/compare/3.5.1+1.21...3.6.0+1.21.2
4.7k
Release
3.5.1+1.21
fabric, quilt · 1.21, 1.21.1 · 24mo ago
**Full Changelog**: https://github.com/Patbox/StyledPlayerList/compare/3.5.0+1.21...3.5.1+1.21
31.2k
Release
3.5.0+1.21
fabric, quilt · 1.21-rc1, 1.21 · 24mo ago
**Full Changelog**: https://github.com/Patbox/StyledPlayerList/compare/3.4.0+1.20.5...3.5.0+1.21
957
Release
3.4.0+1.20.5
fabric, quilt · 1.20.5-rc2, 1.20.5, 1.20.6 · 26mo ago
**Full Changelog**: https://github.com/Patbox/StyledPlayerList/compare/3.3.0+1.20.3...3.4.0+1.20.5
1.4k
Release
3.3.0+1.20.3
fabric, quilt · 1.20.3-rc1, 1.20.3, 1.20.4 · 30mo ago
7.2k

Commentaires 0

Aucun commentaire pour l'instant. Sois le premier à donner ton avis.

Télécharger Styled Player List

R 3.12.0+26.2 26.2 fabric 367 KB R 3.11.1+26.1 26.1.2 fabric 361 KB R 3.11.0+26.1 26.1, 26.1.1, 26.1.2 fabric 362 KB R 3.10.0+1.21.11 1.21.11-rc3, 1.21.11 fabric, quilt 392 KB R 3.9.0+1.21.9 1.21.9-rc1, 1.21.9, 1.21.10 fabric, quilt 388 KB R 3.8.0+1.21.6 1.21.6, 1.21.7, 1.21.8 fabric, quilt 383 KB R 3.7.0+1.21.5 1.21.5-rc1, 1.21.5 fabric, quilt 376 KB R 3.6.0+1.21.2 1.21.2-rc1, 1.21.2, 1.21.3 fabric, quilt 357 KB R 3.5.1+1.21 1.21, 1.21.1 fabric, quilt 356 KB R 3.5.0+1.21 1.21-rc1, 1.21 fabric, quilt 356 KB R 3.4.0+1.20.5 1.20.5-rc2, 1.20.5, 1.20.6 fabric, quilt 351 KB R 3.3.0+1.20.3 1.20.3-rc1, 1.20.3, 1.20.4 fabric, quilt 268 KB R 3.2.0+1.20.2 1.20.2-rc2, 1.20.2 fabric, quilt 262 KB R 3.1.1+1.20.1 1.20.1 fabric, quilt 246 KB R 3.1.0+1.20 1.20-rc1, 1.20, 1.20.1 fabric, quilt 246 KB R 3.0.0+1.19.4 1.19.4 fabric, quilt 244 KB R 2.3.0+1.19.3 1.19.3-rc1, 1.19.3, 1.19.4 fabric, quilt 148 KB R 2.2.2+1.19.1 1.19.1, 1.19.2 fabric, quilt 127 KB R 2.2.1+1.19 1.19 fabric, quilt 124 KB B 2.2.0+1.19 1.19-rc2 fabric, quilt 124 KB R 2.1.3+1.18 1.18, 1.18.1, 1.18.2 fabric, quilt 174 KB R 2.1.2 1.17.1 fabric 163 KB R 2.1.1 1.17.1 fabric 162 KB R 2.1.0 1.17 fabric 63 KB R 2.0.1 1.17 fabric 59 KB R 2.0.0 1.17-rc2, 1.17 fabric 59 KB B 2.0.0-pre1 1.17-pre2 fabric 57 KB R 1.2.1 1.16.5 fabric 486 KB R 1.2.0 1.16.2, 1.16.3, 1.16.4 fabric 463 KB R 1.1.4 1.16.2, 1.16.3, 1.16.4 fabric 461 KB R 0.1.3 1.16.2, 1.16.3, 1.16.4 fabric 460 KB R 1.1.2 1.16.2, 1.16.3, 1.16.4 fabric 459 KB R 1.1.1 1.16.2, 1.16.3, 1.16.4 fabric 458 KB R 1.1.0 1.16.2, 1.16.3, 1.16.4 fabric 455 KB R 1.0.0 1.16.2, 1.16.3, 1.16.4 fabric 445 KB

Les fichiers proviennent directement de la source d'origine. Modgrid ne les héberge ni ne les modifie.