Skip to content

Commit

Permalink
remove send_to mech (in favor of Denizen's version)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Apr 6, 2020
1 parent a2ecc5a commit 660a09b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 115 deletions.
Expand Up @@ -10,7 +10,6 @@
import com.denizenscript.depenizen.bukkit.commands.bungee.BungeeRunCommand;
import com.denizenscript.depenizen.bukkit.commands.bungee.BungeeTagCommand;
import com.denizenscript.depenizen.bukkit.events.bungee.*;
import com.denizenscript.depenizen.bukkit.properties.bungee.BungeePlayerProperties;
import io.netty.bootstrap.Bootstrap;
import io.netty.buffer.ByteBuf;
import io.netty.channel.*;
Expand All @@ -19,14 +18,12 @@
import io.netty.channel.socket.nio.NioSocketChannel;
import io.netty.util.concurrent.Future;
import io.netty.util.concurrent.GenericFutureListener;
import com.denizenscript.denizen.objects.PlayerTag;
import com.denizenscript.denizen.utilities.DenizenAPI;
import com.denizenscript.denizen.utilities.debugging.Debug;
import com.denizenscript.denizencore.events.ScriptEvent;
import com.denizenscript.denizencore.objects.core.ElementTag;
import com.denizenscript.denizencore.tags.TagRunnable;
import com.denizenscript.denizencore.objects.core.ListTag;
import com.denizenscript.denizencore.objects.properties.PropertyParser;
import com.denizenscript.denizencore.tags.Attribute;
import com.denizenscript.denizencore.tags.ReplaceableTagEvent;
import com.denizenscript.denizencore.tags.TagManager;
Expand Down Expand Up @@ -209,7 +206,6 @@ public void successInit() {
ScriptEvent.registerScriptEvent(new BungeeProxyServerListPingScriptEvent());
ScriptEvent.registerScriptEvent(new BungeeServerConnectScriptEvent());
ScriptEvent.registerScriptEvent(new BungeeServerDisconnectScriptEvent());
PropertyParser.registerProperty(BungeePlayerProperties.class, PlayerTag.class);
DenizenAPI.getCurrentInstance().getCommandRegistry().registerCommand(BungeeRunCommand.class);
DenizenAPI.getCurrentInstance().getCommandRegistry().registerCommand(BungeeExecuteCommand.class);
DenizenAPI.getCurrentInstance().getCommandRegistry().registerCommand(BungeeCommand.class);
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 660a09b

Please sign in to comment.