Added the /orbit command

This commit is contained in:
Sczptor 2024-02-02 17:42:27 +00:00
parent bfefc13738
commit 477cf48344
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import org.jetbrains.annotations.Nullable;
import java.util.List;
@CommandParameters(name = "orbit", description = "Accelerates the player at a fast rate", usage = "/<command> <target> [<<power> | stop>]")
@CommandParameters(name = "orbit", description = "Accelerates the player at a super fast rate", usage = "/<command> <target> [<<power> | stop>]")
@CommandPermissions(permission = "plex.tfmextras.orbit")
public class OrbitCommand extends PlexCommand
{