Critical Bug Fix: Resolved a major structural flaw in the default config.yml where a duplicate 'discord:' root section existed at the bottom of the file (containing join-quit-messages). Bukkit's YAML parser was silently overwriting the primary 'discord:' block (containing bot-token and enabled) with the bottom block, wiping out the Bot Token from server memory instantly. All properties are now unified under a single root node.