diff --git a/src/main/java/xyz/etztech/qol/QoL.java b/src/main/java/xyz/etztech/qol/QoL.java index 10d61f7..9a93714 100644 --- a/src/main/java/xyz/etztech/qol/QoL.java +++ b/src/main/java/xyz/etztech/qol/QoL.java @@ -94,16 +94,16 @@ public class QoL extends JavaPlugin { } } + // DiscordSRV Hook if (Bukkit.getPluginManager().isPluginEnabled("DiscordSRV")) { new DiscordSRVListener(this); } - - try { + // Shopkeepers Hook + if (Bukkit.getPluginManager().isPluginEnabled("Shopkeepers")) { shopkeepersAPI = ShopkeepersPlugin.getInstance(); - log("Hooked in Shopkeepers for the Donor Shop"); + log("Hooked in Shopkeepers for the head shop"); } - catch (Exception ignored) {} if( isEnabled() ) {