diff --git a/src/main/resources/Localization/zh/Item/Default/Default.yml b/src/main/resources/Localization/zh/Item/Default/Default.yml index ac2b6547..ef56236f 100644 --- a/src/main/resources/Localization/zh/Item/Default/Default.yml +++ b/src/main/resources/Localization/zh/Item/Default/Default.yml @@ -102,9 +102,9 @@ # #物品标签 NBT [Type:Map-?] (支持随机) # 描述: 将NBT数据设置到物品NBT中,可输入/si nbt查看 -# 转换类型示例: (只支持byte/short/int/long/float/double, 暂时不支持byte[]\int[]\long[]) -# key1: "[int]" # 将1-100的整数字符串转为int整数 -# key2: "[double]" # 将1-100的小数字符串转为double小数 +# 转换类型示例: (只支持byte/short/int/long/float/double) +# key1: '[int]' # 将1-100的整数字符串转为int整数 +# key2: '[double]' # 将1-100的小数字符串转为double小数 # #堆叠组件: Components [Type:Map] # 描述: 高度自定义物品 仅1.20.6+支持 (插件为1.21.1+) @@ -218,8 +218,8 @@ Default-3: - '&cu - &7UUID随机&r []' - '&cj - &7脚本处理&r []' - '' - - "&e局部变量调用全局变量请用 ~" - - "&c ~ &7在 yml 中表示 &4null" + - '&e局部变量调用全局变量请用 ~' + - '&c ~ &7在 yml 中表示 &4null' - '&7覆盖全局变量结果-> ' - '&7全局和局部混合结果-> ' - '' @@ -234,12 +234,12 @@ Default-3: NBT: # 转成对应的数据类型 StringConvert: - byte: "[byte]" - short: "[short]" - int: "[int]" - long: "[long]" - float: "[float]" - double: "[double]" + byte: '[byte]' + short: '[short]' + int: '[int]' + long: '[long]' + float: '[float]' + double: '[double]' Default-4: Type: Import