From 477cf483444c0b92eec424fb454a0b9a33c2a95a Mon Sep 17 00:00:00 2001 From: Sczptor Date: Fri, 2 Feb 2024 17:42:27 +0000 Subject: [PATCH] Added the /orbit command --- src/main/java/dev/plex/extras/command/OrbitCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/dev/plex/extras/command/OrbitCommand.java b/src/main/java/dev/plex/extras/command/OrbitCommand.java index 5ed3959..22f4fd2 100644 --- a/src/main/java/dev/plex/extras/command/OrbitCommand.java +++ b/src/main/java/dev/plex/extras/command/OrbitCommand.java @@ -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 = "/ [< | stop>]") +@CommandParameters(name = "orbit", description = "Accelerates the player at a super fast rate", usage = "/ [< | stop>]") @CommandPermissions(permission = "plex.tfmextras.orbit") public class OrbitCommand extends PlexCommand {