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..d2bdb59 100644 --- a/src/main/resources/locales/cs.yml +++ b/src/main/resources/locales/cs.yml @@ -2,9 +2,9 @@ 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.' \ No newline at end of file diff --git a/src/main/resources/locales/de.yml b/src/main/resources/locales/de.yml index 713738b..0976e5f 100644 --- a/src/main/resources/locales/de.yml +++ b/src/main/resources/locales/de.yml @@ -2,11 +2,9 @@ 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' \ No newline at end of file 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..07a5b89 100644 --- a/src/main/resources/locales/es.yml +++ b/src/main/resources/locales/es.yml @@ -1,10 +1,10 @@ --- 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.' \ No newline at end of file diff --git a/src/main/resources/locales/fr.yml b/src/main/resources/locales/fr.yml index 5185a8b..acdb87d 100644 --- a/src/main/resources/locales/fr.yml +++ b/src/main/resources/locales/fr.yml @@ -2,9 +2,9 @@ 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." \ No newline at end of file diff --git a/src/main/resources/locales/hr.yml b/src/main/resources/locales/hr.yml index bbc64e3..b0fffa5 100644 --- a/src/main/resources/locales/hr.yml +++ b/src/main/resources/locales/hr.yml @@ -2,9 +2,9 @@ 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.' \ No newline at end of file diff --git a/src/main/resources/locales/hu.yml b/src/main/resources/locales/hu.yml index 8dd030c..613e95a 100644 --- a/src/main/resources/locales/hu.yml +++ b/src/main/resources/locales/hu.yml @@ -2,9 +2,9 @@ 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ő.' \ No newline at end of file diff --git a/src/main/resources/locales/id.yml b/src/main/resources/locales/id.yml index 5fd5f84..6aec14b 100644 --- a/src/main/resources/locales/id.yml +++ b/src/main/resources/locales/id.yml @@ -2,9 +2,9 @@ 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.' \ No newline at end of file diff --git a/src/main/resources/locales/it.yml b/src/main/resources/locales/it.yml index 0d7a85a..f5e27c7 100644 --- a/src/main/resources/locales/it.yml +++ b/src/main/resources/locales/it.yml @@ -2,9 +2,9 @@ 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.' \ No newline at end of file diff --git a/src/main/resources/locales/ja.yml b/src/main/resources/locales/ja.yml index 4655856..28acf13 100644 --- a/src/main/resources/locales/ja.yml +++ b/src/main/resources/locales/ja.yml @@ -2,9 +2,9 @@ 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: 'このタイプは使用できないか、存在しません。' \ No newline at end of file diff --git a/src/main/resources/locales/ko.yml b/src/main/resources/locales/ko.yml index c55c503..9f4eb16 100644 --- a/src/main/resources/locales/ko.yml +++ b/src/main/resources/locales/ko.yml @@ -2,9 +2,9 @@ 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: '이 유형은 사용할 수 없거나 존재하지 않습니다.' \ No newline at end of file diff --git a/src/main/resources/locales/lv.yml b/src/main/resources/locales/lv.yml index 7718225..368f38c 100644 --- a/src/main/resources/locales/lv.yml +++ b/src/main/resources/locales/lv.yml @@ -2,9 +2,9 @@ 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ē.' \ No newline at end of file diff --git a/src/main/resources/locales/nl.yml b/src/main/resources/locales/nl.yml index 87993ca..9134c36 100644 --- a/src/main/resources/locales/nl.yml +++ b/src/main/resources/locales/nl.yml @@ -2,9 +2,9 @@ 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.' \ No newline at end of file diff --git a/src/main/resources/locales/pl.yml b/src/main/resources/locales/pl.yml index 7f7b5c1..abfe45c 100644 --- a/src/main/resources/locales/pl.yml +++ b/src/main/resources/locales/pl.yml @@ -2,9 +2,9 @@ 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.' \ No newline at end of file diff --git a/src/main/resources/locales/pt.yml b/src/main/resources/locales/pt.yml index 3a69801..54fafcc 100644 --- a/src/main/resources/locales/pt.yml +++ b/src/main/resources/locales/pt.yml @@ -2,9 +2,9 @@ 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.' \ No newline at end of file diff --git a/src/main/resources/locales/ro.yml b/src/main/resources/locales/ro.yml index 8371592..dfc47be 100644 --- a/src/main/resources/locales/ro.yml +++ b/src/main/resources/locales/ro.yml @@ -2,9 +2,9 @@ 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ă.' \ No newline at end of file diff --git a/src/main/resources/locales/tr.yml b/src/main/resources/locales/tr.yml index 547392e..3077467 100644 --- a/src/main/resources/locales/tr.yml +++ b/src/main/resources/locales/tr.yml @@ -2,9 +2,9 @@ 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.' \ No newline at end of file diff --git a/src/main/resources/locales/uk.yml b/src/main/resources/locales/uk.yml index 913549e..e1100d9 100644 --- a/src/main/resources/locales/uk.yml +++ b/src/main/resources/locales/uk.yml @@ -2,9 +2,9 @@ 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: 'Цей тип недоступний або не існує.' \ No newline at end of file diff --git a/src/main/resources/locales/vi.yml b/src/main/resources/locales/vi.yml index d7bdaf6..6e1ad1d 100644 --- a/src/main/resources/locales/vi.yml +++ b/src/main/resources/locales/vi.yml @@ -2,9 +2,9 @@ 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.' \ 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 f2601e4..a247751 100644 --- a/src/main/resources/locales/zh-CN.yml +++ b/src/main/resources/locales/zh-CN.yml @@ -1,9 +1,9 @@ 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: '该屏障类型不可用或不存在.' \ 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 0ffd8e6..07a344b 100644 --- a/src/main/resources/locales/zh-TW.yml +++ b/src/main/resources/locales/zh-TW.yml @@ -2,9 +2,9 @@ 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: '此類型不可用或不存在。' \ No newline at end of file