config.yml

Defaults

config-version: "1.2.1"

license-key: "PUT-YOUR-LICENSE-KEY-HERE"

settings:
  # Font that's given to new players
  first-join-font: ""
  # Cooldown in seconds for /cf set
  # Bypass permission: customfont.user.set.bypasscooldown
  font-set-cooldown: 15
  # Should there be a difference between
  # "mini" and "Mini"?
  case-sensitivity: false
  # Whether to convert the font name the user set,
  # for example: "Successfully set ᴍÉĒÉ´ÉĒ as a chat font"
  # instead of: "Successfully set mini as a chat font"
  translate-font-name-on-set: true

expansion:
  # Return the input text if the font doesn't exist
  return-text-if-font-invalid: true

hooks:
  essentials:
    # Translates messages from /msg and /reply
    # Permission: customfont.user.essentials.privatemessage
    private-message: true
    # Translates messages from /mail send
    # Permission: customfont.user.essentials.mailmessage
    mail-message: true
  luckperms:
    per-group-fonts:
      # Enabling this causes the behavior of /cf(a) set/reset to be undefined
      enabled: false
      groups:
        default: ""
        vip: mini

# Adds regular expressions to ignore
# Plugins supported (meaning you don't have to add it here):
# - InteractiveChat
ignored-keywords:
  - "Aeon"

Last updated