📑config.yml
This its the default config.yml here you can change lang, add aliases, and disable metrics / update checker.
# ╔══════════════════════════════════════════════════════════╗
# ║ MyPlaceholder - Configuration ║
# ╚══════════════════════════════════════════════════════════╝
# ── General ───────────────────────────────────────────────────────
version: "1.0.0"
# Language file to use (must exist in lang/ folder)
# Available: en_US, es_ES
lang: "en_US"
# Plugin command aliases (requires restart to apply)
aliases:
- "mp"
- "mypl"
# ── Debug ─────────────────────────────────────────────────────────
debug: false
# ── Metrics (bStats) ──────────────────────────────────────────────
metrics: true
# ── Update Checker ────────────────────────────────────────────────
check-updates: true
notify-updates: true
Last updated