diff --git a/src/main/resources/Localization/de/Config.yml b/src/main/resources/Localization/de/Config.yml index 0164e50f..966e5b3d 100644 --- a/src/main/resources/Localization/de/Config.yml +++ b/src/main/resources/Localization/de/Config.yml @@ -1,7 +1,5 @@ # Protokollstufe: [OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL] LoggerLevel: "INFO" -# Fließkomma-Formatierung -DecimalFormat: "#.##" # Datumsformatierung TimeFormat: yyyy/MM/dd HH:mm # Engine-Auswahl: Standardmäßig wird die JS-Engine verwendet. Dieses Plugin enthält kein Engine-Modul. diff --git a/src/main/resources/Localization/en/Config.yml b/src/main/resources/Localization/en/Config.yml index 3d65136d..35e393a3 100644 --- a/src/main/resources/Localization/en/Config.yml +++ b/src/main/resources/Localization/en/Config.yml @@ -1,7 +1,5 @@ # Log Level: [OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL] LoggerLevel: "INFO" -# Floating-point number formatting -DecimalFormat: "#.##" # Date formatting TimeFormat: yyyy/MM/dd HH:mm # Engine selection: JS engine is used by default, this plugin does not come with an engine module, to disable it you can delete this line diff --git a/src/main/resources/Localization/zh/Config.yml b/src/main/resources/Localization/zh/Config.yml index 9ae67e59..32016c13 100644 --- a/src/main/resources/Localization/zh/Config.yml +++ b/src/main/resources/Localization/zh/Config.yml @@ -1,7 +1,5 @@ # 日志等级: [OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL] LoggerLevel: "INFO" -# 浮点数格式化 -DecimalFormat: "#.##" # 日期格式化 TimeFormat: yyyy/MM/dd HH:mm # 引擎选择:默认采用JS引擎,该插件不自带引擎模块, 以下链接未经验证, 仅供参考 @@ -16,8 +14,4 @@ ProtectNBT: # 给予物品时背包满了则掉落 [简单的拾取保护,只防护玩家的拾取] GiveOverflowDrop: true # 史诗怪物掉落的SX物品直接进入玩家背包 -MobDropToPlayerInventory: true -Custom: - Random: - S.Separator: ',' - L.Separator: ',' \ No newline at end of file +MobDropToPlayerInventory: true \ No newline at end of file