mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-11-13 06:05:36 +01:00
9.7.2 release candidate
This commit is contained in:
parent
f7ce33211f
commit
e80ca1d97a
@ -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"
|
||||
|
6
pom.xml
6
pom.xml
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user