-
Notifications
You must be signed in to change notification settings - Fork 34
nbtShortSuffix
SPGoding edited this page Apr 26, 2020
·
1 revision
🎨 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.