Class CreateTeamCommand
java.lang.Object
at.setup_studios.mc_milsim.commands.CreateTeamCommand
Command handler for creating new teams in the milsim system.
Registers and processes the /milsim teams create command.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
register
(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher) Registers the create team command with the dispatcher.
-
Constructor Details
-
CreateTeamCommand
public CreateTeamCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher) Registers the create team command with the dispatcher. Command structure: /milsim teams create- Parameters:
dispatcher
- The command dispatcher to register the command with
-