Skip to content

nbtArrayLengthCheck

SPGoding edited this page Aug 14, 2020 · 1 revision

Rule Details

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

Show diagnostics for NBT arrays that don't have the required amount of tags in it.

  • (true)

Examples

Default

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

Disabled

{
    "nbtArrayLengthCheck": null
}

History

This rule was introduced in DHP 3.0.0.

Clone this wiki locally