mirror of
https://github.com/YouHaveTrouble/Enchantio.git
synced 2026-05-12 06:06:55 +00:00
telepathy enchant
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package me.youhavetrouble.enchantio;
|
||||
|
||||
|
||||
import me.youhavetrouble.enchantio.listeners.SoulboundListener;
|
||||
import me.youhavetrouble.enchantio.listeners.TelepathyListener;
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
public final class Enchantio extends JavaPlugin {
|
||||
@@ -9,7 +9,7 @@ public final class Enchantio extends JavaPlugin {
|
||||
@Override
|
||||
public void onEnable() {
|
||||
getServer().getPluginManager().registerEvents(new SoulboundListener(), this);
|
||||
|
||||
getServer().getPluginManager().registerEvents(new TelepathyListener(), this);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user