nbtShortSuffix - SpyglassMC/Spyglass GitHub Wiki
🎨 Stylistic: this is a stylistic rule used by the formatting feature.
Enforce the suffix of NBT short tags.
- ("s")
- ("S")
{
    "nbtShortSuffix": "s"
}summon minecraft:armor_stand ~ ~ ~ {Fire: 32767s}summon minecraft:armor_stand ~ ~ ~ {Fire: 32767S}{
    "nbtShortSuffix": "S"
}summon minecraft:armor_stand ~ ~ ~ {Fire: 32767S}summon minecraft:armor_stand ~ ~ ~ {Fire: 32767s}This rule was introduced in DHP 2.0.0.