Язык

Player Title for Fabric

Player Title for Fabric

Modrinth

A player title Minecraft mod for Fabric.

1.8k загрузок 3 подписчиков обновлено 16mo ago
последняя v1.1.0 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 &.

Версии

Release
1.1.0
fabric · 1.21, 1.21.1, 1.21.2 · 16mo ago
886
Release
1.1.0
fabric · 1.21, 1.21.1, 1.21.2 · 16mo ago
- Fix player titles locate after player name.
64
Release
1.0.0
fabric · 1.20.1, 1.20.2, 1.20.3 · 17mo ago
869

Комментарии 0

Пока нет комментариев. Будь первым, кто поделится мнением.

Скачать Player Title for Fabric

Файлы отдаются напрямую с первоисточника. Modgrid не хранит и не изменяет их.