mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-17 04:41:21 +01:00
Made paper check more obvious to users
This commit is contained in:
parent
d06b518a78
commit
f1184be241
@ -72,6 +72,7 @@ public class Loader {
|
||||
} catch (ClassNotFoundException ignored) {}
|
||||
|
||||
if (!isPapermc) {
|
||||
Bukkit.getScheduler().runTaskLater(EcoEnchantsPlugin.getInstance(), () -> {
|
||||
Bukkit.getLogger().info("");
|
||||
Bukkit.getLogger().info("----------------------------");
|
||||
Bukkit.getLogger().info("");
|
||||
@ -82,6 +83,7 @@ public class Loader {
|
||||
Bukkit.getLogger().info("");
|
||||
Bukkit.getLogger().info("----------------------------");
|
||||
Bukkit.getLogger().info("");
|
||||
}, 1);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user