This commit is contained in:
mfnalex 2021-05-25 15:41:26 +02:00
parent 84d144e229
commit e3921c8347
4 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# 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
- Fixed legacy API still being shaded into the .jar file.

View File

@ -9,7 +9,7 @@
<name>ChestSort</name>
<url>https://www.chestsort.de</url>
<description>Automatically sorts your chests!</description>
<version>10.0.2</version>
<version>10.0.3</version>
<packaging>jar</packaging>
<properties>

View File

@ -324,6 +324,10 @@ public class ChestSortPlugin extends JavaPlugin {
}
}
if(getConfig().getString("check-for-updates").equalsIgnoreCase("false")) {
updateChecker.setNotifyOpsOnJoin(false);
}
registerMetrics();
if (getConfig().getBoolean("dump")) {

View File

@ -1,6 +1,6 @@
main: de.jeff_media.chestsort.ChestSortPlugin
name: ChestSort
version: 10.0.2
version: 10.0.3
api-version: "1.13"
description: Allows automatic chest sorting
author: mfnalex