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