diff --git a/src/main/java/net/lewmc/kryptonite/Kryptonite.java b/src/main/java/net/lewmc/kryptonite/Kryptonite.java index 839cde0..d0db600 100644 --- a/src/main/java/net/lewmc/kryptonite/Kryptonite.java +++ b/src/main/java/net/lewmc/kryptonite/Kryptonite.java @@ -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(""); @@ -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.");