Compare commits

...

4 commits

Author SHA1 Message Date
39e1186911
[maven-release-plugin] prepare for next development iteration
All checks were successful
/ deploy (push) Successful in 1m28s
2025-05-26 19:40:18 +02:00
f35b931f77
[maven-release-plugin] prepare release realweather-1.0.0-alpha-7
All checks were successful
/ deploy (push) Successful in 1m25s
2025-05-26 19:40:16 +02:00
0a4798656f
Fix warning
Some checks failed
/ deploy (push) Has been cancelled
2025-05-26 19:39:37 +02:00
c51f06d2b5
[maven-release-plugin] prepare for next development iteration
All checks were successful
/ deploy (push) Successful in 1m36s
2025-05-26 06:56:01 +02:00
2 changed files with 3 additions and 8 deletions

View file

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>eu.m724</groupId> <groupId>eu.m724</groupId>
<artifactId>realweather</artifactId> <artifactId>realweather</artifactId>
<version>1.0.0-alpha-6</version> <version>1.0.0-alpha-8-SNAPSHOT</version>
<properties> <properties>
<maven.compiler.source>21</maven.compiler.source> <maven.compiler.source>21</maven.compiler.source>
@ -150,6 +150,6 @@
<scm> <scm>
<developerConnection>scm:git:git@git.m724.eu:Minecon724/realweather.git</developerConnection> <developerConnection>scm:git:git@git.m724.eu:Minecon724/realweather.git</developerConnection>
<tag>realweather-1.0.0-alpha-6</tag> <tag>HEAD</tag>
</scm> </scm>
</project> </project>

View file

@ -68,12 +68,7 @@ public class RealWeatherPlugin extends MStatsPlugin {
} }
DebugLogger.logger = getLogger(); DebugLogger.logger = getLogger();
getLogger().setLevel(configuration.getBoolean("debug") ? Level.FINEST : Level.INFO);
if (configuration.getBoolean("debug")) {
getLogger().setLevel(Level.FINEST);
DebugLogger.warning("Debug harms performance");
}
if (firstRun) { if (firstRun) {
DebugLogger.warning("This is your first time running this plugin."); DebugLogger.warning("This is your first time running this plugin.");