9.7.2 release candidate

This commit is contained in:
mfnalex 2021-04-15 20:13:52 +02:00
parent f7ce33211f
commit e80ca1d97a
3 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 9.7.2
- Updated Turkish translation
## 9.7.1
- Fixed exception when also using AngelChest
## 9.7.0
- Added hotkey to sort chests/barrels etc. by shiftclicking them
- Can be configured per player using "/sort hotkeys"

View File

@ -9,7 +9,7 @@
<name>ChestSort</name>
<url>https://www.chestsort.de</url>
<description>Automatically sorts your chests!</description>
<version>9.7.0</version>
<version>9.7.2</version>
<packaging>jar</packaging>
<properties>
@ -47,6 +47,10 @@
<pattern>de.jeff_media.jefflib</pattern>
<shadedPattern>de.jeff_media.ChestSort.jefflib</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.maven.artifact</pattern>
<shadedPattern>de.jeff_media.ChestSort.jefflib.thirdparty.org.apache.maven.artifact</shadedPattern>
</relocation>
<relocation>
<pattern>de.jeff_media.updatechecker</pattern>
<shadedPattern>de.jeff_media.ChestSort.updatechecker</shadedPattern>

View File

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