mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2025-01-06 00:17:52 +01:00
10.0.3
This commit is contained in:
parent
84d144e229
commit
e3921c8347
@ -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.
|
||||
|
||||
|
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
@ -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")) {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user