Skip to content

Commit

Permalink
Ver 0.5.1-Beta2: Daily Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiroiame-Kusu committed Jun 30, 2023
1 parent 397a838 commit b3a686f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>icu.nyat.Kusunoki</groupId>
<artifactId>NyatLib</artifactId>
<version>0.5.1-Beta.1</version>
<version>0.5.1-Beta.2</version>

<packaging>jar</packaging>

Expand Down
1 change: 1 addition & 0 deletions src/main/java/icu/nyat/kusunoki/NyatLib.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ public void onEnable(){
public void onDisable() {
// Plugin shutdown logic
brandUpdater.stop();
NyatLibOnDisable.DisableStep();
}
}
10 changes: 10 additions & 0 deletions src/main/java/icu/nyat/kusunoki/NyatLibOnDisable.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package icu.nyat.kusunoki;

import icu.nyat.kusunoki.utils.NyatLibLogger;

public class NyatLibOnDisable {
public static void DisableStep(){
NyatLibLogger Logger = new NyatLibLogger();
Logger.logINFO("Goodbye!");
}
}
1 change: 0 additions & 1 deletion src/main/java/icu/nyat/kusunoki/NyatLibOnEnable.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public class NyatLibOnEnable {
public static String SubMCVersion;

public boolean isProtocolLibInstalled;
public String ProtocolLibVersion;
NyatLibLogger Logger = new NyatLibLogger();
public void Fetch(){
Logger.logINFO("§3Powered By " + author);
Expand Down

0 comments on commit b3a686f

Please sign in to comment.