⚙️Configuration

The configurations are found at .../plugins/CustomFont/

⚙️ Default config.yml

# This plugin utilizes bStats which collects anonymous data (https://bstats.org)
# You can find statistics about this plugin at https://bstats.org/plugin/bukkit/CustomFont/20572
# If you wish to disable data collection, change "enabled: true" to "enabled: false" in .../plugins/bStats/config.yml
# Plugin documentation: https://aeonxd.gitbook.io/docs/plugins/customfont
# Config version, do NOT edit
config-version: "1.3.2"

# Don't have a key yet? Get one @ https://discord.com/invite/Y3n893SZ2K
license-key: "PUT-YOUR-LICENSE-KEY-HERE"

settings:
  update:
    # Disable if you don't want to check for updates
    check_updates: true
    # How often to check for updates (in hours)
    # Default: 24
    check_interval: 24
  # 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
  # Change this if your message translation doesn't work
  # Available priorities: LOWEST, LOW, NORMAL, HIGH, HIGHEST
  # Note that changing this can break plugins which modify messages
  # or scan for blacklisted words
  # Default: HIGH
  translation-priority: HIGH

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
  discordsrv:
    minecraft-to-discord: true
    discord-to-minecraft-font: mini

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

⚙️ Default messages.yml

Last updated