Bugfixes, begin working on LP tracks

This commit is contained in:
Video
2023-04-05 10:54:39 -06:00
parent 5422ad6ac7
commit 51c807d318
5 changed files with 42 additions and 3 deletions

View File

@ -12,6 +12,7 @@ import me.totalfreedom.discord.react.ReactiveBukkitScheduler;
import me.totalfreedom.totalfreedommod.api.Context;
import me.totalfreedom.totalfreedommod.api.TFD4JCommons;
import org.apache.commons.lang.StringUtils;
import org.bukkit.Bukkit;
import org.bukkit.plugin.java.JavaPlugin;
import org.bukkit.util.StringUtil;
import org.slf4j.Logger;
@ -49,6 +50,7 @@ public class TFD4J extends JavaPlugin
slf4j().info(string);
this.bn = new BukkitNative(this);
Bukkit.getPluginManager().registerEvents(this.bn, this);
slf4j().info("Bukkit Native listener successfully registered! Registering the Discord4J Listeners...");
this.mc = new MinecraftListener(this);