Class RemovePlayerTeamCommand
java.lang.Object
at.setup_studios.mc_milsim.commands.RemovePlayerTeamCommand
Command handler for removing players from their current team.
Provides functionality to unassign players from their teams in the milsim system.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
register
(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher) Registers the remove player from team command with the dispatcher.
-
Constructor Details
-
RemovePlayerTeamCommand
public RemovePlayerTeamCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher) Registers the remove player from team command with the dispatcher. Command structure: /milsim teams removeRemoves the specified player from their current team. - Parameters:
dispatcher
- The command dispatcher to register the command with
-