NotWiki
  • Who am I?
  • NotCredits
    • What is it?
    • Permissions
    • Placeholders
    • Commands
    • Have problem?
    • Download
    • Developer's API
  • NotChat
    • Welcome
    • Modules
      • Format
      • Message (MSG)
      • Local Chat
      • Games
      • Ping
      • Filter
      • Tab Completer
      • Chat Color
      • Tags
  • Have a problem?
Powered by GitBook
On this page
  1. NotChat
  2. Modules

Format

The Format Module allows you to customize the chat format based on player ranks. You can define different formats for Owners, VIPs, and default players.

  • Configuration File: format.yml

  • Example Format:

formats:
  owner: "<red>[Owner] <gray>[<white>%player_name%<gray>]: <white>%message%"
  vip: "<gold>[VIP] <gray>[<white>%player_name%<gray>]: <white>%message%"
  default: "<gray>[<white>%player_name%<gray>]: <white>%message%"

PreviousModulesNextMessage (MSG)

Last updated 2 months ago