mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-12-02 15:43:22 +01:00
Closes #77
This commit is contained in:
parent
fda2597976
commit
9d821f98be
@ -1,4 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
## 8.13.0-SNAPSHOT
|
||||||
|
- Updated Chinese (Traditional) translation
|
||||||
|
|
||||||
## 8.12.2
|
## 8.12.2
|
||||||
- Fixes NullPointerException when using EssentialsX' /ec command in Minecraft 1.12
|
- Fixes NullPointerException when using EssentialsX' /ec command in Minecraft 1.12
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -9,7 +9,7 @@
|
|||||||
<name>JeffChestSort</name>
|
<name>JeffChestSort</name>
|
||||||
<url>https://www.chestsort.de</url>
|
<url>https://www.chestsort.de</url>
|
||||||
<description>Automatically sorts your chests!</description>
|
<description>Automatically sorts your chests!</description>
|
||||||
<version>8.12.2</version>
|
<version>8.13.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -312,9 +312,6 @@ message-gui-right-click: "Empty Chest (Right-Click/Double-Right-Click)"
|
|||||||
#message-gui-right-click: "清空箱子 (右键)"
|
#message-gui-right-click: "清空箱子 (右键)"
|
||||||
|
|
||||||
##### Chinese (Traditional) 繁體中文 - Thanks to Command1264 for translating!
|
##### Chinese (Traditional) 繁體中文 - Thanks to Command1264 for translating!
|
||||||
# Note: The following messages have been changed in version 8.11 and need a new translation:
|
|
||||||
# - message-gui-left-click
|
|
||||||
# - message-gui-right-click
|
|
||||||
#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"
|
||||||
@ -330,8 +327,8 @@ message-gui-right-click: "Empty Chest (Right-Click/Double-Right-Click)"
|
|||||||
#message-gui-shift-click: "Shift + 左鍵"
|
#message-gui-shift-click: "Shift + 左鍵"
|
||||||
#message-gui-double-click: "雙擊左鍵"
|
#message-gui-double-click: "雙擊左鍵"
|
||||||
#message-gui-shift-right-click: "Shift + 右鍵"
|
#message-gui-shift-right-click: "Shift + 右鍵"
|
||||||
#message-gui-left-click: "填滿箱子 (左鍵)"
|
#message-gui-left-click: "填滿箱子 (左鍵/雙擊左鍵)"
|
||||||
#message-gui-right-click: "清空箱子 (右鍵)"
|
#message-gui-right-click: "清空箱子 (右鍵/雙擊右鍵)"
|
||||||
|
|
||||||
##### Dutch - Thanks to Xeyame for translating!
|
##### Dutch - Thanks to Xeyame for translating!
|
||||||
##### Note: Some messages are still untranslated. Please send me your translation at SpigotMC
|
##### Note: Some messages are still untranslated. Please send me your translation at SpigotMC
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
main: de.jeff_media.ChestSort.ChestSortPlugin
|
main: de.jeff_media.ChestSort.ChestSortPlugin
|
||||||
name: ChestSort
|
name: ChestSort
|
||||||
version: 8.12.2
|
version: 8.13.0-SNAPSHOT
|
||||||
api-version: "1.13"
|
api-version: "1.13"
|
||||||
description: Allows automatic chest sorting
|
description: Allows automatic chest sorting
|
||||||
author: mfnalex
|
author: mfnalex
|
||||||
|
Loading…
Reference in New Issue
Block a user