1# MinecraftWrapped Configuration2# A Spotify Wrapped-style stats plugin for Minecraft34# Only put license here if told to by support representatives.5license: "key-goes-here"67# Database Credentials8# If you have multiple servers, it's recommended that you9# use a separate database for each of your gamemodes. For10# example, Factions has 1 database, Skyblock has another,11# and SMP has another. As if you use the same one all12# the stats from all servers will be collected in 1 database13# and will not be separable.14database:15host: ""16port: 330617database: ""18username: ""19password: ""20use-ssl: true2122# Date Configuration (Use DD/MM/YYYY format)23# Leave empty to track from the beginning24tracking-start-date: "01/01/2026"2526# Leave empty to track indefinitely27tracking-end-date: "31/12/2026"2829# When can players view their wrapped?30# Use "anytime" to allow viewing at any time31# Or use DD/MM/YYYY to restrict viewing until a specific date32wrapped-view-allowed-after-date: "anytime"3334# Auto-save Configuration35# How often should cached stats be synced to the database? (in minutes)36sync-interval-minutes: 53738# Send a message on login reminding players to view their wrapped39login-reminder:40enabled: true4142# Stat Tracking Toggles43# Enable or disable specific stat types44tracking:45mob-kills: true46blocks-mined: true47blocks-placed: true48chat-messages: true49private-messages: true50totem-uses: true51mobs-breeded: true52times-crouched: true53times-swam: true54meters-ran: true55meters-swam: true56items-picked-up: true57items-dropped: true58items-crafted: true59mobs-tamed: true60damage-dealt: true61damage-taken: true62players-killed: true63deaths: true6465# Commands to listen to for private message tracking66message-commands:67- "message"68- "msg"69- "tell"70- "whisper"71- "m"7273# Commands to listen to for reply tracking74reply-commands:75- "reply"76- "r"