mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-12-03 08:03:26 +01:00
11.2.2, fixes #129
This commit is contained in:
parent
1f7b0a4b66
commit
3f3684a22f
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 11.2.2
|
||||
- Fixed warning regarding PlaceholderAPI on server startup
|
||||
|
||||
## 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
|
||||
|
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.2.1</version>
|
||||
<version>11.2.2</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
|
@ -10,7 +10,7 @@ website: ${project.url}
|
||||
prefix: ${spigot.prefix}
|
||||
database: false
|
||||
loadbefore: [InvUnload]
|
||||
softdepend: [CrackShot,InventoryPages,Minepacks]
|
||||
softdepend: [CrackShot,InventoryPages,Minepacks,PlaceholderAPI]
|
||||
commands:
|
||||
sort:
|
||||
description: Toggle automatic chest sorting or change your hotkey settings
|
||||
|
Loading…
Reference in New Issue
Block a user