This commit is contained in:
mfnalex 2021-04-15 19:30:20 +02:00
parent dc46fd2abf
commit c281c597c0
3 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
# Changelog
## 9.6.0
## 9.7.0
- Added hotkey to sort chests/barrels etc. by shiftclicking them
- Can be configured per player using "/sort hotkeys"
- By default it's allowed but disabled
- Added command "/chestsortadmin reset <player>" to reset hotkey settings for specific players
- Old YML PlayerData is automatically converted to the new NBT storage
## 9.5.2
## 9.6.0
- PlayerData is stored as NBT data instead of using separate files in 1.14.4 and later
## 9.5.1

View File

@ -9,7 +9,7 @@
<name>ChestSort</name>
<url>https://www.chestsort.de</url>
<description>Automatically sorts your chests!</description>
<version>9.6.0</version>
<version>9.7.0</version>
<packaging>jar</packaging>
<properties>

View File

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