From 2826bafac159f4765f241e53e604b554cd47e552 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 8 Apr 2026 03:26:21 +0000
Subject: [PATCH 1/3] Initial plan
From e0a07091128eb445dd92d909e2ce6f48bf87d5c0 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 8 Apr 2026 03:37:55 +0000
Subject: [PATCH 2/3] feat: convert all locale files to MiniMessage format,
bump BentoBox to 3.12.0
Agent-Logs-Url: https://github.com/BentoBoxWorld/Border/sessions/85710e8c-6812-47fd-b405-a5b93bde2269
Co-authored-by: tastybento <4407265+tastybento@users.noreply.github.com>
---
pom.xml | 2 +-
src/main/resources/addon.yml | 2 +-
src/main/resources/locales/cs.yml | 12 ++++++++----
src/main/resources/locales/de.yml | 16 +++++++++-------
src/main/resources/locales/en-US.yml | 12 ++++++------
src/main/resources/locales/es.yml | 16 ++++++++++------
src/main/resources/locales/fr.yml | 12 ++++++++----
src/main/resources/locales/hr.yml | 12 ++++++++----
src/main/resources/locales/hu.yml | 12 ++++++++----
src/main/resources/locales/id.yml | 12 ++++++++----
src/main/resources/locales/it.yml | 12 ++++++++----
src/main/resources/locales/ja.yml | 12 ++++++++----
src/main/resources/locales/ko.yml | 12 ++++++++----
src/main/resources/locales/lv.yml | 12 ++++++++----
src/main/resources/locales/nl.yml | 12 ++++++++----
src/main/resources/locales/pl.yml | 12 ++++++++----
src/main/resources/locales/pt.yml | 12 ++++++++----
src/main/resources/locales/ro.yml | 12 ++++++++----
src/main/resources/locales/tr.yml | 12 ++++++++----
src/main/resources/locales/uk.yml | 12 ++++++++----
src/main/resources/locales/vi.yml | 12 ++++++++----
src/main/resources/locales/zh-CN.yml | 12 ++++++++----
src/main/resources/locales/zh-TW.yml | 12 ++++++++----
23 files changed, 171 insertions(+), 93 deletions(-)
diff --git a/pom.xml b/pom.xml
index f56d3bf..f6dac37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
5.11.0
1.21.11-R0.1-SNAPSHOT
- 3.10.0
+ 3.12.0
${build.version}-SNAPSHOT
diff --git a/src/main/resources/addon.yml b/src/main/resources/addon.yml
index bedc91a..aca8f56 100644
--- a/src/main/resources/addon.yml
+++ b/src/main/resources/addon.yml
@@ -1,7 +1,7 @@
name: Border
main: world.bentobox.border.Border
version: ${version}${build.number}
-api-version: 1.17
+api-version: 3.12.0
icon: BEDROCK
prefix: Border
diff --git a/src/main/resources/locales/cs.yml b/src/main/resources/locales/cs.yml
index 2300c97..c41fcf5 100644
--- a/src/main/resources/locales/cs.yml
+++ b/src/main/resources/locales/cs.yml
@@ -2,9 +2,13 @@
border:
toggle:
description: přepíná hranice ostrova zapnuto/vypnuto
- border-on: "&a Hranice zapnuta."
- border-off: "&a Hranice vypnuta."
+ border-on: 'Hranice zapnuta.'
+ border-off: 'Hranice vypnuta.'
set-type:
description: změní typ ohraničení
- changed: "&a Typ ohraničení změněn na &b[type]&a."
- error-unavailable-type: "&c Tento typ je nedostupný nebo neexistuje."
+ changed: 'Typ ohraničení změněn na [type].'
+ error-unavailable-type: 'Tento typ je nedostupný nebo neexistuje.'
+ set-color:
+ description: 'changes the color of the border'
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
diff --git a/src/main/resources/locales/de.yml b/src/main/resources/locales/de.yml
index 713738b..cc1a882 100644
--- a/src/main/resources/locales/de.yml
+++ b/src/main/resources/locales/de.yml
@@ -2,11 +2,13 @@
border:
toggle:
description: Schaltet die Grenze ein / aus
- border-on: "&a Grenze aktiviert."
- border-off: "&a Grenze deaktiviert."
+ border-on: 'Grenze aktiviert.'
+ border-off: 'Grenze deaktiviert.'
set-type:
- description: 'Ändert die Art der Grenze
-
-'
- changed: "&a Grenzen Typ geändert zu &b[type]&a."
- error-unavailable-type: "&c Dieser Typ ist nicht verfügbar oder existiert nicht"
+ description: 'Ändert die Art der Grenze'
+ changed: 'Grenzen Typ geändert zu [type].'
+ error-unavailable-type: 'Dieser Typ ist nicht verfügbar oder existiert nicht'
+ set-color:
+ description: 'changes the color of the border'
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
diff --git a/src/main/resources/locales/en-US.yml b/src/main/resources/locales/en-US.yml
index 7bca784..80a6591 100644
--- a/src/main/resources/locales/en-US.yml
+++ b/src/main/resources/locales/en-US.yml
@@ -1,13 +1,13 @@
border:
toggle:
description: "toggles the border on/off"
- border-on: "&a Border enabled."
- border-off: "&a Border disabled."
+ border-on: 'Border enabled.'
+ border-off: 'Border disabled.'
set-type:
description: "changes the type of the border"
- changed: "&a Border type changed to &b[type]&a."
- error-unavailable-type: "&c This type is unavailable or does not exist."
+ changed: 'Border type changed to [type].'
+ error-unavailable-type: 'This type is unavailable or does not exist.'
set-color:
description: "changes the color of the border"
- changed: "&a Border color changed to &b[color]&a."
- error-invalid-color: "&c That color is invalid. Valid colors are: red, green, blue."
\ No newline at end of file
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
\ No newline at end of file
diff --git a/src/main/resources/locales/es.yml b/src/main/resources/locales/es.yml
index 108bddf..94c72c5 100644
--- a/src/main/resources/locales/es.yml
+++ b/src/main/resources/locales/es.yml
@@ -1,10 +1,14 @@
---
border:
toggle:
- description: "&7 Apaga o enciende la barrera"
- border-on: "&a Barrera activada"
- border-off: "&c Barrera desactivada."
+ description: 'Apaga o enciende la barrera'
+ border-on: 'Barrera activada'
+ border-off: 'Barrera desactivada.'
set-type:
- description: "&7 Cambia el tipo de borde"
- changed: "&7 Tipo de borde cambiado a &b[type]&7."
- error-unavailable-type: "&7 Este tipo no está disponible o no existe."
+ description: 'Cambia el tipo de borde'
+ changed: 'Tipo de borde cambiado a [type].'
+ error-unavailable-type: 'Este tipo no está disponible o no existe.'
+ set-color:
+ description: 'changes the color of the border'
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
diff --git a/src/main/resources/locales/fr.yml b/src/main/resources/locales/fr.yml
index 5185a8b..fc0b132 100644
--- a/src/main/resources/locales/fr.yml
+++ b/src/main/resources/locales/fr.yml
@@ -2,9 +2,13 @@
border:
toggle:
description: Activer / Désactiver la bordure
- border-on: "&a La bordure est désactivée."
- border-off: "&a La bordure est activée."
+ border-on: 'La bordure est désactivée.'
+ border-off: 'La bordure est activée.'
set-type:
description: change le type de bordure
- changed: "&a Le type de bordure a été remplacé par &b[type]&a."
- error-unavailable-type: "&c Ce type n'est pas disponible ou n'existe pas."
+ changed: 'Le type de bordure a été remplacé par [type].'
+ error-unavailable-type: "Ce type n'est pas disponible ou n'existe pas."
+ set-color:
+ description: 'changes the color of the border'
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
diff --git a/src/main/resources/locales/hr.yml b/src/main/resources/locales/hr.yml
index bbc64e3..9887f4d 100644
--- a/src/main/resources/locales/hr.yml
+++ b/src/main/resources/locales/hr.yml
@@ -2,9 +2,13 @@
border:
toggle:
description: uključuje/isključuje obrub
- border-on: "&a Border omogućen."
- border-off: "&a Border onemogućen."
+ border-on: 'Border omogućen.'
+ border-off: 'Border onemogućen.'
set-type:
description: mijenja vrstu obruba
- changed: "&a Vrsta obruba promijenjena je u &b[type]&a."
- error-unavailable-type: "&c Ova vrsta je nedostupna ili ne postoji."
+ changed: 'Vrsta obruba promijenjena je u [type].'
+ error-unavailable-type: 'Ova vrsta je nedostupna ili ne postoji.'
+ set-color:
+ description: 'changes the color of the border'
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
diff --git a/src/main/resources/locales/hu.yml b/src/main/resources/locales/hu.yml
index 8dd030c..34d935b 100644
--- a/src/main/resources/locales/hu.yml
+++ b/src/main/resources/locales/hu.yml
@@ -2,9 +2,13 @@
border:
toggle:
description: Ki/be kapcsolja a border-t.
- border-on: "&fBorder: &abekapcsolva"
- border-off: "&fBorder: &ckikapcsolva"
+ border-on: 'Border: bekapcsolva'
+ border-off: 'Border: kikapcsolva'
set-type:
description: Megváltoztatja a border típusát!
- changed: "&fA border típusa megváltozott: &b[type]"
- error-unavailable-type: "&cHiba! Ez a típus nem létezik vagy nem elérhető."
+ changed: 'A border típusa megváltozott: [type]'
+ error-unavailable-type: 'Hiba! Ez a típus nem létezik vagy nem elérhető.'
+ set-color:
+ description: 'changes the color of the border'
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
diff --git a/src/main/resources/locales/id.yml b/src/main/resources/locales/id.yml
index 5fd5f84..1ebb8ef 100644
--- a/src/main/resources/locales/id.yml
+++ b/src/main/resources/locales/id.yml
@@ -2,9 +2,13 @@
border:
toggle:
description: toggles the border on/off
- border-on: "&a Border enabled."
- border-off: "&a Border disabled."
+ border-on: 'Border enabled.'
+ border-off: 'Border disabled.'
set-type:
description: changes the type of the border
- changed: "&a Jenis batas diubah menjadi &b[type]&a."
- error-unavailable-type: "&c Jenis ini tidak tersedia atau tidak ada."
+ changed: 'Jenis batas diubah menjadi [type].'
+ error-unavailable-type: 'Jenis ini tidak tersedia atau tidak ada.'
+ set-color:
+ description: 'changes the color of the border'
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
diff --git a/src/main/resources/locales/it.yml b/src/main/resources/locales/it.yml
index 0d7a85a..d56c17d 100644
--- a/src/main/resources/locales/it.yml
+++ b/src/main/resources/locales/it.yml
@@ -2,9 +2,13 @@
border:
toggle:
description: attiva o disattiva il bordo
- border-on: "&a Bordo attivato."
- border-off: "&c Bordo disattivato."
+ border-on: 'Bordo attivato.'
+ border-off: 'Bordo disattivato.'
set-type:
description: cambia il tipo di bordo
- changed: "&a Il tipo di bordo è stato modificato in &b[type]&a."
- error-unavailable-type: "&c Questo tipo non è disponibile o non esiste."
+ changed: 'Il tipo di bordo è stato modificato in [type].'
+ error-unavailable-type: 'Questo tipo non è disponibile o non esiste.'
+ set-color:
+ description: 'changes the color of the border'
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
diff --git a/src/main/resources/locales/ja.yml b/src/main/resources/locales/ja.yml
index 4655856..c138e8a 100644
--- a/src/main/resources/locales/ja.yml
+++ b/src/main/resources/locales/ja.yml
@@ -2,9 +2,13 @@
border:
toggle:
description: 境界線のオン/オフを切り替えます
- border-on: "&a 境界線が有効です。"
- border-off: "&a 境界線が無効になっています。"
+ border-on: '境界線が有効です。'
+ border-off: '境界線が無効になっています。'
set-type:
description: 境界線の種類を変更します
- changed: "&a 枠線のタイプが &b[type]&a に変更されました。"
- error-unavailable-type: "&c このタイプは使用できないか、存在しません。"
+ changed: '枠線のタイプが [type] に変更されました。'
+ error-unavailable-type: 'このタイプは使用できないか、存在しません。'
+ set-color:
+ description: 'changes the color of the border'
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
diff --git a/src/main/resources/locales/ko.yml b/src/main/resources/locales/ko.yml
index c55c503..c62eab8 100644
--- a/src/main/resources/locales/ko.yml
+++ b/src/main/resources/locales/ko.yml
@@ -2,9 +2,13 @@
border:
toggle:
description: 월드보더를 키거나 끕니다
- border-on: "&a 월드 보더를 활성화 했습니다"
- border-off: "&a 월드 보더를 비활성화 했습니다"
+ border-on: '월드 보더를 활성화 했습니다'
+ border-off: '월드 보더를 비활성화 했습니다'
set-type:
description: 테두리 유형을 변경합니다.
- changed: "&a 테두리 유형이 &b[type]&a로 변경되었습니다."
- error-unavailable-type: "&c 이 유형은 사용할 수 없거나 존재하지 않습니다."
+ changed: '테두리 유형이 [type]로 변경되었습니다.'
+ error-unavailable-type: '이 유형은 사용할 수 없거나 존재하지 않습니다.'
+ set-color:
+ description: 'changes the color of the border'
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
diff --git a/src/main/resources/locales/lv.yml b/src/main/resources/locales/lv.yml
index 7718225..2482491 100644
--- a/src/main/resources/locales/lv.yml
+++ b/src/main/resources/locales/lv.yml
@@ -2,9 +2,13 @@
border:
toggle:
description: pārslēdz iespēju redzēt robežu
- border-on: "&a Robeža ieslēgta."
- border-off: "&a Robeža izslēgta."
+ border-on: 'Robeža ieslēgta.'
+ border-off: 'Robeža izslēgta.'
set-type:
description: maina apmales veidu
- changed: "&a Apmales veids mainīts uz &b[type]&a."
- error-unavailable-type: "&c Šis veids nav pieejams vai neeksistē."
+ changed: 'Apmales veids mainīts uz [type].'
+ error-unavailable-type: 'Šis veids nav pieejams vai neeksistē.'
+ set-color:
+ description: 'changes the color of the border'
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
diff --git a/src/main/resources/locales/nl.yml b/src/main/resources/locales/nl.yml
index 87993ca..dfe5958 100644
--- a/src/main/resources/locales/nl.yml
+++ b/src/main/resources/locales/nl.yml
@@ -2,9 +2,13 @@
border:
toggle:
description: schakelt de rand in/uit
- border-on: "&a Rand ingeschakeld."
- border-off: "&a Grens uitgeschakeld."
+ border-on: 'Rand ingeschakeld.'
+ border-off: 'Grens uitgeschakeld.'
set-type:
description: verandert het type rand
- changed: "&a Randtype gewijzigd in &b[type]&a."
- error-unavailable-type: "&c Dit type is niet beschikbaar of bestaat niet."
+ changed: 'Randtype gewijzigd in [type].'
+ error-unavailable-type: 'Dit type is niet beschikbaar of bestaat niet.'
+ set-color:
+ description: 'changes the color of the border'
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
diff --git a/src/main/resources/locales/pl.yml b/src/main/resources/locales/pl.yml
index 7f7b5c1..90fcd32 100644
--- a/src/main/resources/locales/pl.yml
+++ b/src/main/resources/locales/pl.yml
@@ -2,9 +2,13 @@
border:
toggle:
description: Pokazuj border on/off
- border-on: "&aBorder jest wyswietlany"
- border-off: "&aBorder jest nie wyswietlany"
+ border-on: 'Border jest wyswietlany'
+ border-off: 'Border jest nie wyswietlany'
set-type:
description: zmienia rodzaj obramowania
- changed: "&a Typ obramowania został zmieniony na &b[typ]&a."
- error-unavailable-type: "&c Ten typ jest niedostępny lub nie istnieje."
+ changed: 'Typ obramowania został zmieniony na [typ].'
+ error-unavailable-type: 'Ten typ jest niedostępny lub nie istnieje.'
+ set-color:
+ description: 'changes the color of the border'
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
diff --git a/src/main/resources/locales/pt.yml b/src/main/resources/locales/pt.yml
index 3a69801..bcebfda 100644
--- a/src/main/resources/locales/pt.yml
+++ b/src/main/resources/locales/pt.yml
@@ -2,9 +2,13 @@
border:
toggle:
description: Ativa/Desativa a borda
- border-on: "&a Borda ativada."
- border-off: "&a Borda desativada."
+ border-on: 'Borda ativada.'
+ border-off: 'Borda desativada.'
set-type:
description: muda o tipo da borda
- changed: "&a Tipo de borda alterado para &b[type]&a."
- error-unavailable-type: "&c Este tipo não está disponível ou não existe."
+ changed: 'Tipo de borda alterado para [type].'
+ error-unavailable-type: 'Este tipo não está disponível ou não existe.'
+ set-color:
+ description: 'changes the color of the border'
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
diff --git a/src/main/resources/locales/ro.yml b/src/main/resources/locales/ro.yml
index 8371592..37effc0 100644
--- a/src/main/resources/locales/ro.yml
+++ b/src/main/resources/locales/ro.yml
@@ -2,9 +2,13 @@
border:
toggle:
description: activează/dezactivează chenarul
- border-on: "&a Chenar activat."
- border-off: "&a Chenar este dezactivată."
+ border-on: 'Chenar activat.'
+ border-off: 'Chenar este dezactivată.'
set-type:
description: modifică tipul de chenar
- changed: "&a Tipul de chenar s-a schimbat în &b[type]&a."
- error-unavailable-type: "&c Acest tip este indisponibil sau nu există."
+ changed: 'Tipul de chenar s-a schimbat în [type].'
+ error-unavailable-type: 'Acest tip este indisponibil sau nu există.'
+ set-color:
+ description: 'changes the color of the border'
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
diff --git a/src/main/resources/locales/tr.yml b/src/main/resources/locales/tr.yml
index 547392e..1d05b30 100644
--- a/src/main/resources/locales/tr.yml
+++ b/src/main/resources/locales/tr.yml
@@ -2,9 +2,13 @@
border:
toggle:
description: kenarlığı açar/kapatır
- border-on: "&a Sınır etkin."
- border-off: "&a Kenarlık devre dışı."
+ border-on: 'Sınır etkin.'
+ border-off: 'Kenarlık devre dışı.'
set-type:
description: kenarlığın türünü değiştirir
- changed: "&a Kenarlık türü &b[type]&a olarak değiştirildi."
- error-unavailable-type: "&c Bu tür kullanılamıyor veya mevcut değil."
+ changed: 'Kenarlık türü [type] olarak değiştirildi.'
+ error-unavailable-type: 'Bu tür kullanılamıyor veya mevcut değil.'
+ set-color:
+ description: 'changes the color of the border'
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
diff --git a/src/main/resources/locales/uk.yml b/src/main/resources/locales/uk.yml
index 913549e..85f1189 100644
--- a/src/main/resources/locales/uk.yml
+++ b/src/main/resources/locales/uk.yml
@@ -2,9 +2,13 @@
border:
toggle:
description: вмикає/вимикає рамку
- border-on: "& Межа ввімкнена."
- border-off: "& Межа вимкнена."
+ border-on: 'Межа ввімкнена.'
+ border-off: 'Межа вимкнена.'
set-type:
description: змінює тип рамки
- changed: Тип рамки &a змінено на &b[type]&a.
- error-unavailable-type: "&c Цей тип недоступний або не існує."
+ changed: 'Тип рамки змінено на [type].'
+ error-unavailable-type: 'Цей тип недоступний або не існує.'
+ set-color:
+ description: 'changes the color of the border'
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
diff --git a/src/main/resources/locales/vi.yml b/src/main/resources/locales/vi.yml
index d7bdaf6..080ece0 100644
--- a/src/main/resources/locales/vi.yml
+++ b/src/main/resources/locales/vi.yml
@@ -2,9 +2,13 @@
border:
toggle:
description: bật/tắt hiệu ứng rìa đảo
- border-on: "&aĐã bật rìa đảo."
- border-off: "&aĐã tắt rìa đảo."
+ border-on: 'Đã bật rìa đảo.'
+ border-off: 'Đã tắt rìa đảo.'
set-type:
description: thay đổi loại đường viền đảo
- changed: "&a Loại đường viền đảo đã thay đổi thành &b[type]&a."
- error-unavailable-type: "&c Loại này không có sẵn hoặc không tồn tại."
+ changed: 'Loại đường viền đảo đã thay đổi thành [type].'
+ error-unavailable-type: 'Loại này không có sẵn hoặc không tồn tại.'
+ set-color:
+ description: 'changes the color of the border'
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
diff --git a/src/main/resources/locales/zh-CN.yml b/src/main/resources/locales/zh-CN.yml
index f2601e4..da7c7db 100644
--- a/src/main/resources/locales/zh-CN.yml
+++ b/src/main/resources/locales/zh-CN.yml
@@ -1,9 +1,13 @@
border:
toggle:
description: 启用/禁用边界屏障
- border-on: '&a边界屏障已启用.'
- border-off: '&a边界屏障已禁用.'
+ border-on: '边界屏障已启用.'
+ border-off: '边界屏障已禁用.'
set-type:
description: 更改边界屏障类型
- changed: '&a边界屏障已更改为: &b[type]&a.'
- error-unavailable-type: '&c该屏障类型不可用或不存在.'
+ changed: '边界屏障已更改为: [type].'
+ error-unavailable-type: '该屏障类型不可用或不存在.'
+ set-color:
+ description: 'changes the color of the border'
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
diff --git a/src/main/resources/locales/zh-TW.yml b/src/main/resources/locales/zh-TW.yml
index 0ffd8e6..5e0d89f 100644
--- a/src/main/resources/locales/zh-TW.yml
+++ b/src/main/resources/locales/zh-TW.yml
@@ -2,9 +2,13 @@
border:
toggle:
description: 開啟/關閉 顯示邊界
- border-on: "&a開啟 顯示邊界"
- border-off: "&a關閉 顯示邊界"
+ border-on: '開啟 顯示邊界'
+ border-off: '關閉 顯示邊界'
set-type:
description: 更改邊框的類型
- changed: "&a 邊框類型更改為 &b[type]&a。"
- error-unavailable-type: "&c 此類型不可用或不存在。"
+ changed: '邊框類型更改為 [type]。'
+ error-unavailable-type: '此類型不可用或不存在。'
+ set-color:
+ description: 'changes the color of the border'
+ changed: 'Border color changed to [color].'
+ error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
From 8f0f7912e93d9702bfb9bdf968b47707c76360bd Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 8 Apr 2026 03:39:34 +0000
Subject: [PATCH 3/3] refactor: remove untranslated English set-color from
non-English locale files
Agent-Logs-Url: https://github.com/BentoBoxWorld/Border/sessions/85710e8c-6812-47fd-b405-a5b93bde2269
Co-authored-by: tastybento <4407265+tastybento@users.noreply.github.com>
---
src/main/resources/locales/cs.yml | 6 +-----
src/main/resources/locales/de.yml | 6 +-----
src/main/resources/locales/es.yml | 6 +-----
src/main/resources/locales/fr.yml | 6 +-----
src/main/resources/locales/hr.yml | 6 +-----
src/main/resources/locales/hu.yml | 6 +-----
src/main/resources/locales/id.yml | 6 +-----
src/main/resources/locales/it.yml | 6 +-----
src/main/resources/locales/ja.yml | 6 +-----
src/main/resources/locales/ko.yml | 6 +-----
src/main/resources/locales/lv.yml | 6 +-----
src/main/resources/locales/nl.yml | 6 +-----
src/main/resources/locales/pl.yml | 6 +-----
src/main/resources/locales/pt.yml | 6 +-----
src/main/resources/locales/ro.yml | 6 +-----
src/main/resources/locales/tr.yml | 6 +-----
src/main/resources/locales/uk.yml | 6 +-----
src/main/resources/locales/vi.yml | 6 +-----
src/main/resources/locales/zh-CN.yml | 6 +-----
src/main/resources/locales/zh-TW.yml | 6 +-----
20 files changed, 20 insertions(+), 100 deletions(-)
diff --git a/src/main/resources/locales/cs.yml b/src/main/resources/locales/cs.yml
index c41fcf5..d2bdb59 100644
--- a/src/main/resources/locales/cs.yml
+++ b/src/main/resources/locales/cs.yml
@@ -7,8 +7,4 @@ border:
set-type:
description: změní typ ohraničení
changed: 'Typ ohraničení změněn na [type].'
- error-unavailable-type: 'Tento typ je nedostupný nebo neexistuje.'
- set-color:
- description: 'changes the color of the border'
- changed: 'Border color changed to [color].'
- error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
+ error-unavailable-type: 'Tento typ je nedostupný nebo neexistuje.'
\ No newline at end of file
diff --git a/src/main/resources/locales/de.yml b/src/main/resources/locales/de.yml
index cc1a882..0976e5f 100644
--- a/src/main/resources/locales/de.yml
+++ b/src/main/resources/locales/de.yml
@@ -7,8 +7,4 @@ border:
set-type:
description: 'Ändert die Art der Grenze'
changed: 'Grenzen Typ geändert zu [type].'
- error-unavailable-type: 'Dieser Typ ist nicht verfügbar oder existiert nicht'
- set-color:
- description: 'changes the color of the border'
- changed: 'Border color changed to [color].'
- error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
+ error-unavailable-type: 'Dieser Typ ist nicht verfügbar oder existiert nicht'
\ No newline at end of file
diff --git a/src/main/resources/locales/es.yml b/src/main/resources/locales/es.yml
index 94c72c5..07a5b89 100644
--- a/src/main/resources/locales/es.yml
+++ b/src/main/resources/locales/es.yml
@@ -7,8 +7,4 @@ border:
set-type:
description: 'Cambia el tipo de borde'
changed: 'Tipo de borde cambiado a [type].'
- error-unavailable-type: 'Este tipo no está disponible o no existe.'
- set-color:
- description: 'changes the color of the border'
- changed: 'Border color changed to [color].'
- error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
+ error-unavailable-type: 'Este tipo no está disponible o no existe.'
\ No newline at end of file
diff --git a/src/main/resources/locales/fr.yml b/src/main/resources/locales/fr.yml
index fc0b132..acdb87d 100644
--- a/src/main/resources/locales/fr.yml
+++ b/src/main/resources/locales/fr.yml
@@ -7,8 +7,4 @@ border:
set-type:
description: change le type de bordure
changed: 'Le type de bordure a été remplacé par [type].'
- error-unavailable-type: "Ce type n'est pas disponible ou n'existe pas."
- set-color:
- description: 'changes the color of the border'
- changed: 'Border color changed to [color].'
- error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
+ error-unavailable-type: "Ce type n'est pas disponible ou n'existe pas."
\ No newline at end of file
diff --git a/src/main/resources/locales/hr.yml b/src/main/resources/locales/hr.yml
index 9887f4d..b0fffa5 100644
--- a/src/main/resources/locales/hr.yml
+++ b/src/main/resources/locales/hr.yml
@@ -7,8 +7,4 @@ border:
set-type:
description: mijenja vrstu obruba
changed: 'Vrsta obruba promijenjena je u [type].'
- error-unavailable-type: 'Ova vrsta je nedostupna ili ne postoji.'
- set-color:
- description: 'changes the color of the border'
- changed: 'Border color changed to [color].'
- error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
+ error-unavailable-type: 'Ova vrsta je nedostupna ili ne postoji.'
\ No newline at end of file
diff --git a/src/main/resources/locales/hu.yml b/src/main/resources/locales/hu.yml
index 34d935b..613e95a 100644
--- a/src/main/resources/locales/hu.yml
+++ b/src/main/resources/locales/hu.yml
@@ -7,8 +7,4 @@ border:
set-type:
description: Megváltoztatja a border típusát!
changed: 'A border típusa megváltozott: [type]'
- error-unavailable-type: 'Hiba! Ez a típus nem létezik vagy nem elérhető.'
- set-color:
- description: 'changes the color of the border'
- changed: 'Border color changed to [color].'
- error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
+ error-unavailable-type: 'Hiba! Ez a típus nem létezik vagy nem elérhető.'
\ No newline at end of file
diff --git a/src/main/resources/locales/id.yml b/src/main/resources/locales/id.yml
index 1ebb8ef..6aec14b 100644
--- a/src/main/resources/locales/id.yml
+++ b/src/main/resources/locales/id.yml
@@ -7,8 +7,4 @@ border:
set-type:
description: changes the type of the border
changed: 'Jenis batas diubah menjadi [type].'
- error-unavailable-type: 'Jenis ini tidak tersedia atau tidak ada.'
- set-color:
- description: 'changes the color of the border'
- changed: 'Border color changed to [color].'
- error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
+ error-unavailable-type: 'Jenis ini tidak tersedia atau tidak ada.'
\ No newline at end of file
diff --git a/src/main/resources/locales/it.yml b/src/main/resources/locales/it.yml
index d56c17d..f5e27c7 100644
--- a/src/main/resources/locales/it.yml
+++ b/src/main/resources/locales/it.yml
@@ -7,8 +7,4 @@ border:
set-type:
description: cambia il tipo di bordo
changed: 'Il tipo di bordo è stato modificato in [type].'
- error-unavailable-type: 'Questo tipo non è disponibile o non esiste.'
- set-color:
- description: 'changes the color of the border'
- changed: 'Border color changed to [color].'
- error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
+ error-unavailable-type: 'Questo tipo non è disponibile o non esiste.'
\ No newline at end of file
diff --git a/src/main/resources/locales/ja.yml b/src/main/resources/locales/ja.yml
index c138e8a..28acf13 100644
--- a/src/main/resources/locales/ja.yml
+++ b/src/main/resources/locales/ja.yml
@@ -7,8 +7,4 @@ border:
set-type:
description: 境界線の種類を変更します
changed: '枠線のタイプが [type] に変更されました。'
- error-unavailable-type: 'このタイプは使用できないか、存在しません。'
- set-color:
- description: 'changes the color of the border'
- changed: 'Border color changed to [color].'
- error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
+ error-unavailable-type: 'このタイプは使用できないか、存在しません。'
\ No newline at end of file
diff --git a/src/main/resources/locales/ko.yml b/src/main/resources/locales/ko.yml
index c62eab8..9f4eb16 100644
--- a/src/main/resources/locales/ko.yml
+++ b/src/main/resources/locales/ko.yml
@@ -7,8 +7,4 @@ border:
set-type:
description: 테두리 유형을 변경합니다.
changed: '테두리 유형이 [type]로 변경되었습니다.'
- error-unavailable-type: '이 유형은 사용할 수 없거나 존재하지 않습니다.'
- set-color:
- description: 'changes the color of the border'
- changed: 'Border color changed to [color].'
- error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
+ error-unavailable-type: '이 유형은 사용할 수 없거나 존재하지 않습니다.'
\ No newline at end of file
diff --git a/src/main/resources/locales/lv.yml b/src/main/resources/locales/lv.yml
index 2482491..368f38c 100644
--- a/src/main/resources/locales/lv.yml
+++ b/src/main/resources/locales/lv.yml
@@ -7,8 +7,4 @@ border:
set-type:
description: maina apmales veidu
changed: 'Apmales veids mainīts uz [type].'
- error-unavailable-type: 'Šis veids nav pieejams vai neeksistē.'
- set-color:
- description: 'changes the color of the border'
- changed: 'Border color changed to [color].'
- error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
+ error-unavailable-type: 'Šis veids nav pieejams vai neeksistē.'
\ No newline at end of file
diff --git a/src/main/resources/locales/nl.yml b/src/main/resources/locales/nl.yml
index dfe5958..9134c36 100644
--- a/src/main/resources/locales/nl.yml
+++ b/src/main/resources/locales/nl.yml
@@ -7,8 +7,4 @@ border:
set-type:
description: verandert het type rand
changed: 'Randtype gewijzigd in [type].'
- error-unavailable-type: 'Dit type is niet beschikbaar of bestaat niet.'
- set-color:
- description: 'changes the color of the border'
- changed: 'Border color changed to [color].'
- error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
+ error-unavailable-type: 'Dit type is niet beschikbaar of bestaat niet.'
\ No newline at end of file
diff --git a/src/main/resources/locales/pl.yml b/src/main/resources/locales/pl.yml
index 90fcd32..abfe45c 100644
--- a/src/main/resources/locales/pl.yml
+++ b/src/main/resources/locales/pl.yml
@@ -7,8 +7,4 @@ border:
set-type:
description: zmienia rodzaj obramowania
changed: 'Typ obramowania został zmieniony na [typ].'
- error-unavailable-type: 'Ten typ jest niedostępny lub nie istnieje.'
- set-color:
- description: 'changes the color of the border'
- changed: 'Border color changed to [color].'
- error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
+ error-unavailable-type: 'Ten typ jest niedostępny lub nie istnieje.'
\ No newline at end of file
diff --git a/src/main/resources/locales/pt.yml b/src/main/resources/locales/pt.yml
index bcebfda..54fafcc 100644
--- a/src/main/resources/locales/pt.yml
+++ b/src/main/resources/locales/pt.yml
@@ -7,8 +7,4 @@ border:
set-type:
description: muda o tipo da borda
changed: 'Tipo de borda alterado para [type].'
- error-unavailable-type: 'Este tipo não está disponível ou não existe.'
- set-color:
- description: 'changes the color of the border'
- changed: 'Border color changed to [color].'
- error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
+ error-unavailable-type: 'Este tipo não está disponível ou não existe.'
\ No newline at end of file
diff --git a/src/main/resources/locales/ro.yml b/src/main/resources/locales/ro.yml
index 37effc0..dfc47be 100644
--- a/src/main/resources/locales/ro.yml
+++ b/src/main/resources/locales/ro.yml
@@ -7,8 +7,4 @@ border:
set-type:
description: modifică tipul de chenar
changed: 'Tipul de chenar s-a schimbat în [type].'
- error-unavailable-type: 'Acest tip este indisponibil sau nu există.'
- set-color:
- description: 'changes the color of the border'
- changed: 'Border color changed to [color].'
- error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
+ error-unavailable-type: 'Acest tip este indisponibil sau nu există.'
\ No newline at end of file
diff --git a/src/main/resources/locales/tr.yml b/src/main/resources/locales/tr.yml
index 1d05b30..3077467 100644
--- a/src/main/resources/locales/tr.yml
+++ b/src/main/resources/locales/tr.yml
@@ -7,8 +7,4 @@ border:
set-type:
description: kenarlığın türünü değiştirir
changed: 'Kenarlık türü [type] olarak değiştirildi.'
- error-unavailable-type: 'Bu tür kullanılamıyor veya mevcut değil.'
- set-color:
- description: 'changes the color of the border'
- changed: 'Border color changed to [color].'
- error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
+ error-unavailable-type: 'Bu tür kullanılamıyor veya mevcut değil.'
\ No newline at end of file
diff --git a/src/main/resources/locales/uk.yml b/src/main/resources/locales/uk.yml
index 85f1189..e1100d9 100644
--- a/src/main/resources/locales/uk.yml
+++ b/src/main/resources/locales/uk.yml
@@ -7,8 +7,4 @@ border:
set-type:
description: змінює тип рамки
changed: 'Тип рамки змінено на [type].'
- error-unavailable-type: 'Цей тип недоступний або не існує.'
- set-color:
- description: 'changes the color of the border'
- changed: 'Border color changed to [color].'
- error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
+ error-unavailable-type: 'Цей тип недоступний або не існує.'
\ No newline at end of file
diff --git a/src/main/resources/locales/vi.yml b/src/main/resources/locales/vi.yml
index 080ece0..6e1ad1d 100644
--- a/src/main/resources/locales/vi.yml
+++ b/src/main/resources/locales/vi.yml
@@ -7,8 +7,4 @@ border:
set-type:
description: thay đổi loại đường viền đảo
changed: 'Loại đường viền đảo đã thay đổi thành [type].'
- error-unavailable-type: 'Loại này không có sẵn hoặc không tồn tại.'
- set-color:
- description: 'changes the color of the border'
- changed: 'Border color changed to [color].'
- error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
+ error-unavailable-type: 'Loại này không có sẵn hoặc không tồn tại.'
\ No newline at end of file
diff --git a/src/main/resources/locales/zh-CN.yml b/src/main/resources/locales/zh-CN.yml
index da7c7db..a247751 100644
--- a/src/main/resources/locales/zh-CN.yml
+++ b/src/main/resources/locales/zh-CN.yml
@@ -6,8 +6,4 @@ border:
set-type:
description: 更改边界屏障类型
changed: '边界屏障已更改为: [type].'
- error-unavailable-type: '该屏障类型不可用或不存在.'
- set-color:
- description: 'changes the color of the border'
- changed: 'Border color changed to [color].'
- error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
+ error-unavailable-type: '该屏障类型不可用或不存在.'
\ No newline at end of file
diff --git a/src/main/resources/locales/zh-TW.yml b/src/main/resources/locales/zh-TW.yml
index 5e0d89f..07a344b 100644
--- a/src/main/resources/locales/zh-TW.yml
+++ b/src/main/resources/locales/zh-TW.yml
@@ -7,8 +7,4 @@ border:
set-type:
description: 更改邊框的類型
changed: '邊框類型更改為 [type]。'
- error-unavailable-type: '此類型不可用或不存在。'
- set-color:
- description: 'changes the color of the border'
- changed: 'Border color changed to [color].'
- error-invalid-color: 'That color is invalid. Valid colors are: red, green, blue.'
+ error-unavailable-type: '此類型不可用或不存在。'
\ No newline at end of file