nbtListCommaSpacing - ChenCMD/datapack-helper-plus-JP GitHub Wiki
🎨 Stylistic: これは、フォーマッティングで使用されるスタイル規則です。
NBTリストのコンマの前後に空白を入れる。設定に関係なく、配列が空の場合は、コンマの後のスペースは常に削除されます。
- (object) Root.
-
before: (数値) コンマの前の空白の数。 -
after: (数値) コンマの後の空白の数。
-
{
"nbtListCommaSpacing": { "before": 0, "after": 1 }
}summon minecraft:armor_stand ~ ~ ~ {Pos: [0.0d, 0.0d, 0.0d]}summon minecraft:armor_stand ~ ~ ~ {Pos: [0.0d,0.0d,0.0d]}
summon minecraft:armor_stand ~ ~ ~ {Pos: [0.0d ,0.0d ,0.0d]}{
"nbtListCommaSpacing": { "before": 0, "after": 0 }
}summon minecraft:armor_stand ~ ~ ~ {Pos: [0.0d,0.0d,0.0d]}summon minecraft:armor_stand ~ ~ ~ {Pos: [0.0d, 0.0d, 0.0d]}
summon minecraft:armor_stand ~ ~ ~ {Pos: [0.0d ,0.0d ,0.0d]}このルールはDHP 2.0.0で実装されました。