Delete src/main/java/net/viper/status/modules/economy/EcoAdminCommand.java via Git Manager GUI
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
package net.viper.status.modules.economy;
|
||||
|
||||
import net.md_5.bungee.api.CommandSender;
|
||||
import net.md_5.bungee.api.plugin.Command;
|
||||
import net.md_5.bungee.api.plugin.Plugin;
|
||||
|
||||
/**
|
||||
* /ecoadmin – wird NICHT mehr auf BungeeCord registriert.
|
||||
* NexEco /eco auf dem Spigot-Server übernimmt Admin-Befehle.
|
||||
*/
|
||||
public class EcoAdminCommand extends Command {
|
||||
|
||||
public EcoAdminCommand(Plugin plugin, EconomyManager manager) {
|
||||
super("ecoadmin_disabled_nexeco", "economy.admin");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void execute(CommandSender sender, String[] args) {}
|
||||
}
|
||||
Reference in New Issue
Block a user