Catch risky config changes early
Updating Paper or Purpur often regenerates large YAML files. Copying settings from a test world to production is another common source of silent mistakes. A quick diff shows what actually changed so you do not ship a surprise simulation-distance cut or a disabled spawn flag.
Paste the old file and the new file, choose properties or YAML-style parsing, and review a unified or side-by-side report. Filter to differences only when you want a short checklist for your change window.