Nick - momoservertw/PlayerdataPlus GitHub Wiki

Format players' nicks and nametag.

Commands: /pdp nick <nick> [color] [player]
Commands: /pdp nick off


Index:


Settings

Auto-Update:: true
  • Auto-Update:s - Update the player's nick from the database when they join the game. Useful for multiple servers.

Limits

By default, players cannot color their names or add color codes to their nicknames.
Bypass permission: playerdataplus.bypass.nick.colorcode.

Limits:
  Length: 8
  Black-List:
    - fuck
    - bitch
  • Length - Custom string length limit for placeholder %nick%. Bypass permission: playerdataplus.bypass.nick.length
  • Black-List - Prevent players input some bad words in their nicks.
    Bypass permission: playerdataplus.bypass.nick.blacklist

Formats

Formatting the nicks and adding player id in their nicks.

Formats:
  Message:
    Set: "&%color%%nick%(%player%)"
    Clear: "&%color%%player%"
  CMI:
    Enable: false
    Nick:
      Set: "&%color%%nick%(%player%)"
      Clear: "&%color%%player%"
    Name-Plate:
      Set:
        Prefix: "&%color%%nick% "
        Suffix: ""
        Color: "f"
      Clear:
        Prefix: ""
        Suffix: ""
        Color: "%color%"
  DiscordSRV:
    Enable: false
    Set: "%nick%(%player%)"
    Clear: "%discord%"
  Commands: []
  Commands-Clear: []
  • CMI
    • Enable - Enable CMI nick formatting.
    • Nick - The format of nick. Support placeholders. More information: PlaceHolders
    • Name-Plate - The format of name plate. Support placeholders. More information: PlaceHolders
  • DiscordSRV - Changing the Discord member nick if the player account is linked.
  • Commands - Executed custom commands when players changed their nicks. More information: Custom Commands
  • Commands-Clear - Executed custom commands when players canceled their nicks.

Groups

Defining the player"s default nick color.

Permission: playerdataplus.nick.group.GROUP

Groups:
  default:
    Priority: 0
    Color: a
  VIP:
    Priority: 1
    Color: b
  MVP:
    Priority: 2
    Color: d
  KING:
    Priority: 3
    Color: e
  GOD:
    Priority: 4
    Color: 6
  GODDESS:
    Priority: 4
    Color: c
  • GROUP - The name of the group, you can customize and add more.
  • Priority - The priority of the group. If a player has multiple permissions, the highest one will be chosen.
  • Color - The default color of this group.
⚠️ **GitHub.com Fallback** ⚠️