Skip to content

Commit

Permalink
Remove McMMO support for now
Browse files Browse the repository at this point in the history
  • Loading branch information
xism4 committed Jun 26, 2023
1 parent 9dc7ece commit cae0660
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 40 deletions.
1 change: 0 additions & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies {
compileOnly("net.kyori:adventure-text-minimessage:4.14.0")
compileOnly("net.kyori:adventure-text-serializer-gson:4.14.0")
compileOnly("net.kyori:adventure-text-serializer-legacy:4.14.0")
compileOnly("com.gmail.nossr50.mcMMO:mcMMO:2.1.218")

implementation("net.byteflux:libby-bukkit:1.1.5")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@
import com.xism4.sternalboard.commands.completer.OldPaperTabCompleter;
import com.xism4.sternalboard.commands.completer.PaperTabCompleter;
import com.xism4.sternalboard.commands.completer.SpigotTabCompleter;
import com.xism4.sternalboard.listeners.McMMOScoreboardListener;
import com.xism4.sternalboard.listeners.ScoreboardListener;
import com.xism4.sternalboard.listeners.WorldScoreboardListener;
import com.xism4.sternalboard.managers.LibraryLoader;
import com.xism4.sternalboard.managers.LibraryManager;
import com.xism4.sternalboard.managers.ScoreboardManager;
import com.xism4.sternalboard.managers.animation.AnimationManager;
import com.xism4.sternalboard.utils.Metrics;
import net.byteflux.libby.BukkitLibraryManager;
import org.bukkit.Bukkit;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.plugin.java.JavaPlugin;
Expand Down Expand Up @@ -148,10 +145,6 @@ public void eventHandler() {
new WorldScoreboardListener(this),
this
);
getServer().getPluginManager().registerEvents(
new McMMOScoreboardListener(this),
this
);
}

public void setAnimateScoreboard(boolean animateScoreboard) {
Expand Down

This file was deleted.

0 comments on commit cae0660

Please sign in to comment.