diff --git a/core/src/main/java/com/rappytv/toolwarn/config/TbwConfiguration.java b/core/src/main/java/com/rappytv/toolwarn/config/TbwConfiguration.java index 4899dde..8bdae7c 100644 --- a/core/src/main/java/com/rappytv/toolwarn/config/TbwConfiguration.java +++ b/core/src/main/java/com/rappytv/toolwarn/config/TbwConfiguration.java @@ -22,9 +22,6 @@ public class TbwConfiguration extends AddonConfig { @SpriteSlot(size = 32, x = 1) private final ConfigProperty openChat = new ConfigProperty<>(true); @SwitchSetting - @SpriteSlot(size = 32, x = 2) - private final ConfigProperty format = new ConfigProperty<>(true); - @SwitchSetting @SpriteSlot(size = 32, x = 3) private final ConfigProperty lastHit = new ConfigProperty<>(true); @@ -53,9 +50,6 @@ public ConfigProperty enabled() { public ConfigProperty openChat() { return openChat; } - public ConfigProperty format() { - return format; - } public ConfigProperty lastHit() { return lastHit; } diff --git a/core/src/main/resources/assets/toolwarn/i18n/de_de.json b/core/src/main/resources/assets/toolwarn/i18n/de_de.json index a541d2a..b9634c6 100644 --- a/core/src/main/resources/assets/toolwarn/i18n/de_de.json +++ b/core/src/main/resources/assets/toolwarn/i18n/de_de.json @@ -20,18 +20,10 @@ "name": "Chat öffnen beim warnen", "description": "Wenn das Addon dich warnt, wird sich dein Chat öffnen, damit du daran gehindert wirst, die letzten Hits mit deinem Tool zu verbrauchen." }, - "format": { - "name": "Zahlen formatieren", - "description": "Unformatierte Zahl: 1561\nFormatierte Zahl: 1.561" - }, "lastHit": { "name": "Warnung beim letzten Schlag", "description": "Warnt dich, wenn dein Tool bei Haltbarkeit 1 angekommen ist" }, - "debug": { - "name": "Debug Modus (Entwicklungs-Funktion)", - "description": "Sendet jeden Tick eine Nachricht in den Chat, in dem du ein Tool in der Hand hältst." - }, "sounds": { "name": "Sound Einstellungen", "description": "Verwaltet die Sounds, die abgespielt werden.", diff --git a/core/src/main/resources/assets/toolwarn/i18n/en_us.json b/core/src/main/resources/assets/toolwarn/i18n/en_us.json index f5baa7f..aa36874 100644 --- a/core/src/main/resources/assets/toolwarn/i18n/en_us.json +++ b/core/src/main/resources/assets/toolwarn/i18n/en_us.json @@ -20,18 +20,10 @@ "name": "Open chat on warn", "description": "When the addon warns you, your chat will open to prevent you from wasting the last durability of your tool." }, - "format": { - "name": "Format numbers", - "description": "Unformatted Number: 1561\nFormatted Number: 1.561" - }, "lastHit": { "name": "Warn on last hit", "description": "Warns you when your tool is at 1 durability" }, - "debug": { - "name": "Debug Mode (Development Feature)", - "description": "Sends a message in the chat every tick you're holding a tool." - }, "sounds": { "name": "Sound Settings", "description": "Manages the sounds that are played.",