# The max amount of characters a nickname should be, not including formatting
# (so a name like <red>Billy<yellow>Bob would only count 'BillyBob' - and would be 8 characters)
# Setting this number to any number below "3" could cause unintended side effects
# The regex of valid final nickname characters.
# Be warned that putting non-alphanumeric characters may result in issues with other plugins and other unintended side effects
nickname-regex: '[A-Za-z0-9_]+'
# What should require permission set by a permission plugin?
# Blocks certain names from being used as nicknames
# Expiration times are in days, setting to -1 will make it so it never expires
# How many nicknames can be saved?
# Should names be changed in tablist?
# (Keep this false if you use any other tablist plugin, there are placeholder API placeholders to use on those)
# What prefix should be given for players who have a nickname? put "" if you want no prefix
# Development option, this will flood your logs, discouraged from enabling unless asked