merge basic mailing

This commit is contained in:
destro174
2022-01-29 14:53:47 +01:00
parent 99babd2120
commit 26b044b2e7
7 changed files with 107 additions and 30 deletions
@@ -15,9 +15,9 @@ import com.velocitypowered.api.proxy.ProxyServer;
import java.util.ArrayList;
import java.util.Collection;
public class SendMail {
public class MailCommand {
public SendMail(ProxyServer proxyServer) {
public MailCommand(ProxyServer proxyServer) {
RequiredArgumentBuilder<CommandSource, String> playerNode = RequiredArgumentBuilder
.<CommandSource, String>argument("player", StringArgumentType.string())