mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-12-04 00:23:23 +01:00
9.7.0
This commit is contained in:
parent
dc46fd2abf
commit
c281c597c0
@ -1,13 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 9.6.0
|
## 9.7.0
|
||||||
- Added hotkey to sort chests/barrels etc. by shiftclicking them
|
- Added hotkey to sort chests/barrels etc. by shiftclicking them
|
||||||
- Can be configured per player using "/sort hotkeys"
|
- Can be configured per player using "/sort hotkeys"
|
||||||
- By default it's allowed but disabled
|
- By default it's allowed but disabled
|
||||||
- Added command "/chestsortadmin reset <player>" to reset hotkey settings for specific players
|
- Added command "/chestsortadmin reset <player>" to reset hotkey settings for specific players
|
||||||
- Old YML PlayerData is automatically converted to the new NBT storage
|
- 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
|
- PlayerData is stored as NBT data instead of using separate files in 1.14.4 and later
|
||||||
|
|
||||||
## 9.5.1
|
## 9.5.1
|
||||||
|
2
pom.xml
2
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>Automatically sorts your chests!</description>
|
<description>Automatically sorts your chests!</description>
|
||||||
<version>9.6.0</version>
|
<version>9.7.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
main: de.jeff_media.ChestSort.ChestSortPlugin
|
main: de.jeff_media.ChestSort.ChestSortPlugin
|
||||||
name: ChestSort
|
name: ChestSort
|
||||||
version: 9.6.0
|
version: 9.7.0
|
||||||
api-version: "1.13"
|
api-version: "1.13"
|
||||||
description: Allows automatic chest sorting
|
description: Allows automatic chest sorting
|
||||||
author: mfnalex
|
author: mfnalex
|
||||||
|
Loading…
Reference in New Issue
Block a user