nbtPathQuote - ChenCMD/datapack-helper-plus-JP GitHub Wiki
🔧 Fixable: これは、校閲機能によって使用される校閲ルールです。
NBTPathのキーに引用符を必要とするかどうか。
- (
false
): 必要なときのみ引用符で囲む。 - (
true
): 常に引用符で囲む。
{
"nbtPathQuote": null
}
data get entity @s Invisible
data get entity @s "Invisible"
data get entity @s "this is crazy"
{
"nbtPathQuote": ["warning", false]
}
data get entity @s Invisible
data get entity @s "this is crazy"
data get entity @s "Invisible"
{
"nbtPathQuote": ["warning", true]
}
data get entity @s "Invisible"
data get entity @s "this is crazy"
data get entity @s Invisible
This rule was introduced in DHP 2.0.0.