Messages & Language
Every line a player sees lives in lang.yml. Nothing is hardcoded, so you can reword, translate, or recolour any of it. Run /dq reload after editing.
Colours
Section titled “Colours”Both classic & codes and hex like #ff0000 work anywhere in a message, through TheAPI. Set any message to an empty string "" to switch it off completely with no blank spam.
prefix: "&8[&6Quests&8] &7"quest-completed: "&aQuest done: &f%quest%&a! Reward is yours."Placeholders in messages
Section titled “Placeholders in messages”Some lines fill in values for you. Use them where the default text does:
| Placeholder | Becomes | Used in |
|---|---|---|
%count% | number of quests / pool size | assigned and reload lines |
%quest% | the quest’s display name | completion and claim lines |
%player% | a player name | reset line |
%time% | time left as text | the menu timer |
%state% | bonus status text | the menu bonus item |
The chat lines
Section titled “The chat lines”| Key | When it shows |
|---|---|
new-quests-assigned | a fresh set is handed out |
quest-completed | a quest is done in auto mode |
quest-completed-claim | a quest is ready to claim in manual mode |
quest-claimed | a player claims a reward |
bonus-completed | the all-five bonus fires |
data-loading | the menu is opened before data has loaded |
no-permission | a player lacks the permission |
reloaded | /dq reload finishes |
reset-usage, reset-done, player-not-found | around /dq reset |
unknown-subcommand | an unknown subcommand is typed |
The menu text
Section titled “The menu text”| Key | Controls |
|---|---|
menu-title | the menu window title |
menu-timer-name, menu-timer-lore | the time-left item |
menu-bonus-name, menu-bonus-lore | the bonus item |
menu-claim-hint | the extra lore on a quest waiting for a manual claim |
menu-claimed-hint | the extra lore on a finished, already-claimed quest |
menu-missing-quest | a quest that was removed from the pool |
bonus-state-locked, bonus-state-ready, bonus-state-claimed | the three bonus states |
Time format
Section titled “Time format”The countdown is built from two small format lines so you can style it:
time-format-hours: "%hours%h %minutes%m"time-format-minutes: "%minutes%m"