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