nameOfTags - SpyglassMC/Spyglass GitHub Wiki
Enforce a consistent entity tag naming convention.
- (
"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_objective
tag @s add testObjective
tag @s add TestObjective
tag @s add TEST_OBJECTIVE
tag @s add test-objective
This rule was introduced in DHP 2.0.0.