Language

Player Title for Fabric

Player Title for Fabric

Modrinth

A player title Minecraft mod for Fabric.

1.8k downloads 3 followers updated 16mo ago
Modrinth
Fabric 1.20.1 – 1.21.4 ManagementUtility

Player Title for Fabric

A player title Minecraft mod for Fabric.

CI
GitHub License
Latest Release
Static Badge
Stars

Via Config

The config file is pt4f.json, powered by Midnight Lib.

All operations can be done via config, an example is shown below:

{
  "runningMode": "api",
  "rootCommandAlias": "pt4f",
  "defaultTitle": "",
  "prefix": "",
  "suffix": " ",
  "playerTitleData": [
    "3db42575-2d30-381e-b767-ea78178345ae,[Some Text Here]",
    "de6c7baa-0bd3-34f4-81e0-2a85bbae7554,\u00265[Player Title]\u0026r"
  ]
}
  • runningMode: "api" or "mixin" (WIP)
  • rootCommandAlias: an alias of the root command (WIP)
  • defaultTitle, prefix, suffix
  • playerTitleData:
    Every item is a title data, following the format below:
    UUIDOrPlayerName, (seperated with a comma) TitleText

Don't forget to reload the config by using "/playertitle reload"

Via Commands

Also some can be done via commands, for now there's mainly 2 commands:

  • /playertitle grant <PlayerSelector> <title> // will record player uuid
  • /playertitle grant -o <OfflinePlayerName> <title> // will record player name
  • /playertitle revoke <PlayerSelector> // will record player uuid
  • /playertitle revoke -o <OfflinePlayerName> // will record player name

Note:

  1. If more than one player is provided, overwrite mode will automatically turn off, which means you can't replace title of players that already have one, while it's on when one or an offline player name is provided.
  2. UUIDs have higher priority than player names.
  3. If using format code in commands, you need to use & instead of §,and && to represent &.

Versions

No version history available. Use the Download button to get the latest from the source.

Comments 0

No comments yet. Be the first to share your thoughts.

Download Player Title for Fabric

Files are served directly from the original source. Modgrid does not host or modify them.