mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-12-03 08:03:26 +01:00
11.2.1
This commit is contained in:
parent
cc1813d2b4
commit
1f7b0a4b66
@ -1,8 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 11.2.1
|
||||
- Added new permissions to config.yml
|
||||
- They are all true by default so you don't have to change anything to keep the current behaviour
|
||||
|
||||
## 11.2.0
|
||||
- Added permission "chestsort.automatic" (default: true).
|
||||
- You can remove this from some players to disallow automatic sorting while allowing hotkeys
|
||||
- Updated Porguguese translation
|
||||
|
||||
## 11.1.0
|
||||
- Improved sorting for items enchanted with different types of Enchantments
|
||||
|
2
pom.xml
2
pom.xml
@ -9,7 +9,7 @@
|
||||
<name>ChestSort</name>
|
||||
<url>https://www.chestsort.de</url>
|
||||
<description>Allows automatic chest sorting!</description>
|
||||
<version>11.1.0</version>
|
||||
<version>11.2.1</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
|
@ -33,11 +33,13 @@
|
||||
####### Permissions #######
|
||||
###############################
|
||||
|
||||
# chestsort.use Allows to sort containers using automatic sorting (/sort) or via hotkeys
|
||||
# chestsort.use Allows to sort containers using automatic sorting (/sort) or via hotkeys.
|
||||
# chestsort.use.inventory Allows to sort the player's inventory using automatic sorting (/isort) or via hotkeys
|
||||
# chestsort.reload Allows to reload the config using /sort reload
|
||||
# chestsort.automatic Allows to use automatic inventory sorting. Given to all players by default. Players
|
||||
# still need to have the chestsort.use or chestsort.use.inventory permission.
|
||||
# chestsort.hotkey.<hotkey> Allows to use a specific hotkey. Given to all players by default. Players still need
|
||||
# to have the chestsort.use permission.
|
||||
# to have the chestsort.use or chestsort.use.inventory permission.
|
||||
# Available hotkeys are: shiftclick, middleclick, doubleclick, shiftrightclick,
|
||||
# leftclick, rightlick, outside
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user