timeOmitTickUnit - ChenCMD/datapack-helper-plus-JP GitHub Wiki
🎨 Stylistic: これは、フォーマッティングで使用されるスタイル規則です。
Whether or not to omit the tick units of time arguments. 可能であれば、tickの単位を省略するかどうか。
- (boolean)
{
"timeOmitTickUnit": false
}
schedule function spgoding:test 1t
schedule function spgoding:test 1
{
"timeOmitTickUnit": true
}
schedule function spgoding:test 1
schedule function spgoding:test 1t
このルールはDHP 2.0.0で実装されました。