nbtByteSuffix - ChenCMD/datapack-helper-plus-JP GitHub Wiki

ルールの詳細

🎨 Stylistic: これは、フォーマッティングで使用されるスタイル規則です。

byte型タグの接尾辞を指定します。

  • ("b")
  • ("B")

Default

{
    "nbtByteSuffix": "b"
}

👍 良い例

summon minecraft:armor_stand ~ ~ ~ {Invisible: 1b}

👎 悪い例

summon minecraft:armor_stand ~ ~ ~ {Invisible: 1B}

B

{
    "nbtByteSuffix": "B"
}

👍 良い例

summon minecraft:armor_stand ~ ~ ~ {Invisible: 1B}

👎 悪い例

summon minecraft:armor_stand ~ ~ ~ {Invisible: 1b}

History

このルールはDHP 2.0.0で実装されました。

⚠️ **GitHub.com Fallback** ⚠️