mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-12-02 15:43:22 +01:00
11.0.3 release
This commit is contained in:
parent
9252fb976c
commit
194a4f0a7a
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 11.0.3
|
||||||
|
- Removed message "You are using the latest version of ChestSort"
|
||||||
|
- Updated Korean translation
|
||||||
|
|
||||||
## 11.0.2
|
## 11.0.2
|
||||||
- Fixed message "Container sorted" not being translatable
|
- Fixed message "Container sorted" not being translatable
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -9,7 +9,7 @@
|
|||||||
<name>ChestSort</name>
|
<name>ChestSort</name>
|
||||||
<url>https://www.chestsort.de</url>
|
<url>https://www.chestsort.de</url>
|
||||||
<description>Allows automatic chest sorting!</description>
|
<description>Allows automatic chest sorting!</description>
|
||||||
<version>11.0.2</version>
|
<version>11.0.3</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -444,7 +444,8 @@ public class ChestSortPlugin extends JavaPlugin {
|
|||||||
setUpdateChecker(UpdateChecker.init(this, "https://api.jeff-media.de/chestsort/chestsort-latest-version.txt")
|
setUpdateChecker(UpdateChecker.init(this, "https://api.jeff-media.de/chestsort/chestsort-latest-version.txt")
|
||||||
.setChangelogLink("https://www.chestsort.de/changelog")
|
.setChangelogLink("https://www.chestsort.de/changelog")
|
||||||
.setDonationLink("https://paypal.me/mfnalex")
|
.setDonationLink("https://paypal.me/mfnalex")
|
||||||
.setDownloadLink("https://www.chestsort.de"));
|
.setDownloadLink("https://www.chestsort.de")
|
||||||
|
.suppressUpToDateMessage(true));
|
||||||
} else {
|
} else {
|
||||||
getLogger().severe("You are using an unsupported server software! Consider switching to Spigot or Paper!");
|
getLogger().severe("You are using an unsupported server software! Consider switching to Spigot or Paper!");
|
||||||
getLogger().severe("The Update Checker will NOT work when using CraftBukkit instead of Spigot/Paper!");
|
getLogger().severe("The Update Checker will NOT work when using CraftBukkit instead of Spigot/Paper!");
|
||||||
|
@ -576,26 +576,24 @@ message-gui-left-click-outside: "Left-Click from outside"
|
|||||||
#message-gui-left-click-outside: "Left-Click from outside"
|
#message-gui-left-click-outside: "Left-Click from outside"
|
||||||
|
|
||||||
##### Korean (한국어) - Thanks to kf12 for translating!
|
##### Korean (한국어) - Thanks to kf12 for translating!
|
||||||
##### Note: Some messages are still untranslated. Please send me your translation at SpigotMC
|
#message-when-using-chest: "&7정보 : &6/chestsort&7 명령어로 자동 창고 정리를 활성화 할 수 있습니다."
|
||||||
#message-when-using-chest: "&7정보: &6/chestsort&7 명령어로 자동 창고 정리를 활성화 할 수 있습니다."
|
#message-when-using-chest2: "&7정보 : &6/chestsort&7 명령어로 자동 창고 정리를 비활성화 할 수 있습니다."
|
||||||
#message-when-using-chest2: "&7정보: &6/chestsort&7 명령어로 자동 창고 정리를 비활성화 할 수 있습니다."
|
|
||||||
#message-sorting-disabled: "&7자동 창고 정리가 &c비활성화&7 되었습니다."
|
#message-sorting-disabled: "&7자동 창고 정리가 &c비활성화&7 되었습니다."
|
||||||
#message-sorting-enabled: "&7자동 창고 정리가 &a활성화&7 되었습니다."
|
#message-sorting-enabled: "&7자동 창고 정리가 &a활성화&7 되었습니다."
|
||||||
#message-inv-sorting-disabled: "&7Automatic inventory sorting has been &cdisabled&7."
|
#message-inv-sorting-disabled: "&7자동 인벤토리 정리가 &c비활성화 &7되었습니다."
|
||||||
#message-inv-sorting-enabled: "&7Automatic inventory sorting has been &aenabled&7."
|
#message-inv-sorting-enabled: "&7자동 인벤토리 정리가 &a활성화 &7되었습니다."
|
||||||
#message-player-inventory-sorted: "&7인벤토리가 정리 되었습니다."
|
#message-player-inventory-sorted: "&7인벤토리가 정리 되었습니다."
|
||||||
#message-error-players-only: "&cError: 이 명령은 플레이어만 실행할 수 있습니다."
|
#message-error-players-only: "&c에러 : 이 명령은 플레이어만 실행할 수 있습니다."
|
||||||
#message-error-invalid-options: "&cError: 알 수 없는 옵션 %s. 올바른 옵션은 %s 입니다."
|
#message-error-invalid-options: "&c에러 : 알 수 없는 옵션 %s. 올바른 옵션은 %s 입니다."
|
||||||
#message-container-sorted: "&aContainer sorted!"
|
|
||||||
#message-gui-enabled: "&a활성화"
|
#message-gui-enabled: "&a활성화"
|
||||||
#message-gui-disabled: "&c비활성화"
|
#message-gui-disabled: "&c비활성화"
|
||||||
#message-gui-middle-click: "휠 클릭"
|
#message-gui-middle-click: "휠 클릭"
|
||||||
#message-gui-shift-click: "쉬프트 + 클릭"
|
#message-gui-shift-click: "쉬프트 + 클릭"
|
||||||
#message-gui-double-click: "더블 클릭"
|
#message-gui-double-click: "더블 클릭"
|
||||||
#message-gui-shift-right-click: "쉬프트 + 우클릭"
|
#message-gui-shift-right-click: "쉬프트 + 우클릭"
|
||||||
#message-gui-left-click: "Fill Chest (Left-Click/Double-Left-Click)"
|
#message-gui-left-click: "창고 내용물 채우기 (좌클릭 / 좌측 버튼 더블 클릭)"
|
||||||
#message-gui-right-click: "Empty Chest (Right-Click/Double-Right-Click)"
|
#message-gui-right-click: "창고 내용물 비우기 (우클릭 / 우측 버튼 더블 클릭)"
|
||||||
#message-gui-left-click-outside: "Left-Click from outside"
|
#message-gui-left-click-outside: "GUI 외부 파트를 좌클릭 하기"
|
||||||
|
|
||||||
##### Polish - Thanks to PLKaratusPL for translating!
|
##### Polish - Thanks to PLKaratusPL for translating!
|
||||||
#message-when-using-chest: "&7Wskazówka: Wpisz &6/chestsort&7 by włączyć automatyczne sortowanie skrzyń."
|
#message-when-using-chest: "&7Wskazówka: Wpisz &6/chestsort&7 by włączyć automatyczne sortowanie skrzyń."
|
||||||
|
Loading…
Reference in New Issue
Block a user