This commit is contained in:
mfnalex 2020-06-28 10:28:28 +02:00
parent fda2597976
commit 9d821f98be
4 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,7 @@
# Changelog
## 8.13.0-SNAPSHOT
- Updated Chinese (Traditional) translation
## 8.12.2
- Fixes NullPointerException when using EssentialsX' /ec command in Minecraft 1.12

View File

@ -9,7 +9,7 @@
<name>JeffChestSort</name>
<url>https://www.chestsort.de</url>
<description>Automatically sorts your chests!</description>
<version>8.12.2</version>
<version>8.13.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>

View File

@ -312,9 +312,6 @@ message-gui-right-click: "Empty Chest (Right-Click/Double-Right-Click)"
#message-gui-right-click: "清空箱子 (右键)"
##### 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-chest2: "&7小提醒: 輸入 &6/chestsort&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-double-click: "雙擊左鍵"
#message-gui-shift-right-click: "Shift + 右鍵"
#message-gui-left-click: "填滿箱子 (左鍵)"
#message-gui-right-click: "清空箱子 (右鍵)"
#message-gui-left-click: "填滿箱子 (左鍵/雙擊左鍵)"
#message-gui-right-click: "清空箱子 (右鍵/雙擊右鍵)"
##### Dutch - Thanks to Xeyame for translating!
##### Note: Some messages are still untranslated. Please send me your translation at SpigotMC

View File

@ -1,6 +1,6 @@
main: de.jeff_media.ChestSort.ChestSortPlugin
name: ChestSort
version: 8.12.2
version: 8.13.0-SNAPSHOT
api-version: "1.13"
description: Allows automatic chest sorting
author: mfnalex