We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7c638 commit 9694be9Copy full SHA for 9694be9
src/main/java/com/plp/statsplugin/StatsPlugin.java
@@ -50,15 +50,15 @@ public void onEnable() {
50
getLogger().info("Web API отключён в конфиге.");
51
}
52
53
- getLogger().info("PlayerStatsAPI v" + getDescription().getVersion() + " включён.");
+ getLogger().info("PlayerStatsAPI v" + getPluginMeta().getVersion() + " включён.");
54
55
56
@Override
57
public void onDisable() {
58
if (webServer != null) {
59
webServer.stop();
60
61
- getLogger().info("PlayerStatsAPI отключён.");
+ getLogger().info("PlayerStatsAPI v" + getPluginMeta().getVersion() + " отключён.");
62
63
64
0 commit comments