Skip to content

Commit

Permalink
Remove unused setting, clean i18n files
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Aug 18, 2023
1 parent a936901 commit cd9a046
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ public class TbwConfiguration extends AddonConfig {
@SpriteSlot(size = 32, x = 1)
private final ConfigProperty<Boolean> openChat = new ConfigProperty<>(true);
@SwitchSetting
@SpriteSlot(size = 32, x = 2)
private final ConfigProperty<Boolean> format = new ConfigProperty<>(true);
@SwitchSetting
@SpriteSlot(size = 32, x = 3)
private final ConfigProperty<Boolean> lastHit = new ConfigProperty<>(true);

Expand Down Expand Up @@ -53,9 +50,6 @@ public ConfigProperty<Boolean> enabled() {
public ConfigProperty<Boolean> openChat() {
return openChat;
}
public ConfigProperty<Boolean> format() {
return format;
}
public ConfigProperty<Boolean> lastHit() {
return lastHit;
}
Expand Down
8 changes: 0 additions & 8 deletions core/src/main/resources/assets/toolwarn/i18n/de_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
8 changes: 0 additions & 8 deletions core/src/main/resources/assets/toolwarn/i18n/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit cd9a046

Please sign in to comment.