Skip to main content

Module nickname

Module nickname 

Source
Expand description

Nickname module — set or remove player nicknames with JSON persistence.

§Commands

CommandAliasesPermissionDescription
/nickname [name]nickpumpkinplus:command.nicknameSet or remove nickname

§Configuration

FieldDefaultDescription
enabledfalseWhether this module is active

§Mechanics

  • /nickname — clears the player’s nickname.
  • /nickname <name> — sets the player’s nickname.
  • Nicknames are persisted in {data_folder}/nicknames.json.
  • On join, the stored nickname is applied to the player’s display name and tab list name.
  • A confirmation message is sent via the action bar.

Structs§

Nickname
Handles player nicknames.
NicknameConfig
Configuration for the nickname mechanics module.