Skip to content

Commit

Permalink
Merge pull request #44 from Slimefun-Addon-Community/master
Browse files Browse the repository at this point in the history
[pull] master from Slimefun-Addon-Community:master
  • Loading branch information
pull[bot] authored Jun 24, 2023
2 parents 14a407b + aa6414a commit 7db3712
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ protected void enable() {
shouldDisable = true;
}

if (Bukkit.getPluginManager().isPluginEnabled("ChatColor2")) {
log(Level.SEVERE, "Galactifun will not work properly with ChatColor2");
log(Level.SEVERE, "Please disable ChatColor2");
shouldDisable = true;
}

if (shouldDisable) {
Bukkit.getPluginManager().disablePlugin(this);
return;
Expand Down

0 comments on commit 7db3712

Please sign in to comment.