aboutsummaryrefslogtreecommitdiff
path: root/src/net/brysonsteck/Resurrection/commands
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-01-01 22:46:37 -0700
committerBryson Steck <steck.bryson@gmail.com>2022-01-01 22:46:37 -0700
commit661222bd3681d65178933892c7fe688b2bcff8e3 (patch)
treefe1275da92fee29a88f79645a431851257945d27 /src/net/brysonsteck/Resurrection/commands
parent95166d5f10abec2fe6bd098f70316660fa1b775e (diff)
downloadresurrection-661222bd3681d65178933892c7fe688b2bcff8e3.tar
resurrection-661222bd3681d65178933892c7fe688b2bcff8e3.tar.gz
resurrection-661222bd3681d65178933892c7fe688b2bcff8e3.tar.bz2
cleaning up some things
Diffstat (limited to 'src/net/brysonsteck/Resurrection/commands')
-rw-r--r--src/net/brysonsteck/Resurrection/commands/CommandSource.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/net/brysonsteck/Resurrection/commands/CommandSource.java b/src/net/brysonsteck/Resurrection/commands/CommandSource.java
index 5ac7666..31481e8 100644
--- a/src/net/brysonsteck/Resurrection/commands/CommandSource.java
+++ b/src/net/brysonsteck/Resurrection/commands/CommandSource.java
@@ -1,14 +1,12 @@
package net.brysonsteck.Resurrection.commands;
-import net.brysonsteck.Resurrection.Resurrection;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
-import org.bukkit.plugin.java.JavaPlugin;
-import org.bukkit.scheduler.BukkitRunnable;
+
public class CommandSource implements CommandExecutor {
boolean DEBUG;