leave group command

This commit is contained in:
LunarAkai 2025-06-05 22:27:17 +02:00
commit f1545ba687
6 changed files with 59 additions and 11 deletions

View file

@ -19,12 +19,6 @@ import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
public class InviteCommand extends SubCommand {
/*
TODO:
- Invite other Players to play in Duo Mode
- Add Functionality to support multiple Players in the same game
- use settings of player that invited the other player
*/
private final MinecleanerPlugin plugin;