mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2025-01-22 08:02:33 +01:00
10.0.3
This commit is contained in:
parent
84d144e229
commit
e3921c8347
@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 10.0.3
|
||||||
|
- Fixed "Could not check for updates" message being shown to OPs on join when Update Checker is disabled
|
||||||
|
|
||||||
## 10.0.2
|
## 10.0.2
|
||||||
- Fixed legacy API still being shaded into the .jar file.
|
- Fixed legacy API still being shaded into the .jar file.
|
||||||
|
|
||||||
|
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>10.0.2</version>
|
<version>10.0.3</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -324,6 +324,10 @@ public class ChestSortPlugin extends JavaPlugin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(getConfig().getString("check-for-updates").equalsIgnoreCase("false")) {
|
||||||
|
updateChecker.setNotifyOpsOnJoin(false);
|
||||||
|
}
|
||||||
|
|
||||||
registerMetrics();
|
registerMetrics();
|
||||||
|
|
||||||
if (getConfig().getBoolean("dump")) {
|
if (getConfig().getBoolean("dump")) {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
main: de.jeff_media.chestsort.ChestSortPlugin
|
main: de.jeff_media.chestsort.ChestSortPlugin
|
||||||
name: ChestSort
|
name: ChestSort
|
||||||
version: 10.0.2
|
version: 10.0.3
|
||||||
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