Remove unintended imports
Dieser Commit ist enthalten in:
Ursprung
3cfd3f5beb
Commit
b5a9ecc999
@ -20,9 +20,6 @@
|
||||
package de.steamwar.bungeecore;
|
||||
|
||||
import de.steamwar.bungeecore.bot.SteamwarDiscordBot;
|
||||
import de.steamwar.bungeecore.bot.commands.BanCommand;
|
||||
import de.steamwar.bungeecore.bot.commands.MuteCommand;
|
||||
import de.steamwar.bungeecore.bot.commands.UnbanCommand;
|
||||
import de.steamwar.bungeecore.bot.config.SteamwarDiscordBotConfig;
|
||||
import de.steamwar.bungeecore.commands.*;
|
||||
import de.steamwar.bungeecore.comms.SpigotReceiver;
|
||||
@ -111,8 +108,6 @@ public class BungeeCore extends Plugin {
|
||||
new JoinmeCommand();
|
||||
new TpCommand();
|
||||
new HelpCommand();
|
||||
new BanCommand();
|
||||
new UnbanCommand();
|
||||
new DenyCommand("watchcat", "wc");
|
||||
new TeamCommand();
|
||||
new ServerTeamchatCommand();
|
||||
@ -121,7 +116,6 @@ public class BungeeCore extends Plugin {
|
||||
new EventreloadCommand();
|
||||
new EventRescheduleCommand();
|
||||
new PollCommand();
|
||||
new MuteCommand();
|
||||
new BugCommand();
|
||||
new WhoisCommand();
|
||||
new RegelnCommand();
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren