# ╔════════════════════════════════════════════╗
# ║ QUICKCHAT CONFIGURATION ║
# ║ Created by Kevin_Quick ║
# ╚════════════════════════════════════════════╝
# ➤ You can disable lines by adding "#" at the beginning (Optional)
# ➤ Compatible with any version of Minecraft
# ╔══════════════════╗
# ║ GLOBAL FORMAT ║
# ╚══════════════════╝
default-global:
# Additional text (e.g., PlaceholderAPI)
variables-extras: " "
# Player prefix (e.g., LuckPerms rank)
prefix: "%luckperms_prefix%"
# Player name
name: "%player_name%: "
# Text after the name (you can use it as a separator)
suffix: " "
# Chat message color
chat_color: "&f"
# ╔═══════════════════════════════╗
# ║ GROUP-BASED FORMAT (LuckPerms)║
# ╚═══════════════════════════════╝
groups:
default:
# Same format as global but for the "default" group
variables-extras: " "
prefix: " "
name: "&7%player_name%: "
suffix: " "
chat_color: "&7"
# ╔═══════════════════════╗
# ║ PRIVATE MESSAGES / PMs║
# ╚═══════════════════════╝
private-messages:
format:
# Format when you send a message
to: "&bYou -> {receiver}: &f{message}"
# Format when you receive a message
from: "&b{sender} -> You: &f{message}"
# Sound effect when receiving a private message
sound:
enabled: false
name: "ORB_PICKUP"
volume: 1.0
pitch: 1.0
# ╔═══════════════════════╗
# ║ SPY MODE ║
# ╚═══════════════════════╝
spy:
# How the message looks when someone with spy mode sees a private message
format: "&c[Spy] {sender} -> {receiver}: {message}"
messages:
enabled: "&aSpy mode enabled. You can now see private messages."
disabled: "&cSpy mode disabled."
# ╔═══════════════════════╗
# ║ INTERNAL SETTINGS ║
# ╚═══════════════════════╝
settings:
# Enable debug mode (show errors/details in console)
debug: false
# ╔═══════════════════════╗
# ║ EVENT PRIORITY ║
# ╚═══════════════════════╝
event-priority:
# Chat event priority (interaction with other plugins)
# Priority for the chat event (LOWEST, LOW, NORMAL, HIGH, HIGHEST, MONITOR)
chat: "NORMAL"
# Convert uppercase to lowercase if too many
convert-uppercase: true
uppercase-threshold-percentage: 80
min-uppercase-message-length: 4
# ╔═══════════════════════╗
# ║ CONSOLE FORMAT ║
# ╚═══════════════════════╝
# How chat appears in the server console
console-log-format: "[CHATLOG] %luckperms_prefix%%player_name%: &F{message}"