nameOfTags - ChenCMD/datapack-helper-plus-JP GitHub Wiki
タグに一貫した命名規則を適用します。
- (
"camelCase") - (
"PascalCase") - (
"snake_case") - (
"SCREAMING_SNAKE_CASE") - (
"kebab-case")
{
"nameOfTags": null
}tag @s add testObjective
tag @s add TestObjective
tag @s add test_objective
tag @s add TEST_OBJECTIVE
tag @s add test-objective{
"nameOfTags": ["warning", "snake_case"]
}tag @s add test_objectivetag @s add testObjective
tag @s add TestObjective
tag @s add TEST_OBJECTIVE
tag @s add test-objectiveこのルールはDHP 2.0.0で実装されました。