mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-12-02 15:43:22 +01:00
Merge branch 'master' of https://github.com/JEFF-Media-GbR/ChestSort
This commit is contained in:
commit
a6be0ffd30
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 13.0.1
|
||||||
|
- 1.18.2 support
|
||||||
|
- Updated Chinese translation
|
||||||
|
|
||||||
## 12.1.4
|
## 12.1.4
|
||||||
- Disabled additional hotkeys (fill & empty chest) for ShulkerPacks to avoid duplication and possible item loss caused by ShulkerPacks not checking for changed inventory in InventoryCloseEvent
|
- Disabled additional hotkeys (fill & empty chest) for ShulkerPacks to avoid duplication and possible item loss caused by ShulkerPacks not checking for changed inventory in InventoryCloseEvent
|
||||||
|
|
||||||
|
4
pom.xml
4
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>13.0.0</version>
|
<version>13.0.1</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
@ -187,7 +187,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>de.jeff_media</groupId>
|
<groupId>de.jeff_media</groupId>
|
||||||
<artifactId>JeffLib</artifactId>
|
<artifactId>JeffLib</artifactId>
|
||||||
<version>7.0.1</version>
|
<version>7.6.0-SNAPSHOT</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -436,7 +436,7 @@ message-gui-left-click-outside: "Left-Click from outside"
|
|||||||
#message-player-inventory-sorted: "&7已成功整理你的背包."
|
#message-player-inventory-sorted: "&7已成功整理你的背包."
|
||||||
#message-error-players-only: "&c错误: 指令只能由玩家运行."
|
#message-error-players-only: "&c错误: 指令只能由玩家运行."
|
||||||
#message-error-invalid-options: "&c错误: 位置选项 %s. 有效选项为 %s."
|
#message-error-invalid-options: "&c错误: 位置选项 %s. 有效选项为 %s."
|
||||||
#message-container-sorted: "&aContainer sorted!"
|
#message-container-sorted: "&a已成功整理箱子!"
|
||||||
#message-gui-enabled: "&a开启"
|
#message-gui-enabled: "&a开启"
|
||||||
#message-gui-disabled: "&c关闭"
|
#message-gui-disabled: "&c关闭"
|
||||||
#message-gui-middle-click: "中键"
|
#message-gui-middle-click: "中键"
|
||||||
|
Loading…
Reference in New Issue
Block a user