Class DeleteTeamCommand
java.lang.Object
at.setup_studios.mc_milsim.commands.DeleteTeamCommand
Command handler for deleting teams in the milsim system.
Handles the /milsim teams delete command which removes existing teams.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
register
(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher) Registers the delete team command with the dispatcher.
-
Constructor Details
-
DeleteTeamCommand
public DeleteTeamCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher) Registers the delete team command with the dispatcher. Command structure: /milsim teams deleteThe teamname argument includes suggestions based on existing teams. - Parameters:
dispatcher
- The command dispatcher to register the command with
-