This commit is contained in:
mfnalex 2021-07-19 06:18:59 +02:00
parent cc1813d2b4
commit 1f7b0a4b66
3 changed files with 10 additions and 3 deletions

View File

@ -1,8 +1,13 @@
# Changelog # 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 ## 11.2.0
- Added permission "chestsort.automatic" (default: true). - Added permission "chestsort.automatic" (default: true).
- You can remove this from some players to disallow automatic sorting while allowing hotkeys - You can remove this from some players to disallow automatic sorting while allowing hotkeys
- Updated Porguguese translation
## 11.1.0 ## 11.1.0
- Improved sorting for items enchanted with different types of Enchantments - Improved sorting for items enchanted with different types of Enchantments

View File

@ -9,7 +9,7 @@
<name>ChestSort</name> <name>ChestSort</name>
<url>https://www.chestsort.de</url> <url>https://www.chestsort.de</url>
<description>Allows automatic chest sorting!</description> <description>Allows automatic chest sorting!</description>
<version>11.1.0</version> <version>11.2.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>

View File

@ -33,11 +33,13 @@
####### Permissions ####### ####### 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.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.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 # 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, # Available hotkeys are: shiftclick, middleclick, doubleclick, shiftrightclick,
# leftclick, rightlick, outside # leftclick, rightlick, outside