File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/de/tubyoub/statusplugin Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >de.tubyoub</groupId >
88 <artifactId >StatusPlugin</artifactId >
9- <version >1.5</version >
9+ <version >1.5.1 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >Tub's Status Plugin</name >
Original file line number Diff line number Diff line change 2222 * This class extends JavaPlugin and represents the main entry point for the plugin.
2323 */
2424public class StatusPlugin extends JavaPlugin {
25- private final String version = "1.5" ;
25+ private final String version = "1.5.1 " ;
2626 private final String project = "km0yAITg" ;
2727 private int pluginId = 20463 ;
2828 private StatusManager statusManager ;
@@ -54,6 +54,7 @@ public void onEnable() {
5454 configManager .loadConfig ();
5555
5656 // Initialize the StatusManager and VersionChecker
57+ this .statusManager = new StatusManager (this );
5758 if (configManager .isCheckUpdate ()) {
5859 versionInfo = VersionChecker .isNewVersionAvailable (version , project );
5960 if (versionInfo .isNewVersionAvailable ) {
@@ -136,7 +137,6 @@ public void onEnable() {
136137 }, 0L , 600L ); // 600 ticks = 30 seconds
137138 }
138139 getLogger ().info ("Tub's StatusPlugin successfully loaded" );
139- getLogger ().warning (String .valueOf (this .getConfig ()));
140140 }
141141
142142 /**
You can’t perform that action at this time.
0 commit comments