diff --git a/server/src/main/java/dev/plex/command/impl/TFMCMD.java b/server/src/main/java/dev/plex/command/impl/TFMCMD.java index 7cdbadd..9744cdc 100644 --- a/server/src/main/java/dev/plex/command/impl/TFMCMD.java +++ b/server/src/main/java/dev/plex/command/impl/TFMCMD.java @@ -16,7 +16,7 @@ import org.bukkit.entity.Player; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; -@CommandParameters(name = "totalfreedommod", usage = "/ [reload]", description = "You can't simpy do that.", aliases = "tfm") +@CommandParameters(name = "totalfreedommod", usage = "/", description = "You can't simpy do that.", aliases = "tfm") @CommandPermissions(level = Rank.OP, permission = "plex.tfm", source = RequiredCommandSource.ANY) public class TFMCMD extends PlexCommand