Skip to content

Commit

Permalink
Merge pull request #14 from LewMC/main
Browse files Browse the repository at this point in the history
Enable Luminol support & change to new GitHub link.
  • Loading branch information
lewmilburn authored May 29, 2024
2 parents db5ae08 + cf7ce8f commit ccc1758
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/java/net/lewmc/kryptonite/Kryptonite.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void onEnable() {
this.log.info("█ █ █▀▄ █ █▀▀ █ █▄█ █ ▀█ █ █ ██▄");
this.log.info("");
this.log.info("Running Kryptonite version "+this.getDescription().getVersion()+ ".");
this.log.info("Please report any issues with Kryptonite to our GitHub repository: https://github.com/lewmilburn/kryptonite/issues");
this.log.info("Please report any issues with Kryptonite to our GitHub repository: https://github.com/lewmc/kryptonite/issues");
this.log.info("");
this.log.info("Beginning startup...");
this.log.info("");
Expand Down Expand Up @@ -105,6 +105,9 @@ private void checkSoftware() {
} else if (this.getServer().getName().equals("Folia")) {
this.server = Software.FOLIA;
this.log.info("Detected server jar: Folia.");
} else if (this.getServer().getName().equals("Luminol")) {
this.server = Software.FOLIA;
this.log.info("Detected server jar: Luminol.");
} else if (this.getServer().getName().equals("Purpur")) {
this.server = Software.PURPUR;
this.log.info("Detected server jar: Purpur.");
Expand Down

0 comments on commit ccc1758

Please sign in to comment.