Skip to content

strictAdvancementCheck

SPGoding edited this page Apr 26, 2020 · 1 revision

Rule Details

⚠️ Diagnostic: this is a diagnostic rule used by the diagnostic feature.

🔧 Fixable: violations of this rule can be fixed by Code Actions.

Show diagnostics for advancements that don't exist in neither the current workspace nor the vanilla datapack (if the env.dependsOnVanilla config is set to true).

  • (true)

Examples

Default

{
    "strictAdvancementCheck": null
}

True

{
    "strictAdvancementCheck": ["warning", true]
}

History

This rule was introduced in DHP 2.0.0.

Clone this wiki locally