Delete src/main/java/net/viper/status/modules/economy/PayCommand.java via Git Manager GUI
This commit is contained in:
@@ -1,20 +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;
|
||||
|
||||
/**
|
||||
* /pay – wird NICHT mehr auf BungeeCord registriert.
|
||||
* NexEco auf dem Spigot-Server übernimmt /pay direkt.
|
||||
* Diese Klasse existiert nur noch für Kompilier-Kompatibilität.
|
||||
*/
|
||||
public class PayCommand extends Command {
|
||||
|
||||
public PayCommand(Plugin plugin, EconomyManager manager) {
|
||||
super("pay_disabled_nexeco", null);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void execute(CommandSender sender, String[] args) {}
|
||||
}
|
||||
Reference in New Issue
Block a user