πŸ“œConfiguration

Configuration File

lang: "en-US"
date-format: "HH:mm:ss dd/MM/yyyy"

# If you use Velocity and have BasementLib installed on Velocity, set to true
enable-proxy-support: false

# In Seconds
disband-confirm-time: 15

name:
  max-length: 10
  # Regex
  allowed-characters:
    - "[a-zA-Z0-9_]+"
tag:
  max-length: 10
  format: "&e[%tag%]"
  # Regex
  allowed-characters:
    - "[a-zA-Z0-9_]+"
description:
  max-length: 128

max-members: 30

messages:
  list:
    max-characters: 80

papi:
  user-not-found: "Not found"
  guild-not-found: "Not found"
  no-guild-no-tag: ""
  guild-no-tag: ""
  guild-no-description: ""

luckperms:
  use-prefix-in-messages: true

prefix:
  # Set empty to disable -> ""
  set-tag: "lp user %uuid% meta setsuffix 1 \"%tag%\""
  # Set empty to disable -> ""
  remove-tag: "lp user %uuid% meta removesuffix 1"

Last updated